Trace number 2066351

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 1802.15

General information on the benchmark

Namecsp/pseudo/chnl/
normalized-chnl-50-60.xml
MD5SUMcabdf9a782c3979d3dd3fb1fe0f10ac8
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables6000
Number of constraints220
Maximum constraint arity60
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension220
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 Sat Jul 11 22:04:35 2009
0.00/0.08	c 0	PID 15982
0.00/0.08	c 0	HOST node42.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2066351-1247342675.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-2066351-1247342675.xml' 'HOME/temp.csp'
0.06/0.75	c 1	1 domains, 6000 variables, 2 predicates, 0 relations, 220 constraints
0.06/0.77	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.77	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.72/0.85	c 1	Parsing HOME/temp.csp
0.72/0.99	c 1	parsed 6223 expressions
0.72/1.00	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.72/1.00	c 1	Converting to clausal form CSP
0.93/1.03	c 1	converted 623 (10%) expressions
0.93/1.04	c 1	converted 1245 (20%) expressions
0.93/1.05	c 1	converted 1867 (30%) expressions
0.93/1.05	c 1	converted 2490 (40%) expressions
0.93/1.05	c 1	converted 3112 (50%) expressions
0.93/1.06	c 1	converted 3734 (60%) expressions
0.93/1.06	c 1	converted 4357 (70%) expressions
0.93/1.06	c 1	converted 4979 (80%) expressions
0.93/1.06	c 1	converted 5601 (90%) expressions
1.63/1.75	c 2	converted 6223 (100%) expressions
1.63/1.75	c 2	CSP : 7980 integers, 0 booleans, 4180 clauses, largest domain size 18
1.63/1.75	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.63/1.75	c 2	Propagation in CSP
1.82/1.94	c 2	5400 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.82/1.94	c 2	CSP : 7980 integers, 0 booleans, 4180 clauses, largest domain size 18
1.82/1.94	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.82/1.95	c 2	Simplifing CSP by introducing new Boolean variables
1.82/1.95	c 2	CSP : 7980 integers, 0 booleans, 4180 clauses, largest domain size 18
1.82/1.95	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.92/2.00	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.92/2.02	c 2	798 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.92/2.03	c 2	1596 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.92/2.03	c 2	2394 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.92/2.03	c 2	3192 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.92/2.03	c 2	3990 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.92/2.03	c 2	4788 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.92/2.04	c 2	5586 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.92/2.06	c 2	6384 (80%) CSP integer variables are encoded (3884 clauses, 51045 bytes)
1.92/2.07	c 2	7182 (90%) CSP integer variables are encoded (10920 clauses, 156585 bytes)
1.92/2.07	c 2	7980 (100%) CSP integer variables are encoded (10920 clauses, 156585 bytes)
3.30/3.41	c 3	418 (10%) CSP clauses are encoded (112142 clauses, 2749819 bytes)
4.58/4.79	c 5	836 (20%) CSP clauses are encoded (213364 clauses, 5750477 bytes)
5.97/6.16	c 6	1254 (30%) CSP clauses are encoded (314586 clauses, 8850761 bytes)
7.35/7.54	c 7	1672 (40%) CSP clauses are encoded (415808 clauses, 11951045 bytes)
8.73/8.92	c 9	2090 (50%) CSP clauses are encoded (517030 clauses, 15051329 bytes)
11.01/11.29	c 11	2508 (60%) CSP clauses are encoded (567252 clauses, 16514282 bytes)
14.18/14.48	c 14	2926 (70%) CSP clauses are encoded (574974 clauses, 16612974 bytes)
17.45/17.71	c 18	3344 (80%) CSP clauses are encoded (582696 clauses, 16713140 bytes)
20.62/20.97	c 21	3762 (90%) CSP clauses are encoded (590418 clauses, 16817156 bytes)
23.89/24.25	c 24	4180 (100%) CSP clauses are encoded (598140 clauses, 16921172 bytes)
23.89/24.25	c 24	4180 CSP clauses encoded
23.89/24.25	c 24	Writing map file : HOME/temp.map
23.89/24.28	c 24	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
23.89/24.28	c 24	SAT : 18900 SAT variables, 598140 SAT clauses, 16921172 bytes
23.89/24.28	c 24	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
23.97/24.32	c 24	SOLVING HOME/temp.cnf
23.97/24.32	c 24	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.02/1802.12	c ERROR INTERRUPTED
1800.02/1802.15	s UNKNOWN
1800.02/1802.15	c 1802	CPU 24 (0.06 0.02 23.62 0.3)
1800.02/1802.15	c 1802	END Sat Jul 11 22:34:37 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-2066351-1247342675/watcher-2066351-1247342675 -o /tmp/evaluation-result-2066351-1247342675/solver-2066351-1247342675 -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-2066351-1247342675.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: 1.91 1.98 1.99 4/84 15982
/proc/meminfo: memFree=1470648/2055920 swapFree=4192812/4192956
[pid=15982] ppid=15980 vsize=12268 CPUtime=0
/proc/15982/stat : 15982 (sugar) R 15980 15982 15119 0 -1 4194304 348 0 0 0 0 0 0 0 23 0 1 0 21331404 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 259415308901 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/15982/statm: 3067 316 241 3 0 167 0

[startup+0.085031 s]
/proc/loadavg: 1.91 1.98 1.99 4/84 15982
/proc/meminfo: memFree=1470648/2055920 swapFree=4192812/4192956
[pid=15982] ppid=15980 vsize=16868 CPUtime=0.06
/proc/15982/stat : 15982 (sugar) S 15980 15982 15119 0 -1 4194304 1209 128 0 0 5 1 0 0 18 0 1 0 21331404 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15982/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101257 s]
/proc/loadavg: 1.91 1.98 1.99 4/84 15982
/proc/meminfo: memFree=1470648/2055920 swapFree=4192812/4192956
[pid=15982] ppid=15980 vsize=16868 CPUtime=0.06
/proc/15982/stat : 15982 (sugar) S 15980 15982 15119 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21331404 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15982/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302291 s]
/proc/loadavg: 1.91 1.98 1.99 4/84 15982
/proc/meminfo: memFree=1470648/2055920 swapFree=4192812/4192956
[pid=15982] ppid=15980 vsize=16868 CPUtime=0.06
/proc/15982/stat : 15982 (sugar) S 15980 15982 15119 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21331404 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15982/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702372 s]
/proc/loadavg: 1.91 1.98 1.99 4/84 15982
/proc/meminfo: memFree=1470648/2055920 swapFree=4192812/4192956
[pid=15982] ppid=15980 vsize=16868 CPUtime=0.06
/proc/15982/stat : 15982 (sugar) S 15980 15982 15119 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21331404 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15982/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50153 s]
/proc/loadavg: 1.91 1.98 1.99 4/95 16004
/proc/meminfo: memFree=1459424/2055920 swapFree=4192812/4192956
[pid=15982] ppid=15980 vsize=16868 CPUtime=0.72
/proc/15982/stat : 15982 (sugar) S 15980 15982 15119 0 -1 4194304 1309 5494 0 1 5 1 62 4 15 0 1 0 21331404 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15982/statm: 4217 1111 409 3 0 796 0
[pid=15995] ppid=15982 vsize=5356 CPUtime=0
/proc/15995/stat : 15995 (sh) S 15982 15982 15119 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21331482 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15995/statm: 1339 233 193 169 0 50 0
[pid=15996] ppid=15995 vsize=868592 CPUtime=0.7
/proc/15996/stat : 15996 (java) S 15995 15982 15119 0 -1 0 7255 0 1 0 66 4 0 0 18 0 9 0 21331482 889438208 6495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15996/statm: 217148 6495 2566 9 0 211653 0
[pid=15996/tid=15997] ppid=15995 vsize=868592 CPUtime=0.41
/proc/15996/task/15997/stat : 15997 (java) R 15995 15982 15119 0 -1 64 2679 0 1 0 40 1 0 0 19 0 9 0 21331483 889438208 6495 996147200 134512640 134550932 4294955936 18446744073709551615 4126554832 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15996/tid=15998] ppid=15995 vsize=868592 CPUtime=0.08
/proc/15996/task/15998/stat : 15998 (java) S 15995 15982 15119 0 -1 64 2387 0 0 0 8 0 0 0 16 0 9 0 21331484 889438208 6495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15996/tid=15999] ppid=15995 vsize=868592 CPUtime=0
/proc/15996/task/15999/stat : 15999 (java) S 15995 15982 15119 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21331484 889438208 6495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15996/tid=16000] ppid=15995 vsize=868592 CPUtime=0
/proc/15996/task/16000/stat : 16000 (java) S 15995 15982 15119 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21331484 889438208 6495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15996/tid=16001] ppid=15995 vsize=868592 CPUtime=0
/proc/15996/task/16001/stat : 16001 (java) S 15995 15982 15119 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21331486 889438208 6495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15996/tid=16002] ppid=15995 vsize=868592 CPUtime=0.18
/proc/15996/task/16002/stat : 16002 (java) S 15995 15982 15119 0 -1 64 1491 0 0 0 17 1 0 0 16 0 9 0 21331486 889438208 6495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15996/tid=16003] ppid=15995 vsize=868592 CPUtime=0
/proc/15996/task/16003/stat : 16003 (java) S 15995 15982 15119 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21331486 889438208 6495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15996/tid=16004] ppid=15995 vsize=868592 CPUtime=0
/proc/15996/task/16004/stat : 16004 (java) S 15995 15982 15119 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21331486 889438208 6495 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890816

[startup+3.10283 s]
/proc/loadavg: 1.91 1.98 1.99 3/95 16004
/proc/meminfo: memFree=1448928/2055920 swapFree=4192812/4192956
[pid=15982] ppid=15980 vsize=16868 CPUtime=0.72
/proc/15982/stat : 15982 (sugar) S 15980 15982 15119 0 -1 4194304 1310 5494 0 1 5 1 62 4 15 0 1 0 21331404 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15982/statm: 4217 1111 409 3 0 796 0
[pid=15995] ppid=15982 vsize=5356 CPUtime=0
/proc/15995/stat : 15995 (sh) S 15982 15982 15119 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21331482 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15995/statm: 1339 233 193 169 0 50 0
[pid=15996] ppid=15995 vsize=868704 CPUtime=2.28
/proc/15996/stat : 15996 (java) S 15995 15982 15119 0 -1 0 7962 0 1 0 221 7 0 0 18 0 9 0 21331482 889552896 7022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15996/statm: 217176 7022 2590 9 0 211653 0
[pid=15996/tid=15997] ppid=15995 vsize=868704 CPUtime=1.81
/proc/15996/task/15997/stat : 15997 (java) R 15995 15982 15119 0 -1 64 2900 0 1 0 178 3 0 0 25 0 9 0 21331483 889552896 7022 996147200 134512640 134550932 4294955936 18446744073709551615 4127023553 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15996/tid=15998] ppid=15995 vsize=868704 CPUtime=0.23
/proc/15996/task/15998/stat : 15998 (java) S 15995 15982 15119 0 -1 64 2841 0 0 0 21 2 0 0 16 0 9 0 21331484 889552896 7022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15996/tid=15999] ppid=15995 vsize=868704 CPUtime=0
/proc/15996/task/15999/stat : 15999 (java) S 15995 15982 15119 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21331484 889552896 7022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15996/tid=16000] ppid=15995 vsize=868704 CPUtime=0
/proc/15996/task/16000/stat : 16000 (java) S 15995 15982 15119 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21331484 889552896 7022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15996/tid=16001] ppid=15995 vsize=868704 CPUtime=0
/proc/15996/task/16001/stat : 16001 (java) S 15995 15982 15119 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21331486 889552896 7022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15996/tid=16002] ppid=15995 vsize=868704 CPUtime=0.23
/proc/15996/task/16002/stat : 16002 (java) S 15995 15982 15119 0 -1 64 1523 0 0 0 22 1 0 0 16 0 9 0 21331486 889552896 7022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15996/tid=16003] ppid=15995 vsize=868704 CPUtime=0
/proc/15996/task/16003/stat : 16003 (java) S 15995 15982 15119 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21331486 889552896 7022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15996/tid=16004] ppid=15995 vsize=868704 CPUtime=0
/proc/15996/task/16004/stat : 16004 (java) S 15995 15982 15119 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21331486 889552896 7022 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890928

[startup+6.30144 s]
/proc/loadavg: 1.92 1.98 1.99 3/95 16004
/proc/meminfo: memFree=1441760/2055920 swapFree=4192812/4192956
[pid=15982] ppid=15980 vsize=16868 CPUtime=0.72
/proc/15982/stat : 15982 (sugar) S 15980 15982 15119 0 -1 4194304 1310 5494 0 1 5 1 62 4 16 0 1 0 21331404 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15982/statm: 4217 1111 409 3 0 796 0
[pid=15995] ppid=15982 vsize=5356 CPUtime=0
/proc/15995/stat : 15995 (sh) S 15982 15982 15119 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21331482 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15995/statm: 1339 233 193 169 0 50 0
[pid=15996] ppid=15995 vsize=868704 CPUtime=5.45
/proc/15996/stat : 15996 (java) S 15995 15982 15119 0 -1 0 8269 0 1 0 531 14 0 0 18 0 9 0 21331482 889552896 7031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15996/statm: 217176 7031 2590 9 0 211653 0
[pid=15996/tid=15997] ppid=15995 vsize=868704 CPUtime=4.87
/proc/15996/task/15997/stat : 15997 (java) R 15995 15982 15119 0 -1 64 3200 0 1 0 480 7 0 0 25 0 9 0 21331483 889552896 7031 996147200 134512640 134550932 4294955936 18446744073709551615 4126973991 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15996/tid=15998] ppid=15995 vsize=868704 CPUtime=0.31
/proc/15996/task/15998/stat : 15998 (java) S 15995 15982 15119 0 -1 64 2841 0 0 0 27 4 0 0 16 0 9 0 21331484 889552896 7031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15996/tid=15999] ppid=15995 vsize=868704 CPUtime=0
/proc/15996/task/15999/stat : 15999 (java) S 15995 15982 15119 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21331484 889552896 7031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15996/tid=16000] ppid=15995 vsize=868704 CPUtime=0
/proc/15996/task/16000/stat : 16000 (java) S 15995 15982 15119 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21331484 889552896 7031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15996/tid=16001] ppid=15995 vsize=868704 CPUtime=0
/proc/15996/task/16001/stat : 16001 (java) S 15995 15982 15119 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21331486 889552896 7031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15996/tid=16002] ppid=15995 vsize=868704 CPUtime=0.24
/proc/15996/task/16002/stat : 16002 (java) S 15995 15982 15119 0 -1 64 1530 0 0 0 23 1 0 0 16 0 9 0 21331486 889552896 7031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15996/tid=16003] ppid=15995 vsize=868704 CPUtime=0
/proc/15996/task/16003/stat : 16003 (java) S 15995 15982 15119 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21331486 889552896 7031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15996/tid=16004] ppid=15995 vsize=868704 CPUtime=0
/proc/15996/task/16004/stat : 16004 (java) S 15995 15982 15119 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21331486 889552896 7031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890928

[startup+12.7017 s]
/proc/loadavg: 1.93 1.98 1.99 3/95 16004
/proc/meminfo: memFree=1432096/2055920 swapFree=4192812/4192956
[pid=15982] ppid=15980 vsize=16868 CPUtime=0.72
/proc/15982/stat : 15982 (sugar) S 15980 15982 15119 0 -1 4194304 1310 5494 0 1 5 1 62 4 16 0 1 0 21331404 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15982/statm: 4217 1111 409 3 0 796 0
[pid=15995] ppid=15982 vsize=5356 CPUtime=0
/proc/15995/stat : 15995 (sh) S 15982 15982 15119 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21331482 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15995/statm: 1339 233 193 169 0 50 0
[pid=15996] ppid=15995 vsize=868704 CPUtime=11.79
/proc/15996/stat : 15996 (java) S 15995 15982 15119 0 -1 0 8666 0 1 0 1157 22 0 0 18 0 9 0 21331482 889552896 7033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15996/statm: 217176 7033 2590 9 0 211653 0
[pid=15996/tid=15997] ppid=15995 vsize=868704 CPUtime=11.09
/proc/15996/task/15997/stat : 15997 (java) R 15995 15982 15119 0 -1 64 3595 0 1 0 1096 13 0 0 25 0 9 0 21331483 889552896 7033 996147200 134512640 134550932 4294955936 18446744073709551615 4126549847 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15996/tid=15998] ppid=15995 vsize=868704 CPUtime=0.42
/proc/15996/task/15998/stat : 15998 (java) S 15995 15982 15119 0 -1 64 2841 0 0 0 36 6 0 0 16 0 9 0 21331484 889552896 7033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15996/tid=15999] ppid=15995 vsize=868704 CPUtime=0
/proc/15996/task/15999/stat : 15999 (java) S 15995 15982 15119 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21331484 889552896 7033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15996/tid=16000] ppid=15995 vsize=868704 CPUtime=0
/proc/15996/task/16000/stat : 16000 (java) S 15995 15982 15119 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21331484 889552896 7033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15996/tid=16001] ppid=15995 vsize=868704 CPUtime=0
/proc/15996/task/16001/stat : 16001 (java) S 15995 15982 15119 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21331486 889552896 7033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15996/tid=16002] ppid=15995 vsize=868704 CPUtime=0.24
/proc/15996/task/16002/stat : 16002 (java) S 15995 15982 15119 0 -1 64 1532 0 0 0 23 1 0 0 17 0 9 0 21331486 889552896 7033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15996/tid=16003] ppid=15995 vsize=868704 CPUtime=0
/proc/15996/task/16003/stat : 16003 (java) S 15995 15982 15119 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21331486 889552896 7033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15996/tid=16004] ppid=15995 vsize=868704 CPUtime=0
/proc/15996/task/16004/stat : 16004 (java) S 15995 15982 15119 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21331486 889552896 7033 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 890928

[startup+25.5021 s]
/proc/loadavg: 1.94 1.98 1.99 3/87 16006
/proc/meminfo: memFree=1445728/2055920 swapFree=4192812/4192956
[pid=15982] ppid=15980 vsize=16868 CPUtime=24
/proc/15982/stat : 15982 (sugar) S 15980 15982 15119 0 -1 4194304 1365 14807 0 2 6 2 2362 30 16 0 1 0 21331404 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15982/statm: 4217 1113 409 3 0 796 0
[pid=16005] ppid=15982 vsize=5356 CPUtime=0
/proc/16005/stat : 16005 (sh) S 15982 15982 15119 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21333837 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16005/statm: 1339 232 193 169 0 50 0
[pid=16006] ppid=16005 vsize=6276 CPUtime=1.15
/proc/16006/stat : 16006 (picosat) R 16005 15982 15119 0 -1 4194304 1247 0 0 0 52 63 0 0 25 0 1 0 21333837 6426624 1233 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/16006/statm: 1569 1233 40 102 0 1464 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 28500

[startup+51.103 s]
/proc/loadavg: 1.96 1.98 1.99 3/87 16006
/proc/meminfo: memFree=1404448/2055920 swapFree=4192812/4192956
[pid=15982] ppid=15980 vsize=16868 CPUtime=24
/proc/15982/stat : 15982 (sugar) S 15980 15982 15119 0 -1 4194304 1365 14807 0 2 6 2 2362 30 16 0 1 0 21331404 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15982/statm: 4217 1113 409 3 0 796 0

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

/proc/meminfo: memFree=1501760/2055920 swapFree=4192812/4192956
[pid=15982] ppid=15980 vsize=16868 CPUtime=24
/proc/15982/stat : 15982 (sugar) S 15980 15982 15119 0 -1 4194304 1365 14807 0 2 6 2 2362 30 16 0 1 0 21331404 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15982/statm: 4217 1113 409 3 0 796 0
[pid=16005] ppid=15982 vsize=5356 CPUtime=0
/proc/16005/stat : 16005 (sh) S 15982 15982 15119 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21333837 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16005/statm: 1339 232 193 169 0 50 0
[pid=16006] ppid=16005 vsize=285864 CPUtime=1336.43
/proc/16006/stat : 16006 (picosat) R 16005 15982 15119 0 -1 4194304 72165 0 0 0 133160 483 0 0 25 0 1 0 21333837 292724736 70745 996147200 134512640 134931368 4294956256 18446744073709551615 134529170 0 0 4096 0 0 0 0 17 0 0 0
/proc/16006/statm: 71466 70745 48 102 0 71361 0
Current children cumulated CPU time (s) 1360.43
Current children cumulated vsize (KiB) 308088

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.98 3/83 16044
/proc/meminfo: memFree=1496832/2055920 swapFree=4192812/4192956
[pid=15982] ppid=15980 vsize=16868 CPUtime=24
/proc/15982/stat : 15982 (sugar) S 15980 15982 15119 0 -1 4194304 1365 14807 0 2 6 2 2362 30 16 0 1 0 21331404 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15982/statm: 4217 1113 409 3 0 796 0
[pid=16005] ppid=15982 vsize=5356 CPUtime=0
/proc/16005/stat : 16005 (sh) S 15982 15982 15119 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21333837 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16005/statm: 1339 232 193 169 0 50 0
[pid=16006] ppid=16005 vsize=290108 CPUtime=1396.4
/proc/16006/stat : 16006 (picosat) R 16005 15982 15119 0 -1 4194304 73413 0 0 0 139157 483 0 0 25 0 1 0 21333837 297070592 71811 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16006/statm: 72527 71811 48 102 0 72422 0
Current children cumulated CPU time (s) 1420.4
Current children cumulated vsize (KiB) 312332

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/83 16044
/proc/meminfo: memFree=1496832/2055920 swapFree=4192812/4192956
[pid=15982] ppid=15980 vsize=16868 CPUtime=24
/proc/15982/stat : 15982 (sugar) S 15980 15982 15119 0 -1 4194304 1365 14807 0 2 6 2 2362 30 16 0 1 0 21331404 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15982/statm: 4217 1113 409 3 0 796 0
[pid=16005] ppid=15982 vsize=5356 CPUtime=0
/proc/16005/stat : 16005 (sh) S 15982 15982 15119 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21333837 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16005/statm: 1339 232 193 169 0 50 0
[pid=16006] ppid=16005 vsize=290108 CPUtime=1456.37
/proc/16006/stat : 16006 (picosat) R 16005 15982 15119 0 -1 4194304 73413 0 0 0 145154 483 0 0 25 0 1 0 21333837 297070592 71811 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16006/statm: 72527 71811 48 102 0 72422 0
Current children cumulated CPU time (s) 1480.37
Current children cumulated vsize (KiB) 312332

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/83 16044
/proc/meminfo: memFree=1496832/2055920 swapFree=4192812/4192956
[pid=15982] ppid=15980 vsize=16868 CPUtime=24
/proc/15982/stat : 15982 (sugar) S 15980 15982 15119 0 -1 4194304 1365 14807 0 2 6 2 2362 30 16 0 1 0 21331404 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15982/statm: 4217 1113 409 3 0 796 0
[pid=16005] ppid=15982 vsize=5356 CPUtime=0
/proc/16005/stat : 16005 (sh) S 15982 15982 15119 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21333837 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16005/statm: 1339 232 193 169 0 50 0
[pid=16006] ppid=16005 vsize=290108 CPUtime=1516.34
/proc/16006/stat : 16006 (picosat) R 16005 15982 15119 0 -1 4194304 73413 0 0 0 151151 483 0 0 25 0 1 0 21333837 297070592 71811 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16006/statm: 72527 71811 48 102 0 72422 0
Current children cumulated CPU time (s) 1540.34
Current children cumulated vsize (KiB) 312332

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/83 16044
/proc/meminfo: memFree=1508672/2055920 swapFree=4192812/4192956
[pid=15982] ppid=15980 vsize=16868 CPUtime=24
/proc/15982/stat : 15982 (sugar) S 15980 15982 15119 0 -1 4194304 1365 14807 0 2 6 2 2362 30 16 0 1 0 21331404 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15982/statm: 4217 1113 409 3 0 796 0
[pid=16005] ppid=15982 vsize=5356 CPUtime=0
/proc/16005/stat : 16005 (sh) S 15982 15982 15119 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21333837 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16005/statm: 1339 232 193 169 0 50 0
[pid=16006] ppid=16005 vsize=278036 CPUtime=1576.32
/proc/16006/stat : 16006 (picosat) R 16005 15982 15119 0 -1 4194304 73429 0 0 0 157148 484 0 0 25 0 1 0 21333837 284708864 68823 996147200 134512640 134931368 4294956256 18446744073709551615 134525814 0 0 4096 0 0 0 0 17 0 0 0
/proc/16006/statm: 69509 68823 48 102 0 69404 0
Current children cumulated CPU time (s) 1600.32
Current children cumulated vsize (KiB) 300260

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/83 16044
/proc/meminfo: memFree=1508608/2055920 swapFree=4192812/4192956
[pid=15982] ppid=15980 vsize=16868 CPUtime=24
/proc/15982/stat : 15982 (sugar) S 15980 15982 15119 0 -1 4194304 1365 14807 0 2 6 2 2362 30 16 0 1 0 21331404 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15982/statm: 4217 1113 409 3 0 796 0
[pid=16005] ppid=15982 vsize=5356 CPUtime=0
/proc/16005/stat : 16005 (sh) S 15982 15982 15119 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21333837 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16005/statm: 1339 232 193 169 0 50 0
[pid=16006] ppid=16005 vsize=278036 CPUtime=1636.29
/proc/16006/stat : 16006 (picosat) R 16005 15982 15119 0 -1 4194304 73429 0 0 0 163145 484 0 0 25 0 1 0 21333837 284708864 68823 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16006/statm: 69509 68823 48 102 0 69404 0
Current children cumulated CPU time (s) 1660.29
Current children cumulated vsize (KiB) 300260

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/83 16044
/proc/meminfo: memFree=1508608/2055920 swapFree=4192812/4192956
[pid=15982] ppid=15980 vsize=16868 CPUtime=24
/proc/15982/stat : 15982 (sugar) S 15980 15982 15119 0 -1 4194304 1365 14807 0 2 6 2 2362 30 16 0 1 0 21331404 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15982/statm: 4217 1113 409 3 0 796 0
[pid=16005] ppid=15982 vsize=5356 CPUtime=0
/proc/16005/stat : 16005 (sh) S 15982 15982 15119 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21333837 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16005/statm: 1339 232 193 169 0 50 0
[pid=16006] ppid=16005 vsize=278036 CPUtime=1696.26
/proc/16006/stat : 16006 (picosat) R 16005 15982 15119 0 -1 4194304 73429 0 0 0 169142 484 0 0 25 0 1 0 21333837 284708864 68823 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16006/statm: 69509 68823 48 102 0 69404 0
Current children cumulated CPU time (s) 1720.26
Current children cumulated vsize (KiB) 300260

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.98 3/83 16044
/proc/meminfo: memFree=1508608/2055920 swapFree=4192812/4192956
[pid=15982] ppid=15980 vsize=16868 CPUtime=24
/proc/15982/stat : 15982 (sugar) S 15980 15982 15119 0 -1 4194304 1365 14807 0 2 6 2 2362 30 16 0 1 0 21331404 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15982/statm: 4217 1113 409 3 0 796 0
[pid=16005] ppid=15982 vsize=5356 CPUtime=0
/proc/16005/stat : 16005 (sh) S 15982 15982 15119 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21333837 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16005/statm: 1339 232 193 169 0 50 0
[pid=16006] ppid=16005 vsize=278036 CPUtime=1756.23
/proc/16006/stat : 16006 (picosat) R 16005 15982 15119 0 -1 4194304 73429 0 0 0 175139 484 0 0 25 0 1 0 21333837 284708864 68823 996147200 134512640 134931368 4294956256 18446744073709551615 134529909 0 0 4096 0 0 0 0 17 0 0 0
/proc/16006/statm: 69509 68823 48 102 0 69404 0
Current children cumulated CPU time (s) 1780.23
Current children cumulated vsize (KiB) 300260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.1 s]
/proc/loadavg: 1.99 1.97 1.98 3/83 16044
/proc/meminfo: memFree=1506688/2055920 swapFree=4192812/4192956
[pid=15982] ppid=15980 vsize=16868 CPUtime=24
/proc/15982/stat : 15982 (sugar) S 15980 15982 15119 0 -1 4194304 1365 14807 0 2 6 2 2362 30 16 0 1 0 21331404 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15982/statm: 4217 1113 409 3 0 796 0
[pid=16005] ppid=15982 vsize=5356 CPUtime=0
/proc/16005/stat : 16005 (sh) S 15982 15982 15119 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21333837 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16005/statm: 1339 232 193 169 0 50 0
[pid=16006] ppid=16005 vsize=280212 CPUtime=1776.02
/proc/16006/stat : 16006 (picosat) R 16005 15982 15119 0 -1 4194304 73946 0 0 0 177118 484 0 0 25 0 1 0 21333837 286937088 69340 996147200 134512640 134931368 4294956256 18446744073709551615 134525802 0 0 4096 0 0 0 0 17 0 0 0
/proc/16006/statm: 70053 69340 48 102 0 69948 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 302436

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

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

[startup+1802.1 s]
/proc/loadavg: 1.99 1.97 1.98 3/83 16044
/proc/meminfo: memFree=1506688/2055920 swapFree=4192812/4192956
[pid=15982] ppid=15980 vsize=16868 CPUtime=24
/proc/15982/stat : 15982 (sugar) S 15980 15982 15119 0 -1 4194304 1365 14807 0 2 6 2 2362 30 16 0 1 0 21331404 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15982/statm: 4217 1113 409 3 0 796 0
[pid=16005] ppid=15982 vsize=5356 CPUtime=0
/proc/16005/stat : 16005 (sh) S 15982 15982 15119 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21333837 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16005/statm: 1339 232 193 169 0 50 0
[pid=16006] ppid=16005 vsize=280212 CPUtime=1776.02
/proc/16006/stat : 16006 (picosat) R 16005 15982 15119 0 -1 4194304 73946 0 0 0 177118 484 0 0 25 0 1 0 21333837 286937088 69340 996147200 134512640 134931368 4294956256 18446744073709551615 134525802 0 0 4096 0 0 0 0 17 0 0 0
/proc/16006/statm: 70053 69340 48 102 0 69948 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 302436

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15982 and gives
#  childrusage.ru_utime.tv_sec=23
#  childrusage.ru_utime.tv_usec=690398
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=330949
# CPU time returned by wait4() is 24.0213
# 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): 1802.15
CPU time (s): 1800.02
CPU user time (s): 1794.86
CPU system time (s): 5.16
CPU usage (%): 99.8818
Max. virtual memory (cumulated for all children) (KiB): 890928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.6904
system time used= 0.330949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16566
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= 13003
involuntary context switches= 13652

runsolver used 2.09568 second user time and 6.11807 second system time

The end

Launcher Data

Begin job on node42 at 2009-07-11 22:04:35
IDJOB=2066351
IDBENCH=54510
IDSOLVER=738
FILE ID=node42/2066351-1247342675
PBS_JOBID= 9506642
Free space on /tmp= 66304 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/pseudo/chnl/normalized-chnl-50-60.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-2066351-1247342675/watcher-2066351-1247342675 -o /tmp/evaluation-result-2066351-1247342675/solver-2066351-1247342675 -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-2066351-1247342675.xml

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

MD5SUM BENCH= cabdf9a782c3979d3dd3fb1fe0f10ac8
RANDOM SEED=418949797

node42.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.283
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.283
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:       1471128 kB
Buffers:         19140 kB
Cached:          86056 kB
SwapCached:          0 kB
Active:         503644 kB
Inactive:        32112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1471128 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1684 kB
Writeback:           0 kB
Mapped:         446216 kB
Slab:            33596 kB
Committed_AS:   867584 kB
PageTables:       2588 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= 66304 MiB
End job on node42 at 2009-07-11 22:34:39