Trace number 1039665

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.13+picosat? (TO) 1800.07 1807.82

General information on the benchmark

Namecsp/frb59-26/
normalized-frb59-26-5-mgd_ext.xml
MD5SUM48e18c10d82e0c79227fc1d9662ae8b3
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark60.6418
Satisfiable
(Un)Satisfiability was proved
Number of variables59
Number of constraints539
Maximum constraint arity2
Maximum domain size26
Number of constraints which are defined in extension539
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Wed Jul  2 05:20:26 2008
0.00/0.04	c 0	PID 12184
0.00/0.05	c 0	HOST node64.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1039665-1214968826.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1039665-1214968826.xml' 'HOME/temp.csp'
0.03/0.87	c 1	1 domains, 59 variables, 0 predicates, 539 relations, 539 constraints
0.03/0.88	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.88	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.83/0.96	c 1	Parsing HOME/temp.csp
1.52/1.66	c 1	parsed 1138 expressions
1.52/1.66	c 1	Heap : 11 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.52/1.66	c 1	Converting to clausal form CSP
1.52/1.69	c 1	converted 114 (10%) expressions
1.61/1.70	c 1	converted 228 (20%) expressions
1.61/1.71	c 1	converted 342 (30%) expressions
1.61/1.72	c 1	converted 456 (40%) expressions
1.71/1.81	c 1	converted 569 (50%) expressions
1.71/1.88	c 2	converted 683 (60%) expressions
1.82/1.94	c 2	converted 797 (70%) expressions
1.82/1.99	c 2	converted 911 (80%) expressions
1.91/2.05	c 2	converted 1025 (90%) expressions
2.01/2.11	c 2	converted 1138 (100%) expressions
2.01/2.11	c 2	CSP : 59 integers, 0 booleans, 539 clauses, largest domain size 26
2.01/2.11	c 2	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.01/2.11	c 2	Propagation in CSP
2.01/2.11	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.01/2.11	c 2	CSP : 59 integers, 0 booleans, 539 clauses, largest domain size 26
2.01/2.11	c 2	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.01/2.11	c 2	Simplifing CSP by introducing new Boolean variables
2.01/2.11	c 2	CSP : 59 integers, 0 booleans, 539 clauses, largest domain size 26
2.01/2.11	c 2	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.01/2.19	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.12/2.21	c 2	6 (10%) CSP integer variables are encoded (144 clauses, 1440 bytes)
2.12/2.21	c 2	12 (20%) CSP integer variables are encoded (288 clauses, 3024 bytes)
2.12/2.21	c 2	18 (30%) CSP integer variables are encoded (432 clauses, 4608 bytes)
2.12/2.21	c 2	24 (40%) CSP integer variables are encoded (576 clauses, 6192 bytes)
2.12/2.21	c 2	30 (50%) CSP integer variables are encoded (720 clauses, 7776 bytes)
2.12/2.22	c 2	36 (60%) CSP integer variables are encoded (864 clauses, 9360 bytes)
2.12/2.22	c 2	42 (70%) CSP integer variables are encoded (1008 clauses, 11041 bytes)
2.12/2.22	c 2	48 (80%) CSP integer variables are encoded (1152 clauses, 12913 bytes)
2.12/2.22	c 2	54 (90%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
2.12/2.22	c 2	59 (100%) CSP integer variables are encoded (1416 clauses, 16345 bytes)
2.22/2.30	c 2	54 (10%) CSP clauses are encoded (7937 clauses, 130616 bytes)
2.22/2.34	c 2	108 (20%) CSP clauses are encoded (14542 clauses, 257076 bytes)
2.22/2.38	c 2	162 (30%) CSP clauses are encoded (21044 clauses, 385908 bytes)
2.31/2.42	c 2	216 (40%) CSP clauses are encoded (27553 clauses, 515233 bytes)
2.31/2.46	c 2	270 (50%) CSP clauses are encoded (34096 clauses, 645145 bytes)
2.42/2.50	c 2	324 (60%) CSP clauses are encoded (40679 clauses, 777480 bytes)
2.42/2.54	c 2	378 (70%) CSP clauses are encoded (47351 clauses, 912251 bytes)
2.42/2.58	c 2	432 (80%) CSP clauses are encoded (53924 clauses, 1046406 bytes)
2.51/2.62	c 2	486 (90%) CSP clauses are encoded (60424 clauses, 1181034 bytes)
2.51/2.66	c 2	539 (100%) CSP clauses are encoded (66902 clauses, 1328715 bytes)
2.51/2.66	c 2	539 CSP clauses encoded
2.51/2.66	c 2	Writing map file : HOME/temp.map
2.51/2.66	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.51/2.66	c 2	SAT : 1475 SAT variables, 66902 SAT clauses, 1328715 bytes
2.51/2.66	c 2	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.57/2.72	c 2	SOLVING HOME/temp.cnf
2.57/2.72	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.03/1807.80	sh: line 1: 12208 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.03/1807.80	c 1807	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1807.80	c 1807	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.03/1807.81	c ERROR INTERRUPTED
1800.03/1807.82	s UNKNOWN
1800.03/1807.82	c 1807	CPU 1799.42 (0.03 0.01 1799.39 0.62)
1800.03/1807.82	c 1807	END Wed Jul  2 05:50:33 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1039665-1214968826/watcher-1039665-1214968826 -o /tmp/evaluation-result-1039665-1214968826/solver-1039665-1214968826 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1039665-1214968826.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.97 1.99 4/81 12184
/proc/meminfo: memFree=1061496/2055920 swapFree=4178936/4192956
[pid=12184] ppid=12182 vsize=18572 CPUtime=0
/proc/12184/stat : 12184 (runsolver) R 12182 12184 8016 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1975852920 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 251255123239 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12184/statm: 4643 292 257 25 0 2626 0

[startup+0.0602589 s]
/proc/loadavg: 1.99 1.97 1.99 4/81 12184
/proc/meminfo: memFree=1061496/2055920 swapFree=4178936/4192956
[pid=12184] ppid=12182 vsize=13600 CPUtime=0.03
/proc/12184/stat : 12184 (sugar) S 12182 12184 8016 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1975852920 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12184/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10055 s]
/proc/loadavg: 1.99 1.97 1.99 4/81 12184
/proc/meminfo: memFree=1061496/2055920 swapFree=4178936/4192956
[pid=12184] ppid=12182 vsize=13600 CPUtime=0.03
/proc/12184/stat : 12184 (sugar) S 12182 12184 8016 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1975852920 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12184/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301572 s]
/proc/loadavg: 1.99 1.97 1.99 4/81 12184
/proc/meminfo: memFree=1061496/2055920 swapFree=4178936/4192956
[pid=12184] ppid=12182 vsize=13600 CPUtime=0.03
/proc/12184/stat : 12184 (sugar) S 12182 12184 8016 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1975852920 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12184/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701616 s]
/proc/loadavg: 1.99 1.97 1.99 4/81 12184
/proc/meminfo: memFree=1061496/2055920 swapFree=4178936/4192956
[pid=12184] ppid=12182 vsize=13600 CPUtime=0.03
/proc/12184/stat : 12184 (sugar) S 12182 12184 8016 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1975852920 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12184/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50171 s]
/proc/loadavg: 1.99 1.97 1.99 4/92 12206
/proc/meminfo: memFree=1053920/2055920 swapFree=4178936/4192956
[pid=12184] ppid=12182 vsize=13600 CPUtime=0.83
/proc/12184/stat : 12184 (sugar) S 12182 12184 8016 0 -1 4194304 973 5081 0 1 3 0 76 4 16 0 1 0 1975852920 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12184/statm: 3400 797 370 3 0 500 0
[pid=12197] ppid=12184 vsize=5356 CPUtime=0
/proc/12197/stat : 12197 (sh) S 12184 12184 8016 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1975853009 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12197/statm: 1339 233 193 169 0 50 0
[pid=12198] ppid=12197 vsize=864012 CPUtime=0.59
/proc/12198/stat : 12198 (java) S 12197 12184 8016 0 -1 0 6676 0 1 0 56 3 0 0 19 0 9 0 1975853009 884748288 5964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12198/statm: 216003 5964 2532 9 0 210585 0
[pid=12198/tid=12199] ppid=12197 vsize=864012 CPUtime=0.36
/proc/12198/task/12199/stat : 12199 (java) R 12197 12184 8016 0 -1 64 2460 0 1 0 35 1 0 0 22 0 9 0 1975853010 884748288 5964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12198/tid=12200] ppid=12197 vsize=864012 CPUtime=0.15
/proc/12198/task/12200/stat : 12200 (java) R 12197 12184 8016 0 -1 64 3194 0 0 0 14 1 0 0 16 0 9 0 1975853011 884748288 5964 996147200 134512640 134550740 4294955952 18446744073709551615 103834248 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12198/tid=12201] ppid=12197 vsize=864012 CPUtime=0
/proc/12198/task/12201/stat : 12201 (java) S 12197 12184 8016 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1975853011 884748288 5964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12198/tid=12202] ppid=12197 vsize=864012 CPUtime=0
/proc/12198/task/12202/stat : 12202 (java) S 12197 12184 8016 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1975853011 884748288 5964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12198/tid=12203] ppid=12197 vsize=864012 CPUtime=0
/proc/12198/task/12203/stat : 12203 (java) S 12197 12184 8016 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1975853013 884748288 5964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12198/tid=12204] ppid=12197 vsize=864012 CPUtime=0.05
/proc/12198/task/12204/stat : 12204 (java) S 12197 12184 8016 0 -1 64 326 0 0 0 5 0 0 0 16 0 9 0 1975853013 884748288 5964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12198/tid=12205] ppid=12197 vsize=864012 CPUtime=0
/proc/12198/task/12205/stat : 12205 (java) S 12197 12184 8016 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1975853013 884748288 5964 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12198/tid=12206] ppid=12197 vsize=864012 CPUtime=0
/proc/12198/task/12206/stat : 12206 (java) S 12197 12184 8016 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1975853014 884748288 5964 996147200 134512640 134550740 4294955952 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) 882968

[startup+3.10188 s]
/proc/loadavg: 2.07 1.99 2.00 3/92 12206
/proc/meminfo: memFree=1029024/2055920 swapFree=4178936/4192956
[pid=12184] ppid=12182 vsize=13600 CPUtime=2.6
/proc/12184/stat : 12184 (sugar) S 12182 12184 8016 0 -1 4194304 1021 16099 0 2 3 1 244 12 16 0 1 0 1975852920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12184/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 13600

[startup+6.30289 s]
/proc/loadavg: 2.07 1.99 2.00 3/84 12208
/proc/meminfo: memFree=1053600/2055920 swapFree=4178936/4192956
[pid=12184] ppid=12182 vsize=13600 CPUtime=2.6
/proc/12184/stat : 12184 (sugar) S 12182 12184 8016 0 -1 4194304 1021 16099 0 2 3 1 244 12 16 0 1 0 1975852920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12184/statm: 3400 798 370 3 0 500 0
[pid=12207] ppid=12184 vsize=5356 CPUtime=0
/proc/12207/stat : 12207 (sh) S 12184 12184 8016 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975853192 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12207/statm: 1339 232 193 169 0 50 0
[pid=12208] ppid=12207 vsize=4296 CPUtime=3.53
/proc/12208/stat : 12208 (picosat) R 12207 12184 8016 0 -1 4194304 944 0 0 0 314 39 0 0 25 0 1 0 1975853192 4399104 930 996147200 134512640 134931368 4294956256 18446744073709551615 134525751 0 0 4096 0 0 0 0 17 1 0 0
/proc/12208/statm: 1074 930 42 102 0 969 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 23252

[startup+12.7019 s]
/proc/loadavg: 2.06 1.99 2.00 3/84 12208
/proc/meminfo: memFree=1052392/2055920 swapFree=4178936/4192956
[pid=12184] ppid=12182 vsize=13600 CPUtime=2.6
/proc/12184/stat : 12184 (sugar) S 12182 12184 8016 0 -1 4194304 1021 16099 0 2 3 1 244 12 16 0 1 0 1975852920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12184/statm: 3400 798 370 3 0 500 0
[pid=12207] ppid=12184 vsize=5356 CPUtime=0
/proc/12207/stat : 12207 (sh) S 12184 12184 8016 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975853192 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12207/statm: 1339 232 193 169 0 50 0
[pid=12208] ppid=12207 vsize=5132 CPUtime=9.88
/proc/12208/stat : 12208 (picosat) R 12207 12184 8016 0 -1 4194304 1161 0 0 0 948 40 0 0 25 0 1 0 1975853192 5255168 1145 996147200 134512640 134931368 4294956256 18446744073709551615 134529604 0 0 4096 0 0 0 0 17 1 0 0
/proc/12208/statm: 1283 1145 48 102 0 1178 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 24088

[startup+25.5023 s]
/proc/loadavg: 2.05 1.99 2.00 3/84 12208
/proc/meminfo: memFree=1052072/2055920 swapFree=4178936/4192956
[pid=12184] ppid=12182 vsize=13600 CPUtime=2.6
/proc/12184/stat : 12184 (sugar) S 12182 12184 8016 0 -1 4194304 1021 16099 0 2 3 1 244 12 16 0 1 0 1975852920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12184/statm: 3400 798 370 3 0 500 0
[pid=12207] ppid=12184 vsize=5356 CPUtime=0
/proc/12207/stat : 12207 (sh) S 12184 12184 8016 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975853192 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12207/statm: 1339 232 193 169 0 50 0
[pid=12208] ppid=12207 vsize=5564 CPUtime=22.55
/proc/12208/stat : 12208 (picosat) R 12207 12184 8016 0 -1 4194304 1280 0 0 0 2215 40 0 0 25 0 1 0 1975853192 5697536 1264 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/12208/statm: 1391 1264 48 102 0 1286 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 24520

[startup+51.1021 s]
/proc/loadavg: 2.03 1.99 2.00 3/84 12208
/proc/meminfo: memFree=1051432/2055920 swapFree=4178936/4192956
[pid=12184] ppid=12182 vsize=13600 CPUtime=2.6
/proc/12184/stat : 12184 (sugar) S 12182 12184 8016 0 -1 4194304 1021 16099 0 2 3 1 244 12 16 0 1 0 1975852920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12184/statm: 3400 798 370 3 0 500 0
[pid=12207] ppid=12184 vsize=5356 CPUtime=0
/proc/12207/stat : 12207 (sh) S 12184 12184 8016 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975853192 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12207/statm: 1339 232 193 169 0 50 0
[pid=12208] ppid=12207 vsize=6120 CPUtime=47.91
/proc/12208/stat : 12208 (picosat) R 12207 12184 8016 0 -1 4194304 1435 0 0 0 4751 40 0 0 25 0 1 0 1975853192 6266880 1419 996147200 134512640 134931368 4294956256 18446744073709551615 134529914 0 0 4096 0 0 0 0 17 1 0 0
/proc/12208/statm: 1530 1419 48 102 0 1425 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 25076

[startup+102.308 s]
/proc/loadavg: 2.01 1.99 2.00 3/84 12208
/proc/meminfo: memFree=1050216/2055920 swapFree=4178936/4192956
[pid=12184] ppid=12182 vsize=13600 CPUtime=2.6
/proc/12184/stat : 12184 (sugar) S 12182 12184 8016 0 -1 4194304 1021 16099 0 2 3 1 244 12 16 0 1 0 1975852920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12184/statm: 3400 798 370 3 0 500 0
[pid=12207] ppid=12184 vsize=5356 CPUtime=0
/proc/12207/stat : 12207 (sh) S 12184 12184 8016 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975853192 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12207/statm: 1339 232 193 169 0 50 0
[pid=12208] ppid=12207 vsize=7216 CPUtime=98.63
/proc/12208/stat : 12208 (picosat) R 12207 12184 8016 0 -1 4194304 1750 0 0 0 9823 40 0 0 25 0 1 0 1975853192 7389184 1666 996147200 134512640 134931368 4294956256 18446744073709551615 134529919 0 0 4096 0 0 0 0 17 1 0 0
/proc/12208/statm: 1804 1666 48 102 0 1699 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 26172

[startup+162.302 s]
/proc/loadavg: 2.00 1.99 2.00 3/84 12208
/proc/meminfo: memFree=1049256/2055920 swapFree=4178936/4192956
[pid=12184] ppid=12182 vsize=13600 CPUtime=2.6
/proc/12184/stat : 12184 (sugar) S 12182 12184 8016 0 -1 4194304 1021 16099 0 2 3 1 244 12 16 0 1 0 1975852920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12184/statm: 3400 798 370 3 0 500 0
[pid=12207] ppid=12184 vsize=5356 CPUtime=0
/proc/12207/stat : 12207 (sh) S 12184 12184 8016 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975853192 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12207/statm: 1339 232 193 169 0 50 0
[pid=12208] ppid=12207 vsize=8008 CPUtime=158.07
/proc/12208/stat : 12208 (picosat) R 12207 12184 8016 0 -1 4194304 2134 0 0 0 15766 41 0 0 25 0 1 0 1975853192 8200192 1892 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/12208/statm: 2002 1892 48 102 0 1897 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 26964

[startup+222.302 s]
/proc/loadavg: 2.00 1.99 2.00 4/84 12208
/proc/meminfo: memFree=1048744/2055920 swapFree=4178936/4192956
[pid=12184] ppid=12182 vsize=13600 CPUtime=2.6
/proc/12184/stat : 12184 (sugar) S 12182 12184 8016 0 -1 4194304 1021 16099 0 2 3 1 244 12 16 0 1 0 1975852920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12184/statm: 3400 798 370 3 0 500 0
[pid=12207] ppid=12184 vsize=5356 CPUtime=0
/proc/12207/stat : 12207 (sh) S 12184 12184 8016 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975853192 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12207/statm: 1339 232 193 169 0 50 0
[pid=12208] ppid=12207 vsize=8536 CPUtime=217.5
/proc/12208/stat : 12208 (picosat) R 12207 12184 8016 0 -1 4194304 2385 0 0 0 21709 41 0 0 25 0 1 0 1975853192 8740864 2009 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/12208/statm: 2134 2009 48 102 0 2029 0
Current children cumulated CPU time (s) 220.1
Current children cumulated vsize (KiB) 27492

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

[pid=12184] ppid=12182 vsize=13600 CPUtime=2.6
/proc/12184/stat : 12184 (sugar) S 12182 12184 8016 0 -1 4194304 1021 16099 0 2 3 1 244 12 16 0 1 0 1975852920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12184/statm: 3400 798 370 3 0 500 0
[pid=12207] ppid=12184 vsize=5356 CPUtime=0
/proc/12207/stat : 12207 (sh) S 12184 12184 8016 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975853192 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12207/statm: 1339 232 193 169 0 50 0
[pid=12208] ppid=12207 vsize=14256 CPUtime=1232.17
/proc/12208/stat : 12208 (picosat) R 12207 12184 8016 0 -1 4194304 5555 0 0 0 123170 47 0 0 25 0 1 0 1975853192 14598144 3358 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12208/statm: 3564 3358 48 102 0 3459 0
Current children cumulated CPU time (s) 1234.77
Current children cumulated vsize (KiB) 33212

[startup+1302.3 s]
/proc/loadavg: 1.03 1.25 1.59 2/67 12366
/proc/meminfo: memFree=1062880/2055920 swapFree=4178936/4192956
[pid=12184] ppid=12182 vsize=13600 CPUtime=2.6
/proc/12184/stat : 12184 (sugar) S 12182 12184 8016 0 -1 4194304 1021 16099 0 2 3 1 244 12 16 0 1 0 1975852920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12184/statm: 3400 798 370 3 0 500 0
[pid=12207] ppid=12184 vsize=5356 CPUtime=0
/proc/12207/stat : 12207 (sh) S 12184 12184 8016 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975853192 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12207/statm: 1339 232 193 169 0 50 0
[pid=12208] ppid=12207 vsize=14784 CPUtime=1292.15
/proc/12208/stat : 12208 (picosat) R 12207 12184 8016 0 -1 4194304 5790 0 0 0 129167 48 0 0 25 0 1 0 1975853192 15138816 3496 996147200 134512640 134931368 4294956256 18446744073709551615 134525769 0 0 4096 0 0 0 0 17 0 0 0
/proc/12208/statm: 3696 3496 48 102 0 3591 0
Current children cumulated CPU time (s) 1294.75
Current children cumulated vsize (KiB) 33740

[startup+1362.3 s]
/proc/loadavg: 1.01 1.20 1.56 2/67 12366
/proc/meminfo: memFree=1062752/2055920 swapFree=4178936/4192956
[pid=12184] ppid=12182 vsize=13600 CPUtime=2.6
/proc/12184/stat : 12184 (sugar) S 12182 12184 8016 0 -1 4194304 1021 16099 0 2 3 1 244 12 16 0 1 0 1975852920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12184/statm: 3400 798 370 3 0 500 0
[pid=12207] ppid=12184 vsize=5356 CPUtime=0
/proc/12207/stat : 12207 (sh) S 12184 12184 8016 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975853192 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12207/statm: 1339 232 193 169 0 50 0
[pid=12208] ppid=12207 vsize=14916 CPUtime=1352.12
/proc/12208/stat : 12208 (picosat) R 12207 12184 8016 0 -1 4194304 5911 0 0 0 135164 48 0 0 25 0 1 0 1975853192 15273984 3520 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12208/statm: 3729 3520 48 102 0 3624 0
Current children cumulated CPU time (s) 1354.72
Current children cumulated vsize (KiB) 33872

[startup+1422.31 s]
/proc/loadavg: 1.00 1.16 1.52 2/67 12366
/proc/meminfo: memFree=1062752/2055920 swapFree=4178936/4192956
[pid=12184] ppid=12182 vsize=13600 CPUtime=2.6
/proc/12184/stat : 12184 (sugar) S 12182 12184 8016 0 -1 4194304 1021 16099 0 2 3 1 244 12 16 0 1 0 1975852920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12184/statm: 3400 798 370 3 0 500 0
[pid=12207] ppid=12184 vsize=5356 CPUtime=0
/proc/12207/stat : 12207 (sh) S 12184 12184 8016 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975853192 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12207/statm: 1339 232 193 169 0 50 0
[pid=12208] ppid=12207 vsize=14916 CPUtime=1412.1
/proc/12208/stat : 12208 (picosat) R 12207 12184 8016 0 -1 4194304 5911 0 0 0 141162 48 0 0 25 0 1 0 1975853192 15273984 3520 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12208/statm: 3729 3520 48 102 0 3624 0
Current children cumulated CPU time (s) 1414.7
Current children cumulated vsize (KiB) 33872

[startup+1482.3 s]
/proc/loadavg: 1.00 1.13 1.48 2/67 12366
/proc/meminfo: memFree=1062752/2055920 swapFree=4178936/4192956
[pid=12184] ppid=12182 vsize=13600 CPUtime=2.6
/proc/12184/stat : 12184 (sugar) S 12182 12184 8016 0 -1 4194304 1021 16099 0 2 3 1 244 12 16 0 1 0 1975852920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12184/statm: 3400 798 370 3 0 500 0
[pid=12207] ppid=12184 vsize=5356 CPUtime=0
/proc/12207/stat : 12207 (sh) S 12184 12184 8016 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975853192 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12207/statm: 1339 232 193 169 0 50 0
[pid=12208] ppid=12207 vsize=14852 CPUtime=1472.07
/proc/12208/stat : 12208 (picosat) R 12207 12184 8016 0 -1 4194304 6008 0 0 0 147159 48 0 0 25 0 1 0 1975853192 15208448 3520 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12208/statm: 3713 3520 48 102 0 3608 0
Current children cumulated CPU time (s) 1474.67
Current children cumulated vsize (KiB) 33808

[startup+1542.3 s]
/proc/loadavg: 1.00 1.10 1.45 2/67 12366
/proc/meminfo: memFree=1062496/2055920 swapFree=4178936/4192956
[pid=12184] ppid=12182 vsize=13600 CPUtime=2.6
/proc/12184/stat : 12184 (sugar) S 12182 12184 8016 0 -1 4194304 1021 16099 0 2 3 1 244 12 16 0 1 0 1975852920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12184/statm: 3400 798 370 3 0 500 0
[pid=12207] ppid=12184 vsize=5356 CPUtime=0
/proc/12207/stat : 12207 (sh) S 12184 12184 8016 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975853192 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12207/statm: 1339 232 193 169 0 50 0
[pid=12208] ppid=12207 vsize=15116 CPUtime=1532.03
/proc/12208/stat : 12208 (picosat) R 12207 12184 8016 0 -1 4194304 6169 0 0 0 153155 48 0 0 25 0 1 0 1975853192 15478784 3580 996147200 134512640 134931368 4294956256 18446744073709551615 134597663 0 0 4096 0 0 0 0 17 0 0 0
/proc/12208/statm: 3779 3580 48 102 0 3674 0
Current children cumulated CPU time (s) 1534.63
Current children cumulated vsize (KiB) 34072

[startup+1602.3 s]
/proc/loadavg: 1.00 1.08 1.42 2/67 12366
/proc/meminfo: memFree=1062176/2055920 swapFree=4178936/4192956
[pid=12184] ppid=12182 vsize=13600 CPUtime=2.6
/proc/12184/stat : 12184 (sugar) S 12182 12184 8016 0 -1 4194304 1021 16099 0 2 3 1 244 12 16 0 1 0 1975852920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12184/statm: 3400 798 370 3 0 500 0
[pid=12207] ppid=12184 vsize=5356 CPUtime=0
/proc/12207/stat : 12207 (sh) S 12184 12184 8016 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975853192 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12207/statm: 1339 232 193 169 0 50 0
[pid=12208] ppid=12207 vsize=15380 CPUtime=1592.01
/proc/12208/stat : 12208 (picosat) R 12207 12184 8016 0 -1 4194304 6354 0 0 0 159153 48 0 0 25 0 1 0 1975853192 15749120 3664 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12208/statm: 3845 3664 48 102 0 3740 0
Current children cumulated CPU time (s) 1594.61
Current children cumulated vsize (KiB) 34336

[startup+1662.3 s]
/proc/loadavg: 1.00 1.06 1.39 2/67 12366
/proc/meminfo: memFree=1062176/2055920 swapFree=4178936/4192956
[pid=12184] ppid=12182 vsize=13600 CPUtime=2.6
/proc/12184/stat : 12184 (sugar) S 12182 12184 8016 0 -1 4194304 1021 16099 0 2 3 1 244 12 16 0 1 0 1975852920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12184/statm: 3400 798 370 3 0 500 0
[pid=12207] ppid=12184 vsize=5356 CPUtime=0
/proc/12207/stat : 12207 (sh) S 12184 12184 8016 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975853192 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12207/statm: 1339 232 193 169 0 50 0
[pid=12208] ppid=12207 vsize=15512 CPUtime=1651.98
/proc/12208/stat : 12208 (picosat) R 12207 12184 8016 0 -1 4194304 6389 0 0 0 165150 48 0 0 25 0 1 0 1975853192 15884288 3699 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12208/statm: 3878 3699 48 102 0 3773 0
Current children cumulated CPU time (s) 1654.58
Current children cumulated vsize (KiB) 34468

[startup+1722.3 s]
/proc/loadavg: 1.00 1.05 1.36 2/67 12366
/proc/meminfo: memFree=1061600/2055920 swapFree=4178936/4192956
[pid=12184] ppid=12182 vsize=13600 CPUtime=2.6
/proc/12184/stat : 12184 (sugar) S 12182 12184 8016 0 -1 4194304 1021 16099 0 2 3 1 244 12 16 0 1 0 1975852920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12184/statm: 3400 798 370 3 0 500 0
[pid=12207] ppid=12184 vsize=5356 CPUtime=0
/proc/12207/stat : 12207 (sh) S 12184 12184 8016 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975853192 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12207/statm: 1339 232 193 169 0 50 0
[pid=12208] ppid=12207 vsize=15908 CPUtime=1711.96
/proc/12208/stat : 12208 (picosat) R 12207 12184 8016 0 -1 4194304 6601 0 0 0 171147 49 0 0 25 0 1 0 1975853192 16289792 3804 996147200 134512640 134931368 4294956256 18446744073709551615 134529280 0 0 4096 0 0 0 0 17 0 0 0
/proc/12208/statm: 3977 3804 48 102 0 3872 0
Current children cumulated CPU time (s) 1714.56
Current children cumulated vsize (KiB) 34864

[startup+1782.3 s]
/proc/loadavg: 1.00 1.04 1.34 2/67 12366
/proc/meminfo: memFree=1061536/2055920 swapFree=4178936/4192956
[pid=12184] ppid=12182 vsize=13600 CPUtime=2.6
/proc/12184/stat : 12184 (sugar) S 12182 12184 8016 0 -1 4194304 1021 16099 0 2 3 1 244 12 16 0 1 0 1975852920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12184/statm: 3400 798 370 3 0 500 0
[pid=12207] ppid=12184 vsize=5356 CPUtime=0
/proc/12207/stat : 12207 (sh) S 12184 12184 8016 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975853192 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12207/statm: 1339 232 193 169 0 50 0
[pid=12208] ppid=12207 vsize=16040 CPUtime=1771.93
/proc/12208/stat : 12208 (picosat) R 12207 12184 8016 0 -1 4194304 6734 0 0 0 177144 49 0 0 25 0 1 0 1975853192 16424960 3830 996147200 134512640 134931368 4294956256 18446744073709551615 134597664 0 0 4096 0 0 0 0 17 0 0 0
/proc/12208/statm: 4010 3830 48 102 0 3905 0
Current children cumulated CPU time (s) 1774.53
Current children cumulated vsize (KiB) 34996



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.8 s]
/proc/loadavg: 1.00 1.03 1.33 2/67 12366
/proc/meminfo: memFree=1061536/2055920 swapFree=4178936/4192956
[pid=12184] ppid=12182 vsize=13600 CPUtime=2.6
/proc/12184/stat : 12184 (sugar) S 12182 12184 8016 0 -1 4194304 1021 16099 0 2 3 1 244 12 16 0 1 0 1975852920 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12184/statm: 3400 798 370 3 0 500 0
[pid=12207] ppid=12184 vsize=5356 CPUtime=0
/proc/12207/stat : 12207 (sh) S 12184 12184 8016 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975853192 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12207/statm: 1339 232 193 169 0 50 0
[pid=12208] ppid=12207 vsize=16040 CPUtime=1797.43
/proc/12208/stat : 12208 (picosat) R 12207 12184 8016 0 -1 4194304 6734 0 0 0 179694 49 0 0 25 0 1 0 1975853192 16424960 3830 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/12208/statm: 4010 3830 48 102 0 3905 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 34996

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

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

Child status: 0
Real time (s): 1807.82
CPU time (s): 1800.07
CPU user time (s): 1799.43
CPU system time (s): 0.640902
CPU usage (%): 99.5714
Max. virtual memory (cumulated for all children) (KiB): 883248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.43
system time used= 0.640902
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24588
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= 2433
involuntary context switches= 35992

runsolver used 1.67274 second user time and 5.62014 second system time

The end

Launcher Data (download as text)

Begin job on node64 at 2008-07-02 05:20:26
IDJOB=1039665
IDBENCH=53632
IDSOLVER=345
FILE ID=node64/1039665-1214968826
PBS_JOBID= 7870205
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/frb59-26/normalized-frb59-26-5-mgd_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1039665-1214968826/watcher-1039665-1214968826 -o /tmp/evaluation-result-1039665-1214968826/solver-1039665-1214968826 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1039665-1214968826.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 48e18c10d82e0c79227fc1d9662ae8b3
RANDOM SEED=2037111990

node64.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.248
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.248
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:       1061976 kB
Buffers:         67272 kB
Cached:         820208 kB
SwapCached:       7196 kB
Active:         297848 kB
Inactive:       616308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1061976 kB
SwapTotal:     4192956 kB
SwapFree:      4178936 kB
Dirty:            1928 kB
Writeback:           0 kB
Mapped:          42848 kB
Slab:            64720 kB
Committed_AS:  3902844 kB
PageTables:       1860 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= 66552 MiB
End job on node64 at 2008-07-02 05:50:35