Trace number 1081716

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 1814.78

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-54.xml
MD5SUMb5d1992790bf0cc79cd48d32bd5446d6
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2916
Number of constraints77327
Maximum constraint arity2
Maximum domain size54
Number of constraints which are defined in extension0
Number of constraints which are defined in intension77327
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 02:41:54 2008
0.00/0.04	c 0	PID 12472
0.00/0.04	c 0	HOST node82.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1081716-1215218513.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-1081716-1215218513.xml' 'HOME/temp.csp'
3.57/3.63	c 4	1 domains, 2916 variables, 4 predicates, 0 relations, 77327 constraints
3.57/3.66	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.57/3.66	c 4	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'
3.64/3.74	c 4	Parsing HOME/temp.csp
3.64/4.04	c 4	parsed 10000 expressions
3.64/4.24	c 4	parsed 20000 expressions
4.35/4.45	c 5	parsed 30000 expressions
4.54/4.61	c 5	parsed 40000 expressions
4.75/4.84	c 5	parsed 50000 expressions
4.94/5.01	c 5	parsed 60000 expressions
5.03/5.17	c 5	parsed 70000 expressions
5.34/5.47	c 6	parsed 80000 expressions
5.34/5.48	c 6	parsed 80248 expressions
5.34/5.48	c 6	Heap : 21 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.34/5.48	c 6	Converting to clausal form CSP
6.62/6.73	c 7	converted 8025 (10%) expressions
8.40/8.52	c 9	converted 16050 (20%) expressions
9.88/10.06	c 10	converted 24075 (30%) expressions
11.47/11.61	c 12	converted 32100 (40%) expressions
13.35/13.58	c 14	converted 40124 (50%) expressions
14.93/15.12	c 15	converted 48149 (60%) expressions
16.42/16.65	c 17	converted 56174 (70%) expressions
17.91/18.19	c 18	converted 64199 (80%) expressions
20.09/20.36	c 20	converted 72224 (90%) expressions
21.58/21.90	c 22	converted 80248 (100%) expressions
21.58/21.90	c 22	CSP : 2916 integers, 74706 booleans, 229601 clauses, largest domain size 54
21.58/21.90	c 22	Heap : 110 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
21.58/21.90	c 22	Propagation in CSP
26.13/26.42	c 26	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
26.13/26.42	c 26	CSP : 2916 integers, 74706 booleans, 229601 clauses, largest domain size 54
26.13/26.42	c 26	Heap : 130 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
26.13/26.47	c 27	Simplifing CSP by introducing new Boolean variables
26.62/26.99	c 27	CSP : 2916 integers, 154548 booleans, 309443 clauses, largest domain size 54
26.62/26.99	c 27	Heap : 158 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
27.51/27.89	c 28	Encoding CSP to SAT : HOME/temp.cnf
27.71/28.03	c 28	292 (10%) CSP integer variables are encoded (15184 clauses, 206030 bytes)
27.81/28.10	c 28	584 (20%) CSP integer variables are encoded (30368 clauses, 433790 bytes)
27.81/28.19	c 28	875 (30%) CSP integer variables are encoded (45500 clauses, 660770 bytes)
27.90/28.27	c 28	1167 (40%) CSP integer variables are encoded (60684 clauses, 888530 bytes)
28.00/28.34	c 28	1458 (50%) CSP integer variables are encoded (75816 clauses, 1115510 bytes)
28.10/28.42	c 28	1750 (60%) CSP integer variables are encoded (91000 clauses, 1343270 bytes)
28.21/28.50	c 29	2042 (70%) CSP integer variables are encoded (106184 clauses, 1587173 bytes)
28.21/28.58	c 29	2333 (80%) CSP integer variables are encoded (121316 clauses, 1844417 bytes)
28.31/28.66	c 29	2625 (90%) CSP integer variables are encoded (136500 clauses, 2102545 bytes)
28.40/28.74	c 29	2916 (100%) CSP integer variables are encoded (151632 clauses, 2359789 bytes)
34.63/35.00	c 35	30945 (10%) CSP clauses are encoded (1397514 clauses, 29642313 bytes)
40.75/41.21	c 41	61889 (20%) CSP clauses are encoded (2643709 clauses, 58094363 bytes)
46.88/47.45	c 48	92833 (30%) CSP clauses are encoded (3880528 clauses, 86684195 bytes)
53.12/53.71	c 54	123778 (40%) CSP clauses are encoded (5129728 clauses, 115593483 bytes)
59.23/59.93	c 60	154722 (50%) CSP clauses are encoded (6376827 clauses, 144492218 bytes)
65.46/66.23	c 66	185666 (60%) CSP clauses are encoded (7627290 clauses, 173543593 bytes)
71.60/72.43	c 72	216611 (70%) CSP clauses are encoded (8875671 clauses, 202617190 bytes)
77.71/78.74	c 79	247555 (80%) CSP clauses are encoded (10124598 clauses, 231833133 bytes)
83.93/85.02	c 85	278499 (90%) CSP clauses are encoded (11370984 clauses, 261549037 bytes)
90.12/91.34	c 91	309443 (100%) CSP clauses are encoded (12619858 clauses, 292350213 bytes)
90.12/91.34	c 91	309443 CSP clauses encoded
90.12/91.34	c 91	Writing map file : HOME/temp.map
90.21/91.41	c 91	Heap : 118 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
90.21/91.41	c 91	SAT : 309096 SAT variables, 12619858 SAT clauses, 292350213 bytes
90.21/91.41	c 91	Heap : 118 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
90.21/91.48	c 92	SOLVING HOME/temp.cnf
90.21/91.48	c 92	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.01/1814.72	c ERROR INTERRUPTED
1800.01/1814.78	s UNKNOWN
1800.01/1814.78	c 1815	CPU 87.9 (0.03 0.01 87.87 2.36)
1800.01/1814.78	c 1815	END Sat Jul  5 03:12:09 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-1081716-1215218513/watcher-1081716-1215218513 -o /tmp/evaluation-result-1081716-1215218513/solver-1081716-1215218513 -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-1081716-1215218513.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.13 2.08 2.01 4/74 12472
/proc/meminfo: memFree=1441512/2055920 swapFree=4169368/4192956
[pid=12472] ppid=12470 vsize=12268 CPUtime=0
/proc/12472/stat : 12472 (sugar) R 12470 12472 11087 0 -1 4194304 349 0 0 0 0 0 0 0 18 0 1 0 256325223 12562432 318 996147200 4194304 4206940 548682068608 18446744073709551615 224284977520 0 0 4224 0 0 0 0 17 0 0 0
/proc/12472/statm: 3067 320 242 3 0 167 0

[startup+0.073753 s]
/proc/loadavg: 2.13 2.08 2.01 4/74 12472
/proc/meminfo: memFree=1441512/2055920 swapFree=4169368/4192956
[pid=12472] ppid=12470 vsize=13600 CPUtime=0.03
/proc/12472/stat : 12472 (sugar) S 12470 12472 11087 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 256325223 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12472/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102755 s]
/proc/loadavg: 2.13 2.08 2.01 4/74 12472
/proc/meminfo: memFree=1441512/2055920 swapFree=4169368/4192956
[pid=12472] ppid=12470 vsize=13600 CPUtime=0.03
/proc/12472/stat : 12472 (sugar) S 12470 12472 11087 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 256325223 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12472/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302779 s]
/proc/loadavg: 2.13 2.08 2.01 4/74 12472
/proc/meminfo: memFree=1441512/2055920 swapFree=4169368/4192956
[pid=12472] ppid=12470 vsize=13600 CPUtime=0.03
/proc/12472/stat : 12472 (sugar) S 12470 12472 11087 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 256325223 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12472/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70282 s]
/proc/loadavg: 2.13 2.08 2.01 4/74 12472
/proc/meminfo: memFree=1441512/2055920 swapFree=4169368/4192956
[pid=12472] ppid=12470 vsize=13600 CPUtime=0.03
/proc/12472/stat : 12472 (sugar) S 12470 12472 11087 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 256325223 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12472/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50191 s]
/proc/loadavg: 2.13 2.08 2.01 3/85 12484
/proc/meminfo: memFree=1407888/2055920 swapFree=4169368/4192956
[pid=12472] ppid=12470 vsize=13600 CPUtime=0.03
/proc/12472/stat : 12472 (sugar) S 12470 12472 11087 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 256325223 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12472/statm: 3400 796 370 3 0 500 0
[pid=12475] ppid=12472 vsize=5356 CPUtime=0
/proc/12475/stat : 12475 (sh) S 12472 12472 11087 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 256325227 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12475/statm: 1339 233 193 169 0 50 0
[pid=12476] ppid=12475 vsize=864664 CPUtime=1.44
/proc/12476/stat : 12476 (java) S 12475 12472 11087 0 -1 0 18479 0 1 0 134 10 0 0 20 0 9 0 256325228 885415936 15067 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12476/statm: 216166 15073 2529 9 0 210748 0
[pid=12476/tid=12477] ppid=12475 vsize=864664 CPUtime=0.67
/proc/12476/task/12477/stat : 12477 (java) R 12475 12472 11087 0 -1 64 3281 0 1 0 66 1 0 0 25 0 9 0 256325229 885415936 15078 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12476/tid=12478] ppid=12475 vsize=864664 CPUtime=0.65
/proc/12476/task/12478/stat : 12478 (java) R 12475 12472 11087 0 -1 64 14031 0 0 0 58 7 0 0 16 0 9 0 256325230 885415936 15085 996147200 134512640 134550740 4294956000 18446744073709551615 102674877 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12476/tid=12479] ppid=12475 vsize=864664 CPUtime=0
/proc/12476/task/12479/stat : 12479 (java) S 12475 12472 11087 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 256325230 885415936 15092 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12476/tid=12480] ppid=12475 vsize=864664 CPUtime=0
/proc/12476/task/12480/stat : 12480 (java) S 12475 12472 11087 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 256325230 885415936 15099 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12476/tid=12481] ppid=12475 vsize=864664 CPUtime=0
/proc/12476/task/12481/stat : 12481 (java) S 12475 12472 11087 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 256325232 885415936 15105 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12476/tid=12482] ppid=12475 vsize=864664 CPUtime=0.09
/proc/12476/task/12482/stat : 12482 (java) S 12475 12472 11087 0 -1 64 487 0 0 0 9 0 0 0 16 0 9 0 256325232 885415936 15112 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12476/tid=12483] ppid=12475 vsize=864664 CPUtime=0
/proc/12476/task/12483/stat : 12483 (java) S 12475 12472 11087 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 256325232 885415936 15119 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12476/tid=12484] ppid=12475 vsize=864664 CPUtime=0
/proc/12476/task/12484/stat : 12484 (java) S 12475 12472 11087 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 256325232 885415936 15126 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 883620

[startup+3.10108 s]
/proc/loadavg: 2.13 2.08 2.01 4/85 12484
/proc/meminfo: memFree=1355024/2055920 swapFree=4169368/4192956
[pid=12472] ppid=12470 vsize=13600 CPUtime=0.03
/proc/12472/stat : 12472 (sugar) S 12470 12472 11087 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 256325223 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12472/statm: 3400 796 370 3 0 500 0
[pid=12475] ppid=12472 vsize=5356 CPUtime=0
/proc/12475/stat : 12475 (sh) S 12472 12472 11087 0 -1 4194304 277 0 0 0 0 0 0 0 19 0 1 0 256325227 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12475/statm: 1339 233 193 169 0 50 0
[pid=12476] ppid=12475 vsize=864680 CPUtime=3.04
/proc/12476/stat : 12476 (java) S 12475 12472 11087 0 -1 0 34992 0 1 0 284 20 0 0 20 0 9 0 256325228 885432320 29596 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12476/statm: 216170 29596 2529 9 0 210752 0
[pid=12476/tid=12477] ppid=12475 vsize=864680 CPUtime=1.51
/proc/12476/task/12477/stat : 12477 (java) R 12475 12472 11087 0 -1 64 3906 0 1 0 149 2 0 0 25 0 9 0 256325229 885432320 29596 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12476/tid=12478] ppid=12475 vsize=864680 CPUtime=1.36
/proc/12476/task/12478/stat : 12478 (java) R 12475 12472 11087 0 -1 64 29871 0 0 0 121 15 0 0 16 0 9 0 256325230 885432320 29596 996147200 134512640 134550740 4294956000 18446744073709551615 102723007 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12476/tid=12479] ppid=12475 vsize=864680 CPUtime=0
/proc/12476/task/12479/stat : 12479 (java) S 12475 12472 11087 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 256325230 885432320 29596 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12476/tid=12480] ppid=12475 vsize=864680 CPUtime=0
/proc/12476/task/12480/stat : 12480 (java) S 12475 12472 11087 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 256325230 885432320 29596 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12476/tid=12481] ppid=12475 vsize=864680 CPUtime=0
/proc/12476/task/12481/stat : 12481 (java) S 12475 12472 11087 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 256325232 885432320 29596 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12476/tid=12482] ppid=12475 vsize=864680 CPUtime=0.13
/proc/12476/task/12482/stat : 12482 (java) S 12475 12472 11087 0 -1 64 516 0 0 0 13 0 0 0 16 0 9 0 256325232 885432320 29596 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12476/tid=12483] ppid=12475 vsize=864680 CPUtime=0
/proc/12476/task/12483/stat : 12483 (java) S 12475 12472 11087 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 256325232 885432320 29596 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12476/tid=12484] ppid=12475 vsize=864680 CPUtime=0
/proc/12476/task/12484/stat : 12484 (java) S 12475 12472 11087 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 256325232 885432320 29597 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 883636

[startup+6.30242 s]
/proc/loadavg: 2.12 2.08 2.01 4/85 12494
/proc/meminfo: memFree=1408528/2055920 swapFree=4169368/4192956
[pid=12472] ppid=12470 vsize=13600 CPUtime=3.64
/proc/12472/stat : 12472 (sugar) S 12470 12472 11087 0 -1 4194304 974 36136 0 1 3 1 337 23 15 0 1 0 256325223 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12472/statm: 3400 797 370 3 0 500 0
[pid=12485] ppid=12472 vsize=5356 CPUtime=0
/proc/12485/stat : 12485 (sh) S 12472 12472 11087 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 256325590 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12485/statm: 1339 233 193 169 0 50 0
[pid=12486] ppid=12485 vsize=868416 CPUtime=2.58
/proc/12486/stat : 12486 (java) S 12485 12472 11087 0 -1 0 13320 0 1 0 249 9 0 0 19 0 9 0 256325590 889257984 11507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12486/statm: 217104 11507 2544 9 0 211679 0
[pid=12486/tid=12487] ppid=12485 vsize=868416 CPUtime=1.72
/proc/12486/task/12487/stat : 12487 (java) R 12485 12472 11087 0 -1 64 3064 0 1 0 170 2 0 0 25 0 9 0 256325591 889257984 11507 996147200 134512640 134550740 4294955952 18446744073709551615 4126401509 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12486/tid=12488] ppid=12485 vsize=868416 CPUtime=0.65
/proc/12486/task/12488/stat : 12488 (java) S 12485 12472 11087 0 -1 64 8082 0 0 0 60 5 0 0 16 0 9 0 256325592 889257984 11507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12486/tid=12489] ppid=12485 vsize=868416 CPUtime=0
/proc/12486/task/12489/stat : 12489 (java) S 12485 12472 11087 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 256325592 889257984 11507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12486/tid=12490] ppid=12485 vsize=868416 CPUtime=0
/proc/12486/task/12490/stat : 12490 (java) S 12485 12472 11087 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 256325592 889257984 11507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12486/tid=12491] ppid=12485 vsize=868416 CPUtime=0
/proc/12486/task/12491/stat : 12491 (java) S 12485 12472 11087 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 256325594 889257984 11507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12486/tid=12492] ppid=12485 vsize=868416 CPUtime=0.18
/proc/12486/task/12492/stat : 12492 (java) S 12485 12472 11087 0 -1 64 1478 0 0 0 18 0 0 0 16 0 9 0 256325594 889257984 11507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12486/tid=12493] ppid=12485 vsize=868416 CPUtime=0
/proc/12486/task/12493/stat : 12493 (java) S 12485 12472 11087 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 256325594 889257984 11507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12486/tid=12494] ppid=12485 vsize=868416 CPUtime=0
/proc/12486/task/12494/stat : 12494 (java) S 12485 12472 11087 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 256325594 889257984 11507 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 887372

[startup+12.7021 s]
/proc/loadavg: 2.11 2.08 2.01 4/85 12494
/proc/meminfo: memFree=1356696/2055920 swapFree=4169368/4192956
[pid=12472] ppid=12470 vsize=13600 CPUtime=3.64
/proc/12472/stat : 12472 (sugar) S 12470 12472 11087 0 -1 4194304 974 36136 0 1 3 1 337 23 16 0 1 0 256325223 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12472/statm: 3400 797 370 3 0 500 0
[pid=12485] ppid=12472 vsize=5356 CPUtime=0
/proc/12485/stat : 12485 (sh) S 12472 12472 11087 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 256325590 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12485/statm: 1339 233 193 169 0 50 0
[pid=12486] ppid=12485 vsize=868416 CPUtime=8.92
/proc/12486/stat : 12486 (java) S 12485 12472 11087 0 -1 0 27607 0 1 0 873 19 0 0 19 0 9 0 256325590 889257984 21024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12486/statm: 217104 21024 2541 9 0 211679 0
[pid=12486/tid=12487] ppid=12485 vsize=868416 CPUtime=6.89
/proc/12486/task/12487/stat : 12487 (java) R 12485 12472 11087 0 -1 64 3851 0 1 0 686 3 0 0 25 0 9 0 256325591 889257984 21024 996147200 134512640 134550740 4294955952 18446744073709551615 4126619191 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12486/tid=12488] ppid=12485 vsize=868416 CPUtime=1.82
/proc/12486/task/12488/stat : 12488 (java) S 12485 12472 11087 0 -1 64 21579 0 0 0 168 14 0 0 16 0 9 0 256325592 889257984 21024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12486/tid=12489] ppid=12485 vsize=868416 CPUtime=0
/proc/12486/task/12489/stat : 12489 (java) S 12485 12472 11087 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 256325592 889257984 21024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12486/tid=12490] ppid=12485 vsize=868416 CPUtime=0
/proc/12486/task/12490/stat : 12490 (java) S 12485 12472 11087 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 256325592 889257984 21024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12486/tid=12491] ppid=12485 vsize=868416 CPUtime=0
/proc/12486/task/12491/stat : 12491 (java) S 12485 12472 11087 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 256325594 889257984 21024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12486/tid=12492] ppid=12485 vsize=868416 CPUtime=0.18
/proc/12486/task/12492/stat : 12492 (java) S 12485 12472 11087 0 -1 64 1481 0 0 0 18 0 0 0 16 0 9 0 256325594 889257984 21024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12486/tid=12493] ppid=12485 vsize=868416 CPUtime=0
/proc/12486/task/12493/stat : 12493 (java) S 12485 12472 11087 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 256325594 889257984 21024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12486/tid=12494] ppid=12485 vsize=868416 CPUtime=0
/proc/12486/task/12494/stat : 12494 (java) S 12485 12472 11087 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 256325594 889257984 21024 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 887372

[startup+25.5025 s]
/proc/loadavg: 2.24 2.10 2.02 3/85 12494
/proc/meminfo: memFree=1293592/2055920 swapFree=4169368/4192956
[pid=12472] ppid=12470 vsize=13600 CPUtime=3.64
/proc/12472/stat : 12472 (sugar) S 12470 12472 11087 0 -1 4194304 974 36136 0 1 3 1 337 23 16 0 1 0 256325223 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12472/statm: 3400 797 370 3 0 500 0
[pid=12485] ppid=12472 vsize=5356 CPUtime=0
/proc/12485/stat : 12485 (sh) S 12472 12472 11087 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 256325590 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12485/statm: 1339 233 193 169 0 50 0
[pid=12486] ppid=12485 vsize=868416 CPUtime=21.59
/proc/12486/stat : 12486 (java) S 12485 12472 11087 0 -1 0 49400 0 1 0 2127 32 0 0 19 0 9 0 256325590 889257984 38523 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12486/statm: 217104 38523 2541 9 0 211679 0
[pid=12486/tid=12487] ppid=12485 vsize=868416 CPUtime=17.85
/proc/12486/task/12487/stat : 12487 (java) R 12485 12472 11087 0 -1 64 4636 0 1 0 1781 4 0 0 25 0 9 0 256325591 889257984 38523 996147200 134512640 134550740 4294955952 18446744073709551615 4126618887 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12486/tid=12488] ppid=12485 vsize=868416 CPUtime=3.51
/proc/12486/task/12488/stat : 12488 (java) S 12485 12472 11087 0 -1 64 42579 0 0 0 325 26 0 0 16 0 9 0 256325592 889257984 38523 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12486/tid=12489] ppid=12485 vsize=868416 CPUtime=0
/proc/12486/task/12489/stat : 12489 (java) S 12485 12472 11087 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 256325592 889257984 38523 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12486/tid=12490] ppid=12485 vsize=868416 CPUtime=0
/proc/12486/task/12490/stat : 12490 (java) S 12485 12472 11087 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 256325592 889257984 38523 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=642840/2055920 swapFree=4169368/4192956
[pid=12472] ppid=12470 vsize=13600 CPUtime=90.27
/proc/12472/stat : 12472 (sugar) S 12470 12472 11087 0 -1 4194304 1022 94748 0 2 3 1 8787 236 16 0 1 0 256325223 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12472/statm: 3400 799 370 3 0 500 0
[pid=12495] ppid=12472 vsize=5356 CPUtime=0
/proc/12495/stat : 12495 (sh) S 12472 12472 11087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 256334372 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12495/statm: 1339 232 193 169 0 50 0
[pid=12496] ppid=12495 vsize=498128 CPUtime=1260.47
/proc/12496/stat : 12496 (picosat) R 12495 12472 11087 0 -1 4194304 114862 0 0 0 120330 5717 0 0 25 0 1 0 256334372 510083072 114848 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/12496/statm: 124532 114848 42 102 0 124427 0
Current children cumulated CPU time (s) 1350.74
Current children cumulated vsize (KiB) 517084

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 12504
/proc/meminfo: memFree=641112/2055920 swapFree=4169368/4192956
[pid=12472] ppid=12470 vsize=13600 CPUtime=90.27
/proc/12472/stat : 12472 (sugar) S 12470 12472 11087 0 -1 4194304 1022 94748 0 2 3 1 8787 236 16 0 1 0 256325223 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12472/statm: 3400 799 370 3 0 500 0
[pid=12495] ppid=12472 vsize=5356 CPUtime=0
/proc/12495/stat : 12495 (sh) S 12472 12472 11087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 256334372 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12495/statm: 1339 232 193 169 0 50 0
[pid=12496] ppid=12495 vsize=498400 CPUtime=1319.98
/proc/12496/stat : 12496 (picosat) R 12495 12472 11087 0 -1 4194304 115117 0 0 0 126280 5718 0 0 25 0 1 0 256334372 510361600 115004 996147200 134512640 134931368 4294956256 18446744073709551615 134525823 0 0 4096 0 0 0 0 17 1 0 0
/proc/12496/statm: 124600 115004 48 102 0 124495 0
Current children cumulated CPU time (s) 1410.25
Current children cumulated vsize (KiB) 517356

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 12504
/proc/meminfo: memFree=639256/2055920 swapFree=4169368/4192956
[pid=12472] ppid=12470 vsize=13600 CPUtime=90.27
/proc/12472/stat : 12472 (sugar) S 12470 12472 11087 0 -1 4194304 1022 94748 0 2 3 1 8787 236 16 0 1 0 256325223 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12472/statm: 3400 799 370 3 0 500 0
[pid=12495] ppid=12472 vsize=5356 CPUtime=0
/proc/12495/stat : 12495 (sh) S 12472 12472 11087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 256334372 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12495/statm: 1339 232 193 169 0 50 0
[pid=12496] ppid=12495 vsize=498400 CPUtime=1379.51
/proc/12496/stat : 12496 (picosat) R 12495 12472 11087 0 -1 4194304 115117 0 0 0 132233 5718 0 0 25 0 1 0 256334372 510361600 115004 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/12496/statm: 124600 115004 48 102 0 124495 0
Current children cumulated CPU time (s) 1469.78
Current children cumulated vsize (KiB) 517356

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 12504
/proc/meminfo: memFree=638552/2055920 swapFree=4169368/4192956
[pid=12472] ppid=12470 vsize=13600 CPUtime=90.27
/proc/12472/stat : 12472 (sugar) S 12470 12472 11087 0 -1 4194304 1022 94748 0 2 3 1 8787 236 16 0 1 0 256325223 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12472/statm: 3400 799 370 3 0 500 0
[pid=12495] ppid=12472 vsize=5356 CPUtime=0
/proc/12495/stat : 12495 (sh) S 12472 12472 11087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 256334372 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12495/statm: 1339 232 193 169 0 50 0
[pid=12496] ppid=12495 vsize=498400 CPUtime=1439.02
/proc/12496/stat : 12496 (picosat) R 12495 12472 11087 0 -1 4194304 115117 0 0 0 138184 5718 0 0 25 0 1 0 256334372 510361600 115004 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/12496/statm: 124600 115004 48 102 0 124495 0
Current children cumulated CPU time (s) 1529.29
Current children cumulated vsize (KiB) 517356

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 12504
/proc/meminfo: memFree=637592/2055920 swapFree=4169368/4192956
[pid=12472] ppid=12470 vsize=13600 CPUtime=90.27
/proc/12472/stat : 12472 (sugar) S 12470 12472 11087 0 -1 4194304 1022 94748 0 2 3 1 8787 236 16 0 1 0 256325223 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12472/statm: 3400 799 370 3 0 500 0
[pid=12495] ppid=12472 vsize=5356 CPUtime=0
/proc/12495/stat : 12495 (sh) S 12472 12472 11087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 256334372 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12495/statm: 1339 232 193 169 0 50 0
[pid=12496] ppid=12495 vsize=498400 CPUtime=1498.54
/proc/12496/stat : 12496 (picosat) R 12495 12472 11087 0 -1 4194304 115117 0 0 0 144135 5719 0 0 25 0 1 0 256334372 510361600 115004 996147200 134512640 134931368 4294956256 18446744073709551615 134544751 0 0 4096 0 0 0 0 17 1 0 0
/proc/12496/statm: 124600 115004 48 102 0 124495 0
Current children cumulated CPU time (s) 1588.81
Current children cumulated vsize (KiB) 517356

[startup+1662.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/88 12550
/proc/meminfo: memFree=647864/2055920 swapFree=4169368/4192956
[pid=12472] ppid=12470 vsize=13600 CPUtime=90.27
/proc/12472/stat : 12472 (sugar) S 12470 12472 11087 0 -1 4194304 1022 94748 0 2 3 1 8787 236 16 0 1 0 256325223 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12472/statm: 3400 799 370 3 0 500 0
[pid=12495] ppid=12472 vsize=5356 CPUtime=0
/proc/12495/stat : 12495 (sh) S 12472 12472 11087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 256334372 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12495/statm: 1339 232 193 169 0 50 0
[pid=12496] ppid=12495 vsize=498400 CPUtime=1558.09
/proc/12496/stat : 12496 (picosat) R 12495 12472 11087 0 -1 4194304 115118 0 0 0 150090 5719 0 0 25 0 1 0 256334372 510361600 115005 996147200 134512640 134931368 4294956256 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 0 0 0
/proc/12496/statm: 124600 115005 48 102 0 124495 0
Current children cumulated CPU time (s) 1648.36
Current children cumulated vsize (KiB) 517356

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/88 12550
/proc/meminfo: memFree=646520/2055920 swapFree=4169368/4192956
[pid=12472] ppid=12470 vsize=13600 CPUtime=90.27
/proc/12472/stat : 12472 (sugar) S 12470 12472 11087 0 -1 4194304 1022 94748 0 2 3 1 8787 236 16 0 1 0 256325223 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12472/statm: 3400 799 370 3 0 500 0
[pid=12495] ppid=12472 vsize=5356 CPUtime=0
/proc/12495/stat : 12495 (sh) S 12472 12472 11087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 256334372 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12495/statm: 1339 232 193 169 0 50 0
[pid=12496] ppid=12495 vsize=498400 CPUtime=1617.79
/proc/12496/stat : 12496 (picosat) R 12495 12472 11087 0 -1 4194304 115118 0 0 0 156060 5719 0 0 25 0 1 0 256334372 510361600 115005 996147200 134512640 134931368 4294956256 18446744073709551615 134525603 0 0 4096 0 0 0 0 17 0 0 0
/proc/12496/statm: 124600 115005 48 102 0 124495 0
Current children cumulated CPU time (s) 1708.06
Current children cumulated vsize (KiB) 517356

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/88 12550
/proc/meminfo: memFree=645560/2055920 swapFree=4169368/4192956
[pid=12472] ppid=12470 vsize=13600 CPUtime=90.27
/proc/12472/stat : 12472 (sugar) S 12470 12472 11087 0 -1 4194304 1022 94748 0 2 3 1 8787 236 16 0 1 0 256325223 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12472/statm: 3400 799 370 3 0 500 0
[pid=12495] ppid=12472 vsize=5356 CPUtime=0
/proc/12495/stat : 12495 (sh) S 12472 12472 11087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 256334372 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12495/statm: 1339 232 193 169 0 50 0
[pid=12496] ppid=12495 vsize=498400 CPUtime=1677.5
/proc/12496/stat : 12496 (picosat) R 12495 12472 11087 0 -1 4194304 115118 0 0 0 162030 5720 0 0 25 0 1 0 256334372 510361600 115005 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12496/statm: 124600 115005 48 102 0 124495 0
Current children cumulated CPU time (s) 1767.77
Current children cumulated vsize (KiB) 517356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 12550
/proc/meminfo: memFree=645496/2055920 swapFree=4169368/4192956
[pid=12472] ppid=12470 vsize=13600 CPUtime=90.27
/proc/12472/stat : 12472 (sugar) S 12470 12472 11087 0 -1 4194304 1022 94748 0 2 3 1 8787 236 16 0 1 0 256325223 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12472/statm: 3400 799 370 3 0 500 0
[pid=12495] ppid=12472 vsize=5356 CPUtime=0
/proc/12495/stat : 12495 (sh) S 12472 12472 11087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 256334372 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12495/statm: 1339 232 193 169 0 50 0
[pid=12496] ppid=12495 vsize=498400 CPUtime=1709.74
/proc/12496/stat : 12496 (picosat) R 12495 12472 11087 0 -1 4194304 115118 0 0 0 165254 5720 0 0 25 0 1 0 256334372 510361600 115005 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12496/statm: 124600 115005 48 102 0 124495 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 517356

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

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

[startup+1814.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 12550
/proc/meminfo: memFree=645496/2055920 swapFree=4169368/4192956
[pid=12472] ppid=12470 vsize=13600 CPUtime=90.27
/proc/12472/stat : 12472 (sugar) S 12470 12472 11087 0 -1 4194304 1022 94748 0 2 3 1 8787 236 16 0 1 0 256325223 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 224273674338 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12472/statm: 3400 799 370 3 0 500 0
[pid=12495] ppid=12472 vsize=5356 CPUtime=0
/proc/12495/stat : 12495 (sh) S 12472 12472 11087 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 256334372 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 224264774468 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12495/statm: 1339 232 193 169 0 50 0
[pid=12496] ppid=12495 vsize=498400 CPUtime=1709.74
/proc/12496/stat : 12496 (picosat) R 12495 12472 11087 0 -1 4194304 115118 0 0 0 165254 5720 0 0 25 0 1 0 256334372 510361600 115005 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12496/statm: 124600 115005 48 102 0 124495 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 517356

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12472 and gives
#  childrusage.ru_utime.tv_sec=87
#  childrusage.ru_utime.tv_usec=912635
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=381637
# CPU time returned by wait4() is 90.2943
# 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): 1814.78
CPU time (s): 1800.01
CPU user time (s): 1740.44
CPU system time (s): 59.57
CPU usage (%): 99.1859
Max. virtual memory (cumulated for all children) (KiB): 897620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 87.9126
system time used= 2.38164
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96126
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= 13500
involuntary context switches= 15177

runsolver used 2.00869 second user time and 5.2402 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-05 02:41:54
IDJOB=1081716
IDBENCH=57133
IDSOLVER=345
FILE ID=node82/1081716-1215218513
PBS_JOBID= 7881756
Free space on /tmp= 66480 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-54.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-1081716-1215218513/watcher-1081716-1215218513 -o /tmp/evaluation-result-1081716-1215218513/solver-1081716-1215218513 -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-1081716-1215218513.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= b5d1992790bf0cc79cd48d32bd5446d6
RANDOM SEED=323007945

node82.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.239
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.239
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:       1441992 kB
Buffers:         85656 kB
Cached:         401764 kB
SwapCached:      17956 kB
Active:         271136 kB
Inactive:       291796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1441992 kB
SwapTotal:     4192956 kB
SwapFree:      4169368 kB
Dirty:           10912 kB
Writeback:           0 kB
Mapped:          69480 kB
Slab:            36296 kB
Committed_AS:   656920 kB
PageTables:       1864 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66456 MiB
End job on node82 at 2008-07-05 03:12:11