Trace number 2079287

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 1808.74

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg8-10_ext.xml
MD5SUM6393e0ec996895229b3506a2e9ce2e61
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 benchmark7.31789
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints18
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension18
Number of constraints which are defined in intension0
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 05:06:46 2009
0.00/0.08	c 0	PID 27442
0.07/0.08	c 0	HOST node37.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2079287-1247368006.xml TO HOME/temp.csp
0.07/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-2079287-1247368006.xml' 'HOME/temp.csp'
0.07/0.53	c 0	1 domains, 80 variables, 0 predicates, 2 relations, 18 constraints
0.07/0.56	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.56	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.49/0.65	c 1	Parsing HOME/temp.csp
0.49/0.90	c 1	parsed 101 expressions
0.49/0.91	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.49/0.91	c 1	Converting to clausal form CSP
0.49/0.93	c 1	converted 11 (10%) expressions
0.49/0.93	c 1	converted 21 (20%) expressions
0.49/0.93	c 1	converted 31 (30%) expressions
0.49/0.93	c 1	converted 41 (40%) expressions
0.49/0.93	c 1	converted 51 (50%) expressions
0.49/0.93	c 1	converted 61 (60%) expressions
0.49/0.93	c 1	converted 71 (70%) expressions
0.49/0.93	c 1	converted 81 (80%) expressions
1.19/1.39	c 1	converted 91 (90%) expressions
1.59/1.77	c 2	converted 101 (100%) expressions
1.59/1.77	c 2	CSP : 80 integers, 0 booleans, 18 clauses, largest domain size 26
1.59/1.77	c 2	Heap : 28 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.59/1.77	c 2	Propagation in CSP
1.59/1.77	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.59/1.77	c 2	CSP : 80 integers, 0 booleans, 18 clauses, largest domain size 26
1.59/1.77	c 2	Heap : 28 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.59/1.77	c 2	Simplifing CSP by introducing new Boolean variables
1.59/1.77	c 2	CSP : 80 integers, 0 booleans, 18 clauses, largest domain size 26
1.59/1.77	c 2	Heap : 28 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.70/1.90	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.80/1.91	c 2	8 (10%) CSP integer variables are encoded (192 clauses, 1968 bytes)
1.80/1.91	c 2	16 (20%) CSP integer variables are encoded (384 clauses, 4080 bytes)
1.80/1.91	c 2	24 (30%) CSP integer variables are encoded (576 clauses, 6192 bytes)
1.80/1.91	c 2	32 (40%) CSP integer variables are encoded (768 clauses, 8304 bytes)
1.80/1.91	c 2	40 (50%) CSP integer variables are encoded (960 clauses, 10417 bytes)
1.80/1.91	c 2	48 (60%) CSP integer variables are encoded (1152 clauses, 12913 bytes)
1.80/1.91	c 2	56 (70%) CSP integer variables are encoded (1344 clauses, 15409 bytes)
1.80/1.92	c 2	64 (80%) CSP integer variables are encoded (1536 clauses, 17905 bytes)
1.80/1.92	c 2	72 (90%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
1.80/1.92	c 2	80 (100%) CSP integer variables are encoded (1920 clauses, 22897 bytes)
12.37/12.54	c 12	2 (10%) CSP clauses are encoded (76670 clauses, 3893336 bytes)
23.11/23.38	c 23	4 (20%) CSP clauses are encoded (151420 clauses, 7799179 bytes)
33.66/33.94	c 34	6 (30%) CSP clauses are encoded (226170 clauses, 11848009 bytes)
44.20/44.56	c 44	8 (40%) CSP clauses are encoded (300920 clauses, 15896839 bytes)
49.67/50.04	c 50	9 (50%) CSP clauses are encoded (338295 clauses, 17921254 bytes)
58.83/59.23	c 59	11 (60%) CSP clauses are encoded (406039 clauses, 21498922 bytes)
66.19/66.62	c 67	13 (70%) CSP clauses are encoded (466777 clauses, 25121478 bytes)
73.64/74.18	c 74	15 (80%) CSP clauses are encoded (527515 clauses, 29131183 bytes)
80.90/81.49	c 81	17 (90%) CSP clauses are encoded (588253 clauses, 33527755 bytes)
84.67/85.26	c 85	18 (100%) CSP clauses are encoded (618622 clauses, 35726041 bytes)
84.67/85.26	c 85	18 CSP clauses encoded
84.67/85.26	c 85	Writing map file : HOME/temp.map
84.67/85.26	c 85	Heap : 52 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
84.67/85.26	c 85	SAT : 2000 SAT variables, 618622 SAT clauses, 35726041 bytes
84.67/85.26	c 85	Heap : 52 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
84.67/85.29	c 85	SOLVING HOME/temp.cnf
84.67/85.29	c 85	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.00/1808.71	c 1809	DECODING HOME/temp.out WITH HOME/temp.map
1800.00/1808.71	c 1809	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.00/1808.71	c ERROR INTERRUPTED
1800.00/1808.73	s UNKNOWN
1800.00/1808.73	c 1809	CPU 84.79 (0.05 0.03 84.18 0.53)
1800.00/1808.73	c 1809	END Sun Jul 12 05:36:55 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-2079287-1247368006/watcher-2079287-1247368006 -o /tmp/evaluation-result-2079287-1247368006/solver-2079287-1247368006 -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-2079287-1247368006.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.03 2.05 2.01 4/83 27442
/proc/meminfo: memFree=1120736/2055920 swapFree=4192812/4192956
[pid=27442] ppid=27440 vsize=12268 CPUtime=0
/proc/27442/stat : 27442 (sugar) R 27440 27442 22489 0 -1 4194304 311 0 0 0 0 0 0 0 20 0 1 0 23864763 12562432 279 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 0 0 0 0 17 1 0 0
/proc/27442/statm: 3067 279 207 3 0 167 0

[startup+0.0857209 s]
/proc/loadavg: 2.03 2.05 2.01 4/83 27442
/proc/meminfo: memFree=1120736/2055920 swapFree=4192812/4192956
[pid=27442] ppid=27440 vsize=16740 CPUtime=0.07
/proc/27442/stat : 27442 (sugar) S 27440 27442 22489 0 -1 4194304 1152 0 0 0 5 2 0 0 18 0 1 0 23864763 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27442/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102005 s]
/proc/loadavg: 2.03 2.05 2.01 4/83 27442
/proc/meminfo: memFree=1120736/2055920 swapFree=4192812/4192956
[pid=27442] ppid=27440 vsize=16868 CPUtime=0.07
/proc/27442/stat : 27442 (sugar) S 27440 27442 22489 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23864763 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27442/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301044 s]
/proc/loadavg: 2.03 2.05 2.01 4/83 27442
/proc/meminfo: memFree=1120736/2055920 swapFree=4192812/4192956
[pid=27442] ppid=27440 vsize=16868 CPUtime=0.07
/proc/27442/stat : 27442 (sugar) S 27440 27442 22489 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23864763 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27442/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701112 s]
/proc/loadavg: 2.03 2.05 2.01 4/83 27442
/proc/meminfo: memFree=1120736/2055920 swapFree=4192812/4192956
[pid=27442] ppid=27440 vsize=16868 CPUtime=0.49
/proc/27442/stat : 27442 (sugar) S 27440 27442 22489 0 -1 4194304 1309 4773 0 1 5 2 38 4 16 0 1 0 23864763 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27442/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 16868

[startup+1.50227 s]
/proc/loadavg: 2.11 2.06 2.02 4/84 27465
/proc/meminfo: memFree=1548424/2055920 swapFree=4192812/4192956
[pid=27442] ppid=27440 vsize=16868 CPUtime=0.49
/proc/27442/stat : 27442 (sugar) S 27440 27442 22489 0 -1 4194304 1309 4773 0 1 5 2 38 4 15 0 1 0 23864763 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27442/statm: 4217 1111 409 3 0 796 0
[pid=27455] ppid=27442 vsize=5356 CPUtime=0
/proc/27455/stat : 27455 (sh) S 27442 27442 22489 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23864820 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27455/statm: 1339 233 193 169 0 50 0
[pid=27456] ppid=27455 vsize=864364 CPUtime=0.91
/proc/27456/stat : 27456 (java) S 27455 27442 22489 0 -1 0 10385 0 1 0 86 5 0 0 19 0 9 0 23864821 885108736 9650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27456/statm: 216091 9650 2566 9 0 210596 0
[pid=27456/tid=27457] ppid=27455 vsize=864364 CPUtime=0.5
/proc/27456/task/27457/stat : 27457 (java) R 27455 27442 22489 0 -1 64 2790 0 1 0 48 2 0 0 16 0 9 0 23864822 885108736 9650 996147200 134512640 134550932 4294955936 18446744073709551615 4126522108 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27458] ppid=27455 vsize=864364 CPUtime=0.35
/proc/27456/task/27458/stat : 27458 (java) S 27455 27442 22489 0 -1 64 6589 0 0 0 33 2 0 0 16 0 9 0 23864823 885108736 9650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27456/tid=27459] ppid=27455 vsize=864364 CPUtime=0
/proc/27456/task/27459/stat : 27459 (java) S 27455 27442 22489 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 23864823 885108736 9650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27456/tid=27460] ppid=27455 vsize=864364 CPUtime=0
/proc/27456/task/27460/stat : 27460 (java) S 27455 27442 22489 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23864823 885108736 9650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27461] ppid=27455 vsize=864364 CPUtime=0
/proc/27456/task/27461/stat : 27461 (java) S 27455 27442 22489 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23864826 885108736 9650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27462] ppid=27455 vsize=864364 CPUtime=0.04
/proc/27456/task/27462/stat : 27462 (java) S 27455 27442 22489 0 -1 64 306 0 0 0 4 0 0 0 16 0 9 0 23864826 885108736 9650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27463] ppid=27455 vsize=864364 CPUtime=0
/proc/27456/task/27463/stat : 27463 (java) S 27455 27442 22489 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23864826 885108736 9650 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27464] ppid=27455 vsize=864364 CPUtime=0
/proc/27456/task/27464/stat : 27464 (java) S 27455 27442 22489 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23864826 885108736 9650 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) 886588

[startup+3.10256 s]
/proc/loadavg: 2.11 2.06 2.02 4/83 27492
/proc/meminfo: memFree=1761952/2055920 swapFree=4192812/4192956
[pid=27442] ppid=27440 vsize=16868 CPUtime=0.49
/proc/27442/stat : 27442 (sugar) S 27440 27442 22489 0 -1 4194304 1310 4773 0 1 5 2 38 4 15 0 1 0 23864763 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27442/statm: 4217 1111 409 3 0 796 0
[pid=27455] ppid=27442 vsize=5356 CPUtime=0
/proc/27455/stat : 27455 (sh) S 27442 27442 22489 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23864820 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27455/statm: 1339 233 193 169 0 50 0
[pid=27456] ppid=27455 vsize=864476 CPUtime=2.53
/proc/27456/stat : 27456 (java) S 27455 27442 22489 0 -1 0 13173 0 1 0 246 7 0 0 19 0 9 0 23864821 885223424 12404 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27456/statm: 216119 12404 2590 9 0 210596 0
[pid=27456/tid=27457] ppid=27455 vsize=864476 CPUtime=1.75
/proc/27456/task/27457/stat : 27457 (java) R 27455 27442 22489 0 -1 64 3029 0 1 0 173 2 0 0 25 0 9 0 23864822 885223424 12404 996147200 134512640 134550932 4294955936 18446744073709551615 4126577926 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27458] ppid=27455 vsize=864476 CPUtime=0.68
/proc/27456/task/27458/stat : 27458 (java) S 27455 27442 22489 0 -1 64 9115 0 0 0 65 3 0 0 16 0 9 0 23864823 885223424 12404 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27459] ppid=27455 vsize=864476 CPUtime=0
/proc/27456/task/27459/stat : 27459 (java) S 27455 27442 22489 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 23864823 885223424 12404 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27456/tid=27460] ppid=27455 vsize=864476 CPUtime=0
/proc/27456/task/27460/stat : 27460 (java) S 27455 27442 22489 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23864823 885223424 12404 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27461] ppid=27455 vsize=864476 CPUtime=0
/proc/27456/task/27461/stat : 27461 (java) S 27455 27442 22489 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23864826 885223424 12404 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27462] ppid=27455 vsize=864476 CPUtime=0.08
/proc/27456/task/27462/stat : 27462 (java) S 27455 27442 22489 0 -1 64 329 0 0 0 8 0 0 0 16 0 9 0 23864826 885223424 12404 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27463] ppid=27455 vsize=864476 CPUtime=0
/proc/27456/task/27463/stat : 27463 (java) S 27455 27442 22489 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23864826 885223424 12404 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27464] ppid=27455 vsize=864476 CPUtime=0
/proc/27456/task/27464/stat : 27464 (java) S 27455 27442 22489 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23864826 885223424 12404 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 886700

[startup+6.30217 s]
/proc/loadavg: 2.10 2.06 2.02 3/93 27513
/proc/meminfo: memFree=1716808/2055920 swapFree=4192812/4192956
[pid=27442] ppid=27440 vsize=16868 CPUtime=0.49
/proc/27442/stat : 27442 (sugar) S 27440 27442 22489 0 -1 4194304 1310 4773 0 1 5 2 38 4 15 0 1 0 23864763 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27442/statm: 4217 1111 409 3 0 796 0
[pid=27455] ppid=27442 vsize=5356 CPUtime=0
/proc/27455/stat : 27455 (sh) S 27442 27442 22489 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23864820 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27455/statm: 1339 233 193 169 0 50 0
[pid=27456] ppid=27455 vsize=864476 CPUtime=5.71
/proc/27456/stat : 27456 (java) S 27455 27442 22489 0 -1 0 14187 0 1 0 564 7 0 0 19 0 9 0 23864821 885223424 13386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27456/statm: 216119 13386 2590 9 0 210596 0
[pid=27456/tid=27457] ppid=27455 vsize=864476 CPUtime=4.87
/proc/27456/task/27457/stat : 27457 (java) R 27455 27442 22489 0 -1 64 3061 0 1 0 484 3 0 0 25 0 9 0 23864822 885223424 13386 996147200 134512640 134550932 4294955936 18446744073709551615 4126577933 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27458] ppid=27455 vsize=864476 CPUtime=0.74
/proc/27456/task/27458/stat : 27458 (java) S 27455 27442 22489 0 -1 64 10097 0 0 0 71 3 0 0 16 0 9 0 23864823 885223424 13386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27459] ppid=27455 vsize=864476 CPUtime=0
/proc/27456/task/27459/stat : 27459 (java) S 27455 27442 22489 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 23864823 885223424 13386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27456/tid=27460] ppid=27455 vsize=864476 CPUtime=0
/proc/27456/task/27460/stat : 27460 (java) S 27455 27442 22489 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23864823 885223424 13386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27461] ppid=27455 vsize=864476 CPUtime=0
/proc/27456/task/27461/stat : 27461 (java) S 27455 27442 22489 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23864826 885223424 13386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27462] ppid=27455 vsize=864476 CPUtime=0.08
/proc/27456/task/27462/stat : 27462 (java) S 27455 27442 22489 0 -1 64 329 0 0 0 8 0 0 0 16 0 9 0 23864826 885223424 13386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27463] ppid=27455 vsize=864476 CPUtime=0
/proc/27456/task/27463/stat : 27463 (java) S 27455 27442 22489 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23864826 885223424 13386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27464] ppid=27455 vsize=864476 CPUtime=0
/proc/27456/task/27464/stat : 27464 (java) S 27455 27442 22489 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23864826 885223424 13386 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 886700

[startup+12.7024 s]
/proc/loadavg: 2.17 2.08 2.02 3/93 27513
/proc/meminfo: memFree=1698768/2055920 swapFree=4192812/4192956
[pid=27442] ppid=27440 vsize=16868 CPUtime=0.49
/proc/27442/stat : 27442 (sugar) S 27440 27442 22489 0 -1 4194304 1310 4773 0 1 5 2 38 4 16 0 1 0 23864763 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27442/statm: 4217 1111 409 3 0 796 0
[pid=27455] ppid=27442 vsize=5356 CPUtime=0
/proc/27455/stat : 27455 (sh) S 27442 27442 22489 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23864820 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27455/statm: 1339 233 193 169 0 50 0
[pid=27456] ppid=27455 vsize=864476 CPUtime=12.08
/proc/27456/stat : 27456 (java) S 27455 27442 22489 0 -1 0 15719 0 1 0 1197 11 0 0 19 0 9 0 23864821 885223424 14830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27456/statm: 216119 14830 2590 9 0 210596 0
[pid=27456/tid=27457] ppid=27455 vsize=864476 CPUtime=11.11
/proc/27456/task/27457/stat : 27457 (java) R 27455 27442 22489 0 -1 64 3149 0 1 0 1106 5 0 0 25 0 9 0 23864822 885223424 14830 996147200 134512640 134550932 4294955936 18446744073709551615 4126605440 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27458] ppid=27455 vsize=864476 CPUtime=0.86
/proc/27456/task/27458/stat : 27458 (java) S 27455 27442 22489 0 -1 64 11537 0 0 0 81 5 0 0 16 0 9 0 23864823 885223424 14830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27459] ppid=27455 vsize=864476 CPUtime=0
/proc/27456/task/27459/stat : 27459 (java) S 27455 27442 22489 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 23864823 885223424 14830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27456/tid=27460] ppid=27455 vsize=864476 CPUtime=0
/proc/27456/task/27460/stat : 27460 (java) S 27455 27442 22489 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23864823 885223424 14830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27461] ppid=27455 vsize=864476 CPUtime=0
/proc/27456/task/27461/stat : 27461 (java) S 27455 27442 22489 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23864826 885223424 14830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27462] ppid=27455 vsize=864476 CPUtime=0.08
/proc/27456/task/27462/stat : 27462 (java) S 27455 27442 22489 0 -1 64 333 0 0 0 8 0 0 0 16 0 9 0 23864826 885223424 14830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27463] ppid=27455 vsize=864476 CPUtime=0
/proc/27456/task/27463/stat : 27463 (java) S 27455 27442 22489 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23864826 885223424 14830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27464] ppid=27455 vsize=864476 CPUtime=0
/proc/27456/task/27464/stat : 27464 (java) S 27455 27442 22489 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23864826 885223424 14830 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 886700

[startup+25.5018 s]
/proc/loadavg: 2.13 2.07 2.02 3/93 27513
/proc/meminfo: memFree=1665936/2055920 swapFree=4192812/4192956
[pid=27442] ppid=27440 vsize=16868 CPUtime=0.49
/proc/27442/stat : 27442 (sugar) S 27440 27442 22489 0 -1 4194304 1310 4773 0 1 5 2 38 4 16 0 1 0 23864763 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27442/statm: 4217 1111 409 3 0 796 0
[pid=27455] ppid=27442 vsize=5356 CPUtime=0
/proc/27455/stat : 27455 (sh) S 27442 27442 22489 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23864820 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27455/statm: 1339 233 193 169 0 50 0
[pid=27456] ppid=27455 vsize=864476 CPUtime=24.81
/proc/27456/stat : 27456 (java) S 27455 27442 22489 0 -1 0 20811 0 1 0 2463 18 0 0 19 0 9 0 23864821 885223424 17238 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27456/statm: 216119 17238 2590 9 0 210596 0
[pid=27456/tid=27457] ppid=27455 vsize=864476 CPUtime=23.43
/proc/27456/task/27457/stat : 27457 (java) R 27455 27442 22489 0 -1 64 3277 0 1 0 2334 9 0 0 25 0 9 0 23864822 885223424 17238 996147200 134512640 134550932 4294955936 18446744073709551615 4125952229 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27458] ppid=27455 vsize=864476 CPUtime=1.26
/proc/27456/task/27458/stat : 27458 (java) S 27455 27442 22489 0 -1 64 16496 0 0 0 118 8 0 0 16 0 9 0 23864823 885223424 17238 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27459] ppid=27455 vsize=864476 CPUtime=0
/proc/27456/task/27459/stat : 27459 (java) S 27455 27442 22489 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23864823 885223424 17238 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27460] ppid=27455 vsize=864476 CPUtime=0
/proc/27456/task/27460/stat : 27460 (java) S 27455 27442 22489 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23864823 885223424 17238 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27456/tid=27461] ppid=27455 vsize=864476 CPUtime=0

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

/proc/meminfo: memFree=1571088/2055920 swapFree=4192812/4192956
[pid=27442] ppid=27440 vsize=16868 CPUtime=84.77
/proc/27442/stat : 27442 (sugar) S 27440 27442 22489 0 -1 4194304 1365 33539 0 2 5 2 8418 52 16 0 1 0 23864763 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27442/statm: 4217 1113 409 3 0 796 0
[pid=27516] ppid=27442 vsize=5356 CPUtime=0
/proc/27516/stat : 27516 (sh) S 27442 27442 22489 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23873293 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27516/statm: 1339 232 193 169 0 50 0
[pid=27517] ppid=27516 vsize=61372 CPUtime=1270.72
/proc/27517/stat : 27517 (picosat) R 27516 27442 22489 0 -1 4194304 16921 0 0 0 126114 958 0 0 25 0 1 0 23873293 62844928 14989 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/27517/statm: 15343 14989 48 102 0 15238 0
Current children cumulated CPU time (s) 1355.49
Current children cumulated vsize (KiB) 83596

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 27517
/proc/meminfo: memFree=1569616/2055920 swapFree=4192812/4192956
[pid=27442] ppid=27440 vsize=16868 CPUtime=84.77
/proc/27442/stat : 27442 (sugar) S 27440 27442 22489 0 -1 4194304 1365 33539 0 2 5 2 8418 52 16 0 1 0 23864763 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27442/statm: 4217 1113 409 3 0 796 0
[pid=27516] ppid=27442 vsize=5356 CPUtime=0
/proc/27516/stat : 27516 (sh) S 27442 27442 22489 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23873293 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27516/statm: 1339 232 193 169 0 50 0
[pid=27517] ppid=27516 vsize=61372 CPUtime=1330.42
/proc/27517/stat : 27517 (picosat) R 27516 27442 22489 0 -1 4194304 16921 0 0 0 132084 958 0 0 25 0 1 0 23873293 62844928 14989 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27517/statm: 15343 14989 48 102 0 15238 0
Current children cumulated CPU time (s) 1415.19
Current children cumulated vsize (KiB) 83596

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 27517
/proc/meminfo: memFree=1567120/2055920 swapFree=4192812/4192956
[pid=27442] ppid=27440 vsize=16868 CPUtime=84.77
/proc/27442/stat : 27442 (sugar) S 27440 27442 22489 0 -1 4194304 1365 33539 0 2 5 2 8418 52 16 0 1 0 23864763 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27442/statm: 4217 1113 409 3 0 796 0
[pid=27516] ppid=27442 vsize=5356 CPUtime=0
/proc/27516/stat : 27516 (sh) S 27442 27442 22489 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23873293 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27516/statm: 1339 232 193 169 0 50 0
[pid=27517] ppid=27516 vsize=62428 CPUtime=1390.12
/proc/27517/stat : 27517 (picosat) R 27516 27442 22489 0 -1 4194304 17191 0 0 0 138054 958 0 0 25 0 1 0 23873293 63926272 15259 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27517/statm: 15607 15259 48 102 0 15502 0
Current children cumulated CPU time (s) 1474.89
Current children cumulated vsize (KiB) 84652

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 27517
/proc/meminfo: memFree=1565136/2055920 swapFree=4192812/4192956
[pid=27442] ppid=27440 vsize=16868 CPUtime=84.77
/proc/27442/stat : 27442 (sugar) S 27440 27442 22489 0 -1 4194304 1365 33539 0 2 5 2 8418 52 16 0 1 0 23864763 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27442/statm: 4217 1113 409 3 0 796 0
[pid=27516] ppid=27442 vsize=5356 CPUtime=0
/proc/27516/stat : 27516 (sh) S 27442 27442 22489 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23873293 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27516/statm: 1339 232 193 169 0 50 0
[pid=27517] ppid=27516 vsize=62824 CPUtime=1449.83
/proc/27517/stat : 27517 (picosat) R 27516 27442 22489 0 -1 4194304 17516 0 0 0 144024 959 0 0 25 0 1 0 23873293 64331776 15373 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27517/statm: 15706 15373 48 102 0 15601 0
Current children cumulated CPU time (s) 1534.6
Current children cumulated vsize (KiB) 85048

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 27517
/proc/meminfo: memFree=1563920/2055920 swapFree=4192812/4192956
[pid=27442] ppid=27440 vsize=16868 CPUtime=84.77
/proc/27442/stat : 27442 (sugar) S 27440 27442 22489 0 -1 4194304 1365 33539 0 2 5 2 8418 52 16 0 1 0 23864763 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27442/statm: 4217 1113 409 3 0 796 0
[pid=27516] ppid=27442 vsize=5356 CPUtime=0
/proc/27516/stat : 27516 (sh) S 27442 27442 22489 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23873293 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27516/statm: 1339 232 193 169 0 50 0
[pid=27517] ppid=27516 vsize=62824 CPUtime=1509.54
/proc/27517/stat : 27517 (picosat) R 27516 27442 22489 0 -1 4194304 17516 0 0 0 149995 959 0 0 25 0 1 0 23873293 64331776 15373 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/27517/statm: 15706 15373 48 102 0 15601 0
Current children cumulated CPU time (s) 1594.31
Current children cumulated vsize (KiB) 85048

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 27517
/proc/meminfo: memFree=1562768/2055920 swapFree=4192812/4192956
[pid=27442] ppid=27440 vsize=16868 CPUtime=84.77
/proc/27442/stat : 27442 (sugar) S 27440 27442 22489 0 -1 4194304 1365 33539 0 2 5 2 8418 52 16 0 1 0 23864763 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27442/statm: 4217 1113 409 3 0 796 0
[pid=27516] ppid=27442 vsize=5356 CPUtime=0
/proc/27516/stat : 27516 (sh) S 27442 27442 22489 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23873293 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27516/statm: 1339 232 193 169 0 50 0
[pid=27517] ppid=27516 vsize=62824 CPUtime=1569.24
/proc/27517/stat : 27517 (picosat) R 27516 27442 22489 0 -1 4194304 17516 0 0 0 155965 959 0 0 25 0 1 0 23873293 64331776 15373 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27517/statm: 15706 15373 48 102 0 15601 0
Current children cumulated CPU time (s) 1654.01
Current children cumulated vsize (KiB) 85048

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 27517
/proc/meminfo: memFree=1562320/2055920 swapFree=4192812/4192956
[pid=27442] ppid=27440 vsize=16868 CPUtime=84.77
/proc/27442/stat : 27442 (sugar) S 27440 27442 22489 0 -1 4194304 1365 33539 0 2 5 2 8418 52 16 0 1 0 23864763 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27442/statm: 4217 1113 409 3 0 796 0
[pid=27516] ppid=27442 vsize=5356 CPUtime=0
/proc/27516/stat : 27516 (sh) S 27442 27442 22489 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23873293 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27516/statm: 1339 232 193 169 0 50 0
[pid=27517] ppid=27516 vsize=63088 CPUtime=1628.94
/proc/27517/stat : 27517 (picosat) R 27516 27442 22489 0 -1 4194304 17801 0 0 0 161935 959 0 0 25 0 1 0 23873293 64602112 15441 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27517/statm: 15772 15441 48 102 0 15667 0
Current children cumulated CPU time (s) 1713.71
Current children cumulated vsize (KiB) 85312

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27582
/proc/meminfo: memFree=1699152/2055920 swapFree=4192812/4192956
[pid=27442] ppid=27440 vsize=16868 CPUtime=84.77
/proc/27442/stat : 27442 (sugar) S 27440 27442 22489 0 -1 4194304 1365 33539 0 2 5 2 8418 52 16 0 1 0 23864763 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27442/statm: 4217 1113 409 3 0 796 0
[pid=27516] ppid=27442 vsize=5356 CPUtime=0
/proc/27516/stat : 27516 (sh) S 27442 27442 22489 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23873293 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27516/statm: 1339 232 193 169 0 50 0
[pid=27517] ppid=27516 vsize=63088 CPUtime=1688.84
/proc/27517/stat : 27517 (picosat) R 27516 27442 22489 0 -1 4194304 17801 0 0 0 167924 960 0 0 25 0 1 0 23873293 64602112 15441 996147200 134512640 134931368 4294956256 18446744073709551615 134525918 0 0 4096 0 0 0 0 17 0 0 0
/proc/27517/statm: 15772 15441 48 102 0 15667 0
Current children cumulated CPU time (s) 1773.61
Current children cumulated vsize (KiB) 85312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27582
/proc/meminfo: memFree=1699216/2055920 swapFree=4192812/4192956
[pid=27442] ppid=27440 vsize=16868 CPUtime=84.77
/proc/27442/stat : 27442 (sugar) S 27440 27442 22489 0 -1 4194304 1365 33539 0 2 5 2 8418 52 16 0 1 0 23864763 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27442/statm: 4217 1113 409 3 0 796 0
[pid=27516] ppid=27442 vsize=5356 CPUtime=0
/proc/27516/stat : 27516 (sh) S 27442 27442 22489 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23873293 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27516/statm: 1339 232 193 169 0 50 0
[pid=27517] ppid=27516 vsize=63088 CPUtime=1715.23
/proc/27517/stat : 27517 (picosat) R 27516 27442 22489 0 -1 4194304 17801 0 0 0 170563 960 0 0 25 0 1 0 23873293 64602112 15441 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/27517/statm: 15772 15441 48 102 0 15667 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 85312

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

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

[startup+1808.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 27582
/proc/meminfo: memFree=1699216/2055920 swapFree=4192812/4192956
[pid=27442] ppid=27440 vsize=16868 CPUtime=84.77
/proc/27442/stat : 27442 (sugar) S 27440 27442 22489 0 -1 4194304 1365 33539 0 2 5 2 8418 52 16 0 1 0 23864763 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27442/statm: 4217 1113 409 3 0 796 0
[pid=27516] ppid=27442 vsize=5356 CPUtime=0
/proc/27516/stat : 27516 (sh) S 27442 27442 22489 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23873293 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27516/statm: 1339 232 193 169 0 50 0
[pid=27517] ppid=27516 vsize=63088 CPUtime=1715.23
/proc/27517/stat : 27517 (picosat) R 27516 27442 22489 0 -1 4194304 17801 0 0 0 170563 960 0 0 25 0 1 0 23873293 64602112 15441 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/27517/statm: 15772 15441 48 102 0 15667 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 85312

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27442 and gives
#  childrusage.ru_utime.tv_sec=84
#  childrusage.ru_utime.tv_usec=240193
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=579911
# CPU time returned by wait4() is 84.8201
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.74
CPU time (s): 1800
CPU user time (s): 1789.86
CPU system time (s): 10.14
CPU usage (%): 99.5169
Max. virtual memory (cumulated for all children) (KiB): 892080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 84.2402
system time used= 0.579911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35389
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= 10978
involuntary context switches= 12154

runsolver used 2.17267 second user time and 6.03308 second system time

The end

Launcher Data

Begin job on node37 at 2009-07-12 05:06:46
IDJOB=2079287
IDBENCH=56876
IDSOLVER=738
FILE ID=node37/2079287-1247368006
PBS_JOBID= 9507054
Free space on /tmp= 66432 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg8-10_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-2079287-1247368006/watcher-2079287-1247368006 -o /tmp/evaluation-result-2079287-1247368006/solver-2079287-1247368006 -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-2079287-1247368006.xml

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

MD5SUM BENCH= 6393e0ec996895229b3506a2e9ce2e61
RANDOM SEED=1776367211

node37.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.260
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.260
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:       1121216 kB
Buffers:         23112 kB
Cached:         156680 kB
SwapCached:          0 kB
Active:         822112 kB
Inactive:        57932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1121216 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1508 kB
Writeback:           0 kB
Mapped:         715824 kB
Slab:            38512 kB
Committed_AS:   901152 kB
PageTables:       3332 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= 66428 MiB
End job on node37 at 2009-07-12 05:36:57