Trace number 2071279

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosat? (TO) 1800.02 1812.23

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-19-03.xml
MD5SUM3c2779849935bf9ee26f9ef7af257926
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark30.6863
Satisfiable
(Un)Satisfiability was proved
Number of variables307
Number of constraints1429
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension118
Number of constraints which are defined in intension1311
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 01:00:25 2009
0.00/0.08	c 0	PID 16532
0.06/0.08	c 0	HOST node13.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2071279-1247353225.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2071279-1247353225.xml' 'HOME/temp.csp'
0.06/0.72	c 0	1 domains, 307 variables, 7 predicates, 7 relations, 1429 constraints
0.06/0.78	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.78	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.70/0.86	c 1	Parsing HOME/temp.csp
1.01/1.14	c 1	parsed 1751 expressions
1.01/1.15	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.01/1.15	c 1	Converting to clausal form CSP
1.01/1.17	c 1	converted 176 (10%) expressions
1.20/1.38	c 1	converted 351 (20%) expressions
2.68/2.87	c 3	converted 526 (30%) expressions
4.07/4.23	c 4	converted 701 (40%) expressions
4.27/4.44	c 4	converted 876 (50%) expressions
4.27/4.46	c 4	converted 1051 (60%) expressions
4.36/4.50	c 4	converted 1226 (70%) expressions
4.36/4.52	c 4	converted 1401 (80%) expressions
4.36/4.56	c 4	converted 1576 (90%) expressions
4.36/4.58	c 4	converted 1751 (100%) expressions
4.36/4.58	c 4	CSP : 307 integers, 0 booleans, 1429 clauses, largest domain size 26
4.36/4.58	c 4	Heap : 97 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.36/4.58	c 4	Propagation in CSP
4.36/4.59	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.36/4.59	c 4	CSP : 307 integers, 0 booleans, 1429 clauses, largest domain size 26
4.36/4.59	c 4	Heap : 97 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.46/4.60	c 4	Simplifing CSP by introducing new Boolean variables
4.46/4.65	c 4	CSP : 307 integers, 13240 booleans, 14669 clauses, largest domain size 26
4.46/4.65	c 4	Heap : 96 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.06/5.20	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.06/5.22	c 5	31 (10%) CSP integer variables are encoded (744 clauses, 8040 bytes)
5.06/5.23	c 5	62 (20%) CSP integer variables are encoded (1488 clauses, 17281 bytes)
5.06/5.23	c 5	93 (30%) CSP integer variables are encoded (2232 clauses, 26953 bytes)
5.06/5.23	c 5	123 (40%) CSP integer variables are encoded (2952 clauses, 36313 bytes)
5.06/5.23	c 5	154 (50%) CSP integer variables are encoded (3696 clauses, 45985 bytes)
5.06/5.23	c 5	185 (60%) CSP integer variables are encoded (4440 clauses, 55657 bytes)
5.06/5.23	c 5	215 (70%) CSP integer variables are encoded (5160 clauses, 65017 bytes)
5.06/5.23	c 5	246 (80%) CSP integer variables are encoded (5904 clauses, 74689 bytes)
5.06/5.23	c 5	277 (90%) CSP integer variables are encoded (6648 clauses, 84361 bytes)
5.06/5.23	c 5	307 (100%) CSP integer variables are encoded (7368 clauses, 93721 bytes)
151.00/152.69	c 152	1467 (10%) CSP clauses are encoded (1653988 clauses, 78213338 bytes)
186.66/188.67	c 188	2934 (20%) CSP clauses are encoded (1915870 clauses, 93181856 bytes)
186.76/188.74	c 188	4401 (30%) CSP clauses are encoded (1950687 clauses, 93847332 bytes)
186.86/188.81	c 189	5868 (40%) CSP clauses are encoded (1985479 clauses, 94534137 bytes)
186.86/188.88	c 189	7335 (50%) CSP clauses are encoded (2020296 clauses, 95221389 bytes)
186.95/188.94	c 189	8802 (60%) CSP clauses are encoded (2055263 clauses, 95893745 bytes)
187.05/189.01	c 189	10269 (70%) CSP clauses are encoded (2090580 clauses, 96564883 bytes)
187.05/189.08	c 189	11736 (80%) CSP clauses are encoded (2125897 clauses, 97240671 bytes)
187.15/189.15	c 189	13203 (90%) CSP clauses are encoded (2161264 clauses, 97937858 bytes)
187.25/189.22	c 189	14669 (100%) CSP clauses are encoded (2196955 clauses, 98641480 bytes)
187.25/189.22	c 189	14669 CSP clauses encoded
187.25/189.22	c 189	Writing map file : HOME/temp.map
187.25/189.23	c 189	Heap : 120 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
187.25/189.23	c 189	SAT : 20915 SAT variables, 2196955 SAT clauses, 98641480 bytes
187.25/189.23	c 189	Heap : 120 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
187.30/189.31	c 189	SOLVING HOME/temp.cnf
187.30/189.31	c 189	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.02/1812.22	c ERROR INTERRUPTED
1800.02/1812.23	s UNKNOWN
1800.02/1812.23	c 1812	CPU 187.33 (0.06 0.01 186.16 1.1)
1800.02/1812.23	c 1812	END Sun Jul 12 01:30:37 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2071279-1247353225/watcher-2071279-1247353225 -o /tmp/evaluation-result-2071279-1247353225/solver-2071279-1247353225 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2071279-1247353225.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.06 1.98 4/80 16532
/proc/meminfo: memFree=1855296/2055920 swapFree=4192812/4192956
[pid=16532] ppid=16530 vsize=12000 CPUtime=0
/proc/16532/stat : 16532 (sugar) R 16530 16532 13937 0 -1 4194304 210 0 0 0 0 0 0 0 20 0 1 0 22389383 12288000 178 996147200 4194304 4206940 548682068608 18446744073709551615 269775160981 0 0 4224 0 0 0 0 17 1 0 0
/proc/16532/statm: 3000 178 139 3 0 100 0

[startup+0.0826001 s]
/proc/loadavg: 2.01 2.06 1.98 4/80 16532
/proc/meminfo: memFree=1855296/2055920 swapFree=4192812/4192956
[pid=16532] ppid=16530 vsize=16740 CPUtime=0.06
/proc/16532/stat : 16532 (sugar) S 16530 16532 13937 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 22389383 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16532/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.100966 s]
/proc/loadavg: 2.01 2.06 1.98 4/80 16532
/proc/meminfo: memFree=1855296/2055920 swapFree=4192812/4192956
[pid=16532] ppid=16530 vsize=16868 CPUtime=0.06
/proc/16532/stat : 16532 (sugar) S 16530 16532 13937 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22389383 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16532/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30199 s]
/proc/loadavg: 2.01 2.06 1.98 4/80 16532
/proc/meminfo: memFree=1855296/2055920 swapFree=4192812/4192956
[pid=16532] ppid=16530 vsize=16868 CPUtime=0.06
/proc/16532/stat : 16532 (sugar) S 16530 16532 13937 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22389383 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16532/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701042 s]
/proc/loadavg: 2.01 2.06 1.98 4/80 16532
/proc/meminfo: memFree=1855296/2055920 swapFree=4192812/4192956
[pid=16532] ppid=16530 vsize=16868 CPUtime=0.06
/proc/16532/stat : 16532 (sugar) S 16530 16532 13937 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22389383 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16532/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50115 s]
/proc/loadavg: 2.01 2.06 1.98 4/91 16554
/proc/meminfo: memFree=1844648/2055920 swapFree=4192812/4192956
[pid=16532] ppid=16530 vsize=16868 CPUtime=0.7
/proc/16532/stat : 16532 (sugar) S 16530 16532 13937 0 -1 4194304 1309 7233 0 1 6 1 58 5 16 0 1 0 22389383 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16532/statm: 4217 1111 409 3 0 796 0
[pid=16545] ppid=16532 vsize=5356 CPUtime=0
/proc/16545/stat : 16545 (sh) S 16532 16532 13937 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22389461 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16545/statm: 1339 233 193 169 0 50 0
[pid=16546] ppid=16545 vsize=864356 CPUtime=0.7
/proc/16546/stat : 16546 (java) S 16545 16532 13937 0 -1 0 8123 0 1 0 66 4 0 0 19 0 9 0 22389461 885100544 7383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16546/statm: 216089 7383 2566 9 0 210594 0
[pid=16546/tid=16547] ppid=16545 vsize=864356 CPUtime=0.38
/proc/16546/task/16547/stat : 16547 (java) R 16545 16532 13937 0 -1 64 2588 0 1 0 37 1 0 0 22 0 9 0 22389462 885100544 7383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16546/tid=16548] ppid=16545 vsize=864356 CPUtime=0.25
/proc/16546/task/16548/stat : 16548 (java) R 16545 16532 13937 0 -1 64 4519 0 0 0 23 2 0 0 16 0 9 0 22389463 885100544 7383 996147200 134512640 134550932 4294955936 18446744073709551615 104188793 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16546/tid=16549] ppid=16545 vsize=864356 CPUtime=0
/proc/16546/task/16549/stat : 16549 (java) S 16545 16532 13937 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22389463 885100544 7383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16546/tid=16550] ppid=16545 vsize=864356 CPUtime=0
/proc/16546/task/16550/stat : 16550 (java) S 16545 16532 13937 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22389463 885100544 7383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16546/tid=16551] ppid=16545 vsize=864356 CPUtime=0
/proc/16546/task/16551/stat : 16551 (java) S 16545 16532 13937 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22389465 885100544 7383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16546/tid=16552] ppid=16545 vsize=864356 CPUtime=0.05
/proc/16546/task/16552/stat : 16552 (java) S 16545 16532 13937 0 -1 64 313 0 0 0 5 0 0 0 16 0 9 0 22389466 885100544 7383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16546/tid=16553] ppid=16545 vsize=864356 CPUtime=0
/proc/16546/task/16553/stat : 16553 (java) S 16545 16532 13937 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22389466 885100544 7383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16546/tid=16554] ppid=16545 vsize=864356 CPUtime=0
/proc/16546/task/16554/stat : 16554 (java) S 16545 16532 13937 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22389466 885100544 7383 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886580

[startup+3.10236 s]
/proc/loadavg: 2.01 2.06 1.98 3/91 16554
/proc/meminfo: memFree=1813672/2055920 swapFree=4192812/4192956
[pid=16532] ppid=16530 vsize=16868 CPUtime=0.7
/proc/16532/stat : 16532 (sugar) S 16530 16532 13937 0 -1 4194304 1309 7233 0 1 6 1 58 5 16 0 1 0 22389383 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16532/statm: 4217 1111 409 3 0 796 0
[pid=16545] ppid=16532 vsize=5356 CPUtime=0
/proc/16545/stat : 16545 (sh) S 16532 16532 13937 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22389461 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16545/statm: 1339 233 193 169 0 50 0
[pid=16546] ppid=16545 vsize=868528 CPUtime=2.28
/proc/16546/stat : 16546 (java) S 16545 16532 13937 0 -1 0 20309 0 1 0 217 11 0 0 19 0 9 0 22389461 889372672 19513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16546/statm: 217132 19513 2566 9 0 211637 0
[pid=16546/tid=16547] ppid=16545 vsize=868528 CPUtime=0.97
/proc/16546/task/16547/stat : 16547 (java) R 16545 16532 13937 0 -1 64 3194 0 1 0 95 2 0 0 25 0 9 0 22389462 889372672 19513 996147200 134512640 134550932 4294955936 18446744073709551615 4126646634 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16546/tid=16548] ppid=16545 vsize=868528 CPUtime=1.13
/proc/16546/task/16548/stat : 16548 (java) S 16545 16532 13937 0 -1 64 14950 0 0 0 106 7 0 0 16 0 9 0 22389463 889372672 19513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16546/tid=16549] ppid=16545 vsize=868528 CPUtime=0
/proc/16546/task/16549/stat : 16549 (java) S 16545 16532 13937 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22389463 889372672 19513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16546/tid=16550] ppid=16545 vsize=868528 CPUtime=0
/proc/16546/task/16550/stat : 16550 (java) S 16545 16532 13937 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22389463 889372672 19513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16546/tid=16551] ppid=16545 vsize=868528 CPUtime=0
/proc/16546/task/16551/stat : 16551 (java) S 16545 16532 13937 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22389465 889372672 19513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16546/tid=16552] ppid=16545 vsize=868528 CPUtime=0.15
/proc/16546/task/16552/stat : 16552 (java) S 16545 16532 13937 0 -1 64 1462 0 0 0 14 1 0 0 16 0 9 0 22389466 889372672 19513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16546/tid=16553] ppid=16545 vsize=868528 CPUtime=0
/proc/16546/task/16553/stat : 16553 (java) S 16545 16532 13937 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22389466 889372672 19513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16546/tid=16554] ppid=16545 vsize=868528 CPUtime=0
/proc/16546/task/16554/stat : 16554 (java) S 16545 16532 13937 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22389466 889372672 19513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890752

[startup+6.30279 s]
/proc/loadavg: 2.09 2.08 1.99 4/91 16554
/proc/meminfo: memFree=1732008/2055920 swapFree=4192812/4192956
[pid=16532] ppid=16530 vsize=16868 CPUtime=0.7
/proc/16532/stat : 16532 (sugar) S 16530 16532 13937 0 -1 4194304 1310 7233 0 1 6 1 58 5 15 0 1 0 22389383 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16532/statm: 4217 1111 409 3 0 796 0
[pid=16545] ppid=16532 vsize=5356 CPUtime=0
/proc/16545/stat : 16545 (sh) S 16532 16532 13937 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22389461 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16545/statm: 1339 233 193 169 0 50 0
[pid=16546] ppid=16545 vsize=868692 CPUtime=5.45
/proc/16546/stat : 16546 (java) S 16545 16532 13937 0 -1 0 33166 0 1 0 525 20 0 0 19 0 9 0 22389461 889540608 32295 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16546/statm: 217173 32295 2591 9 0 211650 0
[pid=16546/tid=16547] ppid=16545 vsize=868692 CPUtime=2.62
/proc/16546/task/16547/stat : 16547 (java) R 16545 16532 13937 0 -1 64 4261 0 1 0 258 4 0 0 25 0 9 0 22389462 889540608 32295 996147200 134512640 134550932 4294955936 18446744073709551615 4126954004 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16546/tid=16548] ppid=16545 vsize=868692 CPUtime=2.59
/proc/16546/task/16548/stat : 16548 (java) S 16545 16532 13937 0 -1 64 26700 0 0 0 246 13 0 0 16 0 9 0 22389463 889540608 32295 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16546/tid=16549] ppid=16545 vsize=868692 CPUtime=0
/proc/16546/task/16549/stat : 16549 (java) S 16545 16532 13937 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22389463 889540608 32295 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16546/tid=16550] ppid=16545 vsize=868692 CPUtime=0
/proc/16546/task/16550/stat : 16550 (java) S 16545 16532 13937 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22389463 889540608 32295 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16546/tid=16551] ppid=16545 vsize=868692 CPUtime=0
/proc/16546/task/16551/stat : 16551 (java) S 16545 16532 13937 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22389465 889540608 32295 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16546/tid=16552] ppid=16545 vsize=868692 CPUtime=0.2
/proc/16546/task/16552/stat : 16552 (java) S 16545 16532 13937 0 -1 64 1502 0 0 0 19 1 0 0 15 0 9 0 22389466 889540608 32295 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16546/tid=16553] ppid=16545 vsize=868692 CPUtime=0
/proc/16546/task/16553/stat : 16553 (java) S 16545 16532 13937 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22389466 889540608 32295 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16546/tid=16554] ppid=16545 vsize=868692 CPUtime=0
/proc/16546/task/16554/stat : 16554 (java) S 16545 16532 13937 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22389466 889540608 32295 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890916

[startup+12.7026 s]
/proc/loadavg: 2.08 2.08 1.99 3/91 16554
/proc/meminfo: memFree=1719336/2055920 swapFree=4192812/4192956
[pid=16532] ppid=16530 vsize=16868 CPUtime=0.7
/proc/16532/stat : 16532 (sugar) S 16530 16532 13937 0 -1 4194304 1310 7233 0 1 6 1 58 5 15 0 1 0 22389383 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16532/statm: 4217 1111 409 3 0 796 0
[pid=16545] ppid=16532 vsize=5356 CPUtime=0
/proc/16545/stat : 16545 (sh) S 16532 16532 13937 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22389461 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16545/statm: 1339 233 193 169 0 50 0
[pid=16546] ppid=16545 vsize=868692 CPUtime=11.79
/proc/16546/stat : 16546 (java) S 16545 16532 13937 0 -1 0 34676 0 1 0 1155 24 0 0 19 0 9 0 22389461 889540608 33765 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16546/statm: 217173 33765 2591 9 0 211650 0
[pid=16546/tid=16547] ppid=16545 vsize=868692 CPUtime=8.76
/proc/16546/task/16547/stat : 16547 (java) R 16545 16532 13937 0 -1 64 4301 0 1 0 869 7 0 0 25 0 9 0 22389462 889540608 33765 996147200 134512640 134550932 4294955936 18446744073709551615 4126929296 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16546/tid=16548] ppid=16545 vsize=868692 CPUtime=2.78
/proc/16546/task/16548/stat : 16548 (java) S 16545 16532 13937 0 -1 64 28165 0 0 0 264 14 0 0 16 0 9 0 22389463 889540608 33765 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16546/tid=16549] ppid=16545 vsize=868692 CPUtime=0
/proc/16546/task/16549/stat : 16549 (java) S 16545 16532 13937 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22389463 889540608 33765 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16546/tid=16550] ppid=16545 vsize=868692 CPUtime=0
/proc/16546/task/16550/stat : 16550 (java) S 16545 16532 13937 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22389463 889540608 33765 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16546/tid=16551] ppid=16545 vsize=868692 CPUtime=0
/proc/16546/task/16551/stat : 16551 (java) S 16545 16532 13937 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22389465 889540608 33765 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16546/tid=16552] ppid=16545 vsize=868692 CPUtime=0.21
/proc/16546/task/16552/stat : 16552 (java) S 16545 16532 13937 0 -1 64 1507 0 0 0 20 1 0 0 16 0 9 0 22389466 889540608 33765 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16546/tid=16553] ppid=16545 vsize=868692 CPUtime=0
/proc/16546/task/16553/stat : 16553 (java) S 16545 16532 13937 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22389466 889540608 33765 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16546/tid=16554] ppid=16545 vsize=868692 CPUtime=0
/proc/16546/task/16554/stat : 16554 (java) S 16545 16532 13937 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22389466 889540608 33765 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890916

[startup+25.5013 s]
/proc/loadavg: 2.14 2.09 1.99 3/91 16554
/proc/meminfo: memFree=1698472/2055920 swapFree=4192812/4192956
[pid=16532] ppid=16530 vsize=16868 CPUtime=0.7
/proc/16532/stat : 16532 (sugar) S 16530 16532 13937 0 -1 4194304 1310 7233 0 1 6 1 58 5 15 0 1 0 22389383 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16532/statm: 4217 1111 409 3 0 796 0
[pid=16545] ppid=16532 vsize=5356 CPUtime=0
/proc/16545/stat : 16545 (sh) S 16532 16532 13937 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22389461 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16545/statm: 1339 233 193 169 0 50 0
[pid=16546] ppid=16545 vsize=868692 CPUtime=24.46
/proc/16546/stat : 16546 (java) S 16545 16532 13937 0 -1 0 37011 0 1 0 2413 33 0 0 19 0 9 0 22389461 889540608 36023 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16546/statm: 217173 36023 2591 9 0 211650 0
[pid=16546/tid=16547] ppid=16545 vsize=868692 CPUtime=21.07
/proc/16546/task/16547/stat : 16547 (java) R 16545 16532 13937 0 -1 64 4378 0 1 0 2093 14 0 0 25 0 9 0 22389462 889540608 36023 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16546/tid=16548] ppid=16545 vsize=868692 CPUtime=3.14
/proc/16546/task/16548/stat : 16548 (java) S 16545 16532 13937 0 -1 64 30423 0 0 0 298 16 0 0 16 0 9 0 22389463 889540608 36023 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16546/tid=16549] ppid=16545 vsize=868692 CPUtime=0
/proc/16546/task/16549/stat : 16549 (java) S 16545 16532 13937 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22389463 889540608 36023 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16546/tid=16550] ppid=16545 vsize=868692 CPUtime=0
/proc/16546/task/16550/stat : 16550 (java) S 16545 16532 13937 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22389463 889540608 36023 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16546/tid=16551] ppid=16545 vsize=868692 CPUtime=0

################
# More data... #
################

/proc/meminfo: memFree=992072/2055920 swapFree=4192812/4192956
[pid=16532] ppid=16530 vsize=16868 CPUtime=187.32
/proc/16532/stat : 16532 (sugar) S 16530 16532 13937 0 -1 4194304 1365 75598 0 2 6 1 18616 109 16 0 1 0 22389383 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16532/statm: 4217 1113 409 3 0 796 0
[pid=16561] ppid=16532 vsize=5356 CPUtime=0
/proc/16561/stat : 16561 (sh) S 16532 16532 13937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22408314 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16561/statm: 1339 232 193 169 0 50 0
[pid=16562] ppid=16561 vsize=143164 CPUtime=1104.26
/proc/16562/stat : 16562 (picosat) R 16561 16532 13937 0 -1 4194304 35454 0 0 0 108016 2410 0 0 25 0 1 0 22408315 146599936 33658 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/16562/statm: 35791 33658 48 102 0 35686 0
Current children cumulated CPU time (s) 1291.58
Current children cumulated vsize (KiB) 165388

[startup+1362.3 s]
/proc/loadavg: 2.20 2.15 2.06 3/87 16686
/proc/meminfo: memFree=991496/2055920 swapFree=4192812/4192956
[pid=16532] ppid=16530 vsize=16868 CPUtime=187.32
/proc/16532/stat : 16532 (sugar) S 16530 16532 13937 0 -1 4194304 1365 75598 0 2 6 1 18616 109 16 0 1 0 22389383 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16532/statm: 4217 1113 409 3 0 796 0
[pid=16561] ppid=16532 vsize=5356 CPUtime=0
/proc/16561/stat : 16561 (sh) S 16532 16532 13937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22408314 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16561/statm: 1339 232 193 169 0 50 0
[pid=16562] ppid=16561 vsize=143692 CPUtime=1163.71
/proc/16562/stat : 16562 (picosat) R 16561 16532 13937 0 -1 4194304 35585 0 0 0 113961 2410 0 0 25 0 1 0 22408315 147140608 33789 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16562/statm: 35923 33789 48 102 0 35818 0
Current children cumulated CPU time (s) 1351.03
Current children cumulated vsize (KiB) 165916

[startup+1422.31 s]
/proc/loadavg: 2.14 2.14 2.06 3/87 16686
/proc/meminfo: memFree=990408/2055920 swapFree=4192812/4192956
[pid=16532] ppid=16530 vsize=16868 CPUtime=187.32
/proc/16532/stat : 16532 (sugar) S 16530 16532 13937 0 -1 4194304 1365 75598 0 2 6 1 18616 109 16 0 1 0 22389383 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16532/statm: 4217 1113 409 3 0 796 0
[pid=16561] ppid=16532 vsize=5356 CPUtime=0
/proc/16561/stat : 16561 (sh) S 16532 16532 13937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22408314 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16561/statm: 1339 232 193 169 0 50 0
[pid=16562] ppid=16561 vsize=144484 CPUtime=1223.69
/proc/16562/stat : 16562 (picosat) R 16561 16532 13937 0 -1 4194304 36022 0 0 0 119959 2410 0 0 25 0 1 0 22408315 147951616 34026 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16562/statm: 36121 34026 48 102 0 36016 0
Current children cumulated CPU time (s) 1411.01
Current children cumulated vsize (KiB) 166708

[startup+1482.3 s]
/proc/loadavg: 2.05 2.11 2.05 3/87 16686
/proc/meminfo: memFree=990408/2055920 swapFree=4192812/4192956
[pid=16532] ppid=16530 vsize=16868 CPUtime=187.32
/proc/16532/stat : 16532 (sugar) S 16530 16532 13937 0 -1 4194304 1365 75598 0 2 6 1 18616 109 16 0 1 0 22389383 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16532/statm: 4217 1113 409 3 0 796 0
[pid=16561] ppid=16532 vsize=5356 CPUtime=0
/proc/16561/stat : 16561 (sh) S 16532 16532 13937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22408314 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16561/statm: 1339 232 193 169 0 50 0
[pid=16562] ppid=16561 vsize=144484 CPUtime=1283.61
/proc/16562/stat : 16562 (picosat) R 16561 16532 13937 0 -1 4194304 36022 0 0 0 125951 2410 0 0 25 0 1 0 22408315 147951616 34026 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16562/statm: 36121 34026 48 102 0 36016 0
Current children cumulated CPU time (s) 1470.93
Current children cumulated vsize (KiB) 166708

[startup+1542.3 s]
/proc/loadavg: 2.02 2.09 2.04 4/87 16686
/proc/meminfo: memFree=989512/2055920 swapFree=4192812/4192956
[pid=16532] ppid=16530 vsize=16868 CPUtime=187.32
/proc/16532/stat : 16532 (sugar) S 16530 16532 13937 0 -1 4194304 1365 75598 0 2 6 1 18616 109 16 0 1 0 22389383 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16532/statm: 4217 1113 409 3 0 796 0
[pid=16561] ppid=16532 vsize=5356 CPUtime=0
/proc/16561/stat : 16561 (sh) S 16532 16532 13937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22408314 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16561/statm: 1339 232 193 169 0 50 0
[pid=16562] ppid=16561 vsize=145276 CPUtime=1343.59
/proc/16562/stat : 16562 (picosat) R 16561 16532 13937 0 -1 4194304 36450 0 0 0 131948 2411 0 0 25 0 1 0 22408315 148762624 34243 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/16562/statm: 36319 34243 48 102 0 36214 0
Current children cumulated CPU time (s) 1530.91
Current children cumulated vsize (KiB) 167500

[startup+1602.3 s]
/proc/loadavg: 2.00 2.07 2.04 3/87 16686
/proc/meminfo: memFree=989448/2055920 swapFree=4192812/4192956
[pid=16532] ppid=16530 vsize=16868 CPUtime=187.32
/proc/16532/stat : 16532 (sugar) S 16530 16532 13937 0 -1 4194304 1365 75598 0 2 6 1 18616 109 16 0 1 0 22389383 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16532/statm: 4217 1113 409 3 0 796 0
[pid=16561] ppid=16532 vsize=5356 CPUtime=0
/proc/16561/stat : 16561 (sh) S 16532 16532 13937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22408314 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16561/statm: 1339 232 193 169 0 50 0
[pid=16562] ppid=16561 vsize=145276 CPUtime=1403.57
/proc/16562/stat : 16562 (picosat) R 16561 16532 13937 0 -1 4194304 36450 0 0 0 137946 2411 0 0 25 0 1 0 22408315 148762624 34243 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16562/statm: 36319 34243 48 102 0 36214 0
Current children cumulated CPU time (s) 1590.89
Current children cumulated vsize (KiB) 167500

[startup+1662.3 s]
/proc/loadavg: 2.03 2.07 2.04 3/87 16686
/proc/meminfo: memFree=989192/2055920 swapFree=4192812/4192956
[pid=16532] ppid=16530 vsize=16868 CPUtime=187.32
/proc/16532/stat : 16532 (sugar) S 16530 16532 13937 0 -1 4194304 1365 75598 0 2 6 1 18616 109 16 0 1 0 22389383 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16532/statm: 4217 1113 409 3 0 796 0
[pid=16561] ppid=16532 vsize=5356 CPUtime=0
/proc/16561/stat : 16561 (sh) S 16532 16532 13937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22408314 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16561/statm: 1339 232 193 169 0 50 0
[pid=16562] ppid=16561 vsize=145276 CPUtime=1463.16
/proc/16562/stat : 16562 (picosat) R 16561 16532 13937 0 -1 4194304 36659 0 0 0 143905 2411 0 0 25 0 1 0 22408315 148762624 34243 996147200 134512640 134931368 4294956256 18446744073709551615 134525785 0 0 4096 0 0 0 0 17 1 0 0
/proc/16562/statm: 36319 34243 48 102 0 36214 0
Current children cumulated CPU time (s) 1650.48
Current children cumulated vsize (KiB) 167500

[startup+1722.3 s]
/proc/loadavg: 2.08 2.07 2.04 4/87 16686
/proc/meminfo: memFree=989192/2055920 swapFree=4192812/4192956
[pid=16532] ppid=16530 vsize=16868 CPUtime=187.32
/proc/16532/stat : 16532 (sugar) S 16530 16532 13937 0 -1 4194304 1365 75598 0 2 6 1 18616 109 16 0 1 0 22389383 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16532/statm: 4217 1113 409 3 0 796 0
[pid=16561] ppid=16532 vsize=5356 CPUtime=0
/proc/16561/stat : 16561 (sh) S 16532 16532 13937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22408314 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16561/statm: 1339 232 193 169 0 50 0
[pid=16562] ppid=16561 vsize=145276 CPUtime=1522.83
/proc/16562/stat : 16562 (picosat) R 16561 16532 13937 0 -1 4194304 36659 0 0 0 149872 2411 0 0 25 0 1 0 22408315 148762624 34243 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16562/statm: 36319 34243 48 102 0 36214 0
Current children cumulated CPU time (s) 1710.15
Current children cumulated vsize (KiB) 167500

[startup+1782.3 s]
/proc/loadavg: 2.03 2.05 2.03 3/87 16686
/proc/meminfo: memFree=986760/2055920 swapFree=4192812/4192956
[pid=16532] ppid=16530 vsize=16868 CPUtime=187.32
/proc/16532/stat : 16532 (sugar) S 16530 16532 13937 0 -1 4194304 1365 75598 0 2 6 1 18616 109 16 0 1 0 22389383 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16532/statm: 4217 1113 409 3 0 796 0
[pid=16561] ppid=16532 vsize=5356 CPUtime=0
/proc/16561/stat : 16561 (sh) S 16532 16532 13937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22408314 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16561/statm: 1339 232 193 169 0 50 0
[pid=16562] ppid=16561 vsize=147916 CPUtime=1582.8
/proc/16562/stat : 16562 (picosat) R 16561 16532 13937 0 -1 4194304 37311 0 0 0 155868 2412 0 0 25 0 1 0 22408315 151465984 34895 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16562/statm: 36979 34895 48 102 0 36874 0
Current children cumulated CPU time (s) 1770.12
Current children cumulated vsize (KiB) 170140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.2 s]
/proc/loadavg: 2.10 2.06 2.03 3/87 16686
/proc/meminfo: memFree=985928/2055920 swapFree=4192812/4192956
[pid=16532] ppid=16530 vsize=16868 CPUtime=187.32
/proc/16532/stat : 16532 (sugar) S 16530 16532 13937 0 -1 4194304 1365 75598 0 2 6 1 18616 109 16 0 1 0 22389383 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16532/statm: 4217 1113 409 3 0 796 0
[pid=16561] ppid=16532 vsize=5356 CPUtime=0
/proc/16561/stat : 16561 (sh) S 16532 16532 13937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22408314 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16561/statm: 1339 232 193 169 0 50 0
[pid=16562] ppid=16561 vsize=148312 CPUtime=1612.7
/proc/16562/stat : 16562 (picosat) R 16561 16532 13937 0 -1 4194304 37686 0 0 0 158857 2413 0 0 25 0 1 0 22408315 151871488 35045 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16562/statm: 37078 35045 48 102 0 36973 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 170536

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16532 and gives
#  childrusage.ru_utime.tv_sec=186
#  childrusage.ru_utime.tv_usec=227689
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=121829
# CPU time returned by wait4() is 187.35
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1812.23
CPU time (s): 1800.02
CPU user time (s): 1774.79
CPU system time (s): 25.23
CPU usage (%): 99.3261
Max. virtual memory (cumulated for all children) (KiB): 911408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 186.228
system time used= 1.12183
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77357
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12743
involuntary context switches= 16368

runsolver used 2.20167 second user time and 6.05608 second system time

The end

Launcher Data

Begin job on node13 at 2009-07-12 01:00:25
IDJOB=2071279
IDBENCH=55464
IDSOLVER=738
FILE ID=node13/2071279-1247353225
PBS_JOBID= 9506834
Free space on /tmp= 66296 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-19-03.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2071279-1247353225/watcher-2071279-1247353225 -o /tmp/evaluation-result-2071279-1247353225/solver-2071279-1247353225 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2071279-1247353225.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 3c2779849935bf9ee26f9ef7af257926
RANDOM SEED=2025559100

node13.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.241
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.241
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1855776 kB
Buffers:         15404 kB
Cached:          65584 kB
SwapCached:          0 kB
Active:         130252 kB
Inactive:        24052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1855776 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1900 kB
Writeback:           0 kB
Mapped:          91080 kB
Slab:            30896 kB
Committed_AS:   909548 kB
PageTables:       2004 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66296 MiB
End job on node13 at 2009-07-12 01:30:39