Trace number 1079517

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.08 1808.14

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg8-9_ext.xml
MD5SUM9f204db7e02a84df79b508c7ba71055f
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16.8124
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints17
Maximum constraint arity9
Maximum domain size26
Number of constraints which are defined in extension17
Number of constraints which are defined in intension0
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 Sat Jul  5 00:19:38 2008
0.00/0.04	c 0	PID 31378
0.03/0.05	c 0	HOST node60.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1079517-1215209978.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1079517-1215209978.xml' 'HOME/temp.csp'
0.03/0.48	c 0	1 domains, 72 variables, 0 predicates, 2 relations, 17 constraints
0.03/0.52	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.52	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.44/0.60	c 1	Parsing HOME/temp.csp
0.44/0.78	c 1	parsed 92 expressions
0.44/0.79	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.44/0.79	c 1	Converting to clausal form CSP
0.44/0.81	c 1	converted 10 (10%) expressions
0.44/0.81	c 1	converted 19 (20%) expressions
0.44/0.81	c 1	converted 28 (30%) expressions
0.44/0.81	c 1	converted 37 (40%) expressions
0.44/0.81	c 1	converted 46 (50%) expressions
0.44/0.81	c 1	converted 56 (60%) expressions
0.44/0.81	c 1	converted 65 (70%) expressions
0.44/0.82	c 1	converted 74 (80%) expressions
1.09/1.27	c 1	converted 83 (90%) expressions
1.59/1.70	c 2	converted 92 (100%) expressions
1.59/1.70	c 2	CSP : 72 integers, 0 booleans, 17 clauses, largest domain size 26
1.59/1.70	c 2	Heap : 31 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.59/1.70	c 2	Propagation in CSP
1.59/1.70	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.59/1.70	c 2	CSP : 72 integers, 0 booleans, 17 clauses, largest domain size 26
1.59/1.70	c 2	Heap : 31 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.59/1.70	c 2	Simplifing CSP by introducing new Boolean variables
1.59/1.70	c 2	CSP : 72 integers, 0 booleans, 17 clauses, largest domain size 26
1.59/1.70	c 2	Heap : 31 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.69/1.87	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.69/1.88	c 2	8 (10%) CSP integer variables are encoded (192 clauses, 1968 bytes)
1.69/1.89	c 2	15 (20%) CSP integer variables are encoded (360 clauses, 3816 bytes)
1.69/1.89	c 2	22 (30%) CSP integer variables are encoded (528 clauses, 5664 bytes)
1.69/1.89	c 2	29 (40%) CSP integer variables are encoded (696 clauses, 7512 bytes)
1.69/1.89	c 2	36 (50%) CSP integer variables are encoded (864 clauses, 9360 bytes)
1.69/1.89	c 2	44 (60%) CSP integer variables are encoded (1056 clauses, 11665 bytes)
1.69/1.89	c 2	51 (70%) CSP integer variables are encoded (1224 clauses, 13849 bytes)
1.69/1.89	c 2	58 (80%) CSP integer variables are encoded (1392 clauses, 16033 bytes)
1.69/1.90	c 2	65 (90%) CSP integer variables are encoded (1560 clauses, 18217 bytes)
1.69/1.90	c 2	72 (100%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
12.39/12.61	c 13	2 (10%) CSP clauses are encoded (76478 clauses, 3779150 bytes)
23.00/23.32	c 23	4 (20%) CSP clauses are encoded (151228 clauses, 7573651 bytes)
33.50/33.93	c 34	6 (30%) CSP clauses are encoded (225978 clauses, 11622481 bytes)
38.75/39.23	c 39	7 (40%) CSP clauses are encoded (263353 clauses, 13646896 bytes)
49.35/49.97	c 50	9 (50%) CSP clauses are encoded (338103 clauses, 17695726 bytes)
61.04/61.73	c 62	11 (60%) CSP clauses are encoded (416399 clauses, 21707063 bytes)
66.89/67.61	c 68	12 (70%) CSP clauses are encoded (455547 clauses, 23878273 bytes)
78.68/79.54	c 80	14 (80%) CSP clauses are encoded (533843 clauses, 28390331 bytes)
90.28/91.27	c 91	16 (90%) CSP clauses are encoded (612139 clauses, 33657813 bytes)
96.22/97.21	c 97	17 (100%) CSP clauses are encoded (651287 clauses, 36291554 bytes)
96.22/97.21	c 97	17 CSP clauses encoded
96.22/97.21	c 97	Writing map file : HOME/temp.map
96.22/97.21	c 97	Heap : 50 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
96.22/97.21	c 97	SAT : 1800 SAT variables, 651287 SAT clauses, 36291554 bytes
96.22/97.21	c 97	Heap : 50 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
96.22/97.26	c 97	SOLVING HOME/temp.cnf
96.22/97.26	c 97	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.08/1808.11	c 1808	DECODING HOME/temp.out WITH HOME/temp.map
1800.08/1808.11	c 1808	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.08/1808.12	c ERROR INTERRUPTED
1800.08/1808.12	s UNKNOWN
1800.08/1808.12	c 1808	CPU 95.79 (0.03 0.01 95.76 0.48)
1800.08/1808.12	c 1808	END Sat Jul  5 00:49:46 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-1079517-1215209978/watcher-1079517-1215209978 -o /tmp/evaluation-result-1079517-1215209978/solver-1079517-1215209978 -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-1079517-1215209978.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.00 2.00 2.00 4/72 31378
/proc/meminfo: memFree=1674216/2055920 swapFree=4157840/4192956
[pid=31378] ppid=31376 vsize=18572 CPUtime=0
/proc/31378/stat : 31378 (runsolver) R 31376 31378 29433 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 643920930 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 271894244647 0 0 4096 24578 0 0 0 17 1 0 0
/proc/31378/statm: 4643 292 257 25 0 2626 0

[startup+0.0496221 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 31378
/proc/meminfo: memFree=1674216/2055920 swapFree=4157840/4192956
[pid=31378] ppid=31376 vsize=13600 CPUtime=0.03
/proc/31378/stat : 31378 (sugar) S 31376 31378 29433 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 643920930 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31378/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102259 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 31378
/proc/meminfo: memFree=1674216/2055920 swapFree=4157840/4192956
[pid=31378] ppid=31376 vsize=13600 CPUtime=0.03
/proc/31378/stat : 31378 (sugar) S 31376 31378 29433 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 643920930 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31378/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301279 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 31378
/proc/meminfo: memFree=1674216/2055920 swapFree=4157840/4192956
[pid=31378] ppid=31376 vsize=13600 CPUtime=0.03
/proc/31378/stat : 31378 (sugar) S 31376 31378 29433 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 643920930 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31378/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70132 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 31378
/proc/meminfo: memFree=1674216/2055920 swapFree=4157840/4192956
[pid=31378] ppid=31376 vsize=13600 CPUtime=0.44
/proc/31378/stat : 31378 (sugar) S 31376 31378 29433 0 -1 4194304 973 4751 0 1 3 0 39 2 16 0 1 0 643920930 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31378/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 13600

[startup+1.5024 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 31400
/proc/meminfo: memFree=1658320/2055920 swapFree=4157840/4192956
[pid=31378] ppid=31376 vsize=13600 CPUtime=0.44
/proc/31378/stat : 31378 (sugar) S 31376 31378 29433 0 -1 4194304 973 4751 0 1 3 0 39 2 15 0 1 0 643920930 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31378/statm: 3400 797 370 3 0 500 0
[pid=31391] ppid=31378 vsize=5356 CPUtime=0
/proc/31391/stat : 31391 (sh) S 31378 31378 29433 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 643920982 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31391/statm: 1339 233 193 169 0 50 0
[pid=31392] ppid=31391 vsize=864396 CPUtime=0.95
/proc/31392/stat : 31392 (java) S 31391 31378 29433 0 -1 0 10494 0 1 0 91 4 0 0 19 0 9 0 643920983 885141504 9691 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31392/statm: 216099 9691 2540 9 0 210674 0
[pid=31392/tid=31393] ppid=31391 vsize=864396 CPUtime=0.41
/proc/31392/task/31393/stat : 31393 (java) R 31391 31378 29433 0 -1 64 2747 0 1 0 41 0 0 0 21 0 9 0 643920983 885141504 9691 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31392/tid=31394] ppid=31391 vsize=864396 CPUtime=0.46
/proc/31392/task/31394/stat : 31394 (java) R 31391 31378 29433 0 -1 64 6733 0 0 0 44 2 0 0 17 0 9 0 643920985 885141504 9691 996147200 134512640 134550740 4294955952 18446744073709551615 104457032 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31392/tid=31395] ppid=31391 vsize=864396 CPUtime=0
/proc/31392/task/31395/stat : 31395 (java) S 31391 31378 29433 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 643920985 885141504 9691 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31392/tid=31396] ppid=31391 vsize=864396 CPUtime=0
/proc/31392/task/31396/stat : 31396 (java) S 31391 31378 29433 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 643920985 885141504 9691 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31392/tid=31397] ppid=31391 vsize=864396 CPUtime=0
/proc/31392/task/31397/stat : 31397 (java) S 31391 31378 29433 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 643920987 885141504 9691 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31392/tid=31398] ppid=31391 vsize=864396 CPUtime=0.05
/proc/31392/task/31398/stat : 31398 (java) S 31391 31378 29433 0 -1 64 320 0 0 0 5 0 0 0 16 0 9 0 643920987 885141504 9691 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31392/tid=31399] ppid=31391 vsize=864396 CPUtime=0
/proc/31392/task/31399/stat : 31399 (java) S 31391 31378 29433 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 643920987 885141504 9691 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31392/tid=31400] ppid=31391 vsize=864396 CPUtime=0
/proc/31392/task/31400/stat : 31400 (java) S 31391 31378 29433 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 643920987 885141504 9691 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 883352

[startup+3.10255 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 31400
/proc/meminfo: memFree=1632016/2055920 swapFree=4157840/4192956
[pid=31378] ppid=31376 vsize=13600 CPUtime=0.44
/proc/31378/stat : 31378 (sugar) S 31376 31378 29433 0 -1 4194304 974 4751 0 1 3 0 39 2 15 0 1 0 643920930 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31378/statm: 3400 797 370 3 0 500 0
[pid=31391] ppid=31378 vsize=5356 CPUtime=0
/proc/31391/stat : 31391 (sh) S 31378 31378 29433 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 643920982 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31391/statm: 1339 233 193 169 0 50 0
[pid=31392] ppid=31391 vsize=864288 CPUtime=2.54
/proc/31392/stat : 31392 (java) S 31391 31378 29433 0 -1 0 13444 0 1 0 248 6 0 0 19 0 9 0 643920983 885030912 12559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31392/statm: 216072 12559 2564 9 0 210619 0
[pid=31392/tid=31393] ppid=31391 vsize=864288 CPUtime=1.67
/proc/31392/task/31393/stat : 31393 (java) R 31391 31378 29433 0 -1 64 3119 0 1 0 166 1 0 0 25 0 9 0 643920983 885030912 12559 996147200 134512640 134550740 4294955952 18446744073709551615 4125952113 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31392/tid=31394] ppid=31391 vsize=864288 CPUtime=0.75
/proc/31392/task/31394/stat : 31394 (java) S 31391 31378 29433 0 -1 64 9289 0 0 0 72 3 0 0 16 0 9 0 643920985 885030912 12559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31392/tid=31395] ppid=31391 vsize=864288 CPUtime=0
/proc/31392/task/31395/stat : 31395 (java) S 31391 31378 29433 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 643920985 885030912 12559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31392/tid=31396] ppid=31391 vsize=864288 CPUtime=0
/proc/31392/task/31396/stat : 31396 (java) S 31391 31378 29433 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 643920985 885030912 12559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31392/tid=31397] ppid=31391 vsize=864288 CPUtime=0
/proc/31392/task/31397/stat : 31397 (java) S 31391 31378 29433 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 643920987 885030912 12559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31392/tid=31398] ppid=31391 vsize=864288 CPUtime=0.08
/proc/31392/task/31398/stat : 31398 (java) S 31391 31378 29433 0 -1 64 342 0 0 0 8 0 0 0 16 0 9 0 643920987 885030912 12559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31392/tid=31399] ppid=31391 vsize=864288 CPUtime=0
/proc/31392/task/31399/stat : 31399 (java) S 31391 31378 29433 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 643920987 885030912 12559 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31392/tid=31400] ppid=31391 vsize=864288 CPUtime=0
/proc/31392/task/31400/stat : 31400 (java) S 31391 31378 29433 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 643920987 885030912 12559 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) 883244

[startup+6.30186 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 31400
/proc/meminfo: memFree=1628624/2055920 swapFree=4157840/4192956
[pid=31378] ppid=31376 vsize=13600 CPUtime=0.44
/proc/31378/stat : 31378 (sugar) S 31376 31378 29433 0 -1 4194304 974 4751 0 1 3 0 39 2 15 0 1 0 643920930 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31378/statm: 3400 797 370 3 0 500 0
[pid=31391] ppid=31378 vsize=5356 CPUtime=0
/proc/31391/stat : 31391 (sh) S 31378 31378 29433 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 643920982 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31391/statm: 1339 233 193 169 0 50 0
[pid=31392] ppid=31391 vsize=864288 CPUtime=5.71
/proc/31392/stat : 31392 (java) S 31391 31378 29433 0 -1 0 14426 0 1 0 564 7 0 0 19 0 9 0 643920983 885030912 13511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31392/statm: 216072 13511 2564 9 0 210619 0
[pid=31392/tid=31393] ppid=31391 vsize=864288 CPUtime=4.78
/proc/31392/task/31393/stat : 31393 (java) R 31391 31378 29433 0 -1 64 3149 0 1 0 477 1 0 0 25 0 9 0 643920983 885030912 13511 996147200 134512640 134550740 4294955952 18446744073709551615 4126589194 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31392/tid=31394] ppid=31391 vsize=864288 CPUtime=0.82
/proc/31392/task/31394/stat : 31394 (java) S 31391 31378 29433 0 -1 64 10241 0 0 0 78 4 0 0 16 0 9 0 643920985 885030912 13511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31392/tid=31395] ppid=31391 vsize=864288 CPUtime=0
/proc/31392/task/31395/stat : 31395 (java) S 31391 31378 29433 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 643920985 885030912 13511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31392/tid=31396] ppid=31391 vsize=864288 CPUtime=0
/proc/31392/task/31396/stat : 31396 (java) S 31391 31378 29433 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 643920985 885030912 13511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31392/tid=31397] ppid=31391 vsize=864288 CPUtime=0
/proc/31392/task/31397/stat : 31397 (java) S 31391 31378 29433 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 643920987 885030912 13511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31392/tid=31398] ppid=31391 vsize=864288 CPUtime=0.08
/proc/31392/task/31398/stat : 31398 (java) S 31391 31378 29433 0 -1 64 342 0 0 0 8 0 0 0 16 0 9 0 643920987 885030912 13511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31392/tid=31399] ppid=31391 vsize=864288 CPUtime=0
/proc/31392/task/31399/stat : 31399 (java) S 31391 31378 29433 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 643920987 885030912 13511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31392/tid=31400] ppid=31391 vsize=864288 CPUtime=0
/proc/31392/task/31400/stat : 31400 (java) S 31391 31378 29433 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 643920987 885030912 13511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 883244

[startup+12.7015 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 31400
/proc/meminfo: memFree=1620304/2055920 swapFree=4157840/4192956
[pid=31378] ppid=31376 vsize=13600 CPUtime=0.44
/proc/31378/stat : 31378 (sugar) S 31376 31378 29433 0 -1 4194304 974 4751 0 1 3 0 39 2 16 0 1 0 643920930 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31378/statm: 3400 797 370 3 0 500 0
[pid=31391] ppid=31378 vsize=5356 CPUtime=0
/proc/31391/stat : 31391 (sh) S 31378 31378 29433 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 643920982 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31391/statm: 1339 233 193 169 0 50 0
[pid=31392] ppid=31391 vsize=864288 CPUtime=12.04
/proc/31392/stat : 31392 (java) S 31391 31378 29433 0 -1 0 15895 0 1 0 1194 10 0 0 19 0 9 0 643920983 885030912 14897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31392/statm: 216072 14897 2564 9 0 210619 0
[pid=31392/tid=31393] ppid=31391 vsize=864288 CPUtime=10.97
/proc/31392/task/31393/stat : 31393 (java) R 31391 31378 29433 0 -1 64 3232 0 1 0 1094 3 0 0 25 0 9 0 643920983 885030912 14897 996147200 134512640 134550740 4294955952 18446744073709551615 4126570368 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31392/tid=31394] ppid=31391 vsize=864288 CPUtime=0.95
/proc/31392/task/31394/stat : 31394 (java) S 31391 31378 29433 0 -1 64 11623 0 0 0 90 5 0 0 16 0 9 0 643920985 885030912 14897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31392/tid=31395] ppid=31391 vsize=864288 CPUtime=0
/proc/31392/task/31395/stat : 31395 (java) S 31391 31378 29433 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 643920985 885030912 14897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31392/tid=31396] ppid=31391 vsize=864288 CPUtime=0
/proc/31392/task/31396/stat : 31396 (java) S 31391 31378 29433 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 643920985 885030912 14897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31392/tid=31397] ppid=31391 vsize=864288 CPUtime=0
/proc/31392/task/31397/stat : 31397 (java) S 31391 31378 29433 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 643920987 885030912 14897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31392/tid=31398] ppid=31391 vsize=864288 CPUtime=0.09
/proc/31392/task/31398/stat : 31398 (java) S 31391 31378 29433 0 -1 64 346 0 0 0 9 0 0 0 16 0 9 0 643920987 885030912 14897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31392/tid=31399] ppid=31391 vsize=864288 CPUtime=0
/proc/31392/task/31399/stat : 31399 (java) S 31391 31378 29433 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 643920987 885030912 14897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31392/tid=31400] ppid=31391 vsize=864288 CPUtime=0
/proc/31392/task/31400/stat : 31400 (java) S 31391 31378 29433 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 643920987 885030912 14897 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 883244

[startup+25.5028 s]
/proc/loadavg: 2.14 2.03 2.01 3/83 31400
/proc/meminfo: memFree=1603664/2055920 swapFree=4157840/4192956
[pid=31378] ppid=31376 vsize=13600 CPUtime=0.44
/proc/31378/stat : 31378 (sugar) S 31376 31378 29433 0 -1 4194304 974 4751 0 1 3 0 39 2 16 0 1 0 643920930 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31378/statm: 3400 797 370 3 0 500 0
[pid=31391] ppid=31378 vsize=5356 CPUtime=0
/proc/31391/stat : 31391 (sh) S 31378 31378 29433 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 643920982 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31391/statm: 1339 233 193 169 0 50 0
[pid=31392] ppid=31391 vsize=864360 CPUtime=24.73
/proc/31392/stat : 31392 (java) S 31391 31378 29433 0 -1 0 21383 0 1 0 2456 17 0 0 19 0 9 0 643920983 885104640 17560 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31392/statm: 216090 17560 2564 9 0 210637 0
[pid=31392/tid=31393] ppid=31391 vsize=864360 CPUtime=23.22
/proc/31392/task/31393/stat : 31393 (java) R 31391 31378 29433 0 -1 64 3358 0 1 0 2316 6 0 0 25 0 9 0 643920983 885104640 17560 996147200 134512640 134550740 4294955952 18446744073709551615 4126570368 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31392/tid=31394] ppid=31391 vsize=864360 CPUtime=1.38
/proc/31392/task/31394/stat : 31394 (java) S 31391 31378 29433 0 -1 64 16981 0 0 0 129 9 0 0 16 0 9 0 643920985 885104640 17560 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31392/tid=31395] ppid=31391 vsize=864360 CPUtime=0
/proc/31392/task/31395/stat : 31395 (java) S 31391 31378 29433 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 643920985 885104640 17560 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31392/tid=31396] ppid=31391 vsize=864360 CPUtime=0
/proc/31392/task/31396/stat : 31396 (java) S 31391 31378 29433 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 643920985 885104640 17560 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1487624/2055920 swapFree=4157868/4192956
[pid=31378] ppid=31376 vsize=13600 CPUtime=96.28
/proc/31378/stat : 31378 (sugar) S 31376 31378 29433 0 -1 4194304 1021 34232 0 2 3 1 9576 48 16 0 1 0 643920930 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31378/statm: 3400 798 370 3 0 500 0
[pid=31401] ppid=31378 vsize=5356 CPUtime=0
/proc/31401/stat : 31401 (sh) S 31378 31378 29433 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 643930656 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31401/statm: 1339 232 193 169 0 50 0
[pid=31402] ppid=31401 vsize=64008 CPUtime=1258.24
/proc/31402/stat : 31402 (picosat) R 31401 31378 29433 0 -1 4194304 17833 0 0 0 124838 986 0 0 25 0 1 0 643930657 65544192 15695 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/31402/statm: 16002 15695 48 102 0 15897 0
Current children cumulated CPU time (s) 1354.52
Current children cumulated vsize (KiB) 82964

[startup+1422.31 s]
/proc/loadavg: 1.99 1.76 1.78 3/83 31471
/proc/meminfo: memFree=1487376/2055920 swapFree=4157868/4192956
[pid=31378] ppid=31376 vsize=13600 CPUtime=96.28
/proc/31378/stat : 31378 (sugar) S 31376 31378 29433 0 -1 4194304 1021 34232 0 2 3 1 9576 48 16 0 1 0 643920930 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31378/statm: 3400 798 370 3 0 500 0
[pid=31401] ppid=31378 vsize=5356 CPUtime=0
/proc/31401/stat : 31401 (sh) S 31378 31378 29433 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 643930656 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31401/statm: 1339 232 193 169 0 50 0
[pid=31402] ppid=31401 vsize=64272 CPUtime=1318.2
/proc/31402/stat : 31402 (picosat) R 31401 31378 29433 0 -1 4194304 18123 0 0 0 130834 986 0 0 25 0 1 0 643930657 65814528 15771 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/31402/statm: 16068 15771 48 102 0 15963 0
Current children cumulated CPU time (s) 1414.48
Current children cumulated vsize (KiB) 83228

[startup+1482.3 s]
/proc/loadavg: 1.99 1.80 1.79 3/83 31471
/proc/meminfo: memFree=1487312/2055920 swapFree=4157868/4192956
[pid=31378] ppid=31376 vsize=13600 CPUtime=96.28
/proc/31378/stat : 31378 (sugar) S 31376 31378 29433 0 -1 4194304 1021 34232 0 2 3 1 9576 48 16 0 1 0 643920930 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31378/statm: 3400 798 370 3 0 500 0
[pid=31401] ppid=31378 vsize=5356 CPUtime=0
/proc/31401/stat : 31401 (sh) S 31378 31378 29433 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 643930656 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31401/statm: 1339 232 193 169 0 50 0
[pid=31402] ppid=31401 vsize=64272 CPUtime=1378.17
/proc/31402/stat : 31402 (picosat) R 31401 31378 29433 0 -1 4194304 18123 0 0 0 136831 986 0 0 25 0 1 0 643930657 65814528 15771 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/31402/statm: 16068 15771 48 102 0 15963 0
Current children cumulated CPU time (s) 1474.45
Current children cumulated vsize (KiB) 83228

[startup+1542.3 s]
/proc/loadavg: 1.99 1.83 1.80 3/83 31471
/proc/meminfo: memFree=1486288/2055920 swapFree=4157868/4192956
[pid=31378] ppid=31376 vsize=13600 CPUtime=96.28
/proc/31378/stat : 31378 (sugar) S 31376 31378 29433 0 -1 4194304 1021 34232 0 2 3 1 9576 48 16 0 1 0 643920930 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31378/statm: 3400 798 370 3 0 500 0
[pid=31401] ppid=31378 vsize=5356 CPUtime=0
/proc/31401/stat : 31401 (sh) S 31378 31378 29433 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 643930656 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31401/statm: 1339 232 193 169 0 50 0
[pid=31402] ppid=31401 vsize=65328 CPUtime=1438.14
/proc/31402/stat : 31402 (picosat) R 31401 31378 29433 0 -1 4194304 18418 0 0 0 142828 986 0 0 25 0 1 0 643930657 66895872 16066 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/31402/statm: 16332 16066 48 102 0 16227 0
Current children cumulated CPU time (s) 1534.42
Current children cumulated vsize (KiB) 84284

[startup+1602.3 s]
/proc/loadavg: 1.99 1.86 1.82 3/83 31471
/proc/meminfo: memFree=1485520/2055920 swapFree=4157868/4192956
[pid=31378] ppid=31376 vsize=13600 CPUtime=96.28
/proc/31378/stat : 31378 (sugar) S 31376 31378 29433 0 -1 4194304 1021 34232 0 2 3 1 9576 48 16 0 1 0 643920930 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31378/statm: 3400 798 370 3 0 500 0
[pid=31401] ppid=31378 vsize=5356 CPUtime=0
/proc/31401/stat : 31401 (sh) S 31378 31378 29433 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 643930656 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31401/statm: 1339 232 193 169 0 50 0
[pid=31402] ppid=31401 vsize=65856 CPUtime=1498.1
/proc/31402/stat : 31402 (picosat) R 31401 31378 29433 0 -1 4194304 18780 0 0 0 148824 986 0 0 25 0 1 0 643930657 67436544 16198 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/31402/statm: 16464 16198 48 102 0 16359 0
Current children cumulated CPU time (s) 1594.38
Current children cumulated vsize (KiB) 84812

[startup+1662.3 s]
/proc/loadavg: 1.99 1.88 1.82 3/83 31471
/proc/meminfo: memFree=1485520/2055920 swapFree=4157868/4192956
[pid=31378] ppid=31376 vsize=13600 CPUtime=96.28
/proc/31378/stat : 31378 (sugar) S 31376 31378 29433 0 -1 4194304 1021 34232 0 2 3 1 9576 48 16 0 1 0 643920930 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31378/statm: 3400 798 370 3 0 500 0
[pid=31401] ppid=31378 vsize=5356 CPUtime=0
/proc/31401/stat : 31401 (sh) S 31378 31378 29433 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 643930656 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31401/statm: 1339 232 193 169 0 50 0
[pid=31402] ppid=31401 vsize=65856 CPUtime=1558.07
/proc/31402/stat : 31402 (picosat) R 31401 31378 29433 0 -1 4194304 18780 0 0 0 154821 986 0 0 25 0 1 0 643930657 67436544 16198 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/31402/statm: 16464 16198 48 102 0 16359 0
Current children cumulated CPU time (s) 1654.35
Current children cumulated vsize (KiB) 84812

[startup+1722.3 s]
/proc/loadavg: 1.99 1.90 1.83 3/83 31471
/proc/meminfo: memFree=1485008/2055920 swapFree=4157868/4192956
[pid=31378] ppid=31376 vsize=13600 CPUtime=96.28
/proc/31378/stat : 31378 (sugar) S 31376 31378 29433 0 -1 4194304 1021 34232 0 2 3 1 9576 48 16 0 1 0 643920930 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31378/statm: 3400 798 370 3 0 500 0
[pid=31401] ppid=31378 vsize=5356 CPUtime=0
/proc/31401/stat : 31401 (sh) S 31378 31378 29433 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 643930656 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31401/statm: 1339 232 193 169 0 50 0
[pid=31402] ppid=31401 vsize=66252 CPUtime=1618.05
/proc/31402/stat : 31402 (picosat) R 31401 31378 29433 0 -1 4194304 19109 0 0 0 160818 987 0 0 25 0 1 0 643930657 67842048 16295 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 0 0 0
/proc/31402/statm: 16563 16295 48 102 0 16458 0
Current children cumulated CPU time (s) 1714.33
Current children cumulated vsize (KiB) 85208

[startup+1782.3 s]
/proc/loadavg: 1.99 1.92 1.83 3/83 31471
/proc/meminfo: memFree=1484944/2055920 swapFree=4157868/4192956
[pid=31378] ppid=31376 vsize=13600 CPUtime=96.28
/proc/31378/stat : 31378 (sugar) S 31376 31378 29433 0 -1 4194304 1021 34232 0 2 3 1 9576 48 16 0 1 0 643920930 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31378/statm: 3400 798 370 3 0 500 0
[pid=31401] ppid=31378 vsize=5356 CPUtime=0
/proc/31401/stat : 31401 (sh) S 31378 31378 29433 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 643930656 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31401/statm: 1339 232 193 169 0 50 0
[pid=31402] ppid=31401 vsize=66252 CPUtime=1678.01
/proc/31402/stat : 31402 (picosat) R 31401 31378 29433 0 -1 4194304 19109 0 0 0 166814 987 0 0 25 0 1 0 643930657 67842048 16295 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/31402/statm: 16563 16295 48 102 0 16458 0
Current children cumulated CPU time (s) 1774.29
Current children cumulated vsize (KiB) 85208



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.1 s]
/proc/loadavg: 1.99 1.92 1.84 3/83 31471
/proc/meminfo: memFree=1484944/2055920 swapFree=4157868/4192956
[pid=31378] ppid=31376 vsize=13600 CPUtime=96.28
/proc/31378/stat : 31378 (sugar) S 31376 31378 29433 0 -1 4194304 1021 34232 0 2 3 1 9576 48 16 0 1 0 643920930 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31378/statm: 3400 798 370 3 0 500 0
[pid=31401] ppid=31378 vsize=5356 CPUtime=0
/proc/31401/stat : 31401 (sh) S 31378 31378 29433 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 643930656 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31401/statm: 1339 232 193 169 0 50 0
[pid=31402] ppid=31401 vsize=66252 CPUtime=1703.8
/proc/31402/stat : 31402 (picosat) R 31401 31378 29433 0 -1 4194304 19109 0 0 0 169393 987 0 0 25 0 1 0 643930657 67842048 16295 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/31402/statm: 16563 16295 48 102 0 16458 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 85208

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

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

[startup+1808.1 s]
/proc/loadavg: 1.99 1.92 1.84 3/83 31471
/proc/meminfo: memFree=1484944/2055920 swapFree=4157868/4192956
[pid=31378] ppid=31376 vsize=13600 CPUtime=96.28
/proc/31378/stat : 31378 (sugar) S 31376 31378 29433 0 -1 4194304 1021 34232 0 2 3 1 9576 48 16 0 1 0 643920930 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271903141986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31378/statm: 3400 798 370 3 0 500 0
[pid=31401] ppid=31378 vsize=5356 CPUtime=0
/proc/31401/stat : 31401 (sh) S 31378 31378 29433 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 643930656 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31401/statm: 1339 232 193 169 0 50 0
[pid=31402] ppid=31401 vsize=66252 CPUtime=1703.8
/proc/31402/stat : 31402 (picosat) R 31401 31378 29433 0 -1 4194304 19109 0 0 0 169393 987 0 0 25 0 1 0 643930657 67842048 16295 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/31402/statm: 16563 16295 48 102 0 16458 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 85208

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31378 and gives
#  childrusage.ru_utime.tv_sec=95
#  childrusage.ru_utime.tv_usec=804435
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=518921
# CPU time returned by wait4() is 96.3234
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.14
CPU time (s): 1800.08
CPU user time (s): 1789.72
CPU system time (s): 10.36
CPU usage (%): 99.5542
Max. virtual memory (cumulated for all children) (KiB): 889200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 95.8044
system time used= 0.518921
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35690
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= 9682
involuntary context switches= 11654

runsolver used 2.40763 second user time and 5.55215 second system time

The end

Launcher Data (download as text)

Begin job on node60 at 2008-07-05 00:19:38
IDJOB=1079517
IDBENCH=56887
IDSOLVER=345
FILE ID=node60/1079517-1215209978
PBS_JOBID= 7881661
Free space on /tmp= 66488 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg8-9_ext.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-1079517-1215209978/watcher-1079517-1215209978 -o /tmp/evaluation-result-1079517-1215209978/solver-1079517-1215209978 -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-1079517-1215209978.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9f204db7e02a84df79b508c7ba71055f
RANDOM SEED=1196321452

node60.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.216
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.216
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:       1674696 kB
Buffers:         59412 kB
Cached:         227212 kB
SwapCached:      29304 kB
Active:         189260 kB
Inactive:       136652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1674696 kB
SwapTotal:     4192956 kB
SwapFree:      4157840 kB
Dirty:            1416 kB
Writeback:           0 kB
Mapped:          46104 kB
Slab:            40488 kB
Committed_AS:  1122456 kB
PageTables:       1852 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= 66480 MiB
End job on node60 at 2008-07-05 00:49:48