Trace number 1040859

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.09 1808.8

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-36-36.xml
MD5SUM0853b0e8f7ee4392e72aa3d396f96728
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.595908
Satisfiable
(Un)Satisfiability was proved
Number of variables2592
Number of constraints3153
Maximum constraint arity36
Maximum domain size127
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2521
Global constraints used (with number of constraints)cumulative(2),weightedsum(630)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Wed Jul  2 13:42:28 2008
0.00/0.04	c 0	PID 11467
0.00/0.04	c 0	HOST node4.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1040859-1214998948.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-1040859-1214998948.xml' 'HOME/temp.csp'
0.03/0.74	c 1	37 domains, 2592 variables, 2 predicates, 0 relations, 3153 constraints
0.03/0.78	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.78	c 1	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.72/0.86	c 1	Parsing HOME/temp.csp
1.02/1.15	c 1	parsed 5784 expressions
1.02/1.16	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.02/1.16	c 1	Converting to clausal form CSP
1.02/1.19	c 1	converted 579 (10%) expressions
1.02/1.19	c 1	converted 1157 (20%) expressions
1.12/1.21	c 1	converted 1736 (30%) expressions
1.12/1.21	c 1	converted 2314 (40%) expressions
1.22/1.38	c 1	converted 2892 (50%) expressions
1.31/1.44	c 1	converted 3471 (60%) expressions
1.31/1.49	c 1	converted 4049 (70%) expressions
1.41/1.58	c 2	converted 4628 (80%) expressions
1.52/1.63	c 2	converted 5206 (90%) expressions
3.60/3.77	c 4	converted 5784 (100%) expressions
3.60/3.77	c 4	CSP : 20372 integers, 6388 booleans, 54169 clauses, largest domain size 351
3.60/3.77	c 4	Heap : 33 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.60/3.78	c 4	Propagation in CSP
3.92/4.07	c 4	106387 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.92/4.08	c 4	CSP : 20372 integers, 6388 booleans, 54169 clauses, largest domain size 128
3.92/4.08	c 4	Heap : 38 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.01/4.10	c 4	Simplifing CSP by introducing new Boolean variables
4.01/4.13	c 4	CSP : 20372 integers, 6388 booleans, 54169 clauses, largest domain size 128
4.01/4.13	c 4	Heap : 38 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.21/4.33	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.21/4.38	c 4	2038 (10%) CSP integer variables are encoded (7648 clauses, 97293 bytes)
4.31/4.42	c 4	4075 (20%) CSP integer variables are encoded (39721 clauses, 578388 bytes)
4.31/4.48	c 4	6112 (30%) CSP integer variables are encoded (82670 clauses, 1222623 bytes)
4.40/4.53	c 4	8149 (40%) CSP integer variables are encoded (125619 clauses, 1931349 bytes)
4.40/4.59	c 5	10186 (50%) CSP integer variables are encoded (167839 clauses, 2649089 bytes)
4.51/4.65	c 5	12224 (60%) CSP integer variables are encoded (210541 clauses, 3375023 bytes)
4.60/4.70	c 5	14261 (70%) CSP integer variables are encoded (253936 clauses, 4112738 bytes)
4.60/4.76	c 5	16298 (80%) CSP integer variables are encoded (297317 clauses, 4850215 bytes)
4.70/4.82	c 5	18335 (90%) CSP integer variables are encoded (340014 clauses, 5576064 bytes)
4.70/4.88	c 5	20372 (100%) CSP integer variables are encoded (382310 clauses, 6295096 bytes)
5.50/5.69	c 6	5417 (10%) CSP clauses are encoded (833461 clauses, 14513910 bytes)
8.96/9.16	c 9	10834 (20%) CSP clauses are encoded (2742208 clauses, 55047857 bytes)
11.93/12.16	c 12	16251 (30%) CSP clauses are encoded (4361445 clauses, 89428476 bytes)
15.00/15.29	c 15	21668 (40%) CSP clauses are encoded (5980340 clauses, 128361118 bytes)
18.25/18.57	c 19	27085 (50%) CSP clauses are encoded (7652413 clauses, 168812755 bytes)
22.30/22.68	c 23	32502 (60%) CSP clauses are encoded (9770120 clauses, 219975595 bytes)
25.76/26.12	c 26	37919 (70%) CSP clauses are encoded (11513497 clauses, 262147701 bytes)
28.78/29.26	c 29	43336 (80%) CSP clauses are encoded (13092616 clauses, 300342680 bytes)
31.90/32.48	c 32	48753 (90%) CSP clauses are encoded (14702384 clauses, 339284650 bytes)
35.73/36.37	c 36	54169 (100%) CSP clauses are encoded (16673699 clauses, 386917356 bytes)
35.73/36.37	c 36	54169 CSP clauses encoded
35.73/36.37	c 36	Writing map file : HOME/temp.map
35.81/36.43	c 36	Heap : 35 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
35.81/36.43	c 36	SAT : 408978 SAT variables, 16673699 SAT clauses, 386917356 bytes
35.81/36.43	c 36	Heap : 35 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
35.81/36.48	c 36	SOLVING HOME/temp.cnf
35.81/36.48	c 36	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.09/1808.71	c ERROR INTERRUPTED
1800.09/1808.80	s UNKNOWN
1800.09/1808.80	c 1809	CPU 33.27 (0.03 0.01 33.24 2.58)
1800.09/1808.80	c 1809	END Wed Jul  2 14:12:37 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-1040859-1214998948/watcher-1040859-1214998948 -o /tmp/evaluation-result-1040859-1214998948/solver-1040859-1214998948 -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-1040859-1214998948.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: 1.91 1.95 1.67 4/80 11467
/proc/meminfo: memFree=1607128/2055920 swapFree=4180024/4192956
[pid=11467] ppid=11465 vsize=12268 CPUtime=0
/proc/11467/stat : 11467 (sugar) D 11465 11467 11260 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1978870173 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 259913382501 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/11467/statm: 3067 316 241 3 0 167 0

[startup+0.0596551 s]
/proc/loadavg: 1.91 1.95 1.67 4/80 11467
/proc/meminfo: memFree=1607128/2055920 swapFree=4180024/4192956
[pid=11467] ppid=11465 vsize=13600 CPUtime=0.03
/proc/11467/stat : 11467 (sugar) S 11465 11467 11260 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1978870173 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11467/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10261 s]
/proc/loadavg: 1.91 1.95 1.67 4/80 11467
/proc/meminfo: memFree=1607128/2055920 swapFree=4180024/4192956
[pid=11467] ppid=11465 vsize=13600 CPUtime=0.03
/proc/11467/stat : 11467 (sugar) S 11465 11467 11260 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1978870173 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11467/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302626 s]
/proc/loadavg: 1.91 1.95 1.67 4/80 11467
/proc/meminfo: memFree=1607128/2055920 swapFree=4180024/4192956
[pid=11467] ppid=11465 vsize=13600 CPUtime=0.03
/proc/11467/stat : 11467 (sugar) S 11465 11467 11260 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1978870173 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11467/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702665 s]
/proc/loadavg: 1.91 1.95 1.67 4/80 11467
/proc/meminfo: memFree=1607128/2055920 swapFree=4180024/4192956
[pid=11467] ppid=11465 vsize=13600 CPUtime=0.03
/proc/11467/stat : 11467 (sugar) S 11465 11467 11260 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1978870173 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11467/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50174 s]
/proc/loadavg: 1.91 1.95 1.67 3/91 11489
/proc/meminfo: memFree=1599104/2055920 swapFree=4180024/4192956
[pid=11467] ppid=11465 vsize=13600 CPUtime=0.72
/proc/11467/stat : 11467 (sugar) S 11465 11467 11260 0 -1 4194304 974 7166 0 1 3 0 64 5 15 0 1 0 1978870173 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11467/statm: 3400 797 370 3 0 500 0
[pid=11480] ppid=11467 vsize=5356 CPUtime=0
/proc/11480/stat : 11480 (sh) S 11467 11467 11260 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978870251 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11480/statm: 1339 233 193 169 0 50 0
[pid=11481] ppid=11480 vsize=868272 CPUtime=0.69
/proc/11481/stat : 11481 (java) S 11480 11467 11260 0 -1 0 5850 0 1 0 66 3 0 0 18 0 9 0 1978870251 889110528 5255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11481/statm: 217068 5255 1734 9 0 211643 0
[pid=11481/tid=11482] ppid=11480 vsize=868272 CPUtime=0.43
/proc/11481/task/11482/stat : 11482 (java) R 11480 11467 11260 0 -1 64 2669 0 1 0 42 1 0 0 19 0 9 0 1978870252 889110528 5255 996147200 134512640 134550740 4294955952 18446744073709551615 102064022 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11481/tid=11483] ppid=11480 vsize=868272 CPUtime=0.05
/proc/11481/task/11483/stat : 11483 (java) S 11480 11467 11260 0 -1 64 1031 0 0 0 5 0 0 0 16 0 9 0 1978870253 889110528 5255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11481/tid=11484] ppid=11480 vsize=868272 CPUtime=0
/proc/11481/task/11484/stat : 11484 (java) S 11480 11467 11260 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1978870254 889110528 5255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11481/tid=11485] ppid=11480 vsize=868272 CPUtime=0
/proc/11481/task/11485/stat : 11485 (java) S 11480 11467 11260 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1978870254 889110528 5255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11481/tid=11486] ppid=11480 vsize=868272 CPUtime=0
/proc/11481/task/11486/stat : 11486 (java) S 11480 11467 11260 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978870256 889110528 5255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11481/tid=11487] ppid=11480 vsize=868272 CPUtime=0.18
/proc/11481/task/11487/stat : 11487 (java) S 11480 11467 11260 0 -1 64 1458 0 0 0 18 0 0 0 16 0 9 0 1978870256 889110528 5255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11481/tid=11488] ppid=11480 vsize=868272 CPUtime=0
/proc/11481/task/11488/stat : 11488 (java) S 11480 11467 11260 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1978870256 889110528 5255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11481/tid=11489] ppid=11480 vsize=868272 CPUtime=0
/proc/11481/task/11489/stat : 11489 (java) S 11480 11467 11260 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978870256 889110528 5255 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887228

[startup+3.10189 s]
/proc/loadavg: 1.91 1.95 1.67 3/91 11489
/proc/meminfo: memFree=1582080/2055920 swapFree=4180024/4192956
[pid=11467] ppid=11465 vsize=13600 CPUtime=0.72
/proc/11467/stat : 11467 (sugar) S 11465 11467 11260 0 -1 4194304 974 7166 0 1 3 0 64 5 15 0 1 0 1978870173 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11467/statm: 3400 797 370 3 0 500 0
[pid=11480] ppid=11467 vsize=5356 CPUtime=0
/proc/11480/stat : 11480 (sh) S 11467 11467 11260 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978870251 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11480/statm: 1339 233 193 169 0 50 0
[pid=11481] ppid=11480 vsize=868388 CPUtime=2.29
/proc/11481/stat : 11481 (java) S 11480 11467 11260 0 -1 0 12519 0 1 0 222 7 0 0 18 0 9 0 1978870251 889229312 11551 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11481/statm: 217097 11551 2541 9 0 211672 0
[pid=11481/tid=11482] ppid=11480 vsize=868388 CPUtime=1.38
/proc/11481/task/11482/stat : 11482 (java) R 11480 11467 11260 0 -1 64 2989 0 1 0 137 1 0 0 25 0 9 0 1978870252 889229312 11551 996147200 134512640 134550740 4294955952 18446744073709551615 4126095752 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11481/tid=11483] ppid=11480 vsize=868388 CPUtime=0.64
/proc/11481/task/11483/stat : 11483 (java) S 11480 11467 11260 0 -1 64 7336 0 0 0 61 3 0 0 16 0 9 0 1978870253 889229312 11551 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11481/tid=11484] ppid=11480 vsize=868388 CPUtime=0
/proc/11481/task/11484/stat : 11484 (java) S 11480 11467 11260 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1978870254 889229312 11551 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11481/tid=11485] ppid=11480 vsize=868388 CPUtime=0
/proc/11481/task/11485/stat : 11485 (java) S 11480 11467 11260 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978870254 889229312 11551 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11481/tid=11486] ppid=11480 vsize=868388 CPUtime=0
/proc/11481/task/11486/stat : 11486 (java) S 11480 11467 11260 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978870256 889229312 11551 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11481/tid=11487] ppid=11480 vsize=868388 CPUtime=0.23
/proc/11481/task/11487/stat : 11487 (java) S 11480 11467 11260 0 -1 64 1501 0 0 0 23 0 0 0 16 0 9 0 1978870256 889229312 11551 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11481/tid=11488] ppid=11480 vsize=868388 CPUtime=0
/proc/11481/task/11488/stat : 11488 (java) S 11480 11467 11260 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1978870256 889229312 11551 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11481/tid=11489] ppid=11480 vsize=868388 CPUtime=0
/proc/11481/task/11489/stat : 11489 (java) S 11480 11467 11260 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978870256 889229312 11551 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887344

[startup+6.3022 s]
/proc/loadavg: 1.92 1.95 1.67 3/91 11489
/proc/meminfo: memFree=1542976/2055920 swapFree=4180024/4192956
[pid=11467] ppid=11465 vsize=13600 CPUtime=0.73
/proc/11467/stat : 11467 (sugar) S 11465 11467 11260 0 -1 4194304 974 7166 0 1 3 1 64 5 15 0 1 0 1978870173 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11467/statm: 3400 797 370 3 0 500 0
[pid=11480] ppid=11467 vsize=5356 CPUtime=0
/proc/11480/stat : 11480 (sh) S 11467 11467 11260 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978870251 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11480/statm: 1339 233 193 169 0 50 0
[pid=11481] ppid=11480 vsize=868500 CPUtime=5.46
/proc/11481/stat : 11481 (java) S 11480 11467 11260 0 -1 0 16865 0 1 0 524 22 0 0 18 0 9 0 1978870251 889344000 15039 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11481/statm: 217125 15039 2565 9 0 211672 0
[pid=11481/tid=11482] ppid=11480 vsize=868500 CPUtime=3.88
/proc/11481/task/11482/stat : 11482 (java) R 11480 11467 11260 0 -1 64 3485 0 1 0 374 14 0 0 25 0 9 0 1978870252 889344000 15039 996147200 134512640 134550740 4294955952 18446744073709551615 4127148601 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11481/tid=11483] ppid=11480 vsize=868500 CPUtime=1.24
/proc/11481/task/11483/stat : 11483 (java) S 11480 11467 11260 0 -1 64 11142 0 0 0 118 6 0 0 16 0 9 0 1978870253 889344000 15039 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11481/tid=11484] ppid=11480 vsize=868500 CPUtime=0
/proc/11481/task/11484/stat : 11484 (java) S 11480 11467 11260 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1978870254 889344000 15039 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11481/tid=11485] ppid=11480 vsize=868500 CPUtime=0
/proc/11481/task/11485/stat : 11485 (java) S 11480 11467 11260 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978870254 889344000 15039 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11481/tid=11486] ppid=11480 vsize=868500 CPUtime=0
/proc/11481/task/11486/stat : 11486 (java) S 11480 11467 11260 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978870256 889344000 15039 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11481/tid=11487] ppid=11480 vsize=868500 CPUtime=0.3
/proc/11481/task/11487/stat : 11487 (java) S 11480 11467 11260 0 -1 64 1545 0 0 0 30 0 0 0 16 0 9 0 1978870256 889344000 15039 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11481/tid=11488] ppid=11480 vsize=868500 CPUtime=0
/proc/11481/task/11488/stat : 11488 (java) S 11480 11467 11260 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1978870256 889344000 15039 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11481/tid=11489] ppid=11480 vsize=868500 CPUtime=0
/proc/11481/task/11489/stat : 11489 (java) S 11480 11467 11260 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978870256 889344000 15039 996147200 134512640 134550740 4294955952 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) 887456

[startup+12.7018 s]
/proc/loadavg: 1.93 1.95 1.67 3/91 11489
/proc/meminfo: memFree=1464704/2055920 swapFree=4180024/4192956
[pid=11467] ppid=11465 vsize=13600 CPUtime=0.73
/proc/11467/stat : 11467 (sugar) S 11465 11467 11260 0 -1 4194304 974 7166 0 1 3 1 64 5 16 0 1 0 1978870173 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11467/statm: 3400 797 370 3 0 500 0
[pid=11480] ppid=11467 vsize=5356 CPUtime=0
/proc/11480/stat : 11480 (sh) S 11467 11467 11260 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978870251 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11480/statm: 1339 233 193 169 0 50 0
[pid=11481] ppid=11480 vsize=868500 CPUtime=11.79
/proc/11481/stat : 11481 (java) S 11480 11467 11260 0 -1 0 17337 0 1 0 1112 67 0 0 18 0 9 0 1978870251 889344000 15040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11481/statm: 217125 15040 2565 9 0 211672 0
[pid=11481/tid=11482] ppid=11480 vsize=868500 CPUtime=10.01
/proc/11481/task/11482/stat : 11482 (java) R 11480 11467 11260 0 -1 64 3956 0 1 0 944 57 0 0 25 0 9 0 1978870252 889344000 15040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11481/tid=11483] ppid=11480 vsize=868500 CPUtime=1.44
/proc/11481/task/11483/stat : 11483 (java) S 11480 11467 11260 0 -1 64 11142 0 0 0 136 8 0 0 16 0 9 0 1978870253 889344000 15040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11481/tid=11484] ppid=11480 vsize=868500 CPUtime=0
/proc/11481/task/11484/stat : 11484 (java) S 11480 11467 11260 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1978870254 889344000 15040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11481/tid=11485] ppid=11480 vsize=868500 CPUtime=0
/proc/11481/task/11485/stat : 11485 (java) S 11480 11467 11260 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978870254 889344000 15040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11481/tid=11486] ppid=11480 vsize=868500 CPUtime=0
/proc/11481/task/11486/stat : 11486 (java) S 11480 11467 11260 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1978870256 889344000 15040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11481/tid=11487] ppid=11480 vsize=868500 CPUtime=0.3
/proc/11481/task/11487/stat : 11487 (java) S 11480 11467 11260 0 -1 64 1546 0 0 0 30 0 0 0 17 0 9 0 1978870256 889344000 15040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11481/tid=11488] ppid=11480 vsize=868500 CPUtime=0
/proc/11481/task/11488/stat : 11488 (java) S 11480 11467 11260 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1978870256 889344000 15040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11481/tid=11489] ppid=11480 vsize=868500 CPUtime=0
/proc/11481/task/11489/stat : 11489 (java) S 11480 11467 11260 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1978870256 889344000 15040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 887456

[startup+25.502 s]
/proc/loadavg: 2.16 2.01 1.69 3/91 11489
/proc/meminfo: memFree=1302016/2055920 swapFree=4180024/4192956
[pid=11467] ppid=11465 vsize=13600 CPUtime=0.73
/proc/11467/stat : 11467 (sugar) S 11465 11467 11260 0 -1 4194304 974 7166 0 1 3 1 64 5 16 0 1 0 1978870173 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11467/statm: 3400 797 370 3 0 500 0
[pid=11480] ppid=11467 vsize=5356 CPUtime=0
/proc/11480/stat : 11480 (sh) S 11467 11467 11260 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1978870251 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11480/statm: 1339 233 193 169 0 50 0
[pid=11481] ppid=11480 vsize=868500 CPUtime=24.43
/proc/11481/stat : 11481 (java) S 11480 11467 11260 0 -1 0 18282 0 1 0 2277 166 0 0 18 0 9 0 1978870251 889344000 15040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11481/statm: 217125 15040 2565 9 0 211672 0
[pid=11481/tid=11482] ppid=11480 vsize=868500 CPUtime=22.21
/proc/11481/task/11482/stat : 11482 (java) R 11480 11467 11260 0 -1 64 4901 0 1 0 2072 149 0 0 25 0 9 0 1978870252 889344000 15040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11481/tid=11483] ppid=11480 vsize=868500 CPUtime=1.88
/proc/11481/task/11483/stat : 11483 (java) S 11480 11467 11260 0 -1 64 11142 0 0 0 173 15 0 0 16 0 9 0 1978870253 889344000 15040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11481/tid=11484] ppid=11480 vsize=868500 CPUtime=0
/proc/11481/task/11484/stat : 11484 (java) S 11480 11467 11260 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1978870254 889344000 15040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11481/tid=11485] ppid=11480 vsize=868500 CPUtime=0
/proc/11481/task/11485/stat : 11485 (java) S 11480 11467 11260 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1978870254 889344000 15040 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=674768/2055920 swapFree=4180024/4192956
[pid=11467] ppid=11465 vsize=13600 CPUtime=35.86
/proc/11467/stat : 11467 (sugar) S 11465 11467 11260 0 -1 4194304 1022 26556 0 2 3 1 3324 258 16 0 1 0 1978870173 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11467/statm: 3400 799 370 3 0 500 0
[pid=11490] ppid=11467 vsize=5356 CPUtime=0
/proc/11490/stat : 11490 (sh) S 11467 11467 11260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978873821 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11490/statm: 1339 232 193 169 0 50 0
[pid=11491] ppid=11490 vsize=619892 CPUtime=1319.62
/proc/11491/stat : 11491 (picosat) R 11490 11467 11260 0 -1 4194304 150367 0 0 0 123919 8043 0 0 25 0 1 0 1978873821 634769408 150351 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11491/statm: 154973 150351 48 102 0 154868 0
Current children cumulated CPU time (s) 1355.48
Current children cumulated vsize (KiB) 638848

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 11653
/proc/meminfo: memFree=674448/2055920 swapFree=4180024/4192956
[pid=11467] ppid=11465 vsize=13600 CPUtime=35.86
/proc/11467/stat : 11467 (sugar) S 11465 11467 11260 0 -1 4194304 1022 26556 0 2 3 1 3324 258 16 0 1 0 1978870173 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11467/statm: 3400 799 370 3 0 500 0
[pid=11490] ppid=11467 vsize=5356 CPUtime=0
/proc/11490/stat : 11490 (sh) S 11467 11467 11260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978873821 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11490/statm: 1339 232 193 169 0 50 0
[pid=11491] ppid=11490 vsize=620156 CPUtime=1379.38
/proc/11491/stat : 11491 (picosat) R 11490 11467 11260 0 -1 4194304 150436 0 0 0 129895 8043 0 0 25 0 1 0 1978873821 635039744 150420 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/11491/statm: 155039 150420 48 102 0 154934 0
Current children cumulated CPU time (s) 1415.24
Current children cumulated vsize (KiB) 639112

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 11653
/proc/meminfo: memFree=674192/2055920 swapFree=4180024/4192956
[pid=11467] ppid=11465 vsize=13600 CPUtime=35.86
/proc/11467/stat : 11467 (sugar) S 11465 11467 11260 0 -1 4194304 1022 26556 0 2 3 1 3324 258 16 0 1 0 1978870173 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11467/statm: 3400 799 370 3 0 500 0
[pid=11490] ppid=11467 vsize=5356 CPUtime=0
/proc/11490/stat : 11490 (sh) S 11467 11467 11260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978873821 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11490/statm: 1339 232 193 169 0 50 0
[pid=11491] ppid=11490 vsize=620420 CPUtime=1439.13
/proc/11491/stat : 11491 (picosat) R 11490 11467 11260 0 -1 4194304 150509 0 0 0 135870 8043 0 0 25 0 1 0 1978873821 635310080 150493 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 0 0 0
/proc/11491/statm: 155105 150493 48 102 0 155000 0
Current children cumulated CPU time (s) 1474.99
Current children cumulated vsize (KiB) 639376

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 11653
/proc/meminfo: memFree=673872/2055920 swapFree=4180024/4192956
[pid=11467] ppid=11465 vsize=13600 CPUtime=35.86
/proc/11467/stat : 11467 (sugar) S 11465 11467 11260 0 -1 4194304 1022 26556 0 2 3 1 3324 258 16 0 1 0 1978870173 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11467/statm: 3400 799 370 3 0 500 0
[pid=11490] ppid=11467 vsize=5356 CPUtime=0
/proc/11490/stat : 11490 (sh) S 11467 11467 11260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978873821 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11490/statm: 1339 232 193 169 0 50 0
[pid=11491] ppid=11490 vsize=620684 CPUtime=1498.89
/proc/11491/stat : 11491 (picosat) R 11490 11467 11260 0 -1 4194304 150579 0 0 0 141846 8043 0 0 25 0 1 0 1978873821 635580416 150563 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11491/statm: 155171 150563 48 102 0 155066 0
Current children cumulated CPU time (s) 1534.75
Current children cumulated vsize (KiB) 639640

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 11653
/proc/meminfo: memFree=673488/2055920 swapFree=4180024/4192956
[pid=11467] ppid=11465 vsize=13600 CPUtime=35.86
/proc/11467/stat : 11467 (sugar) S 11465 11467 11260 0 -1 4194304 1022 26556 0 2 3 1 3324 258 16 0 1 0 1978870173 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11467/statm: 3400 799 370 3 0 500 0
[pid=11490] ppid=11467 vsize=5356 CPUtime=0
/proc/11490/stat : 11490 (sh) S 11467 11467 11260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978873821 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11490/statm: 1339 232 193 169 0 50 0
[pid=11491] ppid=11490 vsize=620948 CPUtime=1558.65
/proc/11491/stat : 11491 (picosat) R 11490 11467 11260 0 -1 4194304 150647 0 0 0 147822 8043 0 0 25 0 1 0 1978873821 635850752 150631 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11491/statm: 155237 150631 48 102 0 155132 0
Current children cumulated CPU time (s) 1594.51
Current children cumulated vsize (KiB) 639904

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 11653
/proc/meminfo: memFree=673168/2055920 swapFree=4180024/4192956
[pid=11467] ppid=11465 vsize=13600 CPUtime=35.86
/proc/11467/stat : 11467 (sugar) S 11465 11467 11260 0 -1 4194304 1022 26556 0 2 3 1 3324 258 16 0 1 0 1978870173 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11467/statm: 3400 799 370 3 0 500 0
[pid=11490] ppid=11467 vsize=5356 CPUtime=0
/proc/11490/stat : 11490 (sh) S 11467 11467 11260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978873821 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11490/statm: 1339 232 193 169 0 50 0
[pid=11491] ppid=11490 vsize=621212 CPUtime=1618.42
/proc/11491/stat : 11491 (picosat) R 11490 11467 11260 0 -1 4194304 150713 0 0 0 153798 8044 0 0 25 0 1 0 1978873821 636121088 150697 996147200 134512640 134931368 4294956256 18446744073709551615 134525820 0 0 4096 0 0 0 0 17 0 0 0
/proc/11491/statm: 155303 150697 48 102 0 155198 0
Current children cumulated CPU time (s) 1654.28
Current children cumulated vsize (KiB) 640168

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 11653
/proc/meminfo: memFree=672848/2055920 swapFree=4180024/4192956
[pid=11467] ppid=11465 vsize=13600 CPUtime=35.86
/proc/11467/stat : 11467 (sugar) S 11465 11467 11260 0 -1 4194304 1022 26556 0 2 3 1 3324 258 16 0 1 0 1978870173 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11467/statm: 3400 799 370 3 0 500 0
[pid=11490] ppid=11467 vsize=5356 CPUtime=0
/proc/11490/stat : 11490 (sh) S 11467 11467 11260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978873821 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11490/statm: 1339 232 193 169 0 50 0
[pid=11491] ppid=11490 vsize=621476 CPUtime=1678.18
/proc/11491/stat : 11491 (picosat) R 11490 11467 11260 0 -1 4194304 150784 0 0 0 159774 8044 0 0 25 0 1 0 1978873821 636391424 150768 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/11491/statm: 155369 150768 48 102 0 155264 0
Current children cumulated CPU time (s) 1714.04
Current children cumulated vsize (KiB) 640432

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 1.91 3/75 11653
/proc/meminfo: memFree=672592/2055920 swapFree=4180024/4192956
[pid=11467] ppid=11465 vsize=13600 CPUtime=35.86
/proc/11467/stat : 11467 (sugar) S 11465 11467 11260 0 -1 4194304 1022 26556 0 2 3 1 3324 258 16 0 1 0 1978870173 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11467/statm: 3400 799 370 3 0 500 0
[pid=11490] ppid=11467 vsize=5356 CPUtime=0
/proc/11490/stat : 11490 (sh) S 11467 11467 11260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978873821 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11490/statm: 1339 232 193 169 0 50 0
[pid=11491] ppid=11490 vsize=621740 CPUtime=1737.94
/proc/11491/stat : 11491 (picosat) R 11490 11467 11260 0 -1 4194304 150851 0 0 0 165750 8044 0 0 25 0 1 0 1978873821 636661760 150835 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/11491/statm: 155435 150835 48 102 0 155330 0
Current children cumulated CPU time (s) 1773.8
Current children cumulated vsize (KiB) 640696



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.7 s]
/proc/loadavg: 2.07 2.03 1.92 3/75 11653
/proc/meminfo: memFree=672464/2055920 swapFree=4180024/4192956
[pid=11467] ppid=11465 vsize=13600 CPUtime=35.86
/proc/11467/stat : 11467 (sugar) S 11465 11467 11260 0 -1 4194304 1022 26556 0 2 3 1 3324 258 16 0 1 0 1978870173 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11467/statm: 3400 799 370 3 0 500 0
[pid=11490] ppid=11467 vsize=5356 CPUtime=0
/proc/11490/stat : 11490 (sh) S 11467 11467 11260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978873821 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11490/statm: 1339 232 193 169 0 50 0
[pid=11491] ppid=11490 vsize=621872 CPUtime=1764.23
/proc/11491/stat : 11491 (picosat) R 11490 11467 11260 0 -1 4194304 150878 0 0 0 168379 8044 0 0 25 0 1 0 1978873821 636796928 150862 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/11491/statm: 155468 150862 48 102 0 155363 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 640828

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

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

[startup+1808.7 s]
/proc/loadavg: 2.07 2.03 1.92 3/75 11653
/proc/meminfo: memFree=672464/2055920 swapFree=4180024/4192956
[pid=11467] ppid=11465 vsize=13600 CPUtime=35.86
/proc/11467/stat : 11467 (sugar) S 11465 11467 11260 0 -1 4194304 1022 26556 0 2 3 1 3324 258 16 0 1 0 1978870173 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11467/statm: 3400 799 370 3 0 500 0
[pid=11490] ppid=11467 vsize=5356 CPUtime=0
/proc/11490/stat : 11490 (sh) S 11467 11467 11260 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1978873821 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11490/statm: 1339 232 193 169 0 50 0
[pid=11491] ppid=11490 vsize=621872 CPUtime=1764.23
/proc/11491/stat : 11491 (picosat) R 11490 11467 11260 0 -1 4194304 150878 0 0 0 168379 8044 0 0 25 0 1 0 1978873821 636796928 150862 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/11491/statm: 155468 150862 48 102 0 155363 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 640828

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11467 and gives
#  childrusage.ru_utime.tv_sec=33
#  childrusage.ru_utime.tv_usec=285939
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=594605
# CPU time returned by wait4() is 35.8805
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.8
CPU time (s): 1800.09
CPU user time (s): 1717.06
CPU system time (s): 83.03
CPU usage (%): 99.5184
Max. virtual memory (cumulated for all children) (KiB): 888348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.2859
system time used= 2.59461
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27933
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= 20930
involuntary context switches= 21221

runsolver used 1.71474 second user time and 4.91925 second system time

The end

Launcher Data (download as text)

Begin job on node4 at 2008-07-02 13:42:28
IDJOB=1040859
IDBENCH=53748
IDSOLVER=345
FILE ID=node4/1040859-1214998948
PBS_JOBID= 7870914
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-36-36.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-1040859-1214998948/watcher-1040859-1214998948 -o /tmp/evaluation-result-1040859-1214998948/solver-1040859-1214998948 -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-1040859-1214998948.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0853b0e8f7ee4392e72aa3d396f96728
RANDOM SEED=701212568

node4.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.213
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.213
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:       1607480 kB
Buffers:         50708 kB
Cached:         241624 kB
SwapCached:       7004 kB
Active:         177764 kB
Inactive:       193692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1607480 kB
SwapTotal:     4192956 kB
SwapFree:      4180024 kB
Dirty:            1948 kB
Writeback:           0 kB
Mapped:          92800 kB
Slab:            61924 kB
Committed_AS:  3936128 kB
PageTables:       2072 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= 66548 MiB
End job on node4 at 2008-07-02 14:12:39