Trace number 2072027

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.07 1815.35

General information on the benchmark

Namecsp/ukVg/
normalized-crossword-m1c-uk-vg15-17_ext.xml
MD5SUMf19d798b5851629cc9628724006dcf08
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.11153
Satisfiable
(Un)Satisfiability was proved
Number of variables255
Number of constraints32
Maximum constraint arity17
Maximum domain size26
Number of constraints which are defined in extension32
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.08	c 0	BEGIN Sun Jul 12 01:46:34 2009
0.05/0.08	c 0	PID 17468
0.05/0.08	c 0	HOST node42.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2072027-1247355994.xml TO HOME/temp.csp
0.05/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-2072027-1247355994.xml' 'HOME/temp.csp'
0.07/0.58	c 0	1 domains, 255 variables, 0 predicates, 2 relations, 32 constraints
0.07/0.61	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.61	c 0	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.07/0.70	c 0	Parsing HOME/temp.csp
0.54/0.83	c 1	parsed 290 expressions
0.54/0.84	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.54/0.84	c 1	Converting to clausal form CSP
0.54/0.87	c 1	converted 29 (10%) expressions
0.54/0.87	c 1	converted 58 (20%) expressions
0.54/0.87	c 1	converted 87 (30%) expressions
0.54/0.87	c 1	converted 116 (40%) expressions
0.54/0.87	c 1	converted 145 (50%) expressions
0.54/0.87	c 1	converted 174 (60%) expressions
0.54/0.87	c 1	converted 203 (70%) expressions
0.54/0.87	c 1	converted 232 (80%) expressions
1.19/1.35	c 1	converted 261 (90%) expressions
3.97/4.16	c 4	converted 290 (100%) expressions
3.97/4.16	c 4	CSP : 255 integers, 0 booleans, 32 clauses, largest domain size 26
3.97/4.16	c 4	Heap : 106 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.97/4.16	c 4	Propagation in CSP
3.97/4.16	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.97/4.16	c 4	CSP : 255 integers, 0 booleans, 32 clauses, largest domain size 26
3.97/4.16	c 4	Heap : 106 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.97/4.16	c 4	Simplifing CSP by introducing new Boolean variables
3.97/4.16	c 4	CSP : 255 integers, 0 booleans, 32 clauses, largest domain size 26
3.97/4.16	c 4	Heap : 106 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.57/4.78	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.66/4.80	c 5	26 (10%) CSP integer variables are encoded (624 clauses, 6720 bytes)
4.66/4.81	c 5	51 (20%) CSP integer variables are encoded (1224 clauses, 13849 bytes)
4.66/4.81	c 5	77 (30%) CSP integer variables are encoded (1848 clauses, 21961 bytes)
4.66/4.81	c 5	102 (40%) CSP integer variables are encoded (2448 clauses, 29761 bytes)
4.66/4.81	c 5	128 (50%) CSP integer variables are encoded (3072 clauses, 37873 bytes)
4.66/4.81	c 5	153 (60%) CSP integer variables are encoded (3672 clauses, 45673 bytes)
4.66/4.81	c 5	179 (70%) CSP integer variables are encoded (4296 clauses, 53785 bytes)
4.66/4.81	c 5	204 (80%) CSP integer variables are encoded (4896 clauses, 61585 bytes)
4.66/4.81	c 5	230 (90%) CSP integer variables are encoded (5520 clauses, 69697 bytes)
4.66/4.82	c 5	255 (100%) CSP integer variables are encoded (6120 clauses, 77497 bytes)
146.46/146.74	c 146	4 (10%) CSP clauses are encoded (397344 clauses, 37758048 bytes)
264.48/265.42	c 265	7 (20%) CSP clauses are encoded (690762 clauses, 66839978 bytes)
382.47/384.52	c 384	10 (30%) CSP clauses are encoded (984180 clauses, 96294845 bytes)
502.84/506.02	c 506	13 (40%) CSP clauses are encoded (1277598 clauses, 125749712 bytes)
618.36/622.69	c 622	16 (50%) CSP clauses are encoded (1571016 clauses, 155204579 bytes)
675.78/680.62	c 680	20 (60%) CSP clauses are encoded (1775544 clauses, 174845916 bytes)
693.51/698.57	c 698	23 (70%) CSP clauses are encoded (1882266 clauses, 186779259 bytes)
710.54/715.77	c 716	26 (80%) CSP clauses are encoded (1988988 clauses, 198712602 bytes)
727.77/733.11	c 733	29 (90%) CSP clauses are encoded (2095710 clauses, 210645945 bytes)
744.70/750.29	c 750	32 (100%) CSP clauses are encoded (2202432 clauses, 222579288 bytes)
744.70/750.29	c 750	32 CSP clauses encoded
744.70/750.29	c 750	Writing map file : HOME/temp.map
744.70/750.30	c 750	Heap : 176 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
744.70/750.30	c 750	SAT : 6375 SAT variables, 2202432 SAT clauses, 222579288 bytes
744.70/750.30	c 750	Heap : 176 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
744.80/750.35	c 750	SOLVING HOME/temp.cnf
744.80/750.35	c 750	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.07/1815.31	c ERROR INTERRUPTED
1800.07/1815.34	s UNKNOWN
1800.07/1815.34	c 1815	CPU 744.86 (0.05 0.02 742.86 1.93)
1800.07/1815.34	c 1815	END Sun Jul 12 02:16:49 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-2072027-1247355994/watcher-2072027-1247355994 -o /tmp/evaluation-result-2072027-1247355994/solver-2072027-1247355994 -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-2072027-1247355994.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: 1.99 1.98 1.99 4/82 17468
/proc/meminfo: memFree=1365688/2055920 swapFree=4192812/4192956
[pid=17468] ppid=17466 vsize=12268 CPUtime=0
/proc/17468/stat : 17468 (sugar) R 17466 17468 16480 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 22663296 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 259424041982 0 0 4224 0 0 0 0 17 1 0 0
/proc/17468/statm: 3067 316 241 3 0 167 0

[startup+0.063941 s]
/proc/loadavg: 1.99 1.98 1.99 4/82 17468
/proc/meminfo: memFree=1365688/2055920 swapFree=4192812/4192956
[pid=17468] ppid=17466 vsize=16080 CPUtime=0.05
/proc/17468/stat : 17468 (sugar) R 17466 17468 16480 0 -1 4194304 929 0 0 0 3 2 0 0 18 0 1 0 22663296 16465920 897 996147200 4194304 4206940 548682068608 18446744073709551615 259435077269 0 0 4224 0 0 0 0 17 1 0 0
/proc/17468/statm: 4020 897 380 3 0 599 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16080

[startup+0.102949 s]
/proc/loadavg: 1.99 1.98 1.99 4/82 17468
/proc/meminfo: memFree=1365688/2055920 swapFree=4192812/4192956
[pid=17468] ppid=17466 vsize=16868 CPUtime=0.07
/proc/17468/stat : 17468 (sugar) S 17466 17468 16480 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22663296 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17468/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302984 s]
/proc/loadavg: 1.99 1.98 1.99 4/82 17468
/proc/meminfo: memFree=1365688/2055920 swapFree=4192812/4192956
[pid=17468] ppid=17466 vsize=16868 CPUtime=0.07
/proc/17468/stat : 17468 (sugar) S 17466 17468 16480 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 22663296 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17468/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702061 s]
/proc/loadavg: 1.99 1.98 1.99 4/82 17468
/proc/meminfo: memFree=1365688/2055920 swapFree=4192812/4192956
[pid=17468] ppid=17466 vsize=16868 CPUtime=0.54
/proc/17468/stat : 17468 (sugar) S 17466 17468 16480 0 -1 4194304 1309 6566 0 1 5 2 44 3 16 0 1 0 22663296 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17468/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 16868

[startup+1.50122 s]
/proc/loadavg: 2.07 2.00 2.00 3/93 17490
/proc/meminfo: memFree=1350560/2055920 swapFree=4192812/4192956
[pid=17468] ppid=17466 vsize=16868 CPUtime=0.54
/proc/17468/stat : 17468 (sugar) S 17466 17468 16480 0 -1 4194304 1309 6566 0 1 5 2 44 3 16 0 1 0 22663296 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17468/statm: 4217 1111 409 3 0 796 0
[pid=17481] ppid=17468 vsize=5356 CPUtime=0
/proc/17481/stat : 17481 (sh) S 17468 17468 16480 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22663358 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17481/statm: 1339 233 193 169 0 50 0
[pid=17482] ppid=17481 vsize=864472 CPUtime=0.85
/proc/17482/stat : 17482 (java) S 17481 17468 16480 0 -1 0 10829 0 1 0 80 5 0 0 18 0 9 0 22663358 885219328 9870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17482/statm: 216118 9870 2566 9 0 210623 0
[pid=17482/tid=17483] ppid=17481 vsize=864472 CPUtime=0.34
/proc/17482/task/17483/stat : 17483 (java) R 17481 17468 16480 0 -1 64 2792 0 1 0 33 1 0 0 19 0 9 0 22663359 885219328 9870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17482/tid=17484] ppid=17481 vsize=864472 CPUtime=0.43
/proc/17482/task/17484/stat : 17484 (java) R 17481 17468 16480 0 -1 64 7025 0 0 0 41 2 0 0 17 0 9 0 22663361 885219328 9870 996147200 134512640 134550932 4294955936 18446744073709551615 102527403 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17482/tid=17485] ppid=17481 vsize=864472 CPUtime=0
/proc/17482/task/17485/stat : 17485 (java) S 17481 17468 16480 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22663361 885219328 9870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17482/tid=17486] ppid=17481 vsize=864472 CPUtime=0
/proc/17482/task/17486/stat : 17486 (java) S 17481 17468 16480 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22663361 885219328 9870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17482/tid=17487] ppid=17481 vsize=864472 CPUtime=0
/proc/17482/task/17487/stat : 17487 (java) S 17481 17468 16480 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22663363 885219328 9870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17482/tid=17488] ppid=17481 vsize=864472 CPUtime=0.05
/proc/17482/task/17488/stat : 17488 (java) S 17481 17468 16480 0 -1 64 313 0 0 0 5 0 0 0 16 0 9 0 22663363 885219328 9870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17482/tid=17489] ppid=17481 vsize=864472 CPUtime=0
/proc/17482/task/17489/stat : 17489 (java) S 17481 17468 16480 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22663363 885219328 9870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17482/tid=17490] ppid=17481 vsize=864472 CPUtime=0
/proc/17482/task/17490/stat : 17490 (java) S 17481 17468 16480 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22663363 885219328 9870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 886696

[startup+3.10253 s]
/proc/loadavg: 2.07 2.00 2.00 4/93 17490
/proc/meminfo: memFree=1316512/2055920 swapFree=4192812/4192956
[pid=17468] ppid=17466 vsize=16868 CPUtime=0.54
/proc/17468/stat : 17468 (sugar) S 17466 17468 16480 0 -1 4194304 1309 6566 0 1 5 2 44 3 16 0 1 0 22663296 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17468/statm: 4217 1111 409 3 0 796 0
[pid=17481] ppid=17468 vsize=5356 CPUtime=0
/proc/17481/stat : 17481 (sh) S 17468 17468 16480 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22663358 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17481/statm: 1339 233 193 169 0 50 0
[pid=17482] ppid=17481 vsize=864220 CPUtime=2.44
/proc/17482/stat : 17482 (java) S 17481 17468 16480 0 -1 0 24278 0 1 0 232 12 0 0 18 0 9 0 22663358 884961280 23064 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17482/statm: 216055 23064 2566 9 0 210560 0
[pid=17482/tid=17483] ppid=17481 vsize=864220 CPUtime=0.78
/proc/17482/task/17483/stat : 17483 (java) R 17481 17468 16480 0 -1 64 3660 0 1 0 77 1 0 0 23 0 9 0 22663359 884961280 23064 996147200 134512640 134550932 4294955936 18446744073709551615 4126518674 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17482/tid=17484] ppid=17481 vsize=864220 CPUtime=1.58
/proc/17482/task/17484/stat : 17484 (java) S 17481 17468 16480 0 -1 64 19606 0 0 0 149 9 0 0 18 0 9 0 22663361 884961280 23064 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17482/tid=17485] ppid=17481 vsize=864220 CPUtime=0
/proc/17482/task/17485/stat : 17485 (java) S 17481 17468 16480 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22663361 884961280 23064 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17482/tid=17486] ppid=17481 vsize=864220 CPUtime=0
/proc/17482/task/17486/stat : 17486 (java) S 17481 17468 16480 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22663361 884961280 23064 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17482/tid=17487] ppid=17481 vsize=864220 CPUtime=0
/proc/17482/task/17487/stat : 17487 (java) S 17481 17468 16480 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22663363 884961280 23064 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17482/tid=17488] ppid=17481 vsize=864220 CPUtime=0.05
/proc/17482/task/17488/stat : 17488 (java) S 17481 17468 16480 0 -1 64 313 0 0 0 5 0 0 0 16 0 9 0 22663363 884961280 23064 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17482/tid=17489] ppid=17481 vsize=864220 CPUtime=0
/proc/17482/task/17489/stat : 17489 (java) S 17481 17468 16480 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22663363 884961280 23064 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17482/tid=17490] ppid=17481 vsize=864220 CPUtime=0
/proc/17482/task/17490/stat : 17490 (java) S 17481 17468 16480 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22663363 884961280 23064 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) 886444

[startup+6.30113 s]
/proc/loadavg: 2.07 2.00 2.00 3/93 17490
/proc/meminfo: memFree=1236000/2055920 swapFree=4192812/4192956
[pid=17468] ppid=17466 vsize=16868 CPUtime=0.54
/proc/17468/stat : 17468 (sugar) S 17466 17468 16480 0 -1 4194304 1311 6566 0 1 5 2 44 3 16 0 1 0 22663296 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17468/statm: 4217 1112 409 3 0 796 0
[pid=17481] ppid=17468 vsize=5356 CPUtime=0
/proc/17481/stat : 17481 (sh) S 17468 17468 16480 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22663358 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17481/statm: 1339 233 193 169 0 50 0
[pid=17482] ppid=17481 vsize=864364 CPUtime=5.62
/proc/17482/stat : 17482 (java) S 17481 17468 16480 0 -1 0 35643 0 1 0 545 17 0 0 18 0 9 0 22663358 885108736 34217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17482/statm: 216091 34217 2591 9 0 210568 0
[pid=17482/tid=17483] ppid=17481 vsize=864364 CPUtime=2.49
/proc/17482/task/17483/stat : 17483 (java) R 17481 17468 16480 0 -1 64 4592 0 1 0 247 2 0 0 25 0 9 0 22663359 885108736 34217 996147200 134512640 134550932 4294955936 18446744073709551615 4126593784 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17482/tid=17484] ppid=17481 vsize=864364 CPUtime=3.01
/proc/17482/task/17484/stat : 17484 (java) S 17481 17468 16480 0 -1 64 30017 0 0 0 288 13 0 0 16 0 9 0 22663361 885108736 34217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17482/tid=17485] ppid=17481 vsize=864364 CPUtime=0
/proc/17482/task/17485/stat : 17485 (java) S 17481 17468 16480 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22663361 885108736 34217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17482/tid=17486] ppid=17481 vsize=864364 CPUtime=0
/proc/17482/task/17486/stat : 17486 (java) S 17481 17468 16480 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22663361 885108736 34217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17482/tid=17487] ppid=17481 vsize=864364 CPUtime=0
/proc/17482/task/17487/stat : 17487 (java) S 17481 17468 16480 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22663363 885108736 34217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17482/tid=17488] ppid=17481 vsize=864364 CPUtime=0.08
/proc/17482/task/17488/stat : 17488 (java) S 17481 17468 16480 0 -1 64 335 0 0 0 8 0 0 0 16 0 9 0 22663363 885108736 34217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17482/tid=17489] ppid=17481 vsize=864364 CPUtime=0
/proc/17482/task/17489/stat : 17489 (java) S 17481 17468 16480 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22663363 885108736 34217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17482/tid=17490] ppid=17481 vsize=864364 CPUtime=0
/proc/17482/task/17490/stat : 17490 (java) S 17481 17468 16480 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22663363 885108736 34217 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 886588

[startup+12.7014 s]
/proc/loadavg: 2.06 2.00 2.00 3/93 17490
/proc/meminfo: memFree=1232352/2055920 swapFree=4192812/4192956
[pid=17468] ppid=17466 vsize=16868 CPUtime=0.54
/proc/17468/stat : 17468 (sugar) S 17466 17468 16480 0 -1 4194304 1311 6566 0 1 5 2 44 3 16 0 1 0 22663296 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17468/statm: 4217 1112 409 3 0 796 0
[pid=17481] ppid=17468 vsize=5356 CPUtime=0
/proc/17481/stat : 17481 (sh) S 17468 17468 16480 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22663358 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17481/statm: 1339 233 193 169 0 50 0
[pid=17482] ppid=17481 vsize=864364 CPUtime=12.01
/proc/17482/stat : 17482 (java) S 17481 17468 16480 0 -1 0 36223 0 1 0 1184 17 0 0 18 0 9 0 22663358 885108736 34792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17482/statm: 216091 34792 2591 9 0 210568 0
[pid=17482/tid=17483] ppid=17481 vsize=864364 CPUtime=8.86
/proc/17482/task/17483/stat : 17483 (java) R 17481 17468 16480 0 -1 64 4597 0 1 0 884 2 0 0 25 0 9 0 22663359 885108736 34792 996147200 134512640 134550932 4294955936 18446744073709551615 4126588267 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17482/tid=17484] ppid=17481 vsize=864364 CPUtime=3.04
/proc/17482/task/17484/stat : 17484 (java) S 17481 17468 16480 0 -1 64 30592 0 0 0 291 13 0 0 16 0 9 0 22663361 885108736 34792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17482/tid=17485] ppid=17481 vsize=864364 CPUtime=0
/proc/17482/task/17485/stat : 17485 (java) S 17481 17468 16480 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22663361 885108736 34792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17482/tid=17486] ppid=17481 vsize=864364 CPUtime=0
/proc/17482/task/17486/stat : 17486 (java) S 17481 17468 16480 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22663361 885108736 34792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17482/tid=17487] ppid=17481 vsize=864364 CPUtime=0
/proc/17482/task/17487/stat : 17487 (java) S 17481 17468 16480 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22663363 885108736 34792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17482/tid=17488] ppid=17481 vsize=864364 CPUtime=0.08
/proc/17482/task/17488/stat : 17488 (java) S 17481 17468 16480 0 -1 64 335 0 0 0 8 0 0 0 16 0 9 0 22663363 885108736 34792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17482/tid=17489] ppid=17481 vsize=864364 CPUtime=0
/proc/17482/task/17489/stat : 17489 (java) S 17481 17468 16480 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22663363 885108736 34792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17482/tid=17490] ppid=17481 vsize=864364 CPUtime=0
/proc/17482/task/17490/stat : 17490 (java) S 17481 17468 16480 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22663363 885108736 34792 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 886588

[startup+25.5028 s]
/proc/loadavg: 2.05 2.00 2.00 3/93 17490
/proc/meminfo: memFree=1225632/2055920 swapFree=4192812/4192956
[pid=17468] ppid=17466 vsize=16868 CPUtime=0.54
/proc/17468/stat : 17468 (sugar) S 17466 17468 16480 0 -1 4194304 1311 6566 0 1 5 2 44 3 16 0 1 0 22663296 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17468/statm: 4217 1112 409 3 0 796 0
[pid=17481] ppid=17468 vsize=5356 CPUtime=0
/proc/17481/stat : 17481 (sh) S 17468 17468 16480 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22663358 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17481/statm: 1339 233 193 169 0 50 0
[pid=17482] ppid=17481 vsize=864364 CPUtime=24.81
/proc/17482/stat : 17482 (java) S 17481 17468 16480 0 -1 0 38264 0 1 0 2463 18 0 0 18 0 9 0 22663358 885108736 36815 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17482/statm: 216091 36815 2591 9 0 210568 0
[pid=17482/tid=17483] ppid=17481 vsize=864364 CPUtime=21.56
/proc/17482/task/17483/stat : 17483 (java) R 17481 17468 16480 0 -1 64 4615 0 1 0 2154 2 0 0 25 0 9 0 22663359 885108736 36815 996147200 134512640 134550932 4294955936 18446744073709551615 4126602986 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17482/tid=17484] ppid=17481 vsize=864364 CPUtime=3.14
/proc/17482/task/17484/stat : 17484 (java) S 17481 17468 16480 0 -1 64 32615 0 0 0 299 15 0 0 16 0 9 0 22663361 885108736 36815 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17482/tid=17485] ppid=17481 vsize=864364 CPUtime=0
/proc/17482/task/17485/stat : 17485 (java) S 17481 17468 16480 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22663361 885108736 36815 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17482/tid=17486] ppid=17481 vsize=864364 CPUtime=0
/proc/17482/task/17486/stat : 17486 (java) S 17481 17468 16480 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22663361 885108736 36815 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17482/tid=17487] ppid=17481 vsize=864364 CPUtime=0

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

/proc/meminfo: memFree=1442296/2055920 swapFree=4192812/4192956
[pid=17468] ppid=17466 vsize=16868 CPUtime=744.86
/proc/17468/stat : 17468 (sugar) S 17466 17468 16480 0 -1 4194304 1367 110367 0 2 5 2 74286 193 17 0 1 0 22663296 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17468/statm: 4217 1113 409 3 0 796 0
[pid=17522] ppid=17468 vsize=5356 CPUtime=0
/proc/17522/stat : 17522 (sh) S 17468 17468 16480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22738332 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17522/statm: 1339 232 193 169 0 50 0
[pid=17523] ppid=17522 vsize=229648 CPUtime=606.5
/proc/17523/stat : 17523 (picosat) R 17522 17468 16480 0 -1 4194304 55930 0 0 0 55347 5303 0 0 25 0 1 0 22738332 235159552 55400 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17523/statm: 57412 55400 48 102 0 57307 0
Current children cumulated CPU time (s) 1351.36
Current children cumulated vsize (KiB) 251872

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 17763
/proc/meminfo: memFree=1441784/2055920 swapFree=4192812/4192956
[pid=17468] ppid=17466 vsize=16868 CPUtime=744.86
/proc/17468/stat : 17468 (sugar) S 17466 17468 16480 0 -1 4194304 1367 110367 0 2 5 2 74286 193 17 0 1 0 22663296 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17468/statm: 4217 1113 409 3 0 796 0
[pid=17522] ppid=17468 vsize=5356 CPUtime=0
/proc/17522/stat : 17522 (sh) S 17468 17468 16480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22738332 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17522/statm: 1339 232 193 169 0 50 0
[pid=17523] ppid=17522 vsize=230176 CPUtime=665.94
/proc/17523/stat : 17523 (picosat) R 17522 17468 16480 0 -1 4194304 56068 0 0 0 61290 5304 0 0 25 0 1 0 22738332 235700224 55538 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17523/statm: 57544 55538 48 102 0 57439 0
Current children cumulated CPU time (s) 1410.8
Current children cumulated vsize (KiB) 252400

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 17763
/proc/meminfo: memFree=1441528/2055920 swapFree=4192812/4192956
[pid=17468] ppid=17466 vsize=16868 CPUtime=744.86
/proc/17468/stat : 17468 (sugar) S 17466 17468 16480 0 -1 4194304 1367 110367 0 2 5 2 74286 193 17 0 1 0 22663296 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17468/statm: 4217 1113 409 3 0 796 0
[pid=17522] ppid=17468 vsize=5356 CPUtime=0
/proc/17522/stat : 17522 (sh) S 17468 17468 16480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22738332 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17522/statm: 1339 232 193 169 0 50 0
[pid=17523] ppid=17522 vsize=230176 CPUtime=725.36
/proc/17523/stat : 17523 (picosat) R 17522 17468 16480 0 -1 4194304 56236 0 0 0 67232 5304 0 0 25 0 1 0 22738332 235700224 55555 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17523/statm: 57544 55555 48 102 0 57439 0
Current children cumulated CPU time (s) 1470.22
Current children cumulated vsize (KiB) 252400

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 17763
/proc/meminfo: memFree=1440504/2055920 swapFree=4192812/4192956
[pid=17468] ppid=17466 vsize=16868 CPUtime=744.86
/proc/17468/stat : 17468 (sugar) S 17466 17468 16480 0 -1 4194304 1367 110367 0 2 5 2 74286 193 17 0 1 0 22663296 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17468/statm: 4217 1113 409 3 0 796 0
[pid=17522] ppid=17468 vsize=5356 CPUtime=0
/proc/17522/stat : 17522 (sh) S 17468 17468 16480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22738332 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17522/statm: 1339 232 193 169 0 50 0
[pid=17523] ppid=17522 vsize=231100 CPUtime=784.79
/proc/17523/stat : 17523 (picosat) R 17522 17468 16480 0 -1 4194304 56620 0 0 0 73174 5305 0 0 25 0 1 0 22738332 236646400 55779 996147200 134512640 134931368 4294956256 18446744073709551615 134529740 0 0 4096 0 0 0 0 17 1 0 0
/proc/17523/statm: 57775 55779 48 102 0 57670 0
Current children cumulated CPU time (s) 1529.65
Current children cumulated vsize (KiB) 253324

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 17763
/proc/meminfo: memFree=1440504/2055920 swapFree=4192812/4192956
[pid=17468] ppid=17466 vsize=16868 CPUtime=744.86
/proc/17468/stat : 17468 (sugar) S 17466 17468 16480 0 -1 4194304 1367 110367 0 2 5 2 74286 193 17 0 1 0 22663296 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17468/statm: 4217 1113 409 3 0 796 0
[pid=17522] ppid=17468 vsize=5356 CPUtime=0
/proc/17522/stat : 17522 (sh) S 17468 17468 16480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22738332 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17522/statm: 1339 232 193 169 0 50 0
[pid=17523] ppid=17522 vsize=231100 CPUtime=844.23
/proc/17523/stat : 17523 (picosat) R 17522 17468 16480 0 -1 4194304 56620 0 0 0 79118 5305 0 0 25 0 1 0 22738332 236646400 55779 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17523/statm: 57775 55779 48 102 0 57670 0
Current children cumulated CPU time (s) 1589.09
Current children cumulated vsize (KiB) 253324

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 17763
/proc/meminfo: memFree=1440120/2055920 swapFree=4192812/4192956
[pid=17468] ppid=17466 vsize=16868 CPUtime=744.86
/proc/17468/stat : 17468 (sugar) S 17466 17468 16480 0 -1 4194304 1367 110367 0 2 5 2 74286 193 17 0 1 0 22663296 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17468/statm: 4217 1113 409 3 0 796 0
[pid=17522] ppid=17468 vsize=5356 CPUtime=0
/proc/17522/stat : 17522 (sh) S 17468 17468 16480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22738332 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17522/statm: 1339 232 193 169 0 50 0
[pid=17523] ppid=17522 vsize=231628 CPUtime=903.66
/proc/17523/stat : 17523 (picosat) R 17522 17468 16480 0 -1 4194304 56759 0 0 0 85060 5306 0 0 25 0 1 0 22738332 237187072 55918 996147200 134512640 134931368 4294956256 18446744073709551615 134525783 0 0 4096 0 0 0 0 17 1 0 0
/proc/17523/statm: 57907 55918 48 102 0 57802 0
Current children cumulated CPU time (s) 1648.52
Current children cumulated vsize (KiB) 253852

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 17763
/proc/meminfo: memFree=1439736/2055920 swapFree=4192812/4192956
[pid=17468] ppid=17466 vsize=16868 CPUtime=744.86
/proc/17468/stat : 17468 (sugar) S 17466 17468 16480 0 -1 4194304 1367 110367 0 2 5 2 74286 193 17 0 1 0 22663296 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17468/statm: 4217 1113 409 3 0 796 0
[pid=17522] ppid=17468 vsize=5356 CPUtime=0
/proc/17522/stat : 17522 (sh) S 17468 17468 16480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22738332 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17522/statm: 1339 232 193 169 0 50 0
[pid=17523] ppid=17522 vsize=231760 CPUtime=963.1
/proc/17523/stat : 17523 (picosat) R 17522 17468 16480 0 -1 4194304 56968 0 0 0 91004 5306 0 0 25 0 1 0 22738332 237322240 55961 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17523/statm: 57940 55961 48 102 0 57835 0
Current children cumulated CPU time (s) 1707.96
Current children cumulated vsize (KiB) 253984

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 17763
/proc/meminfo: memFree=1439544/2055920 swapFree=4192812/4192956
[pid=17468] ppid=17466 vsize=16868 CPUtime=744.86
/proc/17468/stat : 17468 (sugar) S 17466 17468 16480 0 -1 4194304 1367 110367 0 2 5 2 74286 193 17 0 1 0 22663296 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17468/statm: 4217 1113 409 3 0 796 0
[pid=17522] ppid=17468 vsize=5356 CPUtime=0
/proc/17522/stat : 17522 (sh) S 17468 17468 16480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22738332 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17522/statm: 1339 232 193 169 0 50 0
[pid=17523] ppid=17522 vsize=232024 CPUtime=1022.53
/proc/17523/stat : 17523 (picosat) R 17522 17468 16480 0 -1 4194304 57050 0 0 0 96946 5307 0 0 25 0 1 0 22738332 237592576 56043 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/17523/statm: 58006 56043 48 102 0 57901 0
Current children cumulated CPU time (s) 1767.39
Current children cumulated vsize (KiB) 254248



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 17763
/proc/meminfo: memFree=1439288/2055920 swapFree=4192812/4192956
[pid=17468] ppid=17466 vsize=16868 CPUtime=744.86
/proc/17468/stat : 17468 (sugar) S 17466 17468 16480 0 -1 4194304 1367 110367 0 2 5 2 74286 193 17 0 1 0 22663296 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17468/statm: 4217 1113 409 3 0 796 0
[pid=17522] ppid=17468 vsize=5356 CPUtime=0
/proc/17522/stat : 17522 (sh) S 17468 17468 16480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22738332 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17522/statm: 1339 232 193 169 0 50 0
[pid=17523] ppid=17522 vsize=232156 CPUtime=1055.21
/proc/17523/stat : 17523 (picosat) R 17522 17468 16480 0 -1 4194304 57238 0 0 0 100214 5307 0 0 25 0 1 0 22738332 237727744 56063 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/17523/statm: 58039 56063 48 102 0 57934 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 254380

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

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

[startup+1815.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/75 17763
/proc/meminfo: memFree=1439288/2055920 swapFree=4192812/4192956
[pid=17468] ppid=17466 vsize=16868 CPUtime=744.86
/proc/17468/stat : 17468 (sugar) S 17466 17468 16480 0 -1 4194304 1367 110367 0 2 5 2 74286 193 17 0 1 0 22663296 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17468/statm: 4217 1113 409 3 0 796 0
[pid=17522] ppid=17468 vsize=5356 CPUtime=0
/proc/17522/stat : 17522 (sh) S 17468 17468 16480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22738332 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17522/statm: 1339 232 193 169 0 50 0
[pid=17523] ppid=17522 vsize=232156 CPUtime=1055.21
/proc/17523/stat : 17523 (picosat) R 17522 17468 16480 0 -1 4194304 57238 0 0 0 100214 5307 0 0 25 0 1 0 22738332 237727744 56063 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/17523/statm: 58039 56063 48 102 0 57934 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 254380

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17468 and gives
#  childrusage.ru_utime.tv_sec=742
#  childrusage.ru_utime.tv_usec=925058
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=959702
# CPU time returned by wait4() is 744.885
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1815.35
CPU time (s): 1800.07
CPU user time (s): 1745.05
CPU system time (s): 55.02
CPU usage (%): 99.1585
Max. virtual memory (cumulated for all children) (KiB): 908120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 742.925
system time used= 1.9597
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112126
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= 28346
involuntary context switches= 36733

runsolver used 2.45063 second user time and 5.85411 second system time

The end

Launcher Data

Begin job on node42 at 2009-07-12 01:46:34
IDJOB=2072027
IDBENCH=55566
IDSOLVER=738
FILE ID=node42/2072027-1247355994
PBS_JOBID= 9506840
Free space on /tmp= 66236 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/ukVg/normalized-crossword-m1c-uk-vg15-17_ext.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-2072027-1247355994/watcher-2072027-1247355994 -o /tmp/evaluation-result-2072027-1247355994/solver-2072027-1247355994 -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-2072027-1247355994.xml

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

MD5SUM BENCH= f19d798b5851629cc9628724006dcf08
RANDOM SEED=699743832

node42.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.283
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.283
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:       1366168 kB
Buffers:         15148 kB
Cached:         151996 kB
SwapCached:          0 kB
Active:         614552 kB
Inactive:        26496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1366168 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1512 kB
Writeback:           0 kB
Mapped:         495176 kB
Slab:            32956 kB
Committed_AS:   662752 kB
PageTables:       2872 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= 66304 MiB
End job on node42 at 2009-07-12 02:16:51