Trace number 2077351

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

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg5-8_ext.xml
MD5SUMd448df7b768e7be8842dd4094eb7aad9
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.2968
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints13
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension13
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 04:05:51 2009
0.00/0.08	c 0	PID 16837
0.00/0.08	c 0	HOST node9.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2077351-1247364351.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2077351-1247364351.xml' 'HOME/temp.csp'
0.69/1.32	c 1	1 domains, 40 variables, 0 predicates, 2 relations, 13 constraints
0.69/1.34	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.69/1.34	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.71/1.45	c 2	Parsing HOME/temp.csp
0.71/2.11	c 2	parsed 56 expressions
0.71/2.13	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.71/2.13	c 2	Converting to clausal form CSP
0.71/2.15	c 2	converted 6 (10%) expressions
0.71/2.15	c 2	converted 12 (20%) expressions
0.71/2.15	c 2	converted 17 (30%) expressions
0.71/2.15	c 2	converted 23 (40%) expressions
0.71/2.15	c 2	converted 28 (50%) expressions
0.71/2.15	c 2	converted 34 (60%) expressions
0.71/2.15	c 2	converted 40 (70%) expressions
1.57/2.38	c 2	converted 45 (80%) expressions
1.95/2.74	c 3	converted 51 (90%) expressions
4.66/5.47	c 6	converted 56 (100%) expressions
4.66/5.47	c 6	CSP : 40 integers, 0 booleans, 13 clauses, largest domain size 26
4.66/5.47	c 6	Heap : 92 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.66/5.47	c 6	Propagation in CSP
4.66/5.47	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.66/5.47	c 6	CSP : 40 integers, 0 booleans, 13 clauses, largest domain size 26
4.66/5.47	c 6	Heap : 92 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.66/5.47	c 6	Simplifing CSP by introducing new Boolean variables
4.66/5.47	c 6	CSP : 40 integers, 0 booleans, 13 clauses, largest domain size 26
4.66/5.47	c 6	Heap : 92 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.26/6.06	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.26/6.06	c 6	4 (10%) CSP integer variables are encoded (96 clauses, 912 bytes)
5.26/6.07	c 6	8 (20%) CSP integer variables are encoded (192 clauses, 1968 bytes)
5.26/6.07	c 6	12 (30%) CSP integer variables are encoded (288 clauses, 3024 bytes)
5.26/6.07	c 6	16 (40%) CSP integer variables are encoded (384 clauses, 4080 bytes)
5.26/6.07	c 6	20 (50%) CSP integer variables are encoded (480 clauses, 5136 bytes)
5.26/6.08	c 6	24 (60%) CSP integer variables are encoded (576 clauses, 6192 bytes)
5.26/6.08	c 6	28 (70%) CSP integer variables are encoded (672 clauses, 7248 bytes)
5.26/6.08	c 6	32 (80%) CSP integer variables are encoded (768 clauses, 8304 bytes)
5.26/6.08	c 6	36 (90%) CSP integer variables are encoded (864 clauses, 9360 bytes)
5.26/6.09	c 6	40 (100%) CSP integer variables are encoded (960 clauses, 10417 bytes)
7.95/8.70	c 9	2 (10%) CSP clauses are encoded (38290 clauses, 1309687 bytes)
9.15/9.93	c 10	3 (20%) CSP clauses are encoded (56955 clauses, 1967788 bytes)
10.36/11.17	c 11	4 (30%) CSP clauses are encoded (75620 clauses, 2626159 bytes)
12.85/13.61	c 14	6 (40%) CSP clauses are encoded (112950 clauses, 4013015 bytes)
14.05/14.83	c 15	7 (50%) CSP clauses are encoded (131615 clauses, 4706443 bytes)
15.25/16.05	c 16	8 (60%) CSP clauses are encoded (150280 clauses, 5400175 bytes)
547.63/548.68	c 549	10 (70%) CSP clauses are encoded (657548 clauses, 31582002 bytes)
815.11/817.69	c 818	11 (80%) CSP clauses are encoded (911182 clauses, 45747848 bytes)
1098.58/1105.63	c 1106	12 (90%) CSP clauses are encoded (1164816 clauses, 59913694 bytes)
1357.34/1373.81	c 1374	13 (100%) CSP clauses are encoded (1418450 clauses, 74083187 bytes)
1357.34/1373.81	c 1374	13 CSP clauses encoded
1357.34/1373.81	c 1374	Writing map file : HOME/temp.map
1357.34/1373.81	c 1374	Heap : 117 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1357.34/1373.81	c 1374	SAT : 1000 SAT variables, 1418450 SAT clauses, 74083187 bytes
1357.34/1373.81	c 1374	Heap : 117 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1357.34/1373.88	c 1374	SOLVING HOME/temp.cnf
1357.34/1373.88	c 1374	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.08/1827.82	c ERROR INTERRUPTED
1800.08/1827.82	s UNKNOWN
1800.08/1827.82	c 1828	CPU 1357.41 (0.05 0.01 1356.05 1.3)
1800.08/1827.82	c 1828	END Sun Jul 12 04:36:19 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-2077351-1247364351/watcher-2077351-1247364351 -o /tmp/evaluation-result-2077351-1247364351/solver-2077351-1247364351 -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-2077351-1247364351.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.98 2.55 2.22 5/78 16837
/proc/meminfo: memFree=1748548/2055920 swapFree=4192812/4192956
[pid=16837] ppid=16835 vsize=12268 CPUtime=0
/proc/16837/stat : 16837 (sugar) R 16835 16837 15844 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 23502223 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 215419157093 0 2147483391 4224 0 0 0 0 17 0 0 0
/proc/16837/statm: 3067 316 241 3 0 167 0

[startup+0.101975 s]
/proc/loadavg: 2.98 2.55 2.22 5/78 16837
/proc/meminfo: memFree=1748548/2055920 swapFree=4192812/4192956
[pid=16837] ppid=16835 vsize=16868 CPUtime=0.06
/proc/16837/stat : 16837 (sugar) S 16835 16837 15844 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23502223 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16837/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201992 s]
/proc/loadavg: 2.98 2.55 2.22 5/78 16837
/proc/meminfo: memFree=1748548/2055920 swapFree=4192812/4192956
[pid=16837] ppid=16835 vsize=16868 CPUtime=0.06
/proc/16837/stat : 16837 (sugar) S 16835 16837 15844 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23502223 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16837/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302 s]
/proc/loadavg: 2.98 2.55 2.22 5/78 16837
/proc/meminfo: memFree=1748548/2055920 swapFree=4192812/4192956
[pid=16837] ppid=16835 vsize=16868 CPUtime=0.06
/proc/16837/stat : 16837 (sugar) S 16835 16837 15844 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23502223 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16837/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701042 s]
/proc/loadavg: 2.98 2.55 2.22 5/78 16837
/proc/meminfo: memFree=1748548/2055920 swapFree=4192812/4192956
[pid=16837] ppid=16835 vsize=16868 CPUtime=0.06
/proc/16837/stat : 16837 (sugar) S 16835 16837 15844 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23502223 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16837/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50114 s]
/proc/loadavg: 2.98 2.55 2.22 4/89 16849
/proc/meminfo: memFree=1708580/2055920 swapFree=4192812/4192956
[pid=16837] ppid=16835 vsize=16868 CPUtime=0.71
/proc/16837/stat : 16837 (sugar) S 16835 16837 15844 0 -1 4194304 1309 11480 0 1 5 1 57 8 16 0 1 0 23502223 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16837/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 16868

[startup+3.10232 s]
/proc/loadavg: 2.98 2.55 2.22 5/88 16879
/proc/meminfo: memFree=1716716/2055920 swapFree=4192812/4192956
[pid=16837] ppid=16835 vsize=16868 CPUtime=0.71
/proc/16837/stat : 16837 (sugar) S 16835 16837 15844 0 -1 4194304 1310 11480 0 1 5 1 57 8 16 0 1 0 23502223 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16837/statm: 4217 1111 409 3 0 796 0
[pid=16850] ppid=16837 vsize=5356 CPUtime=0
/proc/16850/stat : 16850 (sh) S 16837 16837 15844 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23502358 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16850/statm: 1339 233 193 169 0 50 0
[pid=16851] ppid=16850 vsize=864404 CPUtime=1.64
/proc/16851/stat : 16851 (java) S 16850 16837 15844 0 -1 0 14873 0 1 0 157 7 0 0 18 0 9 0 23502358 885149696 13438 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16851/statm: 216101 13438 2566 9 0 210606 0
[pid=16851/tid=16852] ppid=16850 vsize=864404 CPUtime=0.85
/proc/16851/task/16852/stat : 16852 (java) R 16850 16837 15844 0 -1 64 2883 0 1 0 83 2 0 0 16 0 9 0 23502359 885149696 13438 996147200 134512640 134550932 4294955936 18446744073709551615 103211397 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16851/tid=16853] ppid=16850 vsize=864404 CPUtime=0.72
/proc/16851/task/16853/stat : 16853 (java) R 16850 16837 15844 0 -1 64 10974 0 0 0 68 4 0 0 18 0 9 0 23502361 885149696 13438 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16851/tid=16854] ppid=16850 vsize=864404 CPUtime=0
/proc/16851/task/16854/stat : 16854 (java) S 16850 16837 15844 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 23502361 885149696 13438 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16851/tid=16855] ppid=16850 vsize=864404 CPUtime=0
/proc/16851/task/16855/stat : 16855 (java) S 16850 16837 15844 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23502361 885149696 13438 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16851/tid=16856] ppid=16850 vsize=864404 CPUtime=0
/proc/16851/task/16856/stat : 16856 (java) S 16850 16837 15844 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23502364 885149696 13438 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16851/tid=16857] ppid=16850 vsize=864404 CPUtime=0.04
/proc/16851/task/16857/stat : 16857 (java) S 16850 16837 15844 0 -1 64 313 0 0 0 4 0 0 0 16 0 9 0 23502364 885149696 13438 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16851/tid=16858] ppid=16850 vsize=864404 CPUtime=0
/proc/16851/task/16858/stat : 16858 (java) S 16850 16837 15844 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23502364 885149696 13438 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16851/tid=16859] ppid=16850 vsize=864404 CPUtime=0
/proc/16851/task/16859/stat : 16859 (java) S 16850 16837 15844 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23502364 885149696 13438 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 886628
heavy processes:

[startup+6.30267 s]
/proc/loadavg: 2.98 2.55 2.22 3/83 16900
/proc/meminfo: memFree=1632340/2055920 swapFree=4192812/4192956
[pid=16837] ppid=16835 vsize=16868 CPUtime=0.71
/proc/16837/stat : 16837 (sugar) S 16835 16837 15844 0 -1 4194304 1311 11480 0 1 5 1 57 8 15 0 1 0 23502223 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16837/statm: 4217 1112 409 3 0 796 0
[pid=16850] ppid=16837 vsize=5356 CPUtime=0
/proc/16850/stat : 16850 (sh) S 16837 16837 15844 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23502358 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16850/statm: 1339 233 193 169 0 50 0
[pid=16851] ppid=16850 vsize=864516 CPUtime=4.84
/proc/16851/stat : 16851 (java) S 16850 16837 15844 0 -1 0 31633 0 1 0 467 17 0 0 18 0 9 0 23502358 885264384 28833 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16851/statm: 216129 28833 2590 9 0 210606 0
[pid=16851/tid=16852] ppid=16850 vsize=864516 CPUtime=1.96
/proc/16851/task/16852/stat : 16852 (java) R 16850 16837 15844 0 -1 64 3726 0 1 0 193 3 0 0 17 0 9 0 23502359 885264384 28833 996147200 134512640 134550932 4294955936 18446744073709551615 4126574216 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16851/tid=16853] ppid=16850 vsize=864516 CPUtime=2.79
/proc/16851/task/16853/stat : 16853 (java) S 16850 16837 15844 0 -1 64 26870 0 0 0 266 13 0 0 16 0 9 0 23502361 885264384 28833 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16851/tid=16854] ppid=16850 vsize=864516 CPUtime=0
/proc/16851/task/16854/stat : 16854 (java) S 16850 16837 15844 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 23502361 885264384 28833 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16851/tid=16855] ppid=16850 vsize=864516 CPUtime=0
/proc/16851/task/16855/stat : 16855 (java) S 16850 16837 15844 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23502361 885264384 28833 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16851/tid=16856] ppid=16850 vsize=864516 CPUtime=0
/proc/16851/task/16856/stat : 16856 (java) S 16850 16837 15844 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23502364 885264384 28833 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16851/tid=16857] ppid=16850 vsize=864516 CPUtime=0.07
/proc/16851/task/16857/stat : 16857 (java) S 16850 16837 15844 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 23502364 885264384 28833 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16851/tid=16858] ppid=16850 vsize=864516 CPUtime=0
/proc/16851/task/16858/stat : 16858 (java) S 16850 16837 15844 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23502364 885264384 28833 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16851/tid=16859] ppid=16850 vsize=864516 CPUtime=0
/proc/16851/task/16859/stat : 16859 (java) S 16850 16837 15844 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23502364 885264384 28833 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.55
Current children cumulated vsize (KiB) 886740

[startup+12.7024 s]
/proc/loadavg: 2.90 2.55 2.22 3/83 16900
/proc/meminfo: memFree=1628892/2055920 swapFree=4192812/4192956
[pid=16837] ppid=16835 vsize=16868 CPUtime=0.71
/proc/16837/stat : 16837 (sugar) S 16835 16837 15844 0 -1 4194304 1311 11480 0 1 5 1 57 8 16 0 1 0 23502223 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16837/statm: 4217 1112 409 3 0 796 0
[pid=16850] ppid=16837 vsize=5356 CPUtime=0
/proc/16850/stat : 16850 (sh) S 16837 16837 15844 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23502358 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16850/statm: 1339 233 193 169 0 50 0
[pid=16851] ppid=16850 vsize=864516 CPUtime=11.24
/proc/16851/stat : 16851 (java) S 16850 16837 15844 0 -1 0 32077 0 1 0 1104 20 0 0 18 0 9 0 23502358 885264384 29241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16851/statm: 216129 29241 2590 9 0 210606 0
[pid=16851/tid=16852] ppid=16850 vsize=864516 CPUtime=8.19
/proc/16851/task/16852/stat : 16852 (java) R 16850 16837 15844 0 -1 64 3763 0 1 0 814 5 0 0 25 0 9 0 23502359 885264384 29241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16851/tid=16853] ppid=16850 vsize=864516 CPUtime=2.94
/proc/16851/task/16853/stat : 16853 (java) R 16850 16837 15844 0 -1 64 27272 0 0 0 280 14 0 0 16 0 9 0 23502361 885264384 29241 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16851/tid=16854] ppid=16850 vsize=864516 CPUtime=0
/proc/16851/task/16854/stat : 16854 (java) S 16850 16837 15844 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 23502361 885264384 29241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16851/tid=16855] ppid=16850 vsize=864516 CPUtime=0
/proc/16851/task/16855/stat : 16855 (java) S 16850 16837 15844 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23502361 885264384 29241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16851/tid=16856] ppid=16850 vsize=864516 CPUtime=0
/proc/16851/task/16856/stat : 16856 (java) S 16850 16837 15844 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23502364 885264384 29241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16851/tid=16857] ppid=16850 vsize=864516 CPUtime=0.08
/proc/16851/task/16857/stat : 16857 (java) S 16850 16837 15844 0 -1 64 339 0 0 0 8 0 0 0 17 0 9 0 23502364 885264384 29241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16851/tid=16858] ppid=16850 vsize=864516 CPUtime=0
/proc/16851/task/16858/stat : 16858 (java) S 16850 16837 15844 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23502364 885264384 29241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16851/tid=16859] ppid=16850 vsize=864516 CPUtime=0
/proc/16851/task/16859/stat : 16859 (java) S 16850 16837 15844 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23502364 885264384 29241 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.95
Current children cumulated vsize (KiB) 886740

[startup+25.5018 s]
/proc/loadavg: 2.76 2.53 2.22 3/83 16900
/proc/meminfo: memFree=1610340/2055920 swapFree=4192812/4192956
[pid=16837] ppid=16835 vsize=16868 CPUtime=0.71
/proc/16837/stat : 16837 (sugar) S 16835 16837 15844 0 -1 4194304 1311 11480 0 1 5 1 57 8 16 0 1 0 23502223 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16837/statm: 4217 1112 409 3 0 796 0
[pid=16850] ppid=16837 vsize=5356 CPUtime=0
/proc/16850/stat : 16850 (sh) S 16837 16837 15844 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23502358 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16850/statm: 1339 233 193 169 0 50 0
[pid=16851] ppid=16850 vsize=864516 CPUtime=24.03
/proc/16851/stat : 16851 (java) S 16850 16837 15844 0 -1 0 36110 0 1 0 2379 24 0 0 18 0 9 0 23502358 885264384 33226 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16851/statm: 216129 33226 2590 9 0 210606 0
[pid=16851/tid=16852] ppid=16850 vsize=864516 CPUtime=20.75
/proc/16851/task/16852/stat : 16852 (java) R 16850 16837 15844 0 -1 64 3811 0 1 0 2069 6 0 0 25 0 9 0 23502359 885264384 33226 996147200 134512640 134550932 4294955936 18446744073709551615 4126574269 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16851/tid=16853] ppid=16850 vsize=864516 CPUtime=3.16
/proc/16851/task/16853/stat : 16853 (java) S 16850 16837 15844 0 -1 64 31257 0 0 0 300 16 0 0 16 0 9 0 23502361 885264384 33226 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=16851/tid=16854] ppid=16850 vsize=864516 CPUtime=0
/proc/16851/task/16854/stat : 16854 (java) S 16850 16837 15844 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 23502361 885264384 33226 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16851/tid=16855] ppid=16850 vsize=864516 CPUtime=0
/proc/16851/task/16855/stat : 16855 (java) S 16850 16837 15844 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23502361 885264384 33226 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16851/tid=16856] ppid=16850 vsize=864516 CPUtime=0
/proc/16851/task/16856/stat : 16856 (java) S 16850 16837 15844 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23502364 885264384 33226 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16851/tid=16857] ppid=16850 vsize=864516 CPUtime=0.09
/proc/16851/task/16857/stat : 16857 (java) S 16850 16837 15844 0 -1 64 339 0 0 0 9 0 0 0 17 0 9 0 23502364 885264384 33226 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16851/tid=16858] ppid=16850 vsize=864516 CPUtime=0
/proc/16851/task/16858/stat : 16858 (java) S 16850 16837 15844 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23502364 885264384 33226 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16851/tid=16859] ppid=16850 vsize=864516 CPUtime=0
/proc/16851/task/16859/stat : 16859 (java) S 16850 16837 15844 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23502364 885264384 33226 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.74
Current children cumulated vsize (KiB) 886740

[startup+51.1027 s]
/proc/loadavg: 2.50 2.49 2.21 3/83 16900
/proc/meminfo: memFree=1610212/2055920 swapFree=4192812/4192956
[pid=16837] ppid=16835 vsize=16868 CPUtime=0.71
/proc/16837/stat : 16837 (sugar) S 16835 16837 15844 0 -1 4194304 1311 11480 0 1 5 1 57 8 16 0 1 0 23502223 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16837/statm: 4217 1112 409 3 0 796 0
[pid=16850] ppid=16837 vsize=5356 CPUtime=0
/proc/16850/stat : 16850 (sh) S 16837 16837 15844 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23502358 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16850/statm: 1339 233 193 169 0 50 0
[pid=16851] ppid=16850 vsize=864516 CPUtime=49.62
/proc/16851/stat : 16851 (java) S 16850 16837 15844 0 -1 0 36110 0 1 0 4937 25 0 0 18 0 9 0 23502358 885264384 33226 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=16851/tid=16855] ppid=16850 vsize=864516 CPUtime=0
/proc/16851/task/16855/stat : 16855 (java) S 16850 16837 15844 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23502361 885264384 50496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16851/tid=16856] ppid=16850 vsize=864516 CPUtime=0
/proc/16851/task/16856/stat : 16856 (java) S 16850 16837 15844 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23502364 885264384 50496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16851/tid=16857] ppid=16850 vsize=864516 CPUtime=0.09
/proc/16851/task/16857/stat : 16857 (java) S 16850 16837 15844 0 -1 64 343 0 0 0 9 0 0 0 16 0 9 0 23502364 885264384 50496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=16851/tid=16858] ppid=16850 vsize=864516 CPUtime=0
/proc/16851/task/16858/stat : 16858 (java) S 16850 16837 15844 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23502364 885264384 50496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16851/tid=16859] ppid=16850 vsize=864516 CPUtime=0
/proc/16851/task/16859/stat : 16859 (java) S 16850 16837 15844 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23502364 885264384 50496 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1346.09
Current children cumulated vsize (KiB) 886740

[startup+1422.3 s]
/proc/loadavg: 2.97 2.97 2.53 4/85 19590
/proc/meminfo: memFree=1151692/2055920 swapFree=4192812/4192956
[pid=16837] ppid=16835 vsize=16868 CPUtime=1357.4
/proc/16837/stat : 16837 (sugar) S 16835 16837 15844 0 -1 4194304 1366 98286 0 2 5 1 135605 129 16 0 1 0 23502223 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16837/statm: 4217 1113 409 3 0 796 0
[pid=15986] ppid=16837 vsize=5356 CPUtime=0
/proc/15986/stat : 15986 (sh) S 16837 16837 15844 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23639611 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15986/statm: 1339 232 193 169 0 50 0
[pid=15990] ppid=15986 vsize=96464 CPUtime=40.98
/proc/15990/stat : 15990 (picosat) R 15986 16837 15844 0 -1 4194304 23389 0 0 0 1949 2149 0 0 25 0 1 0 23639612 98779136 23375 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/15990/statm: 24116 23375 40 102 0 24011 0
Current children cumulated CPU time (s) 1398.38
Current children cumulated vsize (KiB) 118688

[startup+1482.3 s]
/proc/loadavg: 2.36 2.79 2.50 3/85 19590
/proc/meminfo: memFree=1150716/2055920 swapFree=4192812/4192956
[pid=16837] ppid=16835 vsize=16868 CPUtime=1357.4
/proc/16837/stat : 16837 (sugar) S 16835 16837 15844 0 -1 4194304 1366 98286 0 2 5 1 135605 129 16 0 1 0 23502223 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16837/statm: 4217 1113 409 3 0 796 0
[pid=15986] ppid=16837 vsize=5356 CPUtime=0
/proc/15986/stat : 15986 (sh) S 16837 16837 15844 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23639611 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15986/statm: 1339 232 193 169 0 50 0
[pid=15990] ppid=15986 vsize=97784 CPUtime=100.42
/proc/15990/stat : 15990 (picosat) R 15986 16837 15844 0 -1 4194304 23726 0 0 0 7876 2166 0 0 25 0 1 0 23639612 100130816 23712 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15990/statm: 24446 23712 42 102 0 24341 0
Current children cumulated CPU time (s) 1457.82
Current children cumulated vsize (KiB) 120008

[startup+1542.31 s]
/proc/loadavg: 2.20 2.66 2.47 3/85 19590
/proc/meminfo: memFree=1201148/2055920 swapFree=4192812/4192956
[pid=16837] ppid=16835 vsize=16868 CPUtime=1357.4
/proc/16837/stat : 16837 (sugar) S 16835 16837 15844 0 -1 4194304 1366 98286 0 2 5 1 135605 129 16 0 1 0 23502223 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16837/statm: 4217 1113 409 3 0 796 0
[pid=15986] ppid=16837 vsize=5356 CPUtime=0
/proc/15986/stat : 15986 (sh) S 16837 16837 15844 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23639611 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15986/statm: 1339 232 193 169 0 50 0
[pid=15990] ppid=15986 vsize=98312 CPUtime=159.86
/proc/15990/stat : 15990 (picosat) R 15986 16837 15844 0 -1 4194304 23856 0 0 0 13820 2166 0 0 25 0 1 0 23639612 100671488 23842 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15990/statm: 24578 23842 42 102 0 24473 0
Current children cumulated CPU time (s) 1517.26
Current children cumulated vsize (KiB) 120536

[startup+1602.3 s]
/proc/loadavg: 2.07 2.54 2.43 3/85 19590
/proc/meminfo: memFree=1200444/2055920 swapFree=4192812/4192956
[pid=16837] ppid=16835 vsize=16868 CPUtime=1357.4
/proc/16837/stat : 16837 (sugar) S 16835 16837 15844 0 -1 4194304 1366 98286 0 2 5 1 135605 129 16 0 1 0 23502223 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16837/statm: 4217 1113 409 3 0 796 0
[pid=15986] ppid=16837 vsize=5356 CPUtime=0
/proc/15986/stat : 15986 (sh) S 16837 16837 15844 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23639611 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15986/statm: 1339 232 193 169 0 50 0
[pid=15990] ppid=15986 vsize=98840 CPUtime=219.29
/proc/15990/stat : 15990 (picosat) R 15986 16837 15844 0 -1 4194304 24002 0 0 0 19763 2166 0 0 25 0 1 0 23639612 101212160 23988 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15990/statm: 24710 23988 42 102 0 24605 0
Current children cumulated CPU time (s) 1576.69
Current children cumulated vsize (KiB) 121064

[startup+1662.3 s]
/proc/loadavg: 2.02 2.44 2.40 4/85 19590
/proc/meminfo: memFree=1279612/2055920 swapFree=4192812/4192956
[pid=16837] ppid=16835 vsize=16868 CPUtime=1357.4
/proc/16837/stat : 16837 (sugar) S 16835 16837 15844 0 -1 4194304 1366 98286 0 2 5 1 135605 129 16 0 1 0 23502223 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16837/statm: 4217 1113 409 3 0 796 0
[pid=15986] ppid=16837 vsize=5356 CPUtime=0
/proc/15986/stat : 15986 (sh) S 16837 16837 15844 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23639611 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15986/statm: 1339 232 193 169 0 50 0
[pid=15990] ppid=15986 vsize=99368 CPUtime=278.72
/proc/15990/stat : 15990 (picosat) R 15986 16837 15844 0 -1 4194304 24131 0 0 0 25706 2166 0 0 25 0 1 0 23639612 101752832 24117 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15990/statm: 24842 24117 42 102 0 24737 0
Current children cumulated CPU time (s) 1636.12
Current children cumulated vsize (KiB) 121592

[startup+1722.3 s]
/proc/loadavg: 2.04 2.37 2.38 3/85 19590
/proc/meminfo: memFree=1333628/2055920 swapFree=4192812/4192956
[pid=16837] ppid=16835 vsize=16868 CPUtime=1357.4
/proc/16837/stat : 16837 (sugar) S 16835 16837 15844 0 -1 4194304 1366 98286 0 2 5 1 135605 129 16 0 1 0 23502223 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16837/statm: 4217 1113 409 3 0 796 0
[pid=15986] ppid=16837 vsize=5356 CPUtime=0
/proc/15986/stat : 15986 (sh) S 16837 16837 15844 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23639611 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15986/statm: 1339 232 193 169 0 50 0
[pid=15990] ppid=15986 vsize=99764 CPUtime=338.17
/proc/15990/stat : 15990 (picosat) R 15986 16837 15844 0 -1 4194304 24252 0 0 0 31650 2167 0 0 25 0 1 0 23639612 102158336 24238 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/15990/statm: 24941 24238 42 102 0 24836 0
Current children cumulated CPU time (s) 1695.57
Current children cumulated vsize (KiB) 121988

[startup+1782.3 s]
/proc/loadavg: 2.01 2.30 2.35 3/85 19590
/proc/meminfo: memFree=1333052/2055920 swapFree=4192812/4192956
[pid=16837] ppid=16835 vsize=16868 CPUtime=1357.4
/proc/16837/stat : 16837 (sugar) S 16835 16837 15844 0 -1 4194304 1366 98286 0 2 5 1 135605 129 16 0 1 0 23502223 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16837/statm: 4217 1113 409 3 0 796 0
[pid=15986] ppid=16837 vsize=5356 CPUtime=0
/proc/15986/stat : 15986 (sh) S 16837 16837 15844 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23639611 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15986/statm: 1339 232 193 169 0 50 0
[pid=15990] ppid=15986 vsize=100292 CPUtime=397.6
/proc/15990/stat : 15990 (picosat) R 15986 16837 15844 0 -1 4194304 24382 0 0 0 37593 2167 0 0 25 0 1 0 23639612 102699008 24368 996147200 134512640 134931368 4294956256 18446744073709551615 134530501 0 0 4096 0 0 0 0 17 1 0 0
/proc/15990/statm: 25073 24368 42 102 0 24968 0
Current children cumulated CPU time (s) 1755
Current children cumulated vsize (KiB) 122516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1827.8 s]
/proc/loadavg: 2.06 2.27 2.34 3/85 19590
/proc/meminfo: memFree=1332540/2055920 swapFree=4192812/4192956
[pid=16837] ppid=16835 vsize=16868 CPUtime=1357.4
/proc/16837/stat : 16837 (sugar) S 16835 16837 15844 0 -1 4194304 1366 98286 0 2 5 1 135605 129 16 0 1 0 23502223 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16837/statm: 4217 1113 409 3 0 796 0
[pid=15986] ppid=16837 vsize=5356 CPUtime=0
/proc/15986/stat : 15986 (sh) S 16837 16837 15844 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23639611 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15986/statm: 1339 232 193 169 0 50 0
[pid=15990] ppid=15986 vsize=100688 CPUtime=442.68
/proc/15990/stat : 15990 (picosat) R 15986 16837 15844 0 -1 4194304 24484 0 0 0 42101 2167 0 0 25 0 1 0 23639612 103104512 24470 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15990/statm: 25172 24470 42 102 0 25067 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 122912

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

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

[startup+1827.8 s]
/proc/loadavg: 2.06 2.27 2.34 3/85 19590
/proc/meminfo: memFree=1332540/2055920 swapFree=4192812/4192956
[pid=16837] ppid=16835 vsize=16868 CPUtime=1357.4
/proc/16837/stat : 16837 (sugar) S 16835 16837 15844 0 -1 4194304 1366 98286 0 2 5 1 135605 129 16 0 1 0 23502223 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16837/statm: 4217 1113 409 3 0 796 0
[pid=15986] ppid=16837 vsize=5356 CPUtime=0
/proc/15986/stat : 15986 (sh) S 16837 16837 15844 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23639611 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15986/statm: 1339 232 193 169 0 50 0
[pid=15990] ppid=15986 vsize=100688 CPUtime=442.68
/proc/15990/stat : 15990 (picosat) R 15986 16837 15844 0 -1 4194304 24484 0 0 0 42101 2167 0 0 25 0 1 0 23639612 103104512 24470 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15990/statm: 25172 24470 42 102 0 25067 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 122912

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16837 and gives
#  childrusage.ru_utime.tv_sec=1356
#  childrusage.ru_utime.tv_usec=113839
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=321799
# CPU time returned by wait4() is 1357.44
# 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): 1827.83
CPU time (s): 1800.08
CPU user time (s): 1777.11
CPU system time (s): 22.97
CPU usage (%): 98.4819
Max. virtual memory (cumulated for all children) (KiB): 913356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1356.11
system time used= 1.3218
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100045
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= 34913
involuntary context switches= 48557

runsolver used 2.30965 second user time and 6.44202 second system time

The end

Launcher Data

Begin job on node9 at 2009-07-12 04:05:51
IDJOB=2077351
IDBENCH=56585
IDSOLVER=738
FILE ID=node9/2077351-1247364351
PBS_JOBID= 9506987
Free space on /tmp= 66392 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg5-8_ext.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-2077351-1247364351/watcher-2077351-1247364351 -o /tmp/evaluation-result-2077351-1247364351/solver-2077351-1247364351 -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-2077351-1247364351.xml

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

MD5SUM BENCH= d448df7b768e7be8842dd4094eb7aad9
RANDOM SEED=1235910767

node9.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:       1749476 kB
Buffers:         30852 kB
Cached:         131532 kB
SwapCached:          0 kB
Active:         140976 kB
Inactive:        95312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1749476 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2708 kB
Writeback:           0 kB
Mapped:          87884 kB
Slab:            55016 kB
Committed_AS:   269924 kB
PageTables:       2136 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= 66396 MiB
End job on node9 at 2009-07-12 04:36:21