Trace number 2077549

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosat? (TO) 1800.02 1848.64

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-21-03.xml
MD5SUMd2602ffdba29ded4bf4e1d3ecdfa8424
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.683895
Satisfiable
(Un)Satisfiability was proved
Number of variables362
Number of constraints2140
Maximum constraint arity22
Maximum domain size26
Number of constraints which are defined in extension144
Number of constraints which are defined in intension1996
Global constraints used (with number of constraints)

Solver Data

0.03/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.03/0.07	c 0	BEGIN Sun Jul 12 04:20:02 2009
0.03/0.07	c 0	PID 19832
0.03/0.07	c 0	HOST node79.alineos.net
0.03/0.07	c 0	CONVERTING HOME/instance-2077549-1247365202.xml TO HOME/temp.csp
0.03/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2077549-1247365202.xml' 'HOME/temp.csp'
0.06/0.79	c 1	1 domains, 362 variables, 8 predicates, 8 relations, 2140 constraints
0.06/0.80	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.80	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.88	c 1	Parsing HOME/temp.csp
1.25/1.33	c 1	parsed 2519 expressions
1.25/1.34	c 1	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.25/1.34	c 1	Converting to clausal form CSP
1.25/1.36	c 1	converted 252 (10%) expressions
2.83/2.93	c 3	converted 504 (20%) expressions
3.82/3.95	c 4	converted 756 (30%) expressions
4.61/4.76	c 5	converted 1008 (40%) expressions
5.51/5.64	c 6	converted 1260 (50%) expressions
6.10/6.24	c 6	converted 1512 (60%) expressions
6.10/6.27	c 6	converted 1764 (70%) expressions
6.10/6.29	c 6	converted 2016 (80%) expressions
6.20/6.35	c 6	converted 2268 (90%) expressions
6.30/6.47	c 7	converted 2519 (100%) expressions
6.30/6.47	c 7	CSP : 362 integers, 0 booleans, 2140 clauses, largest domain size 26
6.30/6.47	c 7	Heap : 144 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.30/6.47	c 7	Propagation in CSP
6.30/6.49	c 7	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.30/6.49	c 7	CSP : 362 integers, 0 booleans, 2140 clauses, largest domain size 26
6.30/6.49	c 7	Heap : 144 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.30/6.49	c 7	Simplifing CSP by introducing new Boolean variables
6.40/6.54	c 7	CSP : 362 integers, 18292 booleans, 20432 clauses, largest domain size 26
6.40/6.54	c 7	Heap : 151 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.39/7.53	c 8	Encoding CSP to SAT : HOME/temp.cnf
7.39/7.56	c 8	37 (10%) CSP integer variables are encoded (888 clauses, 9624 bytes)
7.39/7.56	c 8	73 (20%) CSP integer variables are encoded (1752 clauses, 20713 bytes)
7.39/7.56	c 8	109 (30%) CSP integer variables are encoded (2616 clauses, 31945 bytes)
7.39/7.56	c 8	145 (40%) CSP integer variables are encoded (3480 clauses, 43177 bytes)
7.39/7.56	c 8	181 (50%) CSP integer variables are encoded (4344 clauses, 54409 bytes)
7.39/7.57	c 8	218 (60%) CSP integer variables are encoded (5232 clauses, 65953 bytes)
7.39/7.57	c 8	254 (70%) CSP integer variables are encoded (6096 clauses, 77185 bytes)
7.39/7.57	c 8	290 (80%) CSP integer variables are encoded (6960 clauses, 88417 bytes)
7.39/7.57	c 8	326 (90%) CSP integer variables are encoded (7824 clauses, 99649 bytes)
7.39/7.57	c 8	362 (100%) CSP integer variables are encoded (8688 clauses, 110881 bytes)
98.78/99.43	c 99	2044 (10%) CSP clauses are encoded (1315755 clauses, 57979717 bytes)
210.01/220.25	c 220	4087 (20%) CSP clauses are encoded (1925208 clauses, 90907689 bytes)
285.18/303.01	c 303	6130 (30%) CSP clauses are encoded (2225960 clauses, 107980181 bytes)
430.53/465.44	c 465	8173 (40%) CSP clauses are encoded (2787490 clauses, 142204179 bytes)
430.63/465.54	c 466	10216 (50%) CSP clauses are encoded (2835958 clauses, 143119574 bytes)
430.72/465.64	c 466	12260 (60%) CSP clauses are encoded (2884452 clauses, 144069678 bytes)
430.78/465.77	c 466	14303 (70%) CSP clauses are encoded (2932945 clauses, 145026870 bytes)
430.88/465.86	c 466	16346 (80%) CSP clauses are encoded (2981413 clauses, 145983615 bytes)
454.19/491.74	c 492	18389 (90%) CSP clauses are encoded (3125307 clauses, 154243096 bytes)
454.29/491.83	c 492	20432 (100%) CSP clauses are encoded (3175100 clauses, 155223148 bytes)
454.29/491.83	c 492	20432 CSP clauses encoded
454.29/491.84	c 492	Writing map file : HOME/temp.map
454.29/491.86	c 492	Heap : 166 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
454.29/491.86	c 492	SAT : 27342 SAT variables, 3175100 SAT clauses, 155223148 bytes
454.29/491.86	c 492	Heap : 166 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
454.36/491.92	c 492	SOLVING HOME/temp.cnf
454.36/491.92	c 492	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.02/1848.62	c ERROR INTERRUPTED
1800.02/1848.64	s UNKNOWN
1800.02/1848.64	c 1849	CPU 454.39 (0.04 0.02 452.58 1.75)
1800.02/1848.64	c 1849	END Sun Jul 12 04:50:51 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2077549-1247365202/watcher-2077549-1247365202 -o /tmp/evaluation-result-2077549-1247365202/solver-2077549-1247365202 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2077549-1247365202.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.06 2.05 2.00 4/82 19832
/proc/meminfo: memFree=1486560/2055920 swapFree=4192956/4192956
[pid=19832] ppid=19830 vsize=12272 CPUtime=0
/proc/19832/stat : 19832 (sugar) R 19830 19832 19023 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 23585780 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 234046061157 0 0 4224 0 0 0 0 17 0 0 0
/proc/19832/statm: 3068 327 246 3 0 168 0

[startup+0.0385519 s]
/proc/loadavg: 2.06 2.05 2.00 4/82 19832
/proc/meminfo: memFree=1486560/2055920 swapFree=4192956/4192956
[pid=19832] ppid=19830 vsize=13468 CPUtime=0.03
/proc/19832/stat : 19832 (sugar) R 19830 19832 19023 0 -1 4194304 754 0 0 0 2 1 0 0 18 0 1 0 23585780 13791232 722 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 0 0 0 0 17 0 0 0
/proc/19832/statm: 3367 722 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.10156 s]
/proc/loadavg: 2.06 2.05 2.00 4/82 19832
/proc/meminfo: memFree=1486560/2055920 swapFree=4192956/4192956
[pid=19832] ppid=19830 vsize=16868 CPUtime=0.06
/proc/19832/stat : 19832 (sugar) S 19830 19832 19023 0 -1 4194304 1227 128 0 0 4 2 0 0 16 0 1 0 23585780 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19832/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301584 s]
/proc/loadavg: 2.06 2.05 2.00 4/82 19832
/proc/meminfo: memFree=1486560/2055920 swapFree=4192956/4192956
[pid=19832] ppid=19830 vsize=16868 CPUtime=0.06
/proc/19832/stat : 19832 (sugar) S 19830 19832 19023 0 -1 4194304 1227 128 0 0 4 2 0 0 16 0 1 0 23585780 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19832/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701625 s]
/proc/loadavg: 2.06 2.05 2.00 4/82 19832
/proc/meminfo: memFree=1486560/2055920 swapFree=4192956/4192956
[pid=19832] ppid=19830 vsize=16868 CPUtime=0.06
/proc/19832/stat : 19832 (sugar) S 19830 19832 19023 0 -1 4194304 1227 128 0 0 4 2 0 0 16 0 1 0 23585780 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19832/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50271 s]
/proc/loadavg: 2.06 2.05 2.00 4/93 19854
/proc/meminfo: memFree=1476104/2055920 swapFree=4192956/4192956
[pid=19832] ppid=19830 vsize=16868 CPUtime=0.78
/proc/19832/stat : 19832 (sugar) S 19830 19832 19023 0 -1 4194304 1309 8580 0 1 4 2 67 5 16 0 1 0 23585780 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19832/statm: 4217 1111 409 3 0 796 0
[pid=19845] ppid=19832 vsize=5356 CPUtime=0
/proc/19845/stat : 19845 (sh) S 19832 19832 19023 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23585861 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19845/statm: 1339 233 193 169 0 50 0
[pid=19846] ppid=19845 vsize=864256 CPUtime=0.67
/proc/19846/stat : 19846 (java) S 19845 19832 19023 0 -1 0 8134 0 1 0 63 4 0 0 18 0 9 0 23585861 884998144 7400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19846/statm: 216064 7400 2566 9 0 210569 0
[pid=19846/tid=19847] ppid=19845 vsize=864256 CPUtime=0.38
/proc/19846/task/19847/stat : 19847 (java) R 19845 19832 19023 0 -1 64 2591 0 1 0 37 1 0 0 22 0 9 0 23585862 884998144 7400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19846/tid=19848] ppid=19845 vsize=864256 CPUtime=0.21
/proc/19846/task/19848/stat : 19848 (java) R 19845 19832 19023 0 -1 64 4529 0 0 0 20 1 0 0 16 0 9 0 23585863 884998144 7400 996147200 134512640 134550932 4294955936 18446744073709551615 102758179 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19846/tid=19849] ppid=19845 vsize=864256 CPUtime=0
/proc/19846/task/19849/stat : 19849 (java) S 19845 19832 19023 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23585863 884998144 7400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19846/tid=19850] ppid=19845 vsize=864256 CPUtime=0
/proc/19846/task/19850/stat : 19850 (java) S 19845 19832 19023 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23585863 884998144 7400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19846/tid=19851] ppid=19845 vsize=864256 CPUtime=0
/proc/19846/task/19851/stat : 19851 (java) S 19845 19832 19023 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23585865 884998144 7400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19846/tid=19852] ppid=19845 vsize=864256 CPUtime=0.04
/proc/19846/task/19852/stat : 19852 (java) S 19845 19832 19023 0 -1 64 312 0 0 0 4 0 0 0 16 0 9 0 23585865 884998144 7400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19846/tid=19853] ppid=19845 vsize=864256 CPUtime=0
/proc/19846/task/19853/stat : 19853 (java) S 19845 19832 19023 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23585865 884998144 7400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19846/tid=19854] ppid=19845 vsize=864256 CPUtime=0
/proc/19846/task/19854/stat : 19854 (java) S 19845 19832 19023 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23585865 884998144 7400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886480

[startup+3.10287 s]
/proc/loadavg: 2.06 2.05 2.00 3/93 19854
/proc/meminfo: memFree=1444360/2055920 swapFree=4192956/4192956
[pid=19832] ppid=19830 vsize=16868 CPUtime=0.78
/proc/19832/stat : 19832 (sugar) S 19830 19832 19023 0 -1 4194304 1309 8580 0 1 4 2 67 5 16 0 1 0 23585780 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19832/statm: 4217 1111 409 3 0 796 0
[pid=19845] ppid=19832 vsize=5356 CPUtime=0
/proc/19845/stat : 19845 (sh) S 19832 19832 19023 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23585861 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19845/statm: 1339 233 193 169 0 50 0
[pid=19846] ppid=19845 vsize=868532 CPUtime=2.26
/proc/19846/stat : 19846 (java) S 19845 19832 19023 0 -1 0 20382 0 1 0 215 11 0 0 18 0 9 0 23585861 889376768 19589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19846/statm: 217133 19589 2566 9 0 211638 0
[pid=19846/tid=19847] ppid=19845 vsize=868532 CPUtime=1.03
/proc/19846/task/19847/stat : 19847 (java) R 19845 19832 19023 0 -1 64 3203 0 1 0 101 2 0 0 25 0 9 0 23585862 889376768 19589 996147200 134512640 134550932 4294955936 18446744073709551615 103210830 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19846/tid=19848] ppid=19845 vsize=868532 CPUtime=1.06
/proc/19846/task/19848/stat : 19848 (java) S 19845 19832 19023 0 -1 64 15008 0 0 0 100 6 0 0 16 0 9 0 23585863 889376768 19589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19846/tid=19849] ppid=19845 vsize=868532 CPUtime=0
/proc/19846/task/19849/stat : 19849 (java) S 19845 19832 19023 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23585863 889376768 19589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19846/tid=19850] ppid=19845 vsize=868532 CPUtime=0
/proc/19846/task/19850/stat : 19850 (java) S 19845 19832 19023 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23585863 889376768 19589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19846/tid=19851] ppid=19845 vsize=868532 CPUtime=0
/proc/19846/task/19851/stat : 19851 (java) S 19845 19832 19023 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23585865 889376768 19589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19846/tid=19852] ppid=19845 vsize=868532 CPUtime=0.13
/proc/19846/task/19852/stat : 19852 (java) S 19845 19832 19023 0 -1 64 1469 0 0 0 12 1 0 0 16 0 9 0 23585865 889376768 19589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19846/tid=19853] ppid=19845 vsize=868532 CPUtime=0
/proc/19846/task/19853/stat : 19853 (java) S 19845 19832 19023 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23585865 889376768 19589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19846/tid=19854] ppid=19845 vsize=868532 CPUtime=0
/proc/19846/task/19854/stat : 19854 (java) S 19845 19832 19023 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23585865 889376768 19589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 890756

[startup+6.30221 s]
/proc/loadavg: 2.21 2.08 2.01 4/93 19854
/proc/meminfo: memFree=1352456/2055920 swapFree=4192956/4192956
[pid=19832] ppid=19830 vsize=16868 CPUtime=0.78
/proc/19832/stat : 19832 (sugar) S 19830 19832 19023 0 -1 4194304 1309 8580 0 1 4 2 67 5 16 0 1 0 23585780 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19832/statm: 4217 1111 409 3 0 796 0
[pid=19845] ppid=19832 vsize=5356 CPUtime=0
/proc/19845/stat : 19845 (sh) S 19832 19832 19023 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23585861 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19845/statm: 1339 233 193 169 0 50 0
[pid=19846] ppid=19845 vsize=868620 CPUtime=5.42
/proc/19846/stat : 19846 (java) S 19845 19832 19023 0 -1 0 43703 0 1 0 521 21 0 0 18 0 9 0 23585861 889466880 42871 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19846/statm: 217155 42871 2566 9 0 211660 0
[pid=19846/tid=19847] ppid=19845 vsize=868620 CPUtime=2.18
/proc/19846/task/19847/stat : 19847 (java) R 19845 19832 19023 0 -1 64 4458 0 1 0 215 3 0 0 25 0 9 0 23585862 889466880 42871 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19846/tid=19848] ppid=19845 vsize=868620 CPUtime=3.07
/proc/19846/task/19848/stat : 19848 (java) R 19845 19832 19023 0 -1 64 37065 0 0 0 291 16 0 0 16 0 9 0 23585863 889466880 42871 996147200 134512640 134550932 4294955936 18446744073709551615 104187610 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19846/tid=19849] ppid=19845 vsize=868620 CPUtime=0
/proc/19846/task/19849/stat : 19849 (java) S 19845 19832 19023 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23585863 889466880 42871 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19846/tid=19850] ppid=19845 vsize=868620 CPUtime=0
/proc/19846/task/19850/stat : 19850 (java) S 19845 19832 19023 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23585863 889466880 42871 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19846/tid=19851] ppid=19845 vsize=868620 CPUtime=0
/proc/19846/task/19851/stat : 19851 (java) S 19845 19832 19023 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23585865 889466880 42871 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19846/tid=19852] ppid=19845 vsize=868620 CPUtime=0.15
/proc/19846/task/19852/stat : 19852 (java) S 19845 19832 19023 0 -1 64 1478 0 0 0 14 1 0 0 15 0 9 0 23585865 889466880 42871 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19846/tid=19853] ppid=19845 vsize=868620 CPUtime=0
/proc/19846/task/19853/stat : 19853 (java) S 19845 19832 19023 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23585865 889466880 42871 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19846/tid=19854] ppid=19845 vsize=868620 CPUtime=0
/proc/19846/task/19854/stat : 19854 (java) S 19845 19832 19023 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23585865 889466880 42871 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 890844

[startup+12.7019 s]
/proc/loadavg: 2.19 2.08 2.01 2/82 19856
/proc/meminfo: memFree=1328736/2055920 swapFree=4192956/4192956
[pid=19832] ppid=19830 vsize=16868 CPUtime=0.78
/proc/19832/stat : 19832 (sugar) S 19830 19832 19023 0 -1 4194304 1310 8580 0 1 4 2 67 5 16 0 1 0 23585780 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19832/statm: 4217 1111 409 3 0 796 0
[pid=19845] ppid=19832 vsize=5356 CPUtime=0
/proc/19845/stat : 19845 (sh) S 19832 19832 19023 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23585861 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19845/statm: 1339 233 193 169 0 50 0
[pid=19846] ppid=19845 vsize=868732 CPUtime=11.76
/proc/19846/stat : 19846 (java) S 19845 19832 19023 0 -1 0 55432 0 1 0 1147 29 0 0 18 0 9 0 23585861 889581568 45583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19846/statm: 217183 45583 2593 9 0 211660 0
[pid=19846/tid=19847] ppid=19845 vsize=868732 CPUtime=7.28
/proc/19846/task/19847/stat : 19847 (java) R 19845 19832 19023 0 -1 64 4732 0 1 0 722 6 0 0 20 0 9 0 23585862 889581568 45583 996147200 134512640 134550932 4294955936 18446744073709551615 4125952186 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19846/tid=19848] ppid=19845 vsize=868732 CPUtime=4.23
/proc/19846/task/19848/stat : 19848 (java) S 19845 19832 19023 0 -1 64 48469 0 0 0 403 20 0 0 16 0 9 0 23585863 889581568 45583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19846/tid=19849] ppid=19845 vsize=868732 CPUtime=0
/proc/19846/task/19849/stat : 19849 (java) S 19845 19832 19023 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23585863 889581568 45583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19846/tid=19850] ppid=19845 vsize=868732 CPUtime=0
/proc/19846/task/19850/stat : 19850 (java) S 19845 19832 19023 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23585863 889581568 45583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19846/tid=19851] ppid=19845 vsize=868732 CPUtime=0
/proc/19846/task/19851/stat : 19851 (java) S 19845 19832 19023 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23585865 889581568 45583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19846/tid=19852] ppid=19845 vsize=868732 CPUtime=0.21
/proc/19846/task/19852/stat : 19852 (java) S 19845 19832 19023 0 -1 64 1529 0 0 0 20 1 0 0 16 0 9 0 23585865 889581568 45583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19846/tid=19853] ppid=19845 vsize=868732 CPUtime=0
/proc/19846/task/19853/stat : 19853 (java) S 19845 19832 19023 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23585865 889581568 45583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19846/tid=19854] ppid=19845 vsize=868732 CPUtime=0
/proc/19846/task/19854/stat : 19854 (java) S 19845 19832 19023 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23585865 889581568 45583 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 890956

[startup+25.5022 s]
/proc/loadavg: 2.22 2.09 2.02 3/94 19937
/proc/meminfo: memFree=1205048/2055920 swapFree=4192956/4192956
[pid=19832] ppid=19830 vsize=16868 CPUtime=0.78
/proc/19832/stat : 19832 (sugar) S 19830 19832 19023 0 -1 4194304 1310 8580 0 1 4 2 67 5 16 0 1 0 23585780 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19832/statm: 4217 1111 409 3 0 796 0
[pid=19845] ppid=19832 vsize=5356 CPUtime=0
/proc/19845/stat : 19845 (sh) S 19832 19832 19023 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23585861 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19845/statm: 1339 233 193 169 0 50 0
[pid=19846] ppid=19845 vsize=868732 CPUtime=24.49
/proc/19846/stat : 19846 (java) S 19845 19832 19023 0 -1 0 55489 0 1 0 2412 37 0 0 18 0 9 0 23585861 889581568 45588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19846/statm: 217183 45588 2593 9 0 211660 0
[pid=19846/tid=19847] ppid=19845 vsize=868732 CPUtime=19.73
/proc/19846/task/19847/stat : 19847 (java) R 19845 19832 19023 0 -1 64 4784 0 1 0 1960 13 0 0 25 0 9 0 23585862 889581568 45588 996147200 134512640 134550932 4294955936 18446744073709551615 4126954576 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19846/tid=19848] ppid=19845 vsize=868732 CPUtime=4.52
/proc/19846/task/19848/stat : 19848 (java) S 19845 19832 19023 0 -1 64 48474 0 0 0 431 21 0 0 16 0 9 0 23585863 889581568 45588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19846/tid=19849] ppid=19845 vsize=868732 CPUtime=0
/proc/19846/task/19849/stat : 19849 (java) S 19845 19832 19023 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23585863 889581568 45588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19846/tid=19850] ppid=19845 vsize=868732 CPUtime=0
/proc/19846/task/19850/stat : 19850 (java) S 19845 19832 19023 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23585863 889581568 45588 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19846/tid=19851] ppid=19845 vsize=868732 CPUtime=0

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

/proc/meminfo: memFree=901784/2055920 swapFree=4192956/4192956
[pid=19832] ppid=19830 vsize=16868 CPUtime=454.39
/proc/19832/stat : 19832 (sugar) S 19830 19832 19023 0 -1 4194304 1365 112420 0 2 4 2 45258 175 16 0 1 0 23585780 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19832/statm: 4217 1113 409 3 0 796 0
[pid=18208] ppid=19832 vsize=5356 CPUtime=0
/proc/18208/stat : 18208 (sh) S 19832 19832 19023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23634972 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18208/statm: 1339 232 193 169 0 50 0
[pid=18213] ppid=18208 vsize=195040 CPUtime=861.67
/proc/18213/stat : 18213 (picosat) R 18208 19832 19023 0 -1 4194304 48847 0 0 0 82672 3495 0 0 25 0 1 0 23634972 199720960 47585 996147200 134512640 134931368 4294956256 18446744073709551615 134524110 0 0 4096 0 0 0 0 17 1 0 0
/proc/18213/statm: 48760 47585 48 102 0 48655 0
Current children cumulated CPU time (s) 1316.06
Current children cumulated vsize (KiB) 217264

[startup+1422.31 s]
/proc/loadavg: 2.00 2.04 2.17 3/78 22538
/proc/meminfo: memFree=901784/2055920 swapFree=4192956/4192956
[pid=19832] ppid=19830 vsize=16868 CPUtime=454.39
/proc/19832/stat : 19832 (sugar) S 19830 19832 19023 0 -1 4194304 1365 112420 0 2 4 2 45258 175 16 0 1 0 23585780 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19832/statm: 4217 1113 409 3 0 796 0
[pid=18208] ppid=19832 vsize=5356 CPUtime=0
/proc/18208/stat : 18208 (sh) S 19832 19832 19023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23634972 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18208/statm: 1339 232 193 169 0 50 0
[pid=18213] ppid=18208 vsize=195040 CPUtime=921.38
/proc/18213/stat : 18213 (picosat) R 18208 19832 19023 0 -1 4194304 48847 0 0 0 88643 3495 0 0 25 0 1 0 23634972 199720960 47585 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18213/statm: 48760 47585 48 102 0 48655 0
Current children cumulated CPU time (s) 1375.77
Current children cumulated vsize (KiB) 217264

[startup+1482.3 s]
/proc/loadavg: 2.00 2.03 2.15 3/78 22538
/proc/meminfo: memFree=899608/2055920 swapFree=4192956/4192956
[pid=19832] ppid=19830 vsize=16868 CPUtime=454.39
/proc/19832/stat : 19832 (sugar) S 19830 19832 19023 0 -1 4194304 1365 112420 0 2 4 2 45258 175 16 0 1 0 23585780 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19832/statm: 4217 1113 409 3 0 796 0
[pid=18208] ppid=19832 vsize=5356 CPUtime=0
/proc/18208/stat : 18208 (sh) S 19832 19832 19023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23634972 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18208/statm: 1339 232 193 169 0 50 0
[pid=18213] ppid=18208 vsize=196228 CPUtime=981.09
/proc/18213/stat : 18213 (picosat) R 18208 19832 19023 0 -1 4194304 49334 0 0 0 94613 3496 0 0 25 0 1 0 23634972 200937472 47900 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18213/statm: 49057 47900 48 102 0 48952 0
Current children cumulated CPU time (s) 1435.48
Current children cumulated vsize (KiB) 218452

[startup+1542.3 s]
/proc/loadavg: 2.00 2.02 2.14 3/78 22538
/proc/meminfo: memFree=899608/2055920 swapFree=4192956/4192956
[pid=19832] ppid=19830 vsize=16868 CPUtime=454.39
/proc/19832/stat : 19832 (sugar) S 19830 19832 19023 0 -1 4194304 1365 112420 0 2 4 2 45258 175 16 0 1 0 23585780 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19832/statm: 4217 1113 409 3 0 796 0
[pid=18208] ppid=19832 vsize=5356 CPUtime=0
/proc/18208/stat : 18208 (sh) S 19832 19832 19023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23634972 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18208/statm: 1339 232 193 169 0 50 0
[pid=18213] ppid=18208 vsize=196228 CPUtime=1040.8
/proc/18213/stat : 18213 (picosat) R 18208 19832 19023 0 -1 4194304 49334 0 0 0 100584 3496 0 0 25 0 1 0 23634972 200937472 47900 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18213/statm: 49057 47900 48 102 0 48952 0
Current children cumulated CPU time (s) 1495.19
Current children cumulated vsize (KiB) 218452

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.13 3/78 22538
/proc/meminfo: memFree=898840/2055920 swapFree=4192956/4192956
[pid=19832] ppid=19830 vsize=16868 CPUtime=454.39
/proc/19832/stat : 19832 (sugar) S 19830 19832 19023 0 -1 4194304 1365 112420 0 2 4 2 45258 175 16 0 1 0 23585780 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19832/statm: 4217 1113 409 3 0 796 0
[pid=18208] ppid=19832 vsize=5356 CPUtime=0
/proc/18208/stat : 18208 (sh) S 19832 19832 19023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23634972 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18208/statm: 1339 232 193 169 0 50 0
[pid=18213] ppid=18208 vsize=196756 CPUtime=1100.51
/proc/18213/stat : 18213 (picosat) R 18208 19832 19023 0 -1 4194304 49670 0 0 0 106555 3496 0 0 25 0 1 0 23634972 201478144 48057 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18213/statm: 49189 48057 48 102 0 49084 0
Current children cumulated CPU time (s) 1554.9
Current children cumulated vsize (KiB) 218980

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.12 3/78 22538
/proc/meminfo: memFree=898840/2055920 swapFree=4192956/4192956
[pid=19832] ppid=19830 vsize=16868 CPUtime=454.39
/proc/19832/stat : 19832 (sugar) S 19830 19832 19023 0 -1 4194304 1365 112420 0 2 4 2 45258 175 16 0 1 0 23585780 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19832/statm: 4217 1113 409 3 0 796 0
[pid=18208] ppid=19832 vsize=5356 CPUtime=0
/proc/18208/stat : 18208 (sh) S 19832 19832 19023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23634972 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18208/statm: 1339 232 193 169 0 50 0
[pid=18213] ppid=18208 vsize=196756 CPUtime=1160.22
/proc/18213/stat : 18213 (picosat) R 18208 19832 19023 0 -1 4194304 49671 0 0 0 112526 3496 0 0 25 0 1 0 23634972 201478144 48058 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18213/statm: 49189 48058 48 102 0 49084 0
Current children cumulated CPU time (s) 1614.61
Current children cumulated vsize (KiB) 218980

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.11 3/78 22538
/proc/meminfo: memFree=898136/2055920 swapFree=4192956/4192956
[pid=19832] ppid=19830 vsize=16868 CPUtime=454.39
/proc/19832/stat : 19832 (sugar) S 19830 19832 19023 0 -1 4194304 1365 112420 0 2 4 2 45258 175 16 0 1 0 23585780 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19832/statm: 4217 1113 409 3 0 796 0
[pid=18208] ppid=19832 vsize=5356 CPUtime=0
/proc/18208/stat : 18208 (sh) S 19832 19832 19023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23634972 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18208/statm: 1339 232 193 169 0 50 0
[pid=18213] ppid=18208 vsize=196756 CPUtime=1219.94
/proc/18213/stat : 18213 (picosat) R 18208 19832 19023 0 -1 4194304 49873 0 0 0 118498 3496 0 0 25 0 1 0 23634972 201478144 48078 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/18213/statm: 49189 48078 48 102 0 49084 0
Current children cumulated CPU time (s) 1674.33
Current children cumulated vsize (KiB) 218980

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.10 3/78 22538
/proc/meminfo: memFree=898136/2055920 swapFree=4192956/4192956
[pid=19832] ppid=19830 vsize=16868 CPUtime=454.39
/proc/19832/stat : 19832 (sugar) S 19830 19832 19023 0 -1 4194304 1365 112420 0 2 4 2 45258 175 16 0 1 0 23585780 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19832/statm: 4217 1113 409 3 0 796 0
[pid=18208] ppid=19832 vsize=5356 CPUtime=0
/proc/18208/stat : 18208 (sh) S 19832 19832 19023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23634972 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18208/statm: 1339 232 193 169 0 50 0
[pid=18213] ppid=18208 vsize=196756 CPUtime=1279.65
/proc/18213/stat : 18213 (picosat) R 18208 19832 19023 0 -1 4194304 49873 0 0 0 124469 3496 0 0 25 0 1 0 23634972 201478144 48078 996147200 134512640 134931368 4294956256 18446744073709551615 134525783 0 0 4096 0 0 0 0 17 1 0 0
/proc/18213/statm: 49189 48078 48 102 0 49084 0
Current children cumulated CPU time (s) 1734.04
Current children cumulated vsize (KiB) 218980

[startup+1842.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/78 22538
/proc/meminfo: memFree=895192/2055920 swapFree=4192956/4192956
[pid=19832] ppid=19830 vsize=16868 CPUtime=454.39
/proc/19832/stat : 19832 (sugar) S 19830 19832 19023 0 -1 4194304 1365 112420 0 2 4 2 45258 175 16 0 1 0 23585780 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19832/statm: 4217 1113 409 3 0 796 0
[pid=18208] ppid=19832 vsize=5356 CPUtime=0
/proc/18208/stat : 18208 (sh) S 19832 19832 19023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23634972 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18208/statm: 1339 232 193 169 0 50 0
[pid=18213] ppid=18208 vsize=198340 CPUtime=1339.37
/proc/18213/stat : 18213 (picosat) R 18208 19832 19023 0 -1 4194304 50486 0 0 0 130440 3497 0 0 25 0 1 0 23634972 203100160 48497 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18213/statm: 49585 48497 48 102 0 49480 0
Current children cumulated CPU time (s) 1793.76
Current children cumulated vsize (KiB) 220564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1848.6 s]
/proc/loadavg: 2.00 2.00 2.09 3/78 22538
/proc/meminfo: memFree=895192/2055920 swapFree=4192956/4192956
[pid=19832] ppid=19830 vsize=16868 CPUtime=454.39
/proc/19832/stat : 19832 (sugar) S 19830 19832 19023 0 -1 4194304 1365 112420 0 2 4 2 45258 175 16 0 1 0 23585780 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19832/statm: 4217 1113 409 3 0 796 0
[pid=18208] ppid=19832 vsize=5356 CPUtime=0
/proc/18208/stat : 18208 (sh) S 19832 19832 19023 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23634972 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18208/statm: 1339 232 193 169 0 50 0
[pid=18213] ppid=18208 vsize=198340 CPUtime=1345.63
/proc/18213/stat : 18213 (picosat) R 18208 19832 19023 0 -1 4194304 50486 0 0 0 131066 3497 0 0 25 0 1 0 23634972 203100160 48497 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/18213/statm: 49585 48497 48 102 0 49480 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 220564

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19832 and gives
#  childrusage.ru_utime.tv_sec=452
#  childrusage.ru_utime.tv_usec=633189
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=785728
# CPU time returned by wait4() is 454.419
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1848.64
CPU time (s): 1800.02
CPU user time (s): 1763.28
CPU system time (s): 36.74
CPU usage (%): 97.3699
Max. virtual memory (cumulated for all children) (KiB): 911448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 452.633
system time used= 1.78573
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 114179
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= 19139
involuntary context switches= 36423

runsolver used 2.6346 second user time and 5.97609 second system time

The end

Launcher Data

Begin job on node79 at 2009-07-12 04:20:02
IDJOB=2077549
IDBENCH=56612
IDSOLVER=738
FILE ID=node79/2077549-1247365202
PBS_JOBID= 9507019
Free space on /tmp= 66328 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-21-03.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2077549-1247365202/watcher-2077549-1247365202 -o /tmp/evaluation-result-2077549-1247365202/solver-2077549-1247365202 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2077549-1247365202.xml

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

MD5SUM BENCH= d2602ffdba29ded4bf4e1d3ecdfa8424
RANDOM SEED=703288973

node79.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.229
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1487112 kB
Buffers:         71776 kB
Cached:         383416 kB
SwapCached:          0 kB
Active:         178564 kB
Inactive:       317876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1487112 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2352 kB
Writeback:           0 kB
Mapped:          53836 kB
Slab:            57552 kB
Committed_AS:   221240 kB
PageTables:       1856 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= 66252 MiB
End job on node79 at 2009-07-12 04:50:53