Trace number 2063117

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 1800.73

General information on the benchmark

Namecsp/rand-3-24-24/
normalized-rand-3-24-24-76-632-2_ext.xml
MD5SUMea880942284027c1ac68834e5660f7a0
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 benchmark1443.88
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints73
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension73
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sat Jul 11 18:37:23 2009
0.00/0.07	c 0	PID 14422
0.00/0.07	c 0	HOST node81.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2063117-1247330243.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2063117-1247330243.xml' 'HOME/temp.csp'
1.12/1.13	c 2	1 domains, 24 variables, 0 predicates, 73 relations, 73 constraints
1.12/1.17	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.12/1.17	c 2	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'
1.15/1.24	c 2	Parsing HOME/temp.csp
3.29/3.33	c 4	parsed 171 expressions
3.29/3.34	c 4	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.29/3.34	c 4	Converting to clausal form CSP
3.29/3.36	c 4	converted 18 (10%) expressions
3.29/3.37	c 4	converted 35 (20%) expressions
3.39/3.40	c 4	converted 52 (30%) expressions
3.39/3.43	c 4	converted 69 (40%) expressions
3.39/3.44	c 4	converted 86 (50%) expressions
3.50/3.51	c 4	converted 103 (60%) expressions
3.70/3.72	c 4	converted 120 (70%) expressions
4.19/4.29	c 5	converted 137 (80%) expressions
4.40/4.49	c 5	converted 154 (90%) expressions
4.69/4.73	c 5	converted 171 (100%) expressions
4.69/4.73	c 5	CSP : 24 integers, 0 booleans, 73 clauses, largest domain size 24
4.69/4.73	c 5	Heap : 76 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.69/4.73	c 5	Propagation in CSP
4.69/4.73	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.69/4.73	c 5	CSP : 24 integers, 0 booleans, 73 clauses, largest domain size 24
4.69/4.73	c 5	Heap : 76 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.69/4.73	c 5	Simplifing CSP by introducing new Boolean variables
4.69/4.73	c 5	CSP : 24 integers, 0 booleans, 73 clauses, largest domain size 24
4.69/4.73	c 5	Heap : 76 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.90/4.94	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.90/4.94	c 5	3 (10%) CSP integer variables are encoded (66 clauses, 641 bytes)
4.90/4.94	c 5	5 (20%) CSP integer variables are encoded (110 clauses, 1068 bytes)
4.90/4.95	c 5	8 (30%) CSP integer variables are encoded (176 clauses, 1794 bytes)
4.90/4.95	c 5	10 (40%) CSP integer variables are encoded (220 clauses, 2278 bytes)
4.90/4.95	c 5	12 (50%) CSP integer variables are encoded (264 clauses, 2762 bytes)
4.90/4.95	c 5	15 (60%) CSP integer variables are encoded (330 clauses, 3488 bytes)
4.90/4.95	c 5	17 (70%) CSP integer variables are encoded (374 clauses, 3972 bytes)
4.90/4.95	c 5	20 (80%) CSP integer variables are encoded (440 clauses, 4698 bytes)
4.90/4.95	c 5	22 (90%) CSP integer variables are encoded (484 clauses, 5182 bytes)
4.90/4.95	c 5	24 (100%) CSP integer variables are encoded (528 clauses, 5666 bytes)
5.32/5.30	c 6	8 (10%) CSP clauses are encoded (24061 clauses, 581257 bytes)
5.53/5.59	c 6	15 (20%) CSP clauses are encoded (45694 clauses, 1126803 bytes)
5.82/5.86	c 6	22 (30%) CSP clauses are encoded (66060 clauses, 1636270 bytes)
6.12/6.19	c 7	30 (40%) CSP clauses are encoded (90785 clauses, 2280331 bytes)
6.43/6.49	c 7	37 (50%) CSP clauses are encoded (112403 clauses, 2865104 bytes)
6.72/6.78	c 7	44 (60%) CSP clauses are encoded (133989 clauses, 3450705 bytes)
7.02/7.09	c 8	52 (70%) CSP clauses are encoded (157748 clauses, 4092400 bytes)
7.32/7.39	c 8	59 (80%) CSP clauses are encoded (179316 clauses, 4678055 bytes)
7.63/7.68	c 8	66 (90%) CSP clauses are encoded (200839 clauses, 5261803 bytes)
7.92/7.97	c 8	73 (100%) CSP clauses are encoded (222498 clauses, 5849346 bytes)
7.92/7.97	c 8	73 CSP clauses encoded
7.92/7.98	c 8	Writing map file : HOME/temp.map
7.92/7.98	c 8	Heap : 28 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.92/7.98	c 8	SAT : 552 SAT variables, 222498 SAT clauses, 5849346 bytes
7.92/7.98	c 8	Heap : 28 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.01/8.01	c 8	SOLVING HOME/temp.cnf
8.01/8.01	c 8	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.04/1800.71	sh: line 1: 14446 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.04/1800.71	c 1801	DECODING HOME/temp.out WITH HOME/temp.map
1800.04/1800.71	c 1801	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.04/1800.72	c ERROR INTERRUPTED
1800.04/1800.72	s UNKNOWN
1800.04/1800.72	c 1801	CPU 1800.07 (0.05 0.02 1798.03 1.97)
1800.04/1800.72	c 1801	END Sat Jul 11 19:07:24 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-2063117-1247330243/watcher-2063117-1247330243 -o /tmp/evaluation-result-2063117-1247330243/solver-2063117-1247330243 -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-2063117-1247330243.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: 0.92 0.99 1.21 3/83 14422
/proc/meminfo: memFree=1139472/2055920 swapFree=4192948/4192956
[pid=14422] ppid=14420 vsize=12272 CPUtime=0
/proc/14422/stat : 14422 (sugar) R 14420 14422 13015 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 20089413 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 269807745637 0 0 4224 0 0 0 0 17 0 0 0
/proc/14422/statm: 3068 327 246 3 0 168 0

[startup+0.011872 s]
/proc/loadavg: 0.92 0.99 1.21 3/83 14422
/proc/meminfo: memFree=1139472/2055920 swapFree=4192948/4192956
[pid=14422] ppid=14420 vsize=12544 CPUtime=0
/proc/14422/stat : 14422 (sugar) R 14420 14422 13015 0 -1 4194304 461 0 0 0 0 0 0 0 18 0 1 0 20089413 12845056 429 996147200 4194304 4206940 548682068608 18446744073709551615 269827487296 0 0 4224 0 0 0 0 17 0 0 0
/proc/14422/statm: 3136 429 289 3 0 236 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12544

[startup+0.101886 s]
/proc/loadavg: 0.92 0.99 1.21 3/83 14422
/proc/meminfo: memFree=1139472/2055920 swapFree=4192948/4192956
[pid=14422] ppid=14420 vsize=16868 CPUtime=0.06
/proc/14422/stat : 14422 (sugar) S 14420 14422 13015 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 20089413 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14422/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301911 s]
/proc/loadavg: 0.92 0.99 1.21 3/83 14422
/proc/meminfo: memFree=1139472/2055920 swapFree=4192948/4192956
[pid=14422] ppid=14420 vsize=16868 CPUtime=0.06
/proc/14422/stat : 14422 (sugar) S 14420 14422 13015 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 20089413 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14422/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701951 s]
/proc/loadavg: 0.92 0.99 1.21 3/83 14422
/proc/meminfo: memFree=1139472/2055920 swapFree=4192948/4192956
[pid=14422] ppid=14420 vsize=16868 CPUtime=0.06
/proc/14422/stat : 14422 (sugar) S 14420 14422 13015 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 20089413 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14422/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50103 s]
/proc/loadavg: 0.92 0.99 1.21 2/94 14434
/proc/meminfo: memFree=1111480/2055920 swapFree=4192948/4192956
[pid=14422] ppid=14420 vsize=16868 CPUtime=1.15
/proc/14422/stat : 14422 (sugar) S 14420 14422 13015 0 -1 4194304 1309 9377 0 1 5 1 103 6 15 0 1 0 20089413 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14422/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 16868

[startup+3.1022 s]
/proc/loadavg: 0.92 0.99 1.21 2/94 14444
/proc/meminfo: memFree=1108536/2055920 swapFree=4192948/4192956
[pid=14422] ppid=14420 vsize=16868 CPUtime=1.15
/proc/14422/stat : 14422 (sugar) S 14420 14422 13015 0 -1 4194304 1309 9377 0 1 5 1 103 6 15 0 1 0 20089413 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14422/statm: 4217 1111 409 3 0 796 0
[pid=14435] ppid=14422 vsize=5356 CPUtime=0
/proc/14435/stat : 14435 (sh) S 14422 14422 13015 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20089531 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14435/statm: 1339 233 193 169 0 50 0
[pid=14436] ppid=14435 vsize=862320 CPUtime=1.94
/proc/14436/stat : 14436 (java) S 14435 14422 13015 0 -1 0 13587 0 1 0 188 6 0 0 19 0 9 0 20089531 883015680 12837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14436/statm: 215580 12837 2158 9 0 210493 0
[pid=14436/tid=14437] ppid=14435 vsize=862320 CPUtime=1.13
/proc/14436/task/14437/stat : 14437 (java) S 14435 14422 13015 0 -1 64 2328 0 1 0 112 1 0 0 17 0 9 0 20089532 883015680 12837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14436/tid=14438] ppid=14435 vsize=862320 CPUtime=0.76
/proc/14436/task/14438/stat : 14438 (java) R 14435 14422 13015 0 -1 64 10243 0 0 0 72 4 0 0 17 0 9 0 20089533 883015680 12837 996147200 134512640 134550932 4294955936 18446744073709551615 102768016 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14436/tid=14439] ppid=14435 vsize=862320 CPUtime=0
/proc/14436/task/14439/stat : 14439 (java) S 14435 14422 13015 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 20089533 883015680 12837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14436/tid=14440] ppid=14435 vsize=862320 CPUtime=0
/proc/14436/task/14440/stat : 14440 (java) S 14435 14422 13015 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20089533 883015680 12837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14436/tid=14441] ppid=14435 vsize=862320 CPUtime=0
/proc/14436/task/14441/stat : 14441 (java) S 14435 14422 13015 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20089535 883015680 12837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14436/tid=14442] ppid=14435 vsize=862320 CPUtime=0.03
/proc/14436/task/14442/stat : 14442 (java) S 14435 14422 13015 0 -1 64 314 0 0 0 3 0 0 0 15 0 9 0 20089535 883015680 12837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14436/tid=14443] ppid=14435 vsize=862320 CPUtime=0
/proc/14436/task/14443/stat : 14443 (java) S 14435 14422 13015 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20089535 883015680 12837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14436/tid=14444] ppid=14435 vsize=862320 CPUtime=0
/proc/14436/task/14444/stat : 14444 (java) S 14435 14422 13015 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20089535 883015680 12837 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 884544

[startup+6.30155 s]
/proc/loadavg: 0.93 0.99 1.21 2/94 14444
/proc/meminfo: memFree=1041080/2055920 swapFree=4192948/4192956
[pid=14422] ppid=14420 vsize=16868 CPUtime=1.15
/proc/14422/stat : 14422 (sugar) S 14420 14422 13015 0 -1 4194304 1310 9377 0 1 5 1 103 6 16 0 1 0 20089413 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14422/statm: 4217 1111 409 3 0 796 0
[pid=14435] ppid=14422 vsize=5356 CPUtime=0
/proc/14435/stat : 14435 (sh) S 14422 14422 13015 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20089531 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14435/statm: 1339 233 193 169 0 50 0
[pid=14436] ppid=14435 vsize=864332 CPUtime=5.17
/proc/14436/stat : 14436 (java) S 14435 14422 13015 0 -1 0 25970 0 1 0 504 13 0 0 19 0 9 0 20089531 885075968 25131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14436/statm: 216083 25131 2590 9 0 210560 0
[pid=14436/tid=14437] ppid=14435 vsize=864332 CPUtime=3.21
/proc/14436/task/14437/stat : 14437 (java) R 14435 14422 13015 0 -1 64 3719 0 1 0 318 3 0 0 20 0 9 0 20089532 885075968 25131 996147200 134512640 134550932 4294955936 18446744073709551615 4126573790 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14436/tid=14438] ppid=14435 vsize=864332 CPUtime=1.86
/proc/14436/task/14438/stat : 14438 (java) S 14435 14422 13015 0 -1 64 21204 0 0 0 177 9 0 0 16 0 9 0 20089533 885075968 25131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14436/tid=14439] ppid=14435 vsize=864332 CPUtime=0
/proc/14436/task/14439/stat : 14439 (java) S 14435 14422 13015 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20089533 885075968 25131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14436/tid=14440] ppid=14435 vsize=864332 CPUtime=0
/proc/14436/task/14440/stat : 14440 (java) S 14435 14422 13015 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20089533 885075968 25131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14436/tid=14441] ppid=14435 vsize=864332 CPUtime=0
/proc/14436/task/14441/stat : 14441 (java) S 14435 14422 13015 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20089535 885075968 25131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14436/tid=14442] ppid=14435 vsize=864332 CPUtime=0.07
/proc/14436/task/14442/stat : 14442 (java) S 14435 14422 13015 0 -1 64 345 0 0 0 7 0 0 0 16 0 9 0 20089535 885075968 25131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14436/tid=14443] ppid=14435 vsize=864332 CPUtime=0
/proc/14436/task/14443/stat : 14443 (java) S 14435 14422 13015 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20089535 885075968 25131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14436/tid=14444] ppid=14435 vsize=864332 CPUtime=0
/proc/14436/task/14444/stat : 14444 (java) S 14435 14422 13015 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20089535 885075968 25131 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 886556

[startup+12.7022 s]
/proc/loadavg: 0.93 0.99 1.21 2/86 14446
/proc/meminfo: memFree=1116856/2055920 swapFree=4192948/4192956
[pid=14422] ppid=14420 vsize=16868 CPUtime=8.04
/proc/14422/stat : 14422 (sugar) S 14420 14422 13015 0 -1 4194304 1366 35686 0 2 5 1 774 24 17 0 1 0 20089413 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14422/statm: 4217 1113 409 3 0 796 0
[pid=14445] ppid=14422 vsize=5356 CPUtime=0
/proc/14445/stat : 14445 (sh) S 14422 14422 13015 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20090215 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14445/statm: 1339 232 193 169 0 50 0
[pid=14446] ppid=14445 vsize=10328 CPUtime=4.67
/proc/14446/stat : 14446 (picosat) R 14445 14422 13015 0 -1 4194304 2472 0 0 0 302 165 0 0 25 0 1 0 20090215 10575872 2458 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14446/statm: 2582 2458 42 102 0 2477 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 32552

[startup+25.5016 s]
/proc/loadavg: 0.95 0.99 1.20 2/86 14446
/proc/meminfo: memFree=1116152/2055920 swapFree=4192948/4192956
[pid=14422] ppid=14420 vsize=16868 CPUtime=8.04
/proc/14422/stat : 14422 (sugar) S 14420 14422 13015 0 -1 4194304 1366 35686 0 2 5 1 774 24 17 0 1 0 20089413 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14422/statm: 4217 1113 409 3 0 796 0
[pid=14445] ppid=14422 vsize=5356 CPUtime=0
/proc/14445/stat : 14445 (sh) S 14422 14422 13015 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20090215 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14445/statm: 1339 232 193 169 0 50 0
[pid=14446] ppid=14445 vsize=11120 CPUtime=17.47
/proc/14446/stat : 14446 (picosat) R 14445 14422 13015 0 -1 4194304 2687 0 0 0 1582 165 0 0 25 0 1 0 20090215 11386880 2673 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14446/statm: 2780 2673 42 102 0 2675 0
Current children cumulated CPU time (s) 25.51
Current children cumulated vsize (KiB) 33344

[startup+51.1013 s]
/proc/loadavg: 0.96 0.99 1.20 2/86 14446
/proc/meminfo: memFree=1114616/2055920 swapFree=4192948/4192956
[pid=14422] ppid=14420 vsize=16868 CPUtime=8.04
/proc/14422/stat : 14422 (sugar) S 14420 14422 13015 0 -1 4194304 1366 35686 0 2 5 1 774 24 17 0 1 0 20089413 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14422/statm: 4217 1113 409 3 0 796 0
[pid=14445] ppid=14422 vsize=5356 CPUtime=0
/proc/14445/stat : 14445 (sh) S 14422 14422 13015 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20090215 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14445/statm: 1339 232 193 169 0 50 0
[pid=14446] ppid=14445 vsize=12704 CPUtime=43.06
/proc/14446/stat : 14446 (picosat) R 14445 14422 13015 0 -1 4194304 3104 0 0 0 4140 166 0 0 25 0 1 0 20090215 13008896 3090 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14446/statm: 3176 3090 42 102 0 3071 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 34928

[startup+102.307 s]
/proc/loadavg: 0.98 0.99 1.18 2/86 14446
/proc/meminfo: memFree=1112120/2055920 swapFree=4192948/4192956
[pid=14422] ppid=14420 vsize=16868 CPUtime=8.04
/proc/14422/stat : 14422 (sugar) S 14420 14422 13015 0 -1 4194304 1366 35686 0 2 5 1 774 24 17 0 1 0 20089413 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14422/statm: 4217 1113 409 3 0 796 0
[pid=14445] ppid=14422 vsize=5356 CPUtime=0
/proc/14445/stat : 14445 (sh) S 14422 14422 13015 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20090215 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14445/statm: 1339 232 193 169 0 50 0
[pid=14446] ppid=14445 vsize=15844 CPUtime=94.24
/proc/14446/stat : 14446 (picosat) R 14445 14422 13015 0 -1 4194304 3718 0 0 0 9257 167 0 0 25 0 1 0 20090215 16224256 3636 996147200 134512640 134931368 4294956256 18446744073709551615 134597644 0 0 4096 0 0 0 0 17 0 0 0
/proc/14446/statm: 3961 3636 48 102 0 3856 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 38068

[startup+162.301 s]
/proc/loadavg: 0.99 0.99 1.17 2/86 14446
/proc/meminfo: memFree=1111736/2055920 swapFree=4192948/4192956
[pid=14422] ppid=14420 vsize=16868 CPUtime=8.04
/proc/14422/stat : 14422 (sugar) S 14420 14422 13015 0 -1 4194304 1366 35686 0 2 5 1 774 24 17 0 1 0 20089413 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14422/statm: 4217 1113 409 3 0 796 0
[pid=14445] ppid=14422 vsize=5356 CPUtime=0
/proc/14445/stat : 14445 (sh) S 14422 14422 13015 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20090215 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14445/statm: 1339 232 193 169 0 50 0
[pid=14446] ppid=14445 vsize=16108 CPUtime=154.22
/proc/14446/stat : 14446 (picosat) R 14445 14422 13015 0 -1 4194304 3861 0 0 0 15255 167 0 0 25 0 1 0 20090215 16494592 3722 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14446/statm: 4027 3722 48 102 0 3922 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 38332

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

[pid=14422] ppid=14420 vsize=16868 CPUtime=8.04
/proc/14422/stat : 14422 (sugar) S 14420 14422 13015 0 -1 4194304 1366 35686 0 2 5 1 774 24 17 0 1 0 20089413 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14422/statm: 4217 1113 409 3 0 796 0
[pid=14445] ppid=14422 vsize=5356 CPUtime=0
/proc/14445/stat : 14445 (sh) S 14422 14422 13015 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20090215 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14445/statm: 1339 232 193 169 0 50 0
[pid=14446] ppid=14445 vsize=19664 CPUtime=1293.79
/proc/14446/stat : 14446 (picosat) R 14445 14422 13015 0 -1 4194304 5491 0 0 0 129209 170 0 0 25 0 1 0 20090215 20135936 4596 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14446/statm: 4916 4596 48 102 0 4811 0
Current children cumulated CPU time (s) 1301.83
Current children cumulated vsize (KiB) 41888

[startup+1362.3 s]
/proc/loadavg: 1.99 1.84 1.48 3/78 14501
/proc/meminfo: memFree=1063608/2055920 swapFree=4192948/4192956
[pid=14422] ppid=14420 vsize=16868 CPUtime=8.04
/proc/14422/stat : 14422 (sugar) S 14420 14422 13015 0 -1 4194304 1366 35686 0 2 5 1 774 24 17 0 1 0 20089413 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14422/statm: 4217 1113 409 3 0 796 0
[pid=14445] ppid=14422 vsize=5356 CPUtime=0
/proc/14445/stat : 14445 (sh) S 14422 14422 13015 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20090215 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14445/statm: 1339 232 193 169 0 50 0
[pid=14446] ppid=14445 vsize=19664 CPUtime=1353.76
/proc/14446/stat : 14446 (picosat) R 14445 14422 13015 0 -1 4194304 5516 0 0 0 135206 170 0 0 25 0 1 0 20090215 20135936 4621 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14446/statm: 4916 4621 48 102 0 4811 0
Current children cumulated CPU time (s) 1361.8
Current children cumulated vsize (KiB) 41888

[startup+1422.31 s]
/proc/loadavg: 1.99 1.87 1.51 3/78 14507
/proc/meminfo: memFree=1060912/2055920 swapFree=4192948/4192956
[pid=14422] ppid=14420 vsize=16868 CPUtime=8.04
/proc/14422/stat : 14422 (sugar) S 14420 14422 13015 0 -1 4194304 1366 35686 0 2 5 1 774 24 17 0 1 0 20089413 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14422/statm: 4217 1113 409 3 0 796 0
[pid=14445] ppid=14422 vsize=5356 CPUtime=0
/proc/14445/stat : 14445 (sh) S 14422 14422 13015 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20090215 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14445/statm: 1339 232 193 169 0 50 0
[pid=14446] ppid=14445 vsize=19928 CPUtime=1413.73
/proc/14446/stat : 14446 (picosat) R 14445 14422 13015 0 -1 4194304 5659 0 0 0 141203 170 0 0 25 0 1 0 20090215 20406272 4666 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14446/statm: 4982 4666 48 102 0 4877 0
Current children cumulated CPU time (s) 1421.77
Current children cumulated vsize (KiB) 42152

[startup+1482.3 s]
/proc/loadavg: 1.99 1.89 1.54 3/78 14507
/proc/meminfo: memFree=1058616/2055920 swapFree=4192948/4192956
[pid=14422] ppid=14420 vsize=16868 CPUtime=8.04
/proc/14422/stat : 14422 (sugar) S 14420 14422 13015 0 -1 4194304 1366 35686 0 2 5 1 774 24 17 0 1 0 20089413 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14422/statm: 4217 1113 409 3 0 796 0
[pid=14445] ppid=14422 vsize=5356 CPUtime=0
/proc/14445/stat : 14445 (sh) S 14422 14422 13015 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20090215 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14445/statm: 1339 232 193 169 0 50 0
[pid=14446] ppid=14445 vsize=19928 CPUtime=1473.7
/proc/14446/stat : 14446 (picosat) R 14445 14422 13015 0 -1 4194304 5659 0 0 0 147200 170 0 0 25 0 1 0 20090215 20406272 4666 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14446/statm: 4982 4666 48 102 0 4877 0
Current children cumulated CPU time (s) 1481.74
Current children cumulated vsize (KiB) 42152

[startup+1542.3 s]
/proc/loadavg: 1.99 1.91 1.56 3/78 14507
/proc/meminfo: memFree=1055992/2055920 swapFree=4192948/4192956
[pid=14422] ppid=14420 vsize=16868 CPUtime=8.04
/proc/14422/stat : 14422 (sugar) S 14420 14422 13015 0 -1 4194304 1366 35686 0 2 5 1 774 24 17 0 1 0 20089413 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14422/statm: 4217 1113 409 3 0 796 0
[pid=14445] ppid=14422 vsize=5356 CPUtime=0
/proc/14445/stat : 14445 (sh) S 14422 14422 13015 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20090215 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14445/statm: 1339 232 193 169 0 50 0
[pid=14446] ppid=14445 vsize=19928 CPUtime=1533.68
/proc/14446/stat : 14446 (picosat) R 14445 14422 13015 0 -1 4194304 5674 0 0 0 153198 170 0 0 25 0 1 0 20090215 20406272 4681 996147200 134512640 134931368 4294956256 18446744073709551615 134529083 0 0 4096 0 0 0 0 17 0 0 0
/proc/14446/statm: 4982 4681 48 102 0 4877 0
Current children cumulated CPU time (s) 1541.72
Current children cumulated vsize (KiB) 42152

[startup+1602.3 s]
/proc/loadavg: 1.99 1.92 1.59 3/78 14507
/proc/meminfo: memFree=1053752/2055920 swapFree=4192948/4192956
[pid=14422] ppid=14420 vsize=16868 CPUtime=8.04
/proc/14422/stat : 14422 (sugar) S 14420 14422 13015 0 -1 4194304 1366 35686 0 2 5 1 774 24 17 0 1 0 20089413 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14422/statm: 4217 1113 409 3 0 796 0
[pid=14445] ppid=14422 vsize=5356 CPUtime=0
/proc/14445/stat : 14445 (sh) S 14422 14422 13015 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20090215 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14445/statm: 1339 232 193 169 0 50 0
[pid=14446] ppid=14445 vsize=20060 CPUtime=1593.66
/proc/14446/stat : 14446 (picosat) R 14445 14422 13015 0 -1 4194304 5833 0 0 0 159195 171 0 0 25 0 1 0 20090215 20541440 4737 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14446/statm: 5015 4737 48 102 0 4910 0
Current children cumulated CPU time (s) 1601.7
Current children cumulated vsize (KiB) 42284

[startup+1662.3 s]
/proc/loadavg: 1.99 1.93 1.61 3/78 14507
/proc/meminfo: memFree=1052152/2055920 swapFree=4192948/4192956
[pid=14422] ppid=14420 vsize=16868 CPUtime=8.04
/proc/14422/stat : 14422 (sugar) S 14420 14422 13015 0 -1 4194304 1366 35686 0 2 5 1 774 24 17 0 1 0 20089413 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14422/statm: 4217 1113 409 3 0 796 0
[pid=14445] ppid=14422 vsize=5356 CPUtime=0
/proc/14445/stat : 14445 (sh) S 14422 14422 13015 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20090215 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14445/statm: 1339 232 193 169 0 50 0
[pid=14446] ppid=14445 vsize=20060 CPUtime=1653.64
/proc/14446/stat : 14446 (picosat) R 14445 14422 13015 0 -1 4194304 5833 0 0 0 165193 171 0 0 25 0 1 0 20090215 20541440 4737 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14446/statm: 5015 4737 48 102 0 4910 0
Current children cumulated CPU time (s) 1661.68
Current children cumulated vsize (KiB) 42284

[startup+1722.3 s]
/proc/loadavg: 1.99 1.94 1.63 3/78 14507
/proc/meminfo: memFree=1051960/2055920 swapFree=4192948/4192956
[pid=14422] ppid=14420 vsize=16868 CPUtime=8.04
/proc/14422/stat : 14422 (sugar) S 14420 14422 13015 0 -1 4194304 1366 35686 0 2 5 1 774 24 17 0 1 0 20089413 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14422/statm: 4217 1113 409 3 0 796 0
[pid=14445] ppid=14422 vsize=5356 CPUtime=0
/proc/14445/stat : 14445 (sh) S 14422 14422 13015 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20090215 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14445/statm: 1339 232 193 169 0 50 0
[pid=14446] ppid=14445 vsize=20456 CPUtime=1713.61
/proc/14446/stat : 14446 (picosat) R 14445 14422 13015 0 -1 4194304 5931 0 0 0 171190 171 0 0 25 0 1 0 20090215 20946944 4835 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14446/statm: 5114 4835 48 102 0 5009 0
Current children cumulated CPU time (s) 1721.65
Current children cumulated vsize (KiB) 42680

[startup+1782.3 s]
/proc/loadavg: 1.99 1.95 1.65 3/78 14507
/proc/meminfo: memFree=1051064/2055920 swapFree=4192948/4192956
[pid=14422] ppid=14420 vsize=16868 CPUtime=8.04
/proc/14422/stat : 14422 (sugar) S 14420 14422 13015 0 -1 4194304 1366 35686 0 2 5 1 774 24 17 0 1 0 20089413 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14422/statm: 4217 1113 409 3 0 796 0
[pid=14445] ppid=14422 vsize=5356 CPUtime=0
/proc/14445/stat : 14445 (sh) S 14422 14422 13015 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20090215 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14445/statm: 1339 232 193 169 0 50 0
[pid=14446] ppid=14445 vsize=21116 CPUtime=1773.59
/proc/14446/stat : 14446 (picosat) R 14445 14422 13015 0 -1 4194304 6204 0 0 0 177188 171 0 0 25 0 1 0 20090215 21622784 5000 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/14446/statm: 5279 5000 48 102 0 5174 0
Current children cumulated CPU time (s) 1781.63
Current children cumulated vsize (KiB) 43340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 1.99 1.95 1.66 3/78 14507
/proc/meminfo: memFree=1051064/2055920 swapFree=4192948/4192956
[pid=14422] ppid=14420 vsize=16868 CPUtime=8.04
/proc/14422/stat : 14422 (sugar) S 14420 14422 13015 0 -1 4194304 1366 35686 0 2 5 1 774 24 17 0 1 0 20089413 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14422/statm: 4217 1113 409 3 0 796 0
[pid=14445] ppid=14422 vsize=5356 CPUtime=0
/proc/14445/stat : 14445 (sh) S 14422 14422 13015 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20090215 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14445/statm: 1339 232 193 169 0 50 0
[pid=14446] ppid=14445 vsize=21116 CPUtime=1792
/proc/14446/stat : 14446 (picosat) R 14445 14422 13015 0 -1 4194304 6204 0 0 0 179029 171 0 0 25 0 1 0 20090215 21622784 5000 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/14446/statm: 5279 5000 48 102 0 5174 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 43340

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

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

[startup+1800.71 s]
/proc/loadavg: 1.99 1.95 1.66 3/78 14507
/proc/meminfo: memFree=1051064/2055920 swapFree=4192948/4192956
[pid=14422] ppid=14420 vsize=16868 CPUtime=8.04
/proc/14422/stat : 14422 (sugar) S 14420 14422 13015 0 -1 4194304 1366 35686 0 2 5 1 774 24 17 0 1 0 20089413 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14422/statm: 4217 1113 409 3 0 796 0
[pid=14445] ppid=14422 vsize=5356 CPUtime=0
/proc/14445/stat : 14445 (sh) S 14422 14422 13015 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20090215 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14445/statm: 1339 232 193 169 0 50 0
[pid=14446] ppid=14445 vsize=21116 CPUtime=1792
/proc/14446/stat : 14446 (picosat) R 14445 14422 13015 0 -1 4194304 6204 0 0 0 179029 171 0 0 25 0 1 0 20090215 21622784 5000 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/14446/statm: 5279 5000 48 102 0 5174 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 43340

Child status: 0
Real time (s): 1800.73
CPU time (s): 1800.09
CPU user time (s): 1798.09
CPU system time (s): 1.9967
CPU usage (%): 99.9643
Max. virtual memory (cumulated for all children) (KiB): 887256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.09
system time used= 1.9967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44037
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= 1606
involuntary context switches= 20750

runsolver used 1.9637 second user time and 5.53416 second system time

The end

Launcher Data

Begin job on node81 at 2009-07-11 18:37:23
IDJOB=2063117
IDBENCH=53969
IDSOLVER=738
FILE ID=node81/2063117-1247330243
PBS_JOBID= 9506472
Free space on /tmp= 126616 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/rand-3-24-24/normalized-rand-3-24-24-76-632-2_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-2063117-1247330243/watcher-2063117-1247330243 -o /tmp/evaluation-result-2063117-1247330243/solver-2063117-1247330243 -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-2063117-1247330243.xml

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

MD5SUM BENCH= ea880942284027c1ac68834e5660f7a0
RANDOM SEED=1460329563

node81.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.233
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.233
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1139896 kB
Buffers:         45512 kB
Cached:         781292 kB
SwapCached:          8 kB
Active:         119732 kB
Inactive:       742572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1139896 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            4112 kB
Writeback:           0 kB
Mapped:          53660 kB
Slab:            38656 kB
Committed_AS:   194004 kB
PageTables:       1964 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126604 MiB
End job on node81 at 2009-07-11 19:07:26