Trace number 2086371

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

General information on the benchmark

Namecsp/bibdVariousK/
normalized-bibd-22-22-7-7-2_glb.xml
MD5SUMfe82314b302abaa46d389d44dd090e21
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
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 variables5566
Number of constraints5357
Maximum constraint arity22
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5082
Global constraints used (with number of constraints)weightedsum(275)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 09:25:06 2009
0.00/0.08	c 0	PID 25343
0.06/0.08	c 0	HOST node4.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2086371-1247383506.xml TO HOME/temp.csp
0.06/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-2086371-1247383506.xml' 'HOME/temp.csp'
0.06/0.92	c 1	1 domains, 5566 variables, 1 predicates, 0 relations, 5357 constraints
0.06/0.93	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.93	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.93/1.02	c 1	Parsing HOME/temp.csp
1.04/1.17	c 1	parsed 10000 expressions
1.13/1.21	c 1	parsed 10925 expressions
1.13/1.22	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.13/1.22	c 1	Converting to clausal form CSP
1.13/1.26	c 1	converted 1093 (10%) expressions
1.13/1.27	c 1	converted 2185 (20%) expressions
1.13/1.27	c 1	converted 3278 (30%) expressions
1.13/1.27	c 1	converted 4370 (40%) expressions
1.23/1.32	c 2	converted 5463 (50%) expressions
1.82/1.90	c 2	converted 6555 (60%) expressions
2.13/2.29	c 3	converted 7648 (70%) expressions
2.62/2.70	c 3	converted 8740 (80%) expressions
2.83/2.97	c 3	converted 9833 (90%) expressions
3.41/3.56	c 4	converted 10925 (100%) expressions
3.41/3.57	c 4	CSP : 17380 integers, 10164 booleans, 54670 clauses, largest domain size 9
3.41/3.57	c 4	Heap : 33 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.41/3.57	c 4	Propagation in CSP
3.61/3.73	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.61/3.74	c 4	CSP : 17380 integers, 10164 booleans, 54670 clauses, largest domain size 9
3.61/3.74	c 4	Heap : 33 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.61/3.76	c 4	Simplifing CSP by introducing new Boolean variables
3.61/3.79	c 4	CSP : 17380 integers, 10164 booleans, 54670 clauses, largest domain size 9
3.61/3.79	c 4	Heap : 34 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.91/4.01	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.91/4.05	c 4	1738 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.91/4.06	c 4	3476 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.91/4.06	c 4	5214 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.91/4.06	c 4	6952 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.91/4.06	c 4	8690 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.91/4.07	c 4	10428 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.91/4.07	c 4	12166 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.91/4.07	c 4	13904 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.91/4.07	c 4	15642 (90%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.91/4.09	c 4	17380 (100%) CSP integer variables are encoded (6710 clauses, 100714 bytes)
4.01/4.16	c 4	5467 (10%) CSP clauses are encoded (12177 clauses, 178461 bytes)
4.11/4.20	c 4	10934 (20%) CSP clauses are encoded (17644 clauses, 257952 bytes)
4.11/4.24	c 4	16401 (30%) CSP clauses are encoded (23111 clauses, 337675 bytes)
4.11/4.27	c 4	21868 (40%) CSP clauses are encoded (28578 clauses, 418636 bytes)
4.20/4.32	c 5	27335 (50%) CSP clauses are encoded (34045 clauses, 504771 bytes)
4.20/4.35	c 5	32802 (60%) CSP clauses are encoded (39512 clauses, 591152 bytes)
4.20/4.39	c 5	38269 (70%) CSP clauses are encoded (44979 clauses, 677532 bytes)
4.31/4.43	c 5	43736 (80%) CSP clauses are encoded (50446 clauses, 763911 bytes)
4.31/4.46	c 5	49203 (90%) CSP clauses are encoded (55913 clauses, 850292 bytes)
8.75/8.93	c 9	54670 (100%) CSP clauses are encoded (443443 clauses, 11085978 bytes)
8.75/8.93	c 9	54670 CSP clauses encoded
8.75/8.93	c 9	Writing map file : HOME/temp.map
8.75/8.96	c 9	Heap : 31 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
8.75/8.96	c 9	SAT : 34254 SAT variables, 443443 SAT clauses, 11085978 bytes
8.75/8.96	c 9	Heap : 31 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
8.75/8.98	c 9	SOLVING HOME/temp.cnf
8.75/8.98	c 9	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.09/1805.02	c ERROR INTERRUPTED
1800.09/1805.03	s UNKNOWN
1800.09/1805.03	c 1805	CPU 8.84 (0.06 0.01 8.53 0.24)
1800.09/1805.03	c 1805	END Sun Jul 12 09:55:11 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-2086371-1247383506/watcher-2086371-1247383506 -o /tmp/evaluation-result-2086371-1247383506/solver-2086371-1247383506 -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-2086371-1247383506.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.08 2.02 2.01 4/74 25343
/proc/meminfo: memFree=1819408/2055920 swapFree=4192812/4192956
[pid=25343] ppid=25341 vsize=18576 CPUtime=0
/proc/25343/stat : 25343 (runsolver) R 25341 25343 24693 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 25418126 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 259913215271 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25343/statm: 4644 284 249 26 0 2626 0

[startup+0.0830159 s]
/proc/loadavg: 2.08 2.02 2.01 4/74 25343
/proc/meminfo: memFree=1819408/2055920 swapFree=4192812/4192956
[pid=25343] ppid=25341 vsize=16740 CPUtime=0.06
/proc/25343/stat : 25343 (sugar) S 25341 25343 24693 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 25418126 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25343/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101957 s]
/proc/loadavg: 2.08 2.02 2.01 4/74 25343
/proc/meminfo: memFree=1819408/2055920 swapFree=4192812/4192956
[pid=25343] ppid=25341 vsize=16868 CPUtime=0.06
/proc/25343/stat : 25343 (sugar) S 25341 25343 24693 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25418126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25343/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302821 s]
/proc/loadavg: 2.08 2.02 2.01 4/74 25343
/proc/meminfo: memFree=1819408/2055920 swapFree=4192812/4192956
[pid=25343] ppid=25341 vsize=16868 CPUtime=0.06
/proc/25343/stat : 25343 (sugar) S 25341 25343 24693 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25418126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25343/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702855 s]
/proc/loadavg: 2.08 2.02 2.01 4/74 25343
/proc/meminfo: memFree=1819408/2055920 swapFree=4192812/4192956
[pid=25343] ppid=25341 vsize=16868 CPUtime=0.06
/proc/25343/stat : 25343 (sugar) S 25341 25343 24693 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25418126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25343/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50193 s]
/proc/loadavg: 2.08 2.02 2.01 3/85 25365
/proc/meminfo: memFree=1812216/2055920 swapFree=4192812/4192956
[pid=25343] ppid=25341 vsize=16868 CPUtime=0.89
/proc/25343/stat : 25343 (sugar) S 25341 25343 24693 0 -1 4194304 1309 8413 0 1 5 1 78 5 15 0 1 0 25418126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25343/statm: 4217 1111 409 3 0 796 0
[pid=25356] ppid=25343 vsize=5356 CPUtime=0
/proc/25356/stat : 25356 (sh) S 25343 25343 24693 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25418220 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25356/statm: 1339 233 193 169 0 50 0
[pid=25357] ppid=25356 vsize=868508 CPUtime=0.54
/proc/25357/stat : 25357 (java) S 25356 25343 24693 0 -1 0 7253 0 1 0 51 3 0 0 18 0 9 0 25418220 889352192 6513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25357/statm: 217127 6513 2567 9 0 211632 0
[pid=25357/tid=25358] ppid=25356 vsize=868508 CPUtime=0.3
/proc/25357/task/25358/stat : 25358 (java) R 25356 25343 24693 0 -1 64 2650 0 1 0 29 1 0 0 21 0 9 0 25418221 889352192 6513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25357/tid=25359] ppid=25356 vsize=868508 CPUtime=0.08
/proc/25357/task/25359/stat : 25359 (java) S 25356 25343 24693 0 -1 64 2483 0 0 0 8 0 0 0 16 0 9 0 25418222 889352192 6513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25357/tid=25360] ppid=25356 vsize=868508 CPUtime=0
/proc/25357/task/25360/stat : 25360 (java) S 25356 25343 24693 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25418223 889352192 6513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25357/tid=25361] ppid=25356 vsize=868508 CPUtime=0
/proc/25357/task/25361/stat : 25361 (java) S 25356 25343 24693 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25418223 889352192 6513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25357/tid=25362] ppid=25356 vsize=868508 CPUtime=0
/proc/25357/task/25362/stat : 25362 (java) S 25356 25343 24693 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25418225 889352192 6513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25357/tid=25363] ppid=25356 vsize=868508 CPUtime=0.14
/proc/25357/task/25363/stat : 25363 (java) R 25356 25343 24693 0 -1 64 1421 0 0 0 13 1 0 0 16 0 9 0 25418225 889352192 6513 996147200 134512640 134550932 4294955936 18446744073709551615 101909600 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25357/tid=25364] ppid=25356 vsize=868508 CPUtime=0
/proc/25357/task/25364/stat : 25364 (java) S 25356 25343 24693 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25418225 889352192 6513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25357/tid=25365] ppid=25356 vsize=868508 CPUtime=0
/proc/25357/task/25365/stat : 25365 (java) S 25356 25343 24693 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25418225 889352192 6513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890732

[startup+3.10207 s]
/proc/loadavg: 2.08 2.02 2.01 4/85 25365
/proc/meminfo: memFree=1790776/2055920 swapFree=4192812/4192956
[pid=25343] ppid=25341 vsize=16868 CPUtime=0.9
/proc/25343/stat : 25343 (sugar) S 25341 25343 24693 0 -1 4194304 1309 8413 0 1 6 1 78 5 16 0 1 0 25418126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25343/statm: 4217 1111 409 3 0 796 0
[pid=25356] ppid=25343 vsize=5356 CPUtime=0
/proc/25356/stat : 25356 (sh) S 25343 25343 24693 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25418220 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25356/statm: 1339 233 193 169 0 50 0
[pid=25357] ppid=25356 vsize=868592 CPUtime=2.12
/proc/25357/stat : 25357 (java) S 25356 25343 24693 0 -1 0 14169 0 1 0 204 8 0 0 18 0 9 0 25418220 889438208 13036 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25357/statm: 217148 13036 2566 9 0 211653 0
[pid=25357/tid=25358] ppid=25356 vsize=868592 CPUtime=1.22
/proc/25357/task/25358/stat : 25358 (java) R 25356 25343 24693 0 -1 64 3000 0 1 0 121 1 0 0 25 0 9 0 25418221 889438208 13036 996147200 134512640 134550932 4294955936 18446744073709551615 4126810178 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25357/tid=25359] ppid=25356 vsize=868592 CPUtime=0.69
/proc/25357/task/25359/stat : 25359 (java) S 25356 25343 24693 0 -1 64 9001 0 0 0 65 4 0 0 16 0 9 0 25418222 889438208 13036 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25357/tid=25360] ppid=25356 vsize=868592 CPUtime=0
/proc/25357/task/25360/stat : 25360 (java) S 25356 25343 24693 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25418223 889438208 13036 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25357/tid=25361] ppid=25356 vsize=868592 CPUtime=0
/proc/25357/task/25361/stat : 25361 (java) S 25356 25343 24693 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 25418223 889438208 13036 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25357/tid=25362] ppid=25356 vsize=868592 CPUtime=0
/proc/25357/task/25362/stat : 25362 (java) S 25356 25343 24693 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25418225 889438208 13036 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25357/tid=25363] ppid=25356 vsize=868592 CPUtime=0.19
/proc/25357/task/25363/stat : 25363 (java) S 25356 25343 24693 0 -1 64 1469 0 0 0 18 1 0 0 16 0 9 0 25418225 889438208 13036 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25357/tid=25364] ppid=25356 vsize=868592 CPUtime=0
/proc/25357/task/25364/stat : 25364 (java) S 25356 25343 24693 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25418225 889438208 13036 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25357/tid=25365] ppid=25356 vsize=868592 CPUtime=0
/proc/25357/task/25365/stat : 25365 (java) S 25356 25343 24693 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25418225 889438208 13036 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890816

[startup+6.30236 s]
/proc/loadavg: 2.07 2.02 2.00 3/85 25365
/proc/meminfo: memFree=1764024/2055920 swapFree=4192812/4192956
[pid=25343] ppid=25341 vsize=16868 CPUtime=0.9
/proc/25343/stat : 25343 (sugar) S 25341 25343 24693 0 -1 4194304 1310 8413 0 1 6 1 78 5 15 0 1 0 25418126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25343/statm: 4217 1111 409 3 0 796 0
[pid=25356] ppid=25343 vsize=5356 CPUtime=0
/proc/25356/stat : 25356 (sh) S 25343 25343 24693 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25418220 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25356/statm: 1339 233 193 169 0 50 0
[pid=25357] ppid=25356 vsize=868720 CPUtime=5.29
/proc/25357/stat : 25357 (java) S 25356 25343 24693 0 -1 0 15975 0 1 0 516 13 0 0 18 0 9 0 25418220 889569280 14513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25357/statm: 217180 14513 2590 9 0 211657 0
[pid=25357/tid=25358] ppid=25356 vsize=868720 CPUtime=3.99
/proc/25357/task/25358/stat : 25358 (java) R 25356 25343 24693 0 -1 64 3297 0 1 0 394 5 0 0 25 0 9 0 25418221 889569280 14513 996147200 134512640 134550932 4294955936 18446744073709551615 4127129217 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25357/tid=25359] ppid=25356 vsize=868720 CPUtime=1
/proc/25357/task/25359/stat : 25359 (java) S 25356 25343 24693 0 -1 64 10459 0 0 0 95 5 0 0 16 0 9 0 25418222 889569280 14513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25357/tid=25360] ppid=25356 vsize=868720 CPUtime=0
/proc/25357/task/25360/stat : 25360 (java) S 25356 25343 24693 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25418223 889569280 14513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25357/tid=25361] ppid=25356 vsize=868720 CPUtime=0
/proc/25357/task/25361/stat : 25361 (java) S 25356 25343 24693 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25418223 889569280 14513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25357/tid=25362] ppid=25356 vsize=868720 CPUtime=0
/proc/25357/task/25362/stat : 25362 (java) S 25356 25343 24693 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25418225 889569280 14513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25357/tid=25363] ppid=25356 vsize=868720 CPUtime=0.26
/proc/25357/task/25363/stat : 25363 (java) S 25356 25343 24693 0 -1 64 1520 0 0 0 25 1 0 0 16 0 9 0 25418225 889569280 14513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25357/tid=25364] ppid=25356 vsize=868720 CPUtime=0
/proc/25357/task/25364/stat : 25364 (java) S 25356 25343 24693 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25418225 889569280 14513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25357/tid=25365] ppid=25356 vsize=868720 CPUtime=0
/proc/25357/task/25365/stat : 25365 (java) S 25356 25343 24693 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25418225 889569280 14513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890944

[startup+12.7019 s]
/proc/loadavg: 2.07 2.02 2.00 3/77 25367
/proc/meminfo: memFree=1792504/2055920 swapFree=4192812/4192956
[pid=25343] ppid=25341 vsize=16868 CPUtime=8.84
/proc/25343/stat : 25343 (sugar) S 25341 25343 24693 0 -1 4194304 1365 24770 0 2 6 1 853 24 16 0 1 0 25418126 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25343/statm: 4217 1113 409 3 0 796 0
[pid=25366] ppid=25343 vsize=5356 CPUtime=0
/proc/25366/stat : 25366 (sh) S 25343 25343 24693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25419025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25366/statm: 1339 232 193 169 0 50 0
[pid=25367] ppid=25366 vsize=17156 CPUtime=3.66
/proc/25367/stat : 25367 (picosat) R 25366 25343 24693 0 -1 4194304 3475 0 0 0 162 204 0 0 25 0 1 0 25419025 17567744 3461 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25367/statm: 4289 3461 40 102 0 4184 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 39380

[startup+25.5021 s]
/proc/loadavg: 2.05 2.01 2.00 3/77 25367
/proc/meminfo: memFree=1780216/2055920 swapFree=4192812/4192956
[pid=25343] ppid=25341 vsize=16868 CPUtime=8.84
/proc/25343/stat : 25343 (sugar) S 25341 25343 24693 0 -1 4194304 1365 24770 0 2 6 1 853 24 16 0 1 0 25418126 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25343/statm: 4217 1113 409 3 0 796 0
[pid=25366] ppid=25343 vsize=5356 CPUtime=0
/proc/25366/stat : 25366 (sh) S 25343 25343 24693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25419025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25366/statm: 1339 232 193 169 0 50 0
[pid=25367] ppid=25366 vsize=27136 CPUtime=16.35
/proc/25367/stat : 25367 (picosat) R 25366 25343 24693 0 -1 4194304 6136 0 0 0 1343 292 0 0 25 0 1 0 25419025 27787264 6112 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 1 0 0
/proc/25367/statm: 6784 6112 48 102 0 6679 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 49360

[startup+51.1024 s]
/proc/loadavg: 2.03 2.01 2.00 3/77 25367
/proc/meminfo: memFree=1766584/2055920 swapFree=4192812/4192956
[pid=25343] ppid=25341 vsize=16868 CPUtime=8.84
/proc/25343/stat : 25343 (sugar) S 25341 25343 24693 0 -1 4194304 1365 24770 0 2 6 1 853 24 16 0 1 0 25418126 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25343/statm: 4217 1113 409 3 0 796 0
[pid=25366] ppid=25343 vsize=5356 CPUtime=0
/proc/25366/stat : 25366 (sh) S 25343 25343 24693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25419025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25366/statm: 1339 232 193 169 0 50 0
[pid=25367] ppid=25366 vsize=40824 CPUtime=41.71
/proc/25367/stat : 25367 (picosat) R 25366 25343 24693 0 -1 4194304 9598 0 0 0 3875 296 0 0 25 0 1 0 25419025 41803776 9574 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25367/statm: 10206 9574 48 102 0 10101 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 63048

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/77 25367
/proc/meminfo: memFree=1756728/2055920 swapFree=4192812/4192956
[pid=25343] ppid=25341 vsize=16868 CPUtime=8.84
/proc/25343/stat : 25343 (sugar) S 25341 25343 24693 0 -1 4194304 1365 24770 0 2 6 1 853 24 16 0 1 0 25418126 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25343/statm: 4217 1113 409 3 0 796 0
[pid=25366] ppid=25343 vsize=5356 CPUtime=0

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

/proc/meminfo: memFree=1714240/2055920 swapFree=4192812/4192956
[pid=25343] ppid=25341 vsize=16868 CPUtime=8.84
/proc/25343/stat : 25343 (sugar) S 25341 25343 24693 0 -1 4194304 1365 24770 0 2 6 1 853 24 16 0 1 0 25418126 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25343/statm: 4217 1113 409 3 0 796 0
[pid=25366] ppid=25343 vsize=5356 CPUtime=0
/proc/25366/stat : 25366 (sh) S 25343 25343 24693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25419025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25366/statm: 1339 232 193 169 0 50 0
[pid=25367] ppid=25366 vsize=97720 CPUtime=1288.72
/proc/25367/stat : 25367 (picosat) R 25366 25343 24693 0 -1 4194304 25100 0 0 0 128558 314 0 0 25 0 1 0 25419025 100065280 23299 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25367/statm: 24430 23299 48 102 0 24325 0
Current children cumulated CPU time (s) 1297.56
Current children cumulated vsize (KiB) 119944

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25410
/proc/meminfo: memFree=1714240/2055920 swapFree=4192812/4192956
[pid=25343] ppid=25341 vsize=16868 CPUtime=8.84
/proc/25343/stat : 25343 (sugar) S 25341 25343 24693 0 -1 4194304 1365 24770 0 2 6 1 853 24 16 0 1 0 25418126 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25343/statm: 4217 1113 409 3 0 796 0
[pid=25366] ppid=25343 vsize=5356 CPUtime=0
/proc/25366/stat : 25366 (sh) S 25343 25343 24693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25419025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25366/statm: 1339 232 193 169 0 50 0
[pid=25367] ppid=25366 vsize=97720 CPUtime=1348.69
/proc/25367/stat : 25367 (picosat) R 25366 25343 24693 0 -1 4194304 25100 0 0 0 134555 314 0 0 25 0 1 0 25419025 100065280 23299 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25367/statm: 24430 23299 48 102 0 24325 0
Current children cumulated CPU time (s) 1357.53
Current children cumulated vsize (KiB) 119944

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25410
/proc/meminfo: memFree=1707136/2055920 swapFree=4192812/4192956
[pid=25343] ppid=25341 vsize=16868 CPUtime=8.84
/proc/25343/stat : 25343 (sugar) S 25341 25343 24693 0 -1 4194304 1365 24770 0 2 6 1 853 24 16 0 1 0 25418126 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25343/statm: 4217 1113 409 3 0 796 0
[pid=25366] ppid=25343 vsize=5356 CPUtime=0
/proc/25366/stat : 25366 (sh) S 25343 25343 24693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25419025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25366/statm: 1339 232 193 169 0 50 0
[pid=25367] ppid=25366 vsize=104680 CPUtime=1408.68
/proc/25367/stat : 25367 (picosat) R 25366 25343 24693 0 -1 4194304 27028 0 0 0 140552 316 0 0 25 0 1 0 25419025 107192320 25054 996147200 134512640 134931368 4294956256 18446744073709551615 134529762 0 0 4096 0 0 0 0 17 0 0 0
/proc/25367/statm: 26170 25054 48 102 0 26065 0
Current children cumulated CPU time (s) 1417.52
Current children cumulated vsize (KiB) 126904

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25412
/proc/meminfo: memFree=1706944/2055920 swapFree=4192812/4192956
[pid=25343] ppid=25341 vsize=16868 CPUtime=8.84
/proc/25343/stat : 25343 (sugar) S 25341 25343 24693 0 -1 4194304 1365 24770 0 2 6 1 853 24 16 0 1 0 25418126 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25343/statm: 4217 1113 409 3 0 796 0
[pid=25366] ppid=25343 vsize=5356 CPUtime=0
/proc/25366/stat : 25366 (sh) S 25343 25343 24693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25419025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25366/statm: 1339 232 193 169 0 50 0
[pid=25367] ppid=25366 vsize=104680 CPUtime=1468.65
/proc/25367/stat : 25367 (picosat) R 25366 25343 24693 0 -1 4194304 27028 0 0 0 146549 316 0 0 25 0 1 0 25419025 107192320 25054 996147200 134512640 134931368 4294956256 18446744073709551615 134525794 0 0 4096 0 0 0 0 17 0 0 0
/proc/25367/statm: 26170 25054 48 102 0 26065 0
Current children cumulated CPU time (s) 1477.49
Current children cumulated vsize (KiB) 126904

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25412
/proc/meminfo: memFree=1706944/2055920 swapFree=4192812/4192956
[pid=25343] ppid=25341 vsize=16868 CPUtime=8.84
/proc/25343/stat : 25343 (sugar) S 25341 25343 24693 0 -1 4194304 1365 24770 0 2 6 1 853 24 16 0 1 0 25418126 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25343/statm: 4217 1113 409 3 0 796 0
[pid=25366] ppid=25343 vsize=5356 CPUtime=0
/proc/25366/stat : 25366 (sh) S 25343 25343 24693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25419025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25366/statm: 1339 232 193 169 0 50 0
[pid=25367] ppid=25366 vsize=104680 CPUtime=1528.62
/proc/25367/stat : 25367 (picosat) R 25366 25343 24693 0 -1 4194304 27031 0 0 0 152546 316 0 0 25 0 1 0 25419025 107192320 25057 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25367/statm: 26170 25057 48 102 0 26065 0
Current children cumulated CPU time (s) 1537.46
Current children cumulated vsize (KiB) 126904

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25412
/proc/meminfo: memFree=1706368/2055920 swapFree=4192812/4192956
[pid=25343] ppid=25341 vsize=16868 CPUtime=8.84
/proc/25343/stat : 25343 (sugar) S 25341 25343 24693 0 -1 4194304 1365 24770 0 2 6 1 853 24 16 0 1 0 25418126 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25343/statm: 4217 1113 409 3 0 796 0
[pid=25366] ppid=25343 vsize=5356 CPUtime=0
/proc/25366/stat : 25366 (sh) S 25343 25343 24693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25419025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25366/statm: 1339 232 193 169 0 50 0
[pid=25367] ppid=25366 vsize=105208 CPUtime=1588.61
/proc/25367/stat : 25367 (picosat) R 25366 25343 24693 0 -1 4194304 27336 0 0 0 158544 317 0 0 25 0 1 0 25419025 107732992 25181 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 0 0 0
/proc/25367/statm: 26302 25181 48 102 0 26197 0
Current children cumulated CPU time (s) 1597.45
Current children cumulated vsize (KiB) 127432

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25412
/proc/meminfo: memFree=1706368/2055920 swapFree=4192812/4192956
[pid=25343] ppid=25341 vsize=16868 CPUtime=8.84
/proc/25343/stat : 25343 (sugar) S 25341 25343 24693 0 -1 4194304 1365 24770 0 2 6 1 853 24 16 0 1 0 25418126 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25343/statm: 4217 1113 409 3 0 796 0
[pid=25366] ppid=25343 vsize=5356 CPUtime=0
/proc/25366/stat : 25366 (sh) S 25343 25343 24693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25419025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25366/statm: 1339 232 193 169 0 50 0
[pid=25367] ppid=25366 vsize=105208 CPUtime=1648.58
/proc/25367/stat : 25367 (picosat) R 25366 25343 24693 0 -1 4194304 27336 0 0 0 164541 317 0 0 25 0 1 0 25419025 107732992 25181 996147200 134512640 134931368 4294956256 18446744073709551615 134525675 0 0 4096 0 0 0 0 17 0 0 0
/proc/25367/statm: 26302 25181 48 102 0 26197 0
Current children cumulated CPU time (s) 1657.42
Current children cumulated vsize (KiB) 127432

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25412
/proc/meminfo: memFree=1700032/2055920 swapFree=4192812/4192956
[pid=25343] ppid=25341 vsize=16868 CPUtime=8.84
/proc/25343/stat : 25343 (sugar) S 25341 25343 24693 0 -1 4194304 1365 24770 0 2 6 1 853 24 16 0 1 0 25418126 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25343/statm: 4217 1113 409 3 0 796 0
[pid=25366] ppid=25343 vsize=5356 CPUtime=0
/proc/25366/stat : 25366 (sh) S 25343 25343 24693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25419025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25366/statm: 1339 232 193 169 0 50 0
[pid=25367] ppid=25366 vsize=111800 CPUtime=1708.56
/proc/25367/stat : 25367 (picosat) R 25366 25343 24693 0 -1 4194304 29015 0 0 0 170537 319 0 0 25 0 1 0 25419025 114483200 26860 996147200 134512640 134931368 4294956256 18446744073709551615 134531123 0 0 4096 0 0 0 0 17 0 0 0
/proc/25367/statm: 27950 26860 48 102 0 27845 0
Current children cumulated CPU time (s) 1717.4
Current children cumulated vsize (KiB) 134024

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25412
/proc/meminfo: memFree=1697728/2055920 swapFree=4192812/4192956
[pid=25343] ppid=25341 vsize=16868 CPUtime=8.84
/proc/25343/stat : 25343 (sugar) S 25341 25343 24693 0 -1 4194304 1365 24770 0 2 6 1 853 24 16 0 1 0 25418126 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25343/statm: 4217 1113 409 3 0 796 0
[pid=25366] ppid=25343 vsize=5356 CPUtime=0
/proc/25366/stat : 25366 (sh) S 25343 25343 24693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25419025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25366/statm: 1339 232 193 169 0 50 0
[pid=25367] ppid=25366 vsize=113516 CPUtime=1768.54
/proc/25367/stat : 25367 (picosat) R 25366 25343 24693 0 -1 4194304 29622 0 0 0 176534 320 0 0 25 0 1 0 25419025 116240384 27276 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25367/statm: 28379 27276 48 102 0 28274 0
Current children cumulated CPU time (s) 1777.38
Current children cumulated vsize (KiB) 135740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 25412
/proc/meminfo: memFree=1697728/2055920 swapFree=4192812/4192956
[pid=25343] ppid=25341 vsize=16868 CPUtime=8.84
/proc/25343/stat : 25343 (sugar) S 25341 25343 24693 0 -1 4194304 1365 24770 0 2 6 1 853 24 16 0 1 0 25418126 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25343/statm: 4217 1113 409 3 0 796 0
[pid=25366] ppid=25343 vsize=5356 CPUtime=0
/proc/25366/stat : 25366 (sh) S 25343 25343 24693 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25419025 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25366/statm: 1339 232 193 169 0 50 0
[pid=25367] ppid=25366 vsize=113516 CPUtime=1791.25
/proc/25367/stat : 25367 (picosat) R 25366 25343 24693 0 -1 4194304 29622 0 0 0 178805 320 0 0 25 0 1 0 25419025 116240384 27276 996147200 134512640 134931368 4294956256 18446744073709551615 134530745 0 0 4096 0 0 0 0 17 0 0 0
/proc/25367/statm: 28379 27276 48 102 0 28274 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 135740

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 25343 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=607691
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=268959
# CPU time returned by wait4() is 8.87665
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1805.03
CPU time (s): 1800.09
CPU user time (s): 1796.64
CPU system time (s): 3.45
CPU usage (%): 99.7262
Max. virtual memory (cumulated for all children) (KiB): 891336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.60769
system time used= 0.268959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26529
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= 4780
involuntary context switches= 4855

runsolver used 2.24066 second user time and 5.98209 second system time

The end

Launcher Data

Begin job on node4 at 2009-07-12 09:25:06
IDJOB=2086371
IDBENCH=58586
IDSOLVER=738
FILE ID=node4/2086371-1247383506
PBS_JOBID= 9507237
Free space on /tmp= 66240 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/bibdVariousK/normalized-bibd-22-22-7-7-2_glb.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-2086371-1247383506/watcher-2086371-1247383506 -o /tmp/evaluation-result-2086371-1247383506/solver-2086371-1247383506 -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-2086371-1247383506.xml

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

MD5SUM BENCH= fe82314b302abaa46d389d44dd090e21
RANDOM SEED=2078809357

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1819952 kB
Buffers:         10944 kB
Cached:          99284 kB
SwapCached:          0 kB
Active:         160364 kB
Inactive:        27292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1819952 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2412 kB
Writeback:           0 kB
Mapped:          88644 kB
Slab:            33404 kB
Committed_AS:   245804 kB
PageTables:       2064 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= 66264 MiB
End job on node4 at 2009-07-12 09:55:13