Trace number 2070234

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.06 1806.74

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg13-14_ext.xml
MD5SUM42c59f34cad7c22039c6be043bc46c61
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 benchmark0.041992
Satisfiable
(Un)Satisfiability was proved
Number of variables182
Number of constraints27
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension27
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 00:26:56 2009
0.00/0.08	c 0	PID 17363
0.06/0.08	c 0	HOST node18.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2070234-1247351216.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-2070234-1247351216.xml' 'HOME/temp.csp'
0.06/0.49	c 1	1 domains, 182 variables, 0 predicates, 2 relations, 27 constraints
0.06/0.50	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.50	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.46/0.58	c 1	Parsing HOME/temp.csp
0.46/0.66	c 1	parsed 212 expressions
0.46/0.67	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.46/0.67	c 1	Converting to clausal form CSP
0.46/0.69	c 1	converted 22 (10%) expressions
0.46/0.69	c 1	converted 43 (20%) expressions
0.46/0.69	c 1	converted 64 (30%) expressions
0.46/0.69	c 1	converted 85 (40%) expressions
0.46/0.69	c 1	converted 106 (50%) expressions
0.46/0.69	c 1	converted 128 (60%) expressions
0.46/0.69	c 1	converted 149 (70%) expressions
0.46/0.69	c 1	converted 170 (80%) expressions
0.46/0.87	c 1	converted 191 (90%) expressions
1.23/1.37	c 2	converted 212 (100%) expressions
1.23/1.37	c 2	CSP : 182 integers, 0 booleans, 27 clauses, largest domain size 26
1.23/1.37	c 2	Heap : 23 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.23/1.37	c 2	Propagation in CSP
1.23/1.37	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.23/1.37	c 2	CSP : 182 integers, 0 booleans, 27 clauses, largest domain size 26
1.23/1.37	c 2	Heap : 23 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.23/1.37	c 2	Simplifing CSP by introducing new Boolean variables
1.23/1.37	c 2	CSP : 182 integers, 0 booleans, 27 clauses, largest domain size 26
1.23/1.37	c 2	Heap : 23 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.33/1.48	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.33/1.49	c 2	19 (10%) CSP integer variables are encoded (456 clauses, 4872 bytes)
1.43/1.50	c 2	37 (20%) CSP integer variables are encoded (888 clauses, 9624 bytes)
1.43/1.50	c 2	55 (30%) CSP integer variables are encoded (1320 clauses, 15097 bytes)
1.43/1.50	c 2	73 (40%) CSP integer variables are encoded (1752 clauses, 20713 bytes)
1.43/1.50	c 2	91 (50%) CSP integer variables are encoded (2184 clauses, 26329 bytes)
1.43/1.51	c 2	110 (60%) CSP integer variables are encoded (2640 clauses, 32257 bytes)
1.43/1.51	c 2	128 (70%) CSP integer variables are encoded (3072 clauses, 37873 bytes)
1.43/1.51	c 2	146 (80%) CSP integer variables are encoded (3504 clauses, 43489 bytes)
1.43/1.51	c 2	164 (90%) CSP integer variables are encoded (3936 clauses, 49105 bytes)
1.43/1.51	c 2	182 (100%) CSP integer variables are encoded (4368 clauses, 54721 bytes)
10.35/10.54	c 11	3 (10%) CSP clauses are encoded (76719 clauses, 5994360 bytes)
19.36/19.66	c 20	6 (20%) CSP clauses are encoded (149070 clauses, 12048562 bytes)
28.37/28.75	c 29	9 (30%) CSP clauses are encoded (221421 clauses, 18148684 bytes)
34.31/34.75	c 35	11 (40%) CSP clauses are encoded (269655 clauses, 22215432 bytes)
43.32/43.89	c 44	14 (50%) CSP clauses are encoded (342006 clauses, 28407296 bytes)
46.98/47.57	c 48	17 (60%) CSP clauses are encoded (384201 clauses, 31529084 bytes)
49.66/50.21	c 51	19 (70%) CSP clauses are encoded (412331 clauses, 34150430 bytes)
53.32/53.96	c 54	22 (80%) CSP clauses are encoded (454526 clauses, 38082449 bytes)
57.07/57.71	c 58	25 (90%) CSP clauses are encoded (496721 clauses, 42014468 bytes)
59.65/60.34	c 61	27 (100%) CSP clauses are encoded (524851 clauses, 44635814 bytes)
59.65/60.34	c 61	27 CSP clauses encoded
59.65/60.34	c 61	Writing map file : HOME/temp.map
59.65/60.35	c 61	Heap : 29 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
59.65/60.35	c 61	SAT : 4550 SAT variables, 524851 SAT clauses, 44635814 bytes
59.65/60.35	c 61	Heap : 29 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
59.65/60.37	c 61	SOLVING HOME/temp.cnf
59.65/60.37	c 61	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.06/1806.71	c 1807	DECODING HOME/temp.out WITH HOME/temp.map
1800.06/1806.71	c 1807	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.06/1806.71	c ERROR INTERRUPTED
1800.06/1806.71	s UNKNOWN
1800.06/1806.72	c 1807	CPU 59.72 (0.05 0.02 59.06 0.59)
1800.06/1806.72	c 1807	END Sun Jul 12 00:57:03 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-2070234-1247351216/watcher-2070234-1247351216 -o /tmp/evaluation-result-2070234-1247351216/solver-2070234-1247351216 -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-2070234-1247351216.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.92 1.95 2.08 4/82 17363
/proc/meminfo: memFree=1490376/2055920 swapFree=4192812/4192956
[pid=17363] ppid=17361 vsize=18576 CPUtime=0
/proc/17363/stat : 17363 (runsolver) R 17361 17363 16353 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22188270 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 227848809767 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17363/statm: 4644 284 249 26 0 2626 0

[startup+0.0810719 s]
/proc/loadavg: 1.92 1.95 2.08 4/82 17363
/proc/meminfo: memFree=1490376/2055920 swapFree=4192812/4192956
[pid=17363] ppid=17361 vsize=16740 CPUtime=0.06
/proc/17363/stat : 17363 (sugar) S 17361 17363 16353 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 22188270 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17363/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.105563 s]
/proc/loadavg: 1.92 1.95 2.08 4/82 17363
/proc/meminfo: memFree=1490376/2055920 swapFree=4192812/4192956
[pid=17363] ppid=17361 vsize=16868 CPUtime=0.06
/proc/17363/stat : 17363 (sugar) S 17361 17363 16353 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22188270 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17363/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302578 s]
/proc/loadavg: 1.92 1.95 2.08 4/82 17363
/proc/meminfo: memFree=1490376/2055920 swapFree=4192812/4192956
[pid=17363] ppid=17361 vsize=16868 CPUtime=0.06
/proc/17363/stat : 17363 (sugar) S 17361 17363 16353 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22188270 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17363/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702618 s]
/proc/loadavg: 1.92 1.95 2.08 4/82 17363
/proc/meminfo: memFree=1490376/2055920 swapFree=4192812/4192956
[pid=17363] ppid=17361 vsize=16868 CPUtime=0.46
/proc/17363/stat : 17363 (sugar) S 17361 17363 16353 0 -1 4194304 1309 4497 0 1 5 1 37 3 15 0 1 0 22188270 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17363/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 16868

[startup+1.5017 s]
/proc/loadavg: 1.92 1.95 2.08 3/93 17385
/proc/meminfo: memFree=1468208/2055920 swapFree=4192812/4192956
[pid=17363] ppid=17361 vsize=16868 CPUtime=0.46
/proc/17363/stat : 17363 (sugar) S 17361 17363 16353 0 -1 4194304 1310 4497 0 1 5 1 37 3 15 0 1 0 22188270 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17363/statm: 4217 1111 409 3 0 796 0
[pid=17376] ppid=17363 vsize=5356 CPUtime=0
/proc/17376/stat : 17376 (sh) S 17363 17363 16353 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22188321 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17376/statm: 1339 233 193 169 0 50 0
[pid=17377] ppid=17376 vsize=864444 CPUtime=0.97
/proc/17377/stat : 17377 (java) S 17376 17363 16353 0 -1 0 11221 0 1 0 92 5 0 0 18 0 9 0 22188321 885190656 10472 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17377/statm: 216111 10472 2590 9 0 210588 0
[pid=17377/tid=17378] ppid=17376 vsize=864444 CPUtime=0.36
/proc/17377/task/17378/stat : 17378 (java) R 17376 17363 16353 0 -1 64 2824 0 1 0 35 1 0 0 22 0 9 0 22188322 885190656 10472 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17377/tid=17379] ppid=17376 vsize=864444 CPUtime=0.54
/proc/17377/task/17379/stat : 17379 (java) S 17376 17363 16353 0 -1 64 7381 0 0 0 51 3 0 0 18 0 9 0 22188323 885190656 10472 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17377/tid=17380] ppid=17376 vsize=864444 CPUtime=0
/proc/17377/task/17380/stat : 17380 (java) S 17376 17363 16353 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22188323 885190656 10472 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17377/tid=17381] ppid=17376 vsize=864444 CPUtime=0
/proc/17377/task/17381/stat : 17381 (java) S 17376 17363 16353 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22188323 885190656 10472 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17377/tid=17382] ppid=17376 vsize=864444 CPUtime=0
/proc/17377/task/17382/stat : 17382 (java) S 17376 17363 16353 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22188325 885190656 10472 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17377/tid=17383] ppid=17376 vsize=864444 CPUtime=0.05
/proc/17377/task/17383/stat : 17383 (java) R 17376 17363 16353 0 -1 64 317 0 0 0 5 0 0 0 16 0 9 0 22188325 885190656 10472 996147200 134512640 134550932 4294955936 18446744073709551615 101720346 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17377/tid=17384] ppid=17376 vsize=864444 CPUtime=0
/proc/17377/task/17384/stat : 17384 (java) S 17376 17363 16353 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22188325 885190656 10472 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17377/tid=17385] ppid=17376 vsize=864444 CPUtime=0
/proc/17377/task/17385/stat : 17385 (java) R 17376 17363 16353 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22188325 885190656 10472 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886668

[startup+3.10185 s]
/proc/loadavg: 1.92 1.95 2.08 3/93 17385
/proc/meminfo: memFree=1452976/2055920 swapFree=4192812/4192956
[pid=17363] ppid=17361 vsize=16868 CPUtime=0.47
/proc/17363/stat : 17363 (sugar) S 17361 17363 16353 0 -1 4194304 1310 4497 0 1 5 2 37 3 15 0 1 0 22188270 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17363/statm: 4217 1111 409 3 0 796 0
[pid=17376] ppid=17363 vsize=5356 CPUtime=0
/proc/17376/stat : 17376 (sh) S 17363 17363 16353 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22188321 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17376/statm: 1339 233 193 169 0 50 0
[pid=17377] ppid=17376 vsize=864444 CPUtime=2.55
/proc/17377/stat : 17377 (java) S 17376 17363 16353 0 -1 0 12123 0 1 0 249 6 0 0 18 0 9 0 22188321 885190656 11345 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17377/statm: 216111 11345 2590 9 0 210588 0
[pid=17377/tid=17378] ppid=17376 vsize=864444 CPUtime=1.88
/proc/17377/task/17378/stat : 17378 (java) R 17376 17363 16353 0 -1 64 3067 0 1 0 187 1 0 0 25 0 9 0 22188322 885190656 11345 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17377/tid=17379] ppid=17376 vsize=864444 CPUtime=0.57
/proc/17377/task/17379/stat : 17379 (java) S 17376 17363 16353 0 -1 64 8025 0 0 0 54 3 0 0 16 0 9 0 22188323 885190656 11345 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17377/tid=17380] ppid=17376 vsize=864444 CPUtime=0
/proc/17377/task/17380/stat : 17380 (java) S 17376 17363 16353 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22188323 885190656 11345 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17377/tid=17381] ppid=17376 vsize=864444 CPUtime=0
/proc/17377/task/17381/stat : 17381 (java) S 17376 17363 16353 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22188323 885190656 11345 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17377/tid=17382] ppid=17376 vsize=864444 CPUtime=0
/proc/17377/task/17382/stat : 17382 (java) S 17376 17363 16353 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22188325 885190656 11345 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17377/tid=17383] ppid=17376 vsize=864444 CPUtime=0.07
/proc/17377/task/17383/stat : 17383 (java) S 17376 17363 16353 0 -1 64 332 0 0 0 7 0 0 0 16 0 9 0 22188325 885190656 11345 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17377/tid=17384] ppid=17376 vsize=864444 CPUtime=0
/proc/17377/task/17384/stat : 17384 (java) S 17376 17363 16353 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22188325 885190656 11345 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17377/tid=17385] ppid=17376 vsize=864444 CPUtime=0
/proc/17377/task/17385/stat : 17385 (java) S 17376 17363 16353 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22188325 885190656 11345 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) 886668

[startup+6.30215 s]
/proc/loadavg: 1.93 1.95 2.08 3/93 17385
/proc/meminfo: memFree=1446320/2055920 swapFree=4192812/4192956
[pid=17363] ppid=17361 vsize=16868 CPUtime=0.47
/proc/17363/stat : 17363 (sugar) S 17361 17363 16353 0 -1 4194304 1310 4497 0 1 5 2 37 3 15 0 1 0 22188270 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17363/statm: 4217 1111 409 3 0 796 0
[pid=17376] ppid=17363 vsize=5356 CPUtime=0
/proc/17376/stat : 17376 (sh) S 17363 17363 16353 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22188321 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17376/statm: 1339 233 193 169 0 50 0
[pid=17377] ppid=17376 vsize=864444 CPUtime=5.72
/proc/17377/stat : 17377 (java) S 17376 17363 16353 0 -1 0 13326 0 1 0 564 8 0 0 18 0 9 0 22188321 885190656 12480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17377/statm: 216111 12480 2590 9 0 210588 0
[pid=17377/tid=17378] ppid=17376 vsize=864444 CPUtime=4.96
/proc/17377/task/17378/stat : 17378 (java) R 17376 17363 16353 0 -1 64 3135 0 1 0 494 2 0 0 25 0 9 0 22188322 885190656 12480 996147200 134512640 134550932 4294955936 18446744073709551615 4126593266 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17377/tid=17379] ppid=17376 vsize=864444 CPUtime=0.65
/proc/17377/task/17379/stat : 17379 (java) S 17376 17363 16353 0 -1 64 9156 0 0 0 61 4 0 0 16 0 9 0 22188323 885190656 12480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17377/tid=17380] ppid=17376 vsize=864444 CPUtime=0
/proc/17377/task/17380/stat : 17380 (java) S 17376 17363 16353 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22188323 885190656 12480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17377/tid=17381] ppid=17376 vsize=864444 CPUtime=0
/proc/17377/task/17381/stat : 17381 (java) S 17376 17363 16353 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22188323 885190656 12480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17377/tid=17382] ppid=17376 vsize=864444 CPUtime=0
/proc/17377/task/17382/stat : 17382 (java) S 17376 17363 16353 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22188325 885190656 12480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17377/tid=17383] ppid=17376 vsize=864444 CPUtime=0.08
/proc/17377/task/17383/stat : 17383 (java) S 17376 17363 16353 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 22188325 885190656 12480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17377/tid=17384] ppid=17376 vsize=864444 CPUtime=0
/proc/17377/task/17384/stat : 17384 (java) S 17376 17363 16353 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22188325 885190656 12480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17377/tid=17385] ppid=17376 vsize=864444 CPUtime=0
/proc/17377/task/17385/stat : 17385 (java) S 17376 17363 16353 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22188325 885190656 12480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 886668

[startup+12.7028 s]
/proc/loadavg: 1.93 1.95 2.08 3/93 17385
/proc/meminfo: memFree=1433520/2055920 swapFree=4192812/4192956
[pid=17363] ppid=17361 vsize=16868 CPUtime=0.47
/proc/17363/stat : 17363 (sugar) S 17361 17363 16353 0 -1 4194304 1310 4497 0 1 5 2 37 3 16 0 1 0 22188270 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17363/statm: 4217 1111 409 3 0 796 0
[pid=17376] ppid=17363 vsize=5356 CPUtime=0
/proc/17376/stat : 17376 (sh) S 17363 17363 16353 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22188321 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17376/statm: 1339 233 193 169 0 50 0
[pid=17377] ppid=17376 vsize=864444 CPUtime=12.06
/proc/17377/stat : 17377 (java) S 17376 17363 16353 0 -1 0 15587 0 1 0 1193 13 0 0 18 0 9 0 22188321 885190656 14611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17377/statm: 216111 14611 2590 9 0 210588 0
[pid=17377/tid=17378] ppid=17376 vsize=864444 CPUtime=11.15
/proc/17377/task/17378/stat : 17378 (java) R 17376 17363 16353 0 -1 64 3265 0 1 0 1110 5 0 0 25 0 9 0 22188322 885190656 14611 996147200 134512640 134550932 4294955936 18446744073709551615 4126573778 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17377/tid=17379] ppid=17376 vsize=864444 CPUtime=0.8
/proc/17377/task/17379/stat : 17379 (java) S 17376 17363 16353 0 -1 64 11286 0 0 0 74 6 0 0 16 0 9 0 22188323 885190656 14611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17377/tid=17380] ppid=17376 vsize=864444 CPUtime=0
/proc/17377/task/17380/stat : 17380 (java) S 17376 17363 16353 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22188323 885190656 14611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17377/tid=17381] ppid=17376 vsize=864444 CPUtime=0
/proc/17377/task/17381/stat : 17381 (java) S 17376 17363 16353 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22188323 885190656 14611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17377/tid=17382] ppid=17376 vsize=864444 CPUtime=0
/proc/17377/task/17382/stat : 17382 (java) S 17376 17363 16353 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22188325 885190656 14611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17377/tid=17383] ppid=17376 vsize=864444 CPUtime=0.08
/proc/17377/task/17383/stat : 17383 (java) S 17376 17363 16353 0 -1 64 337 0 0 0 8 0 0 0 16 0 9 0 22188325 885190656 14611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17377/tid=17384] ppid=17376 vsize=864444 CPUtime=0
/proc/17377/task/17384/stat : 17384 (java) S 17376 17363 16353 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22188325 885190656 14611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17377/tid=17385] ppid=17376 vsize=864444 CPUtime=0
/proc/17377/task/17385/stat : 17385 (java) S 17376 17363 16353 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22188325 885190656 14611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 886668

[startup+25.503 s]
/proc/loadavg: 2.01 1.97 2.08 3/93 17385
/proc/meminfo: memFree=1423024/2055920 swapFree=4192812/4192956
[pid=17363] ppid=17361 vsize=16868 CPUtime=0.47
/proc/17363/stat : 17363 (sugar) S 17361 17363 16353 0 -1 4194304 1310 4497 0 1 5 2 37 3 16 0 1 0 22188270 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17363/statm: 4217 1111 409 3 0 796 0
[pid=17376] ppid=17363 vsize=5356 CPUtime=0
/proc/17376/stat : 17376 (sh) S 17363 17363 16353 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22188321 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17376/statm: 1339 233 193 169 0 50 0
[pid=17377] ppid=17376 vsize=864464 CPUtime=24.74
/proc/17377/stat : 17377 (java) S 17376 17363 16353 0 -1 0 18631 0 1 0 2450 24 0 0 18 0 9 0 22188321 885211136 14895 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17377/statm: 216116 14895 2590 9 0 210593 0
[pid=17377/tid=17378] ppid=17376 vsize=864464 CPUtime=23.37
/proc/17377/task/17378/stat : 17378 (java) R 17376 17363 16353 0 -1 64 3524 0 1 0 2325 12 0 0 25 0 9 0 22188322 885211136 14895 996147200 134512640 134550932 4294955936 18446744073709551615 4126547987 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17377/tid=17379] ppid=17376 vsize=864464 CPUtime=1.25
/proc/17377/task/17379/stat : 17379 (java) S 17376 17363 16353 0 -1 64 14067 0 0 0 115 10 0 0 16 0 9 0 22188323 885211136 14895 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17377/tid=17380] ppid=17376 vsize=864464 CPUtime=0
/proc/17377/task/17380/stat : 17380 (java) S 17376 17363 16353 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 22188323 885211136 14895 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17377/tid=17381] ppid=17376 vsize=864464 CPUtime=0
/proc/17377/task/17381/stat : 17381 (java) S 17376 17363 16353 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22188323 885211136 14895 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17377/tid=17382] ppid=17376 vsize=864464 CPUtime=0

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

/proc/meminfo: memFree=1759600/2055920 swapFree=4192812/4192956
[pid=17363] ppid=17361 vsize=16868 CPUtime=59.72
/proc/17363/stat : 17363 (sugar) S 17361 17363 16353 0 -1 4194304 1365 34911 0 2 5 2 5906 59 16 0 1 0 22188270 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17363/statm: 4217 1113 409 3 0 796 0
[pid=17386] ppid=17363 vsize=5356 CPUtime=0
/proc/17386/stat : 17386 (sh) S 17363 17363 16353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22194308 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17386/statm: 1339 232 193 169 0 50 0
[pid=17387] ppid=17386 vsize=64604 CPUtime=1296.11
/proc/17387/stat : 17387 (picosat) R 17386 17363 16353 0 -1 4194304 18020 0 0 0 128506 1105 0 0 25 0 1 0 22194308 66154496 15675 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17387/statm: 16151 15675 48 102 0 16046 0
Current children cumulated CPU time (s) 1355.83
Current children cumulated vsize (KiB) 86828

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 17652
/proc/meminfo: memFree=1758768/2055920 swapFree=4192812/4192956
[pid=17363] ppid=17361 vsize=16868 CPUtime=59.72
/proc/17363/stat : 17363 (sugar) S 17361 17363 16353 0 -1 4194304 1365 34911 0 2 5 2 5906 59 16 0 1 0 22188270 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17363/statm: 4217 1113 409 3 0 796 0
[pid=17386] ppid=17363 vsize=5356 CPUtime=0
/proc/17386/stat : 17386 (sh) S 17363 17363 16353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22194308 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17386/statm: 1339 232 193 169 0 50 0
[pid=17387] ppid=17386 vsize=65132 CPUtime=1356.08
/proc/17387/stat : 17387 (picosat) R 17386 17363 16353 0 -1 4194304 18407 0 0 0 134503 1105 0 0 25 0 1 0 22194308 66695168 15845 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17387/statm: 16283 15845 48 102 0 16178 0
Current children cumulated CPU time (s) 1415.8
Current children cumulated vsize (KiB) 87356

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 17652
/proc/meminfo: memFree=1758896/2055920 swapFree=4192812/4192956
[pid=17363] ppid=17361 vsize=16868 CPUtime=59.72
/proc/17363/stat : 17363 (sugar) S 17361 17363 16353 0 -1 4194304 1365 34911 0 2 5 2 5906 59 16 0 1 0 22188270 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17363/statm: 4217 1113 409 3 0 796 0
[pid=17386] ppid=17363 vsize=5356 CPUtime=0
/proc/17386/stat : 17386 (sh) S 17363 17363 16353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22194308 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17386/statm: 1339 232 193 169 0 50 0
[pid=17387] ppid=17386 vsize=65132 CPUtime=1416.06
/proc/17387/stat : 17387 (picosat) R 17386 17363 16353 0 -1 4194304 18407 0 0 0 140501 1105 0 0 25 0 1 0 22194308 66695168 15845 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17387/statm: 16283 15845 48 102 0 16178 0
Current children cumulated CPU time (s) 1475.78
Current children cumulated vsize (KiB) 87356

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 17652
/proc/meminfo: memFree=1758704/2055920 swapFree=4192812/4192956
[pid=17363] ppid=17361 vsize=16868 CPUtime=59.72
/proc/17363/stat : 17363 (sugar) S 17361 17363 16353 0 -1 4194304 1365 34911 0 2 5 2 5906 59 16 0 1 0 22188270 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17363/statm: 4217 1113 409 3 0 796 0
[pid=17386] ppid=17363 vsize=5356 CPUtime=0
/proc/17386/stat : 17386 (sh) S 17363 17363 16353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22194308 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17386/statm: 1339 232 193 169 0 50 0
[pid=17387] ppid=17386 vsize=65528 CPUtime=1476.03
/proc/17387/stat : 17387 (picosat) R 17386 17363 16353 0 -1 4194304 18490 0 0 0 146498 1105 0 0 25 0 1 0 22194308 67100672 15928 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17387/statm: 16382 15928 48 102 0 16277 0
Current children cumulated CPU time (s) 1535.75
Current children cumulated vsize (KiB) 87752

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 17652
/proc/meminfo: memFree=1757232/2055920 swapFree=4192812/4192956
[pid=17363] ppid=17361 vsize=16868 CPUtime=59.72
/proc/17363/stat : 17363 (sugar) S 17361 17363 16353 0 -1 4194304 1365 34911 0 2 5 2 5906 59 16 0 1 0 22188270 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17363/statm: 4217 1113 409 3 0 796 0
[pid=17386] ppid=17363 vsize=5356 CPUtime=0
/proc/17386/stat : 17386 (sh) S 17363 17363 16353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22194308 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17386/statm: 1339 232 193 169 0 50 0
[pid=17387] ppid=17386 vsize=66584 CPUtime=1536.02
/proc/17387/stat : 17387 (picosat) R 17386 17363 16353 0 -1 4194304 19039 0 0 0 152496 1106 0 0 25 0 1 0 22194308 68182016 16241 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17387/statm: 16646 16241 48 102 0 16541 0
Current children cumulated CPU time (s) 1595.74
Current children cumulated vsize (KiB) 88808

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 17652
/proc/meminfo: memFree=1757232/2055920 swapFree=4192812/4192956
[pid=17363] ppid=17361 vsize=16868 CPUtime=59.72
/proc/17363/stat : 17363 (sugar) S 17361 17363 16353 0 -1 4194304 1365 34911 0 2 5 2 5906 59 16 0 1 0 22188270 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17363/statm: 4217 1113 409 3 0 796 0
[pid=17386] ppid=17363 vsize=5356 CPUtime=0
/proc/17386/stat : 17386 (sh) S 17363 17363 16353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22194308 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17386/statm: 1339 232 193 169 0 50 0
[pid=17387] ppid=17386 vsize=66584 CPUtime=1595.99
/proc/17387/stat : 17387 (picosat) R 17386 17363 16353 0 -1 4194304 19039 0 0 0 158493 1106 0 0 25 0 1 0 22194308 68182016 16241 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/17387/statm: 16646 16241 48 102 0 16541 0
Current children cumulated CPU time (s) 1655.71
Current children cumulated vsize (KiB) 88808

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 17652
/proc/meminfo: memFree=1756720/2055920 swapFree=4192812/4192956
[pid=17363] ppid=17361 vsize=16868 CPUtime=59.72
/proc/17363/stat : 17363 (sugar) S 17361 17363 16353 0 -1 4194304 1365 34911 0 2 5 2 5906 59 16 0 1 0 22188270 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17363/statm: 4217 1113 409 3 0 796 0
[pid=17386] ppid=17363 vsize=5356 CPUtime=0
/proc/17386/stat : 17386 (sh) S 17363 17363 16353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22194308 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17386/statm: 1339 232 193 169 0 50 0
[pid=17387] ppid=17386 vsize=67244 CPUtime=1655.97
/proc/17387/stat : 17387 (picosat) R 17386 17363 16353 0 -1 4194304 19195 0 0 0 164491 1106 0 0 25 0 1 0 22194308 68857856 16397 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17387/statm: 16811 16397 48 102 0 16706 0
Current children cumulated CPU time (s) 1715.69
Current children cumulated vsize (KiB) 89468

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 17652
/proc/meminfo: memFree=1755632/2055920 swapFree=4192812/4192956
[pid=17363] ppid=17361 vsize=16868 CPUtime=59.72
/proc/17363/stat : 17363 (sugar) S 17361 17363 16353 0 -1 4194304 1365 34911 0 2 5 2 5906 59 16 0 1 0 22188270 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17363/statm: 4217 1113 409 3 0 796 0
[pid=17386] ppid=17363 vsize=5356 CPUtime=0
/proc/17386/stat : 17386 (sh) S 17363 17363 16353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22194308 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17386/statm: 1339 232 193 169 0 50 0
[pid=17387] ppid=17386 vsize=68036 CPUtime=1715.94
/proc/17387/stat : 17387 (picosat) R 17386 17363 16353 0 -1 4194304 19661 0 0 0 170488 1106 0 0 25 0 1 0 22194308 69668864 16611 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/17387/statm: 17009 16611 48 102 0 16904 0
Current children cumulated CPU time (s) 1775.66
Current children cumulated vsize (KiB) 90260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.7 s]
/proc/loadavg: 2.07 2.02 2.00 3/85 17652
/proc/meminfo: memFree=1755632/2055920 swapFree=4192812/4192956
[pid=17363] ppid=17361 vsize=16868 CPUtime=59.72
/proc/17363/stat : 17363 (sugar) S 17361 17363 16353 0 -1 4194304 1365 34911 0 2 5 2 5906 59 16 0 1 0 22188270 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17363/statm: 4217 1113 409 3 0 796 0
[pid=17386] ppid=17363 vsize=5356 CPUtime=0
/proc/17386/stat : 17386 (sh) S 17363 17363 16353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22194308 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17386/statm: 1339 232 193 169 0 50 0
[pid=17387] ppid=17386 vsize=68036 CPUtime=1740.34
/proc/17387/stat : 17387 (picosat) R 17386 17363 16353 0 -1 4194304 19661 0 0 0 172928 1106 0 0 25 0 1 0 22194308 69668864 16611 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17387/statm: 17009 16611 48 102 0 16904 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 90260

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

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

[startup+1806.7 s]
/proc/loadavg: 2.07 2.02 2.00 3/85 17652
/proc/meminfo: memFree=1755632/2055920 swapFree=4192812/4192956
[pid=17363] ppid=17361 vsize=16868 CPUtime=59.72
/proc/17363/stat : 17363 (sugar) S 17361 17363 16353 0 -1 4194304 1365 34911 0 2 5 2 5906 59 16 0 1 0 22188270 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17363/statm: 4217 1113 409 3 0 796 0
[pid=17386] ppid=17363 vsize=5356 CPUtime=0
/proc/17386/stat : 17386 (sh) S 17363 17363 16353 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22194308 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17386/statm: 1339 232 193 169 0 50 0
[pid=17387] ppid=17386 vsize=68036 CPUtime=1740.34
/proc/17387/stat : 17387 (picosat) R 17386 17363 16353 0 -1 4194304 19661 0 0 0 172928 1106 0 0 25 0 1 0 22194308 69668864 16611 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17387/statm: 17009 16611 48 102 0 16904 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 90260

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17363 and gives
#  childrusage.ru_utime.tv_sec=59
#  childrusage.ru_utime.tv_usec=129011
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=643902
# CPU time returned by wait4() is 59.7729
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1806.74
CPU time (s): 1800.06
CPU user time (s): 1788.39
CPU system time (s): 11.67
CPU usage (%): 99.6301
Max. virtual memory (cumulated for all children) (KiB): 893100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 59.129
system time used= 0.643902
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36756
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= 14050
involuntary context switches= 15424

runsolver used 2.15667 second user time and 6.07808 second system time

The end

Launcher Data

Begin job on node18 at 2009-07-12 00:26:56
IDJOB=2070234
IDBENCH=55158
IDSOLVER=738
FILE ID=node18/2070234-1247351216
PBS_JOBID= 9506943
Free space on /tmp= 66300 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg13-14_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-2070234-1247351216/watcher-2070234-1247351216 -o /tmp/evaluation-result-2070234-1247351216/solver-2070234-1247351216 -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-2070234-1247351216.xml

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

MD5SUM BENCH= 42c59f34cad7c22039c6be043bc46c61
RANDOM SEED=1219349709

node18.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.243
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.243
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:       1490856 kB
Buffers:          9512 kB
Cached:          86980 kB
SwapCached:          0 kB
Active:         491752 kB
Inactive:        22980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1490856 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1700 kB
Writeback:           0 kB
Mapped:         438704 kB
Slab:            34708 kB
Committed_AS:   584104 kB
PageTables:       2664 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= 66300 MiB
End job on node18 at 2009-07-12 00:57:05