Trace number 1076807

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.13+picosat? (TO) 1800.01 1811.54

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-21-08.xml
MD5SUM732fd222b42b1b48209bcbd3b606cfba
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 benchmark0.627904
Satisfiable
(Un)Satisfiability was proved
Number of variables365
Number of constraints3584
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension150
Number of constraints which are defined in intension3434
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 18:50:14 2008
0.00/0.04	c 0	PID 10994
0.00/0.04	c 0	HOST node76.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1076807-1215190213.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1076807-1215190213.xml' 'HOME/temp.csp'
0.03/0.77	c 0	1 domains, 365 variables, 7 predicates, 6 relations, 3584 constraints
0.03/0.82	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.82	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.75/0.90	c 0	Parsing HOME/temp.csp
1.31/1.46	c 1	parsed 3963 expressions
1.31/1.47	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.31/1.47	c 1	Converting to clausal form CSP
1.51/1.61	c 1	converted 397 (10%) expressions
4.56/4.74	c 4	converted 793 (20%) expressions
4.85/5.01	c 5	converted 1189 (30%) expressions
4.96/5.18	c 5	converted 1586 (40%) expressions
6.14/6.35	c 6	converted 1982 (50%) expressions
6.34/6.57	c 6	converted 2378 (60%) expressions
6.44/6.68	c 6	converted 2775 (70%) expressions
6.53/6.74	c 6	converted 3171 (80%) expressions
6.53/6.78	c 6	converted 3567 (90%) expressions
6.63/6.85	c 6	converted 3963 (100%) expressions
6.63/6.85	c 6	CSP : 365 integers, 0 booleans, 3584 clauses, largest domain size 26
6.63/6.85	c 6	Heap : 135 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.63/6.85	c 6	Propagation in CSP
6.63/6.89	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.63/6.89	c 6	CSP : 365 integers, 0 booleans, 3584 clauses, largest domain size 26
6.63/6.89	c 6	Heap : 139 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.63/6.89	c 6	Simplifing CSP by introducing new Boolean variables
6.82/7.02	c 7	CSP : 365 integers, 31566 booleans, 35150 clauses, largest domain size 26
6.82/7.02	c 7	Heap : 144 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.70/7.98	c 8	Encoding CSP to SAT : HOME/temp.cnf
7.81/8.01	c 8	37 (10%) CSP integer variables are encoded (888 clauses, 9624 bytes)
7.81/8.02	c 8	73 (20%) CSP integer variables are encoded (1752 clauses, 20713 bytes)
7.81/8.02	c 8	110 (30%) CSP integer variables are encoded (2640 clauses, 32257 bytes)
7.81/8.02	c 8	146 (40%) CSP integer variables are encoded (3504 clauses, 43489 bytes)
7.81/8.02	c 8	183 (50%) CSP integer variables are encoded (4392 clauses, 55033 bytes)
7.81/8.02	c 8	219 (60%) CSP integer variables are encoded (5256 clauses, 66265 bytes)
7.81/8.02	c 8	256 (70%) CSP integer variables are encoded (6144 clauses, 77809 bytes)
7.81/8.02	c 8	292 (80%) CSP integer variables are encoded (7008 clauses, 89041 bytes)
7.81/8.02	c 8	329 (90%) CSP integer variables are encoded (7896 clauses, 100585 bytes)
7.81/8.02	c 8	365 (100%) CSP integer variables are encoded (8760 clauses, 111817 bytes)
149.88/152.36	c 152	3515 (10%) CSP clauses are encoded (1781251 clauses, 79115595 bytes)
165.15/167.86	c 167	7030 (20%) CSP clauses are encoded (1926187 clauses, 84713768 bytes)
182.78/185.78	c 185	10545 (30%) CSP clauses are encoded (2071148 clauses, 90359783 bytes)
309.49/313.49	c 313	14060 (40%) CSP clauses are encoded (2603454 clauses, 121477270 bytes)
309.69/313.64	c 313	17575 (50%) CSP clauses are encoded (2686869 clauses, 123062287 bytes)
309.79/313.79	c 313	21090 (60%) CSP clauses are encoded (2770259 clauses, 124708382 bytes)
309.98/313.94	c 314	24605 (70%) CSP clauses are encoded (2853674 clauses, 126354924 bytes)
310.08/314.09	c 314	28120 (80%) CSP clauses are encoded (2937064 clauses, 128001019 bytes)
310.28/314.24	c 314	31635 (90%) CSP clauses are encoded (3020479 clauses, 129647561 bytes)
310.38/314.39	c 314	35150 (100%) CSP clauses are encoded (3104869 clauses, 131306936 bytes)
310.38/314.39	c 314	35150 CSP clauses encoded
310.38/314.39	c 314	Writing map file : HOME/temp.map
310.48/314.41	c 314	Heap : 207 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
310.48/314.41	c 314	SAT : 40691 SAT variables, 3104869 SAT clauses, 131306936 bytes
310.48/314.41	c 314	Heap : 207 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
310.53/314.50	c 314	SOLVING HOME/temp.cnf
310.53/314.50	c 314	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.01/1811.52	c ERROR INTERRUPTED
1800.01/1811.53	s UNKNOWN
1800.01/1811.53	c 1811	CPU 309.19 (0.03 0.01 309.16 1.35)
1800.01/1811.53	c 1811	END Fri Jul  4 19:20:25 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1076807-1215190213/watcher-1076807-1215190213 -o /tmp/evaluation-result-1076807-1215190213/solver-1076807-1215190213 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1076807-1215190213.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.10 2.03 2.01 4/100 10994
/proc/meminfo: memFree=1590576/2055920 swapFree=4179140/4192956
[pid=10994] ppid=10992 vsize=12272 CPUtime=0
/proc/10994/stat : 10994 (sugar) R 10992 10994 7482 0 -1 4194304 367 0 0 0 0 0 0 0 18 0 1 0 130701987 12566528 335 996147200 4194304 4206940 548682068608 18446744073709551615 265691634112 0 0 4224 0 0 0 0 17 1 0 0
/proc/10994/statm: 3068 337 252 3 0 168 0

[startup+0.0666491 s]
/proc/loadavg: 2.10 2.03 2.01 4/100 10994
/proc/meminfo: memFree=1590576/2055920 swapFree=4179140/4192956
[pid=10994] ppid=10992 vsize=13600 CPUtime=0.03
/proc/10994/stat : 10994 (sugar) S 10992 10994 7482 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 130701987 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10994/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102652 s]
/proc/loadavg: 2.10 2.03 2.01 4/100 10994
/proc/meminfo: memFree=1590576/2055920 swapFree=4179140/4192956
[pid=10994] ppid=10992 vsize=13600 CPUtime=0.03
/proc/10994/stat : 10994 (sugar) S 10992 10994 7482 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 130701987 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10994/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302677 s]
/proc/loadavg: 2.10 2.03 2.01 4/100 10994
/proc/meminfo: memFree=1590576/2055920 swapFree=4179140/4192956
[pid=10994] ppid=10992 vsize=13600 CPUtime=0.03
/proc/10994/stat : 10994 (sugar) S 10992 10994 7482 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 130701987 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10994/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701722 s]
/proc/loadavg: 2.10 2.03 2.01 4/100 10994
/proc/meminfo: memFree=1590576/2055920 swapFree=4179140/4192956
[pid=10994] ppid=10992 vsize=13600 CPUtime=0.03
/proc/10994/stat : 10994 (sugar) S 10992 10994 7482 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 130701987 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10994/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50181 s]
/proc/loadavg: 2.10 2.03 2.01 3/111 11016
/proc/meminfo: memFree=1582168/2055920 swapFree=4179140/4192956
[pid=10994] ppid=10992 vsize=13600 CPUtime=0.76
/proc/10994/stat : 10994 (sugar) S 10992 10994 7482 0 -1 4194304 973 8546 0 1 3 1 66 6 15 0 1 0 130701987 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10994/statm: 3400 797 370 3 0 500 0
[pid=11007] ppid=10994 vsize=5356 CPUtime=0
/proc/11007/stat : 11007 (sh) S 10994 10994 7482 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 130702069 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11007/statm: 1339 233 193 169 0 50 0
[pid=11008] ppid=11007 vsize=864180 CPUtime=0.64
/proc/11008/stat : 11008 (java) S 11007 10994 7482 0 -1 0 6904 0 1 0 61 3 0 0 18 0 9 0 130702070 884920320 6136 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11008/statm: 216045 6136 2540 9 0 210620 0
[pid=11008/tid=11009] ppid=11007 vsize=864180 CPUtime=0.4
/proc/11008/task/11009/stat : 11009 (java) R 11007 10994 7482 0 -1 64 2586 0 1 0 39 1 0 0 18 0 9 0 130702071 884920320 6136 996147200 134512640 134550740 4294955952 18446744073709551615 4125977428 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11008/tid=11010] ppid=11007 vsize=864180 CPUtime=0.16
/proc/11008/task/11010/stat : 11010 (java) S 11007 10994 7482 0 -1 64 3284 0 0 0 15 1 0 0 16 0 9 0 130702072 884920320 6136 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11008/tid=11011] ppid=11007 vsize=864180 CPUtime=0
/proc/11008/task/11011/stat : 11011 (java) S 11007 10994 7482 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 130702072 884920320 6136 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11008/tid=11012] ppid=11007 vsize=864180 CPUtime=0
/proc/11008/task/11012/stat : 11012 (java) S 11007 10994 7482 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 130702072 884920320 6136 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11008/tid=11013] ppid=11007 vsize=864180 CPUtime=0
/proc/11008/task/11013/stat : 11013 (java) S 11007 10994 7482 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 130702074 884920320 6136 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11008/tid=11014] ppid=11007 vsize=864180 CPUtime=0.06
/proc/11008/task/11014/stat : 11014 (java) S 11007 10994 7482 0 -1 64 336 0 0 0 6 0 0 0 16 0 9 0 130702074 884920320 6136 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11008/tid=11015] ppid=11007 vsize=864180 CPUtime=0
/proc/11008/task/11015/stat : 11015 (java) S 11007 10994 7482 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 130702074 884920320 6136 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11008/tid=11016] ppid=11007 vsize=864180 CPUtime=0
/proc/11008/task/11016/stat : 11016 (java) S 11007 10994 7482 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 130702074 884920320 6136 996147200 134512640 134550740 4294955952 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) 883136

[startup+3.10299 s]
/proc/loadavg: 2.10 2.03 2.01 4/111 11016
/proc/meminfo: memFree=1557656/2055920 swapFree=4179140/4192956
[pid=10994] ppid=10992 vsize=13600 CPUtime=0.76
/proc/10994/stat : 10994 (sugar) S 10992 10994 7482 0 -1 4194304 973 8546 0 1 3 1 66 6 15 0 1 0 130701987 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10994/statm: 3400 797 370 3 0 500 0
[pid=11007] ppid=10994 vsize=5356 CPUtime=0
/proc/11007/stat : 11007 (sh) S 10994 10994 7482 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 130702069 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11007/statm: 1339 233 193 169 0 50 0
[pid=11008] ppid=11007 vsize=864180 CPUtime=2.22
/proc/11008/stat : 11008 (java) S 11007 10994 7482 0 -1 0 18450 0 1 0 213 9 0 0 18 0 9 0 130702070 884920320 17640 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11008/statm: 216045 17640 2540 9 0 210620 0
[pid=11008/tid=11009] ppid=11007 vsize=864180 CPUtime=1.01
/proc/11008/task/11009/stat : 11009 (java) R 11007 10994 7482 0 -1 64 3190 0 1 0 100 1 0 0 23 0 9 0 130702071 884920320 17640 996147200 134512640 134550740 4294955952 18446744073709551615 103215183 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11008/tid=11010] ppid=11007 vsize=864180 CPUtime=1.11
/proc/11008/task/11010/stat : 11010 (java) S 11007 10994 7482 0 -1 64 14219 0 0 0 105 6 0 0 16 0 9 0 130702072 884920320 17640 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11008/tid=11011] ppid=11007 vsize=864180 CPUtime=0
/proc/11008/task/11011/stat : 11011 (java) S 11007 10994 7482 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 130702072 884920320 17640 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11008/tid=11012] ppid=11007 vsize=864180 CPUtime=0
/proc/11008/task/11012/stat : 11012 (java) S 11007 10994 7482 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 130702072 884920320 17640 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11008/tid=11013] ppid=11007 vsize=864180 CPUtime=0
/proc/11008/task/11013/stat : 11013 (java) S 11007 10994 7482 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 130702074 884920320 17640 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11008/tid=11014] ppid=11007 vsize=864180 CPUtime=0.07
/proc/11008/task/11014/stat : 11014 (java) S 11007 10994 7482 0 -1 64 343 0 0 0 7 0 0 0 16 0 9 0 130702074 884920320 17640 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11008/tid=11015] ppid=11007 vsize=864180 CPUtime=0
/proc/11008/task/11015/stat : 11015 (java) S 11007 10994 7482 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 130702074 884920320 17640 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11008/tid=11016] ppid=11007 vsize=864180 CPUtime=0
/proc/11008/task/11016/stat : 11016 (java) S 11007 10994 7482 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 130702074 884920320 17640 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 883136

[startup+6.30235 s]
/proc/loadavg: 2.17 2.04 2.01 4/111 11018
/proc/meminfo: memFree=1452888/2055920 swapFree=4179140/4192956
[pid=10994] ppid=10992 vsize=13600 CPUtime=0.76
/proc/10994/stat : 10994 (sugar) S 10992 10994 7482 0 -1 4194304 973 8546 0 1 3 1 66 6 15 0 1 0 130701987 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10994/statm: 3400 797 370 3 0 500 0
[pid=11007] ppid=10994 vsize=5356 CPUtime=0
/proc/11007/stat : 11007 (sh) S 10994 10994 7482 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 130702069 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11007/statm: 1339 233 193 169 0 50 0
[pid=11008] ppid=11007 vsize=868388 CPUtime=5.38
/proc/11008/stat : 11008 (java) S 11007 10994 7482 0 -1 0 47869 0 1 0 516 22 0 0 18 0 9 0 130702070 889229312 36769 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11008/statm: 217097 36770 2540 9 0 211672 0
[pid=11008/tid=11009] ppid=11007 vsize=868388 CPUtime=1.98
/proc/11008/task/11009/stat : 11009 (java) R 11007 10994 7482 0 -1 64 4556 0 1 0 196 2 0 0 25 0 9 0 130702071 889229312 36770 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11008/tid=11010] ppid=11007 vsize=868388 CPUtime=3.2
/proc/11008/task/11010/stat : 11010 (java) R 11007 10994 7482 0 -1 64 41160 0 0 0 302 18 0 0 16 0 9 0 130702072 889229312 36771 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11008/tid=11011] ppid=11007 vsize=868388 CPUtime=0
/proc/11008/task/11011/stat : 11011 (java) S 11007 10994 7482 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 130702072 889229312 36772 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11008/tid=11012] ppid=11007 vsize=868388 CPUtime=0
/proc/11008/task/11012/stat : 11012 (java) S 11007 10994 7482 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 130702072 889229312 36773 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11008/tid=11013] ppid=11007 vsize=868388 CPUtime=0
/proc/11008/task/11013/stat : 11013 (java) S 11007 10994 7482 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 130702074 889229312 36773 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11008/tid=11014] ppid=11007 vsize=868388 CPUtime=0.17
/proc/11008/task/11014/stat : 11014 (java) S 11007 10994 7482 0 -1 64 1457 0 0 0 17 0 0 0 16 0 9 0 130702074 889229312 36774 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11008/tid=11015] ppid=11007 vsize=868388 CPUtime=0
/proc/11008/task/11015/stat : 11015 (java) S 11007 10994 7482 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 130702074 889229312 36775 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11008/tid=11016] ppid=11007 vsize=868388 CPUtime=0
/proc/11008/task/11016/stat : 11016 (java) S 11007 10994 7482 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 130702074 889229312 36776 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 887344

[startup+12.7021 s]
/proc/loadavg: 2.24 2.06 2.02 3/111 11018
/proc/meminfo: memFree=1418456/2055920 swapFree=4179140/4192956
[pid=10994] ppid=10992 vsize=13600 CPUtime=0.76
/proc/10994/stat : 10994 (sugar) S 10992 10994 7482 0 -1 4194304 974 8546 0 1 3 1 66 6 16 0 1 0 130701987 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10994/statm: 3400 797 370 3 0 500 0
[pid=11007] ppid=10994 vsize=5356 CPUtime=0
/proc/11007/stat : 11007 (sh) S 10994 10994 7482 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 130702069 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11007/statm: 1339 233 193 169 0 50 0
[pid=11008] ppid=11007 vsize=868500 CPUtime=11.68
/proc/11008/stat : 11008 (java) S 11007 10994 7482 0 -1 0 63396 0 1 0 1134 34 0 0 18 0 9 0 130702070 889344000 42945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11008/statm: 217125 42945 2567 9 0 211672 0
[pid=11008/tid=11009] ppid=11007 vsize=868500 CPUtime=6.88
/proc/11008/task/11009/stat : 11009 (java) R 11007 10994 7482 0 -1 64 4672 0 1 0 681 7 0 0 25 0 9 0 130702071 889344000 42945 996147200 134512640 134550740 4294955952 18446744073709551615 103215658 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11008/tid=11010] ppid=11007 vsize=868500 CPUtime=4.53
/proc/11008/task/11010/stat : 11010 (java) S 11007 10994 7482 0 -1 64 56523 0 0 0 429 24 0 0 16 0 9 0 130702072 889344000 42945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11008/tid=11011] ppid=11007 vsize=868500 CPUtime=0
/proc/11008/task/11011/stat : 11011 (java) S 11007 10994 7482 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 130702072 889344000 42945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11008/tid=11012] ppid=11007 vsize=868500 CPUtime=0
/proc/11008/task/11012/stat : 11012 (java) S 11007 10994 7482 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 130702072 889344000 42945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11008/tid=11013] ppid=11007 vsize=868500 CPUtime=0
/proc/11008/task/11013/stat : 11013 (java) S 11007 10994 7482 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 130702074 889344000 42945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11008/tid=11014] ppid=11007 vsize=868500 CPUtime=0.24
/proc/11008/task/11014/stat : 11014 (java) S 11007 10994 7482 0 -1 64 1503 0 0 0 24 0 0 0 16 0 9 0 130702074 889344000 42945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11008/tid=11015] ppid=11007 vsize=868500 CPUtime=0
/proc/11008/task/11015/stat : 11015 (java) S 11007 10994 7482 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 130702074 889344000 42945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11008/tid=11016] ppid=11007 vsize=868500 CPUtime=0
/proc/11008/task/11016/stat : 11016 (java) S 11007 10994 7482 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 130702074 889344000 42945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 887456

[startup+25.5025 s]
/proc/loadavg: 2.19 2.06 2.02 3/111 11018
/proc/meminfo: memFree=1405912/2055920 swapFree=4179140/4192956
[pid=10994] ppid=10992 vsize=13600 CPUtime=0.76
/proc/10994/stat : 10994 (sugar) S 10992 10994 7482 0 -1 4194304 974 8546 0 1 3 1 66 6 16 0 1 0 130701987 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10994/statm: 3400 797 370 3 0 500 0
[pid=11007] ppid=10994 vsize=5356 CPUtime=0
/proc/11007/stat : 11007 (sh) S 10994 10994 7482 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 130702069 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11007/statm: 1339 233 193 169 0 50 0
[pid=11008] ppid=11007 vsize=868500 CPUtime=24.28
/proc/11008/stat : 11008 (java) S 11007 10994 7482 0 -1 0 63794 0 1 0 2388 40 0 0 18 0 9 0 130702070 889344000 43288 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11008/statm: 217125 43288 2567 9 0 211672 0
[pid=11008/tid=11009] ppid=11007 vsize=868500 CPUtime=19.18
/proc/11008/task/11009/stat : 11009 (java) R 11007 10994 7482 0 -1 64 4727 0 1 0 1905 13 0 0 25 0 9 0 130702071 889344000 43288 996147200 134512640 134550740 4294955952 18446744073709551615 4126981053 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11008/tid=11010] ppid=11007 vsize=868500 CPUtime=4.84
/proc/11008/task/11010/stat : 11010 (java) S 11007 10994 7482 0 -1 64 56866 0 0 0 459 25 0 0 16 0 9 0 130702072 889344000 43288 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11008/tid=11011] ppid=11007 vsize=868500 CPUtime=0
/proc/11008/task/11011/stat : 11011 (java) S 11007 10994 7482 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 130702072 889344000 43288 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11008/tid=11012] ppid=11007 vsize=868500 CPUtime=0
/proc/11008/task/11012/stat : 11012 (java) S 11007 10994 7482 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 130702072 889344000 43288 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1020400/2055920 swapFree=4179140/4192956
[pid=10994] ppid=10992 vsize=13600 CPUtime=310.55
/proc/10994/stat : 10994 (sugar) S 10992 10994 7482 0 -1 4194304 1023 102697 0 2 3 1 30916 135 16 0 1 0 130701987 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10994/statm: 3400 799 370 3 0 500 0
[pid=11067] ppid=10994 vsize=5356 CPUtime=0
/proc/11067/stat : 11067 (sh) S 10994 10994 7482 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 130733437 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11067/statm: 1339 232 193 169 0 50 0
[pid=11068] ppid=11067 vsize=181500 CPUtime=982.78
/proc/11068/stat : 11068 (picosat) R 11067 10994 7482 0 -1 4194304 45446 0 0 0 95334 2944 0 0 25 0 1 0 130733438 185856000 43835 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11068/statm: 45375 43835 48 102 0 45270 0
Current children cumulated CPU time (s) 1293.33
Current children cumulated vsize (KiB) 200456

[startup+1362.3 s]
/proc/loadavg: 2.07 2.08 2.08 3/84 11076
/proc/meminfo: memFree=1019248/2055920 swapFree=4179140/4192956
[pid=10994] ppid=10992 vsize=13600 CPUtime=310.55
/proc/10994/stat : 10994 (sugar) S 10992 10994 7482 0 -1 4194304 1023 102697 0 2 3 1 30916 135 16 0 1 0 130701987 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10994/statm: 3400 799 370 3 0 500 0
[pid=11067] ppid=10994 vsize=5356 CPUtime=0
/proc/11067/stat : 11067 (sh) S 10994 10994 7482 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 130733437 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11067/statm: 1339 232 193 169 0 50 0
[pid=11068] ppid=11067 vsize=182820 CPUtime=1042.48
/proc/11068/stat : 11068 (picosat) R 11067 10994 7482 0 -1 4194304 45791 0 0 0 101303 2945 0 0 25 0 1 0 130733438 187207680 44180 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/11068/statm: 45705 44180 48 102 0 45600 0
Current children cumulated CPU time (s) 1353.03
Current children cumulated vsize (KiB) 201776

[startup+1422.3 s]
/proc/loadavg: 2.14 2.09 2.09 3/84 11076
/proc/meminfo: memFree=1018224/2055920 swapFree=4179140/4192956
[pid=10994] ppid=10992 vsize=13600 CPUtime=310.55
/proc/10994/stat : 10994 (sugar) S 10992 10994 7482 0 -1 4194304 1023 102697 0 2 3 1 30916 135 16 0 1 0 130701987 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10994/statm: 3400 799 370 3 0 500 0
[pid=11067] ppid=10994 vsize=5356 CPUtime=0
/proc/11067/stat : 11067 (sh) S 10994 10994 7482 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 130733437 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11067/statm: 1339 232 193 169 0 50 0
[pid=11068] ppid=11067 vsize=183084 CPUtime=1102.19
/proc/11068/stat : 11068 (picosat) R 11067 10994 7482 0 -1 4194304 46050 0 0 0 107274 2945 0 0 25 0 1 0 130733438 187478016 44249 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/11068/statm: 45771 44249 48 102 0 45666 0
Current children cumulated CPU time (s) 1412.74
Current children cumulated vsize (KiB) 202040

[startup+1482.3 s]
/proc/loadavg: 2.26 2.13 2.10 3/84 11076
/proc/meminfo: memFree=1017776/2055920 swapFree=4179140/4192956
[pid=10994] ppid=10992 vsize=13600 CPUtime=310.55
/proc/10994/stat : 10994 (sugar) S 10992 10994 7482 0 -1 4194304 1023 102697 0 2 3 1 30916 135 16 0 1 0 130701987 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10994/statm: 3400 799 370 3 0 500 0
[pid=11067] ppid=10994 vsize=5356 CPUtime=0
/proc/11067/stat : 11067 (sh) S 10994 10994 7482 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 130733437 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11067/statm: 1339 232 193 169 0 50 0
[pid=11068] ppid=11067 vsize=183084 CPUtime=1161.89
/proc/11068/stat : 11068 (picosat) R 11067 10994 7482 0 -1 4194304 46050 0 0 0 113244 2945 0 0 25 0 1 0 130733438 187478016 44249 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11068/statm: 45771 44249 48 102 0 45666 0
Current children cumulated CPU time (s) 1472.44
Current children cumulated vsize (KiB) 202040

[startup+1542.3 s]
/proc/loadavg: 2.37 2.18 2.11 3/84 11076
/proc/meminfo: memFree=1016752/2055920 swapFree=4179140/4192956
[pid=10994] ppid=10992 vsize=13600 CPUtime=310.55
/proc/10994/stat : 10994 (sugar) S 10992 10994 7482 0 -1 4194304 1023 102697 0 2 3 1 30916 135 16 0 1 0 130701987 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10994/statm: 3400 799 370 3 0 500 0
[pid=11067] ppid=10994 vsize=5356 CPUtime=0
/proc/11067/stat : 11067 (sh) S 10994 10994 7482 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 130733437 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11067/statm: 1339 232 193 169 0 50 0
[pid=11068] ppid=11067 vsize=183744 CPUtime=1221.6
/proc/11068/stat : 11068 (picosat) R 11067 10994 7482 0 -1 4194304 46414 0 0 0 119214 2946 0 0 25 0 1 0 130733438 188153856 44419 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11068/statm: 45936 44419 48 102 0 45831 0
Current children cumulated CPU time (s) 1532.15
Current children cumulated vsize (KiB) 202700

[startup+1602.3 s]
/proc/loadavg: 2.39 2.21 2.12 3/84 11076
/proc/meminfo: memFree=1016560/2055920 swapFree=4179140/4192956
[pid=10994] ppid=10992 vsize=13600 CPUtime=310.55
/proc/10994/stat : 10994 (sugar) S 10992 10994 7482 0 -1 4194304 1023 102697 0 2 3 1 30916 135 16 0 1 0 130701987 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10994/statm: 3400 799 370 3 0 500 0
[pid=11067] ppid=10994 vsize=5356 CPUtime=0
/proc/11067/stat : 11067 (sh) S 10994 10994 7482 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 130733437 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11067/statm: 1339 232 193 169 0 50 0
[pid=11068] ppid=11067 vsize=183744 CPUtime=1281.3
/proc/11068/stat : 11068 (picosat) R 11067 10994 7482 0 -1 4194304 46414 0 0 0 125184 2946 0 0 25 0 1 0 130733438 188153856 44419 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11068/statm: 45936 44419 48 102 0 45831 0
Current children cumulated CPU time (s) 1591.85
Current children cumulated vsize (KiB) 202700

[startup+1662.3 s]
/proc/loadavg: 2.14 2.17 2.11 3/84 11076
/proc/meminfo: memFree=1015984/2055920 swapFree=4179140/4192956
[pid=10994] ppid=10992 vsize=13600 CPUtime=310.55
/proc/10994/stat : 10994 (sugar) S 10992 10994 7482 0 -1 4194304 1023 102697 0 2 3 1 30916 135 16 0 1 0 130701987 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10994/statm: 3400 799 370 3 0 500 0
[pid=11067] ppid=10994 vsize=5356 CPUtime=0
/proc/11067/stat : 11067 (sh) S 10994 10994 7482 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 130733437 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11067/statm: 1339 232 193 169 0 50 0
[pid=11068] ppid=11067 vsize=183876 CPUtime=1341.01
/proc/11068/stat : 11068 (picosat) R 11067 10994 7482 0 -1 4194304 46688 0 0 0 131155 2946 0 0 25 0 1 0 130733438 188289024 44486 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/11068/statm: 45969 44486 48 102 0 45864 0
Current children cumulated CPU time (s) 1651.56
Current children cumulated vsize (KiB) 202832

[startup+1722.3 s]
/proc/loadavg: 2.05 2.14 2.10 3/84 11076
/proc/meminfo: memFree=1015920/2055920 swapFree=4179140/4192956
[pid=10994] ppid=10992 vsize=13600 CPUtime=310.55
/proc/10994/stat : 10994 (sugar) S 10992 10994 7482 0 -1 4194304 1023 102697 0 2 3 1 30916 135 16 0 1 0 130701987 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10994/statm: 3400 799 370 3 0 500 0
[pid=11067] ppid=10994 vsize=5356 CPUtime=0
/proc/11067/stat : 11067 (sh) S 10994 10994 7482 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 130733437 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11067/statm: 1339 232 193 169 0 50 0
[pid=11068] ppid=11067 vsize=183876 CPUtime=1400.7
/proc/11068/stat : 11068 (picosat) R 11067 10994 7482 0 -1 4194304 46688 0 0 0 137124 2946 0 0 25 0 1 0 130733438 188289024 44486 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/11068/statm: 45969 44486 48 102 0 45864 0
Current children cumulated CPU time (s) 1711.25
Current children cumulated vsize (KiB) 202832

[startup+1782.31 s]
/proc/loadavg: 2.02 2.11 2.09 3/84 11076
/proc/meminfo: memFree=1014448/2055920 swapFree=4179140/4192956
[pid=10994] ppid=10992 vsize=13600 CPUtime=310.55
/proc/10994/stat : 10994 (sugar) S 10992 10994 7482 0 -1 4194304 1023 102697 0 2 3 1 30916 135 16 0 1 0 130701987 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10994/statm: 3400 799 370 3 0 500 0
[pid=11067] ppid=10994 vsize=5356 CPUtime=0
/proc/11067/stat : 11067 (sh) S 10994 10994 7482 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 130733437 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11067/statm: 1339 232 193 169 0 50 0
[pid=11068] ppid=11067 vsize=184404 CPUtime=1460.41
/proc/11068/stat : 11068 (picosat) R 11067 10994 7482 0 -1 4194304 47060 0 0 0 143095 2946 0 0 25 0 1 0 130733438 188829696 44643 996147200 134512640 134931368 4294956256 18446744073709551615 134525858 0 0 4096 0 0 0 0 17 0 0 0
/proc/11068/statm: 46101 44643 48 102 0 45996 0
Current children cumulated CPU time (s) 1770.96
Current children cumulated vsize (KiB) 203360



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.5 s]
/proc/loadavg: 2.01 2.10 2.09 3/84 11076
/proc/meminfo: memFree=1014448/2055920 swapFree=4179140/4192956
[pid=10994] ppid=10992 vsize=13600 CPUtime=310.55
/proc/10994/stat : 10994 (sugar) S 10992 10994 7482 0 -1 4194304 1023 102697 0 2 3 1 30916 135 16 0 1 0 130701987 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 265682989154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/10994/statm: 3400 799 370 3 0 500 0
[pid=11067] ppid=10994 vsize=5356 CPUtime=0
/proc/11067/stat : 11067 (sh) S 10994 10994 7482 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 130733437 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 265674089284 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/11067/statm: 1339 232 193 169 0 50 0
[pid=11068] ppid=11067 vsize=184404 CPUtime=1489.46
/proc/11068/stat : 11068 (picosat) R 11067 10994 7482 0 -1 4194304 47060 0 0 0 146000 2946 0 0 25 0 1 0 130733438 188829696 44643 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11068/statm: 46101 44643 48 102 0 45996 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 203360

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 10994 and gives
#  childrusage.ru_utime.tv_sec=309
#  childrusage.ru_utime.tv_usec=200994
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=372791
# CPU time returned by wait4() is 310.574
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1811.54
CPU time (s): 1800.01
CPU user time (s): 1769.19
CPU system time (s): 30.82
CPU usage (%): 99.3636
Max. virtual memory (cumulated for all children) (KiB): 908084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 309.201
system time used= 1.37279
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104074
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= 13739
involuntary context switches= 16697

runsolver used 2.23566 second user time and 6.06508 second system time

The end

Launcher Data (download as text)

Begin job on node76 at 2008-07-04 18:50:14
IDJOB=1076807
IDBENCH=56608
IDSOLVER=345
FILE ID=node76/1076807-1215190213
PBS_JOBID= 7881496
Free space on /tmp= 66460 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-21-08.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1076807-1215190213/watcher-1076807-1215190213 -o /tmp/evaluation-result-1076807-1215190213/solver-1076807-1215190213 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1076807-1215190213.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 732fd222b42b1b48209bcbd3b606cfba
RANDOM SEED=472205532

node76.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.222
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.222
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:       1591056 kB
Buffers:         42944 kB
Cached:         255164 kB
SwapCached:       7280 kB
Active:         281912 kB
Inactive:       123204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1591056 kB
SwapTotal:     4192956 kB
SwapFree:      4179140 kB
Dirty:            3276 kB
Writeback:           0 kB
Mapped:         126484 kB
Slab:            44044 kB
Committed_AS:  1058012 kB
PageTables:       2468 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= 66324 MiB
End job on node76 at 2008-07-04 19:20:27