Trace number 2071180

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.1 1812.05

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-15-07.xml
MD5SUMd0352fe449d8acf4120670f6657caf5c
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.7153
Satisfiable
(Un)Satisfiability was proved
Number of variables193
Number of constraints663
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension74
Number of constraints which are defined in intension589
Global constraints used (with number of constraints)

Solver Data

0.01/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.01/0.07	c 0	BEGIN Sun Jul 12 00:55:43 2009
0.01/0.07	c 0	PID 16684
0.01/0.07	c 0	HOST node79.alineos.net
0.01/0.07	c 0	CONVERTING HOME/instance-2071180-1247352943.xml TO HOME/temp.csp
0.01/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2071180-1247352943.xml' 'HOME/temp.csp'
0.06/0.66	c 1	1 domains, 193 variables, 8 predicates, 7 relations, 663 constraints
0.06/0.68	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.68	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.64/0.75	c 1	Parsing HOME/temp.csp
0.64/1.00	c 1	parsed 872 expressions
0.94/1.00	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.94/1.00	c 1	Converting to clausal form CSP
0.94/1.02	c 1	converted 88 (10%) expressions
0.94/1.02	c 1	converted 175 (20%) expressions
1.64/1.75	c 2	converted 262 (30%) expressions
2.33/2.40	c 3	converted 349 (40%) expressions
2.33/2.49	c 3	converted 436 (50%) expressions
2.44/2.51	c 3	converted 524 (60%) expressions
2.44/2.52	c 3	converted 611 (70%) expressions
2.44/2.54	c 3	converted 698 (80%) expressions
2.54/2.69	c 3	converted 785 (90%) expressions
2.64/2.77	c 3	converted 872 (100%) expressions
2.64/2.77	c 3	CSP : 193 integers, 0 booleans, 663 clauses, largest domain size 26
2.64/2.77	c 3	Heap : 54 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.64/2.77	c 3	Propagation in CSP
2.64/2.78	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.64/2.78	c 3	CSP : 193 integers, 0 booleans, 663 clauses, largest domain size 26
2.64/2.78	c 3	Heap : 54 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.64/2.79	c 3	Simplifing CSP by introducing new Boolean variables
2.74/2.82	c 3	CSP : 193 integers, 5224 booleans, 5887 clauses, largest domain size 26
2.74/2.82	c 3	Heap : 54 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.04/3.11	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.04/3.12	c 3	20 (10%) CSP integer variables are encoded (480 clauses, 5136 bytes)
3.04/3.12	c 3	39 (20%) CSP integer variables are encoded (936 clauses, 10152 bytes)
3.04/3.13	c 3	58 (30%) CSP integer variables are encoded (1392 clauses, 16033 bytes)
3.04/3.13	c 3	78 (40%) CSP integer variables are encoded (1872 clauses, 22273 bytes)
3.04/3.13	c 3	97 (50%) CSP integer variables are encoded (2328 clauses, 28201 bytes)
3.04/3.13	c 3	116 (60%) CSP integer variables are encoded (2784 clauses, 34129 bytes)
3.04/3.13	c 3	136 (70%) CSP integer variables are encoded (3264 clauses, 40369 bytes)
3.04/3.13	c 3	155 (80%) CSP integer variables are encoded (3720 clauses, 46297 bytes)
3.04/3.13	c 3	174 (90%) CSP integer variables are encoded (4176 clauses, 52225 bytes)
3.04/3.13	c 3	193 (100%) CSP integer variables are encoded (4632 clauses, 58153 bytes)
60.31/60.48	c 61	589 (10%) CSP clauses are encoded (744612 clauses, 34526177 bytes)
60.41/60.52	c 61	1178 (20%) CSP clauses are encoded (758301 clauses, 34765594 bytes)
60.41/60.55	c 61	1767 (30%) CSP clauses are encoded (771965 clauses, 35008108 bytes)
60.41/60.58	c 61	2355 (40%) CSP clauses are encoded (785628 clauses, 35254947 bytes)
60.50/60.60	c 61	2944 (50%) CSP clauses are encoded (799292 clauses, 35510328 bytes)
60.50/60.63	c 61	3533 (60%) CSP clauses are encoded (812981 clauses, 35766150 bytes)
86.88/87.02	c 87	4121 (70%) CSP clauses are encoded (1013650 clauses, 47815120 bytes)
86.88/87.04	c 87	4710 (80%) CSP clauses are encoded (1027614 clauses, 48067323 bytes)
97.87/98.04	c 98	5299 (90%) CSP clauses are encoded (1132807 clauses, 54922671 bytes)
97.87/98.07	c 98	5887 (100%) CSP clauses are encoded (1147195 clauses, 55191169 bytes)
97.87/98.07	c 98	5887 CSP clauses encoded
97.87/98.07	c 98	Writing map file : HOME/temp.map
97.87/98.08	c 98	Heap : 79 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
97.87/98.08	c 98	SAT : 10049 SAT variables, 1147195 SAT clauses, 55191169 bytes
97.87/98.08	c 98	Heap : 79 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
97.94/98.14	c 98	SOLVING HOME/temp.cnf
97.94/98.14	c 98	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.10/1812.01	c ERROR INTERRUPTED
1800.10/1812.02	s UNKNOWN
1800.10/1812.02	c 1812	CPU 97.97 (0.05 0.01 97.29 0.62)
1800.10/1812.02	c 1812	END Sun Jul 12 01:25: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-2071180-1247352943/watcher-2071180-1247352943 -o /tmp/evaluation-result-2071180-1247352943/solver-2071180-1247352943 -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-2071180-1247352943.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.98 2.03 4/74 16684
/proc/meminfo: memFree=1585816/2055920 swapFree=4192956/4192956
[pid=16684] ppid=16682 vsize=12272 CPUtime=0
/proc/16684/stat : 16684 (sugar) R 16682 16684 16143 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 22359898 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 234054794238 0 0 4224 0 0 0 0 17 0 0 0
/proc/16684/statm: 3068 327 246 3 0 168 0

[startup+0.0242099 s]
/proc/loadavg: 1.92 1.98 2.03 4/74 16684
/proc/meminfo: memFree=1585816/2055920 swapFree=4192956/4192956
[pid=16684] ppid=16682 vsize=12940 CPUtime=0.01
/proc/16684/stat : 16684 (sugar) R 16682 16684 16143 0 -1 4194304 597 0 0 0 1 0 0 0 18 0 1 0 22359898 13250560 565 996147200 4194304 4206940 548682068608 18446744073709551615 234045773219 0 0 4224 0 0 0 0 17 0 0 0
/proc/16684/statm: 3235 565 316 3 0 335 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12940

[startup+0.103226 s]
/proc/loadavg: 1.92 1.98 2.03 4/74 16684
/proc/meminfo: memFree=1585816/2055920 swapFree=4192956/4192956
[pid=16684] ppid=16682 vsize=16868 CPUtime=0.06
/proc/16684/stat : 16684 (sugar) S 16682 16684 16143 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 22359898 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16684/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301245 s]
/proc/loadavg: 1.92 1.98 2.03 4/74 16684
/proc/meminfo: memFree=1585816/2055920 swapFree=4192956/4192956
[pid=16684] ppid=16682 vsize=16868 CPUtime=0.06
/proc/16684/stat : 16684 (sugar) S 16682 16684 16143 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 22359898 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16684/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702284 s]
/proc/loadavg: 1.92 1.98 2.03 4/74 16684
/proc/meminfo: memFree=1585816/2055920 swapFree=4192956/4192956
[pid=16684] ppid=16682 vsize=16868 CPUtime=0.64
/proc/16684/stat : 16684 (sugar) S 16682 16684 16143 0 -1 4194304 1292 6740 0 1 5 1 54 4 16 0 1 0 22359898 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16684/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 16868

[startup+1.50236 s]
/proc/loadavg: 1.92 1.98 2.03 3/85 16706
/proc/meminfo: memFree=1573496/2055920 swapFree=4192956/4192956
[pid=16684] ppid=16682 vsize=16868 CPUtime=0.64
/proc/16684/stat : 16684 (sugar) S 16682 16684 16143 0 -1 4194304 1309 6740 0 1 5 1 54 4 15 0 1 0 22359898 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16684/statm: 4217 1111 409 3 0 796 0
[pid=16697] ppid=16684 vsize=5356 CPUtime=0
/proc/16697/stat : 16697 (sh) S 16684 16684 16143 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22359967 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16697/statm: 1339 233 193 169 0 50 0
[pid=16698] ppid=16697 vsize=864256 CPUtime=0.8
/proc/16698/stat : 16698 (java) S 16697 16684 16143 0 -1 0 9345 0 1 0 75 5 0 0 20 0 9 0 22359967 884998144 8607 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16698/statm: 216064 8609 2566 9 0 210569 0
[pid=16698/tid=16699] ppid=16697 vsize=864256 CPUtime=0.44
/proc/16698/task/16699/stat : 16699 (java) R 16697 16684 16143 0 -1 64 2785 0 1 0 43 1 0 0 25 0 9 0 22359968 884998144 8610 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16698/tid=16700] ppid=16697 vsize=864256 CPUtime=0.28
/proc/16698/task/16700/stat : 16700 (java) R 16697 16684 16143 0 -1 64 5553 0 0 0 26 2 0 0 16 0 9 0 22359969 884998144 8611 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16698/tid=16701] ppid=16697 vsize=864256 CPUtime=0
/proc/16698/task/16701/stat : 16701 (java) S 16697 16684 16143 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22359969 884998144 8611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16698/tid=16702] ppid=16697 vsize=864256 CPUtime=0
/proc/16698/task/16702/stat : 16702 (java) S 16697 16684 16143 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22359969 884998144 8611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16698/tid=16703] ppid=16697 vsize=864256 CPUtime=0
/proc/16698/task/16703/stat : 16703 (java) S 16697 16684 16143 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22359971 884998144 8611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16698/tid=16704] ppid=16697 vsize=864256 CPUtime=0.04
/proc/16698/task/16704/stat : 16704 (java) S 16697 16684 16143 0 -1 64 312 0 0 0 4 0 0 0 16 0 9 0 22359971 884998144 8611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16698/tid=16705] ppid=16697 vsize=864256 CPUtime=0
/proc/16698/task/16705/stat : 16705 (java) S 16697 16684 16143 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22359971 884998144 8611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16698/tid=16706] ppid=16697 vsize=864256 CPUtime=0
/proc/16698/task/16706/stat : 16706 (java) S 16697 16684 16143 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22359971 884998144 8611 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 886480

[startup+3.10153 s]
/proc/loadavg: 1.92 1.98 2.03 4/85 16706
/proc/meminfo: memFree=1539192/2055920 swapFree=4192956/4192956
[pid=16684] ppid=16682 vsize=16868 CPUtime=0.64
/proc/16684/stat : 16684 (sugar) S 16682 16684 16143 0 -1 4194304 1310 6740 0 1 5 1 54 4 15 0 1 0 22359898 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16684/statm: 4217 1111 409 3 0 796 0
[pid=16697] ppid=16684 vsize=5356 CPUtime=0
/proc/16697/stat : 16697 (sh) S 16684 16684 16143 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22359967 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16697/statm: 1339 233 193 169 0 50 0
[pid=16698] ppid=16697 vsize=868756 CPUtime=2.4
/proc/16698/stat : 16698 (java) S 16697 16684 16143 0 -1 0 20717 0 1 0 229 11 0 0 20 0 9 0 22359967 889606144 19911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16698/statm: 217189 19911 2566 9 0 211694 0
[pid=16698/tid=16699] ppid=16697 vsize=868756 CPUtime=0.95
/proc/16698/task/16699/stat : 16699 (java) R 16697 16684 16143 0 -1 64 3235 0 1 0 93 2 0 0 25 0 9 0 22359968 889606144 19911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16698/tid=16700] ppid=16697 vsize=868756 CPUtime=1.26
/proc/16698/task/16700/stat : 16700 (java) R 16697 16684 16143 0 -1 64 15330 0 0 0 119 7 0 0 18 0 9 0 22359969 889606144 19911 996147200 134512640 134550932 4294955936 18446744073709551615 104191077 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16698/tid=16701] ppid=16697 vsize=868756 CPUtime=0
/proc/16698/task/16701/stat : 16701 (java) S 16697 16684 16143 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22359969 889606144 19911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16698/tid=16702] ppid=16697 vsize=868756 CPUtime=0
/proc/16698/task/16702/stat : 16702 (java) S 16697 16684 16143 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22359969 889606144 19911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16698/tid=16703] ppid=16697 vsize=868756 CPUtime=0
/proc/16698/task/16703/stat : 16703 (java) S 16697 16684 16143 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22359971 889606144 19911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16698/tid=16704] ppid=16697 vsize=868756 CPUtime=0.15
/proc/16698/task/16704/stat : 16704 (java) S 16697 16684 16143 0 -1 64 1453 0 0 0 15 0 0 0 16 0 9 0 22359971 889606144 19911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16698/tid=16705] ppid=16697 vsize=868756 CPUtime=0
/proc/16698/task/16705/stat : 16705 (java) S 16697 16684 16143 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22359971 889606144 19911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16698/tid=16706] ppid=16697 vsize=868756 CPUtime=0
/proc/16698/task/16706/stat : 16706 (java) S 16697 16684 16143 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22359971 889606144 19911 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 890980

[startup+6.30287 s]
/proc/loadavg: 2.01 2.00 2.04 3/85 16706
/proc/meminfo: memFree=1506552/2055920 swapFree=4192956/4192956
[pid=16684] ppid=16682 vsize=16868 CPUtime=0.64
/proc/16684/stat : 16684 (sugar) S 16682 16684 16143 0 -1 4194304 1310 6740 0 1 5 1 54 4 15 0 1 0 22359898 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16684/statm: 4217 1111 409 3 0 796 0
[pid=16697] ppid=16684 vsize=5356 CPUtime=0
/proc/16697/stat : 16697 (sh) S 16684 16684 16143 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22359967 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16697/statm: 1339 233 193 169 0 50 0
[pid=16698] ppid=16697 vsize=868744 CPUtime=5.59
/proc/16698/stat : 16698 (java) S 16697 16684 16143 0 -1 0 21390 0 1 0 544 15 0 0 20 0 9 0 22359967 889593856 20507 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16698/statm: 217186 20507 2591 9 0 211663 0
[pid=16698/tid=16699] ppid=16697 vsize=868744 CPUtime=3.99
/proc/16698/task/16699/stat : 16699 (java) R 16697 16684 16143 0 -1 64 3578 0 1 0 394 5 0 0 25 0 9 0 22359968 889593856 20507 996147200 134512640 134550932 4294955936 18446744073709551615 4126095963 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16698/tid=16700] ppid=16697 vsize=868744 CPUtime=1.39
/proc/16698/task/16700/stat : 16700 (java) S 16697 16684 16143 0 -1 64 15639 0 0 0 131 8 0 0 16 0 9 0 22359969 889593856 20507 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16698/tid=16701] ppid=16697 vsize=868744 CPUtime=0
/proc/16698/task/16701/stat : 16701 (java) S 16697 16684 16143 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22359969 889593856 20507 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16698/tid=16702] ppid=16697 vsize=868744 CPUtime=0
/proc/16698/task/16702/stat : 16702 (java) S 16697 16684 16143 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22359969 889593856 20507 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16698/tid=16703] ppid=16697 vsize=868744 CPUtime=0
/proc/16698/task/16703/stat : 16703 (java) S 16697 16684 16143 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22359971 889593856 20507 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16698/tid=16704] ppid=16697 vsize=868744 CPUtime=0.18
/proc/16698/task/16704/stat : 16704 (java) S 16697 16684 16143 0 -1 64 1474 0 0 0 18 0 0 0 16 0 9 0 22359971 889593856 20507 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16698/tid=16705] ppid=16697 vsize=868744 CPUtime=0
/proc/16698/task/16705/stat : 16705 (java) S 16697 16684 16143 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22359971 889593856 20507 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16698/tid=16706] ppid=16697 vsize=868744 CPUtime=0
/proc/16698/task/16706/stat : 16706 (java) S 16697 16684 16143 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22359971 889593856 20507 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 890968

[startup+12.7015 s]
/proc/loadavg: 2.09 2.02 2.04 3/85 16706
/proc/meminfo: memFree=1493888/2055920 swapFree=4192956/4192956
[pid=16684] ppid=16682 vsize=16868 CPUtime=0.64
/proc/16684/stat : 16684 (sugar) S 16682 16684 16143 0 -1 4194304 1310 6740 0 1 5 1 54 4 15 0 1 0 22359898 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16684/statm: 4217 1111 409 3 0 796 0
[pid=16697] ppid=16684 vsize=5356 CPUtime=0
/proc/16697/stat : 16697 (sh) S 16684 16684 16143 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22359967 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16697/statm: 1339 233 193 169 0 50 0
[pid=16698] ppid=16697 vsize=868744 CPUtime=11.99
/proc/16698/stat : 16698 (java) S 16697 16684 16143 0 -1 0 23366 0 1 0 1179 20 0 0 20 0 9 0 22359967 889593856 22407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16698/statm: 217186 22407 2591 9 0 211663 0
[pid=16698/tid=16699] ppid=16697 vsize=868744 CPUtime=10.16
/proc/16698/task/16699/stat : 16699 (java) R 16697 16684 16143 0 -1 64 3654 0 1 0 1007 9 0 0 25 0 9 0 22359968 889593856 22407 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16698/tid=16700] ppid=16697 vsize=868744 CPUtime=1.61
/proc/16698/task/16700/stat : 16700 (java) S 16697 16684 16143 0 -1 64 17533 0 0 0 152 9 0 0 16 0 9 0 22359969 889593856 22407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16698/tid=16701] ppid=16697 vsize=868744 CPUtime=0
/proc/16698/task/16701/stat : 16701 (java) S 16697 16684 16143 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22359969 889593856 22407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16698/tid=16702] ppid=16697 vsize=868744 CPUtime=0
/proc/16698/task/16702/stat : 16702 (java) S 16697 16684 16143 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22359969 889593856 22407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16698/tid=16703] ppid=16697 vsize=868744 CPUtime=0
/proc/16698/task/16703/stat : 16703 (java) S 16697 16684 16143 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 22359971 889593856 22407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16698/tid=16704] ppid=16697 vsize=868744 CPUtime=0.19
/proc/16698/task/16704/stat : 16704 (java) S 16697 16684 16143 0 -1 64 1480 0 0 0 19 0 0 0 16 0 9 0 22359971 889593856 22407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16698/tid=16705] ppid=16697 vsize=868744 CPUtime=0
/proc/16698/task/16705/stat : 16705 (java) S 16697 16684 16143 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22359971 889593856 22407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16698/tid=16706] ppid=16697 vsize=868744 CPUtime=0
/proc/16698/task/16706/stat : 16706 (java) S 16697 16684 16143 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22359971 889593856 22407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 890968

[startup+25.5029 s]
/proc/loadavg: 2.21 2.05 2.05 3/85 16706
/proc/meminfo: memFree=1470208/2055920 swapFree=4192956/4192956
[pid=16684] ppid=16682 vsize=16868 CPUtime=0.64
/proc/16684/stat : 16684 (sugar) S 16682 16684 16143 0 -1 4194304 1310 6740 0 1 5 1 54 4 15 0 1 0 22359898 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16684/statm: 4217 1111 409 3 0 796 0
[pid=16697] ppid=16684 vsize=5356 CPUtime=0
/proc/16697/stat : 16697 (sh) S 16684 16684 16143 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22359967 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16697/statm: 1339 233 193 169 0 50 0
[pid=16698] ppid=16697 vsize=868744 CPUtime=24.78
/proc/16698/stat : 16698 (java) S 16697 16684 16143 0 -1 0 27372 0 1 0 2452 26 0 0 20 0 9 0 22359967 889593856 26304 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/16698/statm: 217186 26304 2591 9 0 211663 0
[pid=16698/tid=16699] ppid=16697 vsize=868744 CPUtime=22.63
/proc/16698/task/16699/stat : 16699 (java) R 16697 16684 16143 0 -1 64 3764 0 1 0 2250 13 0 0 25 0 9 0 22359968 889593856 26304 996147200 134512640 134550932 4294955936 18446744073709551615 4125952213 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16698/tid=16700] ppid=16697 vsize=868744 CPUtime=1.93
/proc/16698/task/16700/stat : 16700 (java) S 16697 16684 16143 0 -1 64 21426 0 0 0 182 11 0 0 16 0 9 0 22359969 889593856 26304 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16698/tid=16701] ppid=16697 vsize=868744 CPUtime=0
/proc/16698/task/16701/stat : 16701 (java) S 16697 16684 16143 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22359969 889593856 26304 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16698/tid=16702] ppid=16697 vsize=868744 CPUtime=0
/proc/16698/task/16702/stat : 16702 (java) S 16697 16684 16143 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22359969 889593856 26304 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16698/tid=16703] ppid=16697 vsize=868744 CPUtime=0

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

/proc/meminfo: memFree=1422904/2055920 swapFree=4192956/4192956
[pid=16684] ppid=16682 vsize=16868 CPUtime=97.97
/proc/16684/stat : 16684 (sugar) S 16682 16684 16143 0 -1 4194304 1365 46483 0 2 5 1 9729 62 16 0 1 0 22359898 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16684/statm: 4217 1113 409 3 0 796 0
[pid=16707] ppid=16684 vsize=5356 CPUtime=0
/proc/16707/stat : 16707 (sh) S 16684 16684 16143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22369712 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16707/statm: 1339 232 193 169 0 50 0
[pid=16708] ppid=16707 vsize=84024 CPUtime=1194.95
/proc/16708/stat : 16708 (picosat) R 16707 16684 16143 0 -1 4194304 21224 0 0 0 118225 1270 0 0 25 0 1 0 22369713 86040576 19960 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/16708/statm: 21006 19960 48 102 0 20901 0
Current children cumulated CPU time (s) 1292.92
Current children cumulated vsize (KiB) 106248

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 16911
/proc/meminfo: memFree=1422840/2055920 swapFree=4192956/4192956
[pid=16684] ppid=16682 vsize=16868 CPUtime=97.97
/proc/16684/stat : 16684 (sugar) S 16682 16684 16143 0 -1 4194304 1365 46483 0 2 5 1 9729 62 16 0 1 0 22359898 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16684/statm: 4217 1113 409 3 0 796 0
[pid=16707] ppid=16684 vsize=5356 CPUtime=0
/proc/16707/stat : 16707 (sh) S 16684 16684 16143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22369712 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16707/statm: 1339 232 193 169 0 50 0
[pid=16708] ppid=16707 vsize=84024 CPUtime=1254.65
/proc/16708/stat : 16708 (picosat) R 16707 16684 16143 0 -1 4194304 21224 0 0 0 124195 1270 0 0 25 0 1 0 22369713 86040576 19960 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16708/statm: 21006 19960 48 102 0 20901 0
Current children cumulated CPU time (s) 1352.62
Current children cumulated vsize (KiB) 106248

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 16911
/proc/meminfo: memFree=1420664/2055920 swapFree=4192956/4192956
[pid=16684] ppid=16682 vsize=16868 CPUtime=97.97
/proc/16684/stat : 16684 (sugar) S 16682 16684 16143 0 -1 4194304 1365 46483 0 2 5 1 9729 62 16 0 1 0 22359898 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16684/statm: 4217 1113 409 3 0 796 0
[pid=16707] ppid=16684 vsize=5356 CPUtime=0
/proc/16707/stat : 16707 (sh) S 16684 16684 16143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22369712 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16707/statm: 1339 232 193 169 0 50 0
[pid=16708] ppid=16707 vsize=86004 CPUtime=1314.36
/proc/16708/stat : 16708 (picosat) R 16707 16684 16143 0 -1 4194304 21925 0 0 0 130165 1271 0 0 25 0 1 0 22369713 88068096 20488 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16708/statm: 21501 20488 48 102 0 21396 0
Current children cumulated CPU time (s) 1412.33
Current children cumulated vsize (KiB) 108228

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 16911
/proc/meminfo: memFree=1420600/2055920 swapFree=4192956/4192956
[pid=16684] ppid=16682 vsize=16868 CPUtime=97.97
/proc/16684/stat : 16684 (sugar) S 16682 16684 16143 0 -1 4194304 1365 46483 0 2 5 1 9729 62 16 0 1 0 22359898 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16684/statm: 4217 1113 409 3 0 796 0
[pid=16707] ppid=16684 vsize=5356 CPUtime=0
/proc/16707/stat : 16707 (sh) S 16684 16684 16143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22369712 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16707/statm: 1339 232 193 169 0 50 0
[pid=16708] ppid=16707 vsize=86004 CPUtime=1374.06
/proc/16708/stat : 16708 (picosat) R 16707 16684 16143 0 -1 4194304 21925 0 0 0 136135 1271 0 0 25 0 1 0 22369713 88068096 20488 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16708/statm: 21501 20488 48 102 0 21396 0
Current children cumulated CPU time (s) 1472.03
Current children cumulated vsize (KiB) 108228

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 16911
/proc/meminfo: memFree=1420600/2055920 swapFree=4192956/4192956
[pid=16684] ppid=16682 vsize=16868 CPUtime=97.97
/proc/16684/stat : 16684 (sugar) S 16682 16684 16143 0 -1 4194304 1365 46483 0 2 5 1 9729 62 16 0 1 0 22359898 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16684/statm: 4217 1113 409 3 0 796 0
[pid=16707] ppid=16684 vsize=5356 CPUtime=0
/proc/16707/stat : 16707 (sh) S 16684 16684 16143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22369712 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16707/statm: 1339 232 193 169 0 50 0
[pid=16708] ppid=16707 vsize=86004 CPUtime=1433.75
/proc/16708/stat : 16708 (picosat) R 16707 16684 16143 0 -1 4194304 21925 0 0 0 142104 1271 0 0 25 0 1 0 22369713 88068096 20488 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16708/statm: 21501 20488 48 102 0 21396 0
Current children cumulated CPU time (s) 1531.72
Current children cumulated vsize (KiB) 108228

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 16911
/proc/meminfo: memFree=1419768/2055920 swapFree=4192956/4192956
[pid=16684] ppid=16682 vsize=16868 CPUtime=97.97
/proc/16684/stat : 16684 (sugar) S 16682 16684 16143 0 -1 4194304 1365 46483 0 2 5 1 9729 62 16 0 1 0 22359898 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16684/statm: 4217 1113 409 3 0 796 0
[pid=16707] ppid=16684 vsize=5356 CPUtime=0
/proc/16707/stat : 16707 (sh) S 16684 16684 16143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22369712 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16707/statm: 1339 232 193 169 0 50 0
[pid=16708] ppid=16707 vsize=86796 CPUtime=1493.46
/proc/16708/stat : 16708 (picosat) R 16707 16684 16143 0 -1 4194304 22310 0 0 0 148075 1271 0 0 25 0 1 0 22369713 88879104 20693 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16708/statm: 21699 20693 48 102 0 21594 0
Current children cumulated CPU time (s) 1591.43
Current children cumulated vsize (KiB) 109020

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 16911
/proc/meminfo: memFree=1419768/2055920 swapFree=4192956/4192956
[pid=16684] ppid=16682 vsize=16868 CPUtime=97.97
/proc/16684/stat : 16684 (sugar) S 16682 16684 16143 0 -1 4194304 1365 46483 0 2 5 1 9729 62 16 0 1 0 22359898 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16684/statm: 4217 1113 409 3 0 796 0
[pid=16707] ppid=16684 vsize=5356 CPUtime=0
/proc/16707/stat : 16707 (sh) S 16684 16684 16143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22369712 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16707/statm: 1339 232 193 169 0 50 0
[pid=16708] ppid=16707 vsize=86796 CPUtime=1553.16
/proc/16708/stat : 16708 (picosat) R 16707 16684 16143 0 -1 4194304 22310 0 0 0 154045 1271 0 0 25 0 1 0 22369713 88879104 20693 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16708/statm: 21699 20693 48 102 0 21594 0
Current children cumulated CPU time (s) 1651.13
Current children cumulated vsize (KiB) 109020

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/85 16911
/proc/meminfo: memFree=1419704/2055920 swapFree=4192956/4192956
[pid=16684] ppid=16682 vsize=16868 CPUtime=97.97
/proc/16684/stat : 16684 (sugar) S 16682 16684 16143 0 -1 4194304 1365 46483 0 2 5 1 9729 62 16 0 1 0 22359898 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16684/statm: 4217 1113 409 3 0 796 0
[pid=16707] ppid=16684 vsize=5356 CPUtime=0
/proc/16707/stat : 16707 (sh) S 16684 16684 16143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22369712 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16707/statm: 1339 232 193 169 0 50 0
[pid=16708] ppid=16707 vsize=86796 CPUtime=1612.86
/proc/16708/stat : 16708 (picosat) R 16707 16684 16143 0 -1 4194304 22313 0 0 0 160015 1271 0 0 25 0 1 0 22369713 88879104 20696 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16708/statm: 21699 20696 48 102 0 21594 0
Current children cumulated CPU time (s) 1710.83
Current children cumulated vsize (KiB) 109020

[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/85 16911
/proc/meminfo: memFree=1419512/2055920 swapFree=4192956/4192956
[pid=16684] ppid=16682 vsize=16868 CPUtime=97.97
/proc/16684/stat : 16684 (sugar) S 16682 16684 16143 0 -1 4194304 1365 46483 0 2 5 1 9729 62 16 0 1 0 22359898 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16684/statm: 4217 1113 409 3 0 796 0
[pid=16707] ppid=16684 vsize=5356 CPUtime=0
/proc/16707/stat : 16707 (sh) S 16684 16684 16143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22369712 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16707/statm: 1339 232 193 169 0 50 0
[pid=16708] ppid=16707 vsize=86928 CPUtime=1672.57
/proc/16708/stat : 16708 (picosat) R 16707 16684 16143 0 -1 4194304 22524 0 0 0 165985 1272 0 0 25 0 1 0 22369713 89014272 20721 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/16708/statm: 21732 20721 48 102 0 21627 0
Current children cumulated CPU time (s) 1770.54
Current children cumulated vsize (KiB) 109152



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812 s]
/proc/loadavg: 2.03 2.01 2.00 3/85 16911
/proc/meminfo: memFree=1419512/2055920 swapFree=4192956/4192956
[pid=16684] ppid=16682 vsize=16868 CPUtime=97.97
/proc/16684/stat : 16684 (sugar) S 16682 16684 16143 0 -1 4194304 1365 46483 0 2 5 1 9729 62 16 0 1 0 22359898 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16684/statm: 4217 1113 409 3 0 796 0
[pid=16707] ppid=16684 vsize=5356 CPUtime=0
/proc/16707/stat : 16707 (sh) S 16684 16684 16143 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22369712 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16707/statm: 1339 232 193 169 0 50 0
[pid=16708] ppid=16707 vsize=86928 CPUtime=1702.13
/proc/16708/stat : 16708 (picosat) R 16707 16684 16143 0 -1 4194304 22524 0 0 0 168941 1272 0 0 25 0 1 0 22369713 89014272 20721 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/16708/statm: 21732 20721 48 102 0 21627 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 109152

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16684 and gives
#  childrusage.ru_utime.tv_sec=97
#  childrusage.ru_utime.tv_usec=356199
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=673897
# CPU time returned by wait4() is 98.0301
# while last known CPU time is 1800.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1812.05
CPU time (s): 1800.1
CPU user time (s): 1786.75
CPU system time (s): 13.35
CPU usage (%): 99.3406
Max. virtual memory (cumulated for all children) (KiB): 901216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 97.3562
system time used= 0.673897
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48242
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= 10942
involuntary context switches= 11162

runsolver used 2.11068 second user time and 5.14522 second system time

The end

Launcher Data

Begin job on node79 at 2009-07-12 00:55:43
IDJOB=2071180
IDBENCH=55446
IDSOLVER=738
FILE ID=node79/2071180-1247352943
PBS_JOBID= 9506900
Free space on /tmp= 66260 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-15-07.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-2071180-1247352943/watcher-2071180-1247352943 -o /tmp/evaluation-result-2071180-1247352943/solver-2071180-1247352943 -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-2071180-1247352943.xml

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

MD5SUM BENCH= d0352fe449d8acf4120670f6657caf5c
RANDOM SEED=41582816

node79.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.229
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.229
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1586296 kB
Buffers:         59532 kB
Cached:         323988 kB
SwapCached:          0 kB
Active:         112008 kB
Inactive:       290432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1586296 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1740 kB
Writeback:           0 kB
Mapped:          29572 kB
Slab:            52580 kB
Committed_AS:   235056 kB
PageTables:       1740 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= 66256 MiB
End job on node79 at 2009-07-12 01:25:57