Trace number 1036083

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 1813.62

General information on the benchmark

Namecsp/frb56-25/
normalized-frb56-25-4-mgd_ext.xml
MD5SUM9fd41dcf2251738accb874656e5f4c57
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 benchmark799.497
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints525
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension525
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 01:37:46 2008
0.00/0.04	c 0	PID 15769
0.00/0.05	c 0	HOST node30.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1036083-1214955466.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-1036083-1214955466.xml' 'HOME/temp.csp'
0.03/0.84	c 1	1 domains, 56 variables, 0 predicates, 525 relations, 525 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.80/0.96	c 1	Parsing HOME/temp.csp
1.58/1.76	c 2	parsed 1107 expressions
1.58/1.76	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.58/1.76	c 2	Converting to clausal form CSP
1.58/1.79	c 2	converted 111 (10%) expressions
1.58/1.80	c 2	converted 222 (20%) expressions
1.68/1.81	c 2	converted 333 (30%) expressions
1.68/1.81	c 2	converted 443 (40%) expressions
1.68/1.82	c 2	converted 554 (50%) expressions
1.79/1.94	c 2	converted 665 (60%) expressions
1.88/2.01	c 2	converted 775 (70%) expressions
1.88/2.06	c 2	converted 886 (80%) expressions
1.98/2.11	c 2	converted 997 (90%) expressions
1.98/2.15	c 2	converted 1107 (100%) expressions
1.98/2.15	c 2	CSP : 56 integers, 0 booleans, 525 clauses, largest domain size 25
1.98/2.15	c 2	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.98/2.15	c 2	Propagation in CSP
1.98/2.15	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.98/2.15	c 2	CSP : 56 integers, 0 booleans, 525 clauses, largest domain size 25
1.98/2.16	c 2	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.98/2.16	c 2	Simplifing CSP by introducing new Boolean variables
1.98/2.17	c 2	CSP : 56 integers, 0 booleans, 525 clauses, largest domain size 25
1.98/2.17	c 2	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.08/2.24	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.08/2.25	c 2	6 (10%) CSP integer variables are encoded (138 clauses, 1376 bytes)
2.08/2.25	c 2	12 (20%) CSP integer variables are encoded (276 clauses, 2894 bytes)
2.08/2.26	c 2	17 (30%) CSP integer variables are encoded (391 clauses, 4159 bytes)
2.08/2.26	c 2	23 (40%) CSP integer variables are encoded (529 clauses, 5677 bytes)
2.08/2.26	c 2	28 (50%) CSP integer variables are encoded (644 clauses, 6942 bytes)
2.08/2.26	c 2	34 (60%) CSP integer variables are encoded (782 clauses, 8460 bytes)
2.08/2.26	c 2	40 (70%) CSP integer variables are encoded (920 clauses, 9978 bytes)
2.08/2.26	c 2	45 (80%) CSP integer variables are encoded (1035 clauses, 11398 bytes)
2.08/2.26	c 2	51 (90%) CSP integer variables are encoded (1173 clauses, 13192 bytes)
2.08/2.26	c 2	56 (100%) CSP integer variables are encoded (1288 clauses, 14687 bytes)
2.18/2.34	c 2	53 (10%) CSP clauses are encoded (7203 clauses, 116443 bytes)
2.18/2.37	c 2	105 (20%) CSP clauses are encoded (12910 clauses, 223439 bytes)
2.27/2.42	c 2	158 (30%) CSP clauses are encoded (18664 clauses, 335982 bytes)
2.27/2.45	c 2	210 (40%) CSP clauses are encoded (24390 clauses, 448186 bytes)
2.27/2.48	c 2	263 (50%) CSP clauses are encoded (30290 clauses, 564589 bytes)
2.36/2.52	c 2	315 (60%) CSP clauses are encoded (36063 clauses, 678535 bytes)
2.36/2.55	c 2	368 (70%) CSP clauses are encoded (41916 clauses, 796500 bytes)
2.36/2.59	c 2	420 (80%) CSP clauses are encoded (47705 clauses, 913386 bytes)
2.47/2.63	c 3	473 (90%) CSP clauses are encoded (53668 clauses, 1036137 bytes)
2.47/2.66	c 3	525 (100%) CSP clauses are encoded (59532 clauses, 1166368 bytes)
2.47/2.66	c 3	525 CSP clauses encoded
2.47/2.66	c 3	Writing map file : HOME/temp.map
2.47/2.66	c 3	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.47/2.66	c 3	SAT : 1344 SAT variables, 59532 SAT clauses, 1166368 bytes
2.47/2.66	c 3	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.54/2.70	c 3	SOLVING HOME/temp.cnf
2.54/2.70	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.02/1813.61	sh: line 1: 15793 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.02/1813.61	c 1813	DECODING HOME/temp.out WITH HOME/temp.map
1800.02/1813.61	c 1813	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.02/1813.61	c ERROR INTERRUPTED
1800.02/1813.62	s UNKNOWN
1800.02/1813.62	c 1814	CPU 1799.49 (0.03 0.01 1799.46 0.54)
1800.02/1813.62	c 1814	END Wed Jul  2 02:08:00 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-1036083-1214955466/watcher-1036083-1214955466 -o /tmp/evaluation-result-1036083-1214955466/solver-1036083-1214955466 -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-1036083-1214955466.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.92 2.02 1.99 4/81 15769
/proc/meminfo: memFree=1636616/2055920 swapFree=4116692/4192956
[pid=15769] ppid=15767 vsize=12268 CPUtime=0
/proc/15769/stat : 15769 (sugar) R 15767 15769 15315 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1974520283 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 264907749989 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/15769/statm: 3067 316 241 3 0 167 0

[startup+0.0907919 s]
/proc/loadavg: 1.92 2.02 1.99 4/81 15769
/proc/meminfo: memFree=1636616/2055920 swapFree=4116692/4192956
[pid=15769] ppid=15767 vsize=13600 CPUtime=0.03
/proc/15769/stat : 15769 (sugar) S 15767 15769 15315 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1974520283 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15769/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101954 s]
/proc/loadavg: 1.92 2.02 1.99 4/81 15769
/proc/meminfo: memFree=1636616/2055920 swapFree=4116692/4192956
[pid=15769] ppid=15767 vsize=13600 CPUtime=0.03
/proc/15769/stat : 15769 (sugar) S 15767 15769 15315 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1974520283 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15769/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301968 s]
/proc/loadavg: 1.92 2.02 1.99 4/81 15769
/proc/meminfo: memFree=1636616/2055920 swapFree=4116692/4192956
[pid=15769] ppid=15767 vsize=13600 CPUtime=0.03
/proc/15769/stat : 15769 (sugar) S 15767 15769 15315 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1974520283 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15769/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702997 s]
/proc/loadavg: 1.92 2.02 1.99 4/81 15769
/proc/meminfo: memFree=1636616/2055920 swapFree=4116692/4192956
[pid=15769] ppid=15767 vsize=13600 CPUtime=0.03
/proc/15769/stat : 15769 (sugar) S 15767 15769 15315 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1974520283 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15769/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50205 s]
/proc/loadavg: 1.92 2.02 1.99 5/92 15791
/proc/meminfo: memFree=1629168/2055920 swapFree=4116692/4192956
[pid=15769] ppid=15767 vsize=13600 CPUtime=0.8
/proc/15769/stat : 15769 (sugar) S 15767 15769 15315 0 -1 4194304 973 5031 0 1 3 0 74 3 16 0 1 0 1974520283 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15769/statm: 3400 797 370 3 0 500 0
[pid=15782] ppid=15769 vsize=5356 CPUtime=0
/proc/15782/stat : 15782 (sh) S 15769 15769 15315 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1974520371 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15782/statm: 1339 233 193 169 0 50 0
[pid=15783] ppid=15782 vsize=864040 CPUtime=0.58
/proc/15783/stat : 15783 (java) S 15782 15769 15315 0 -1 0 5903 0 1 0 56 2 0 0 18 0 9 0 1974520372 884776960 5200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15783/statm: 216010 5200 2532 9 0 210592 0
[pid=15783/tid=15784] ppid=15782 vsize=864040 CPUtime=0.43
/proc/15783/task/15784/stat : 15784 (java) R 15782 15769 15315 0 -1 64 2450 0 1 0 42 1 0 0 21 0 9 0 1974520373 884776960 5200 996147200 134512640 134550740 4294955952 18446744073709551615 4126429603 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15783/tid=15785] ppid=15782 vsize=864040 CPUtime=0.08
/proc/15783/task/15785/stat : 15785 (java) S 15782 15769 15315 0 -1 64 2431 0 0 0 8 0 0 0 16 0 9 0 1974520374 884776960 5200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15783/tid=15786] ppid=15782 vsize=864040 CPUtime=0
/proc/15783/task/15786/stat : 15786 (java) S 15782 15769 15315 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1974520374 884776960 5200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15783/tid=15787] ppid=15782 vsize=864040 CPUtime=0
/proc/15783/task/15787/stat : 15787 (java) S 15782 15769 15315 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1974520374 884776960 5200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15783/tid=15788] ppid=15782 vsize=864040 CPUtime=0
/proc/15783/task/15788/stat : 15788 (java) S 15782 15769 15315 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1974520376 884776960 5200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15783/tid=15789] ppid=15782 vsize=864040 CPUtime=0.06
/proc/15783/task/15789/stat : 15789 (java) S 15782 15769 15315 0 -1 64 326 0 0 0 6 0 0 0 16 0 9 0 1974520376 884776960 5200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15783/tid=15790] ppid=15782 vsize=864040 CPUtime=0
/proc/15783/task/15790/stat : 15790 (java) S 15782 15769 15315 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1974520376 884776960 5200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15783/tid=15791] ppid=15782 vsize=864040 CPUtime=0
/proc/15783/task/15791/stat : 15791 (java) S 15782 15769 15315 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1974520376 884776960 5200 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 882996

[startup+3.10115 s]
/proc/loadavg: 1.92 2.02 1.99 4/92 15791
/proc/meminfo: memFree=1609200/2055920 swapFree=4116692/4192956
[pid=15769] ppid=15767 vsize=13600 CPUtime=2.57
/proc/15769/stat : 15769 (sugar) S 15767 15769 15315 0 -1 4194304 1021 15430 0 2 3 1 242 11 16 0 1 0 1974520283 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15769/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 13600

[startup+6.30136 s]
/proc/loadavg: 1.93 2.01 1.99 3/84 15793
/proc/meminfo: memFree=1629232/2055920 swapFree=4116692/4192956
[pid=15769] ppid=15767 vsize=13600 CPUtime=2.57
/proc/15769/stat : 15769 (sugar) S 15767 15769 15315 0 -1 4194304 1021 15430 0 2 3 1 242 11 16 0 1 0 1974520283 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15769/statm: 3400 798 370 3 0 500 0
[pid=15792] ppid=15769 vsize=5356 CPUtime=0
/proc/15792/stat : 15792 (sh) S 15769 15769 15315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974520553 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15792/statm: 1339 232 193 169 0 50 0
[pid=15793] ppid=15792 vsize=4036 CPUtime=3.56
/proc/15793/stat : 15793 (picosat) R 15792 15769 15315 0 -1 4194304 896 0 0 0 322 34 0 0 25 0 1 0 1974520553 4132864 882 996147200 134512640 134931368 4294956256 18446744073709551615 134525855 0 0 4096 0 0 0 0 17 1 0 0
/proc/15793/statm: 1009 882 42 102 0 904 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 22992

[startup+12.7018 s]
/proc/loadavg: 1.93 2.01 1.99 3/84 15793
/proc/meminfo: memFree=1628272/2055920 swapFree=4116692/4192956
[pid=15769] ppid=15767 vsize=13600 CPUtime=2.57
/proc/15769/stat : 15769 (sugar) S 15767 15769 15315 0 -1 4194304 1021 15430 0 2 3 1 242 11 16 0 1 0 1974520283 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15769/statm: 3400 798 370 3 0 500 0
[pid=15792] ppid=15769 vsize=5356 CPUtime=0
/proc/15792/stat : 15792 (sh) S 15769 15769 15315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974520553 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15792/statm: 1339 232 193 169 0 50 0
[pid=15793] ppid=15792 vsize=4784 CPUtime=9.89
/proc/15793/stat : 15793 (picosat) R 15792 15769 15315 0 -1 4194304 1079 0 0 0 955 34 0 0 25 0 1 0 1974520553 4898816 1063 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/15793/statm: 1196 1063 48 102 0 1091 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 23740

[startup+25.5026 s]
/proc/loadavg: 1.95 2.01 1.99 3/84 15793
/proc/meminfo: memFree=1627952/2055920 swapFree=4116692/4192956
[pid=15769] ppid=15767 vsize=13600 CPUtime=2.57
/proc/15769/stat : 15769 (sugar) S 15767 15769 15315 0 -1 4194304 1021 15430 0 2 3 1 242 11 16 0 1 0 1974520283 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15769/statm: 3400 798 370 3 0 500 0
[pid=15792] ppid=15769 vsize=5356 CPUtime=0
/proc/15792/stat : 15792 (sh) S 15769 15769 15315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974520553 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15792/statm: 1339 232 193 169 0 50 0
[pid=15793] ppid=15792 vsize=5136 CPUtime=22.58
/proc/15793/stat : 15793 (picosat) R 15792 15769 15315 0 -1 4194304 1166 0 0 0 2224 34 0 0 25 0 1 0 1974520553 5259264 1150 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15793/statm: 1284 1150 48 102 0 1179 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 24092

[startup+51.1023 s]
/proc/loadavg: 1.96 2.01 1.99 3/84 15793
/proc/meminfo: memFree=1627312/2055920 swapFree=4116692/4192956
[pid=15769] ppid=15767 vsize=13600 CPUtime=2.57
/proc/15769/stat : 15769 (sugar) S 15767 15769 15315 0 -1 4194304 1021 15430 0 2 3 1 242 11 16 0 1 0 1974520283 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15769/statm: 3400 798 370 3 0 500 0
[pid=15792] ppid=15769 vsize=5356 CPUtime=0
/proc/15792/stat : 15792 (sh) S 15769 15769 15315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974520553 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15792/statm: 1339 232 193 169 0 50 0
[pid=15793] ppid=15792 vsize=5728 CPUtime=47.93
/proc/15793/stat : 15793 (picosat) R 15792 15769 15315 0 -1 4194304 1331 0 0 0 4759 34 0 0 25 0 1 0 1974520553 5865472 1315 996147200 134512640 134931368 4294956256 18446744073709551615 134544630 0 0 4096 0 0 0 0 17 1 0 0
/proc/15793/statm: 1432 1315 48 102 0 1327 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 24684

[startup+102.307 s]
/proc/loadavg: 1.98 2.01 1.99 3/84 15793
/proc/meminfo: memFree=1626224/2055920 swapFree=4116692/4192956
[pid=15769] ppid=15767 vsize=13600 CPUtime=2.57
/proc/15769/stat : 15769 (sugar) S 15767 15769 15315 0 -1 4194304 1021 15430 0 2 3 1 242 11 16 0 1 0 1974520283 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15769/statm: 3400 798 370 3 0 500 0
[pid=15792] ppid=15769 vsize=5356 CPUtime=0
/proc/15792/stat : 15792 (sh) S 15769 15769 15315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974520553 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15792/statm: 1339 232 193 169 0 50 0
[pid=15793] ppid=15792 vsize=6680 CPUtime=98.65
/proc/15793/stat : 15793 (picosat) R 15792 15769 15315 0 -1 4194304 1612 0 0 0 9831 34 0 0 25 0 1 0 1974520553 6840320 1530 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 1 0 0
/proc/15793/statm: 1670 1530 48 102 0 1565 0
Current children cumulated CPU time (s) 101.22
Current children cumulated vsize (KiB) 25636

[startup+162.303 s]
/proc/loadavg: 1.99 2.00 1.99 3/84 15793
/proc/meminfo: memFree=1625392/2055920 swapFree=4116692/4192956
[pid=15769] ppid=15767 vsize=13600 CPUtime=2.57
/proc/15769/stat : 15769 (sugar) S 15767 15769 15315 0 -1 4194304 1021 15430 0 2 3 1 242 11 16 0 1 0 1974520283 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15769/statm: 3400 798 370 3 0 500 0
[pid=15792] ppid=15769 vsize=5356 CPUtime=0
/proc/15792/stat : 15792 (sh) S 15769 15769 15315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974520553 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15792/statm: 1339 232 193 169 0 50 0
[pid=15793] ppid=15792 vsize=7340 CPUtime=158.09
/proc/15793/stat : 15793 (picosat) R 15792 15769 15315 0 -1 4194304 1987 0 0 0 15774 35 0 0 25 0 1 0 1974520553 7516160 1719 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15793/statm: 1835 1719 48 102 0 1730 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 26296

[startup+222.302 s]
/proc/loadavg: 1.99 2.00 1.99 3/84 15793
/proc/meminfo: memFree=1624624/2055920 swapFree=4116692/4192956
[pid=15769] ppid=15767 vsize=13600 CPUtime=2.57
/proc/15769/stat : 15769 (sugar) S 15767 15769 15315 0 -1 4194304 1021 15430 0 2 3 1 242 11 16 0 1 0 1974520283 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15769/statm: 3400 798 370 3 0 500 0
[pid=15792] ppid=15769 vsize=5356 CPUtime=0
/proc/15792/stat : 15792 (sh) S 15769 15769 15315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974520553 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15792/statm: 1339 232 193 169 0 50 0
[pid=15793] ppid=15792 vsize=8000 CPUtime=217.53
/proc/15793/stat : 15793 (picosat) R 15792 15769 15315 0 -1 4194304 2338 0 0 0 21718 35 0 0 25 0 1 0 1974520553 8192000 1894 996147200 134512640 134931368 4294956256 18446744073709551615 134525875 0 0 4096 0 0 0 0 17 1 0 0
/proc/15793/statm: 2000 1894 48 102 0 1895 0
Current children cumulated CPU time (s) 220.1
Current children cumulated vsize (KiB) 26956

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

[pid=15769] ppid=15767 vsize=13600 CPUtime=2.57
/proc/15769/stat : 15769 (sugar) S 15767 15769 15315 0 -1 4194304 1021 15430 0 2 3 1 242 11 16 0 1 0 1974520283 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15769/statm: 3400 798 370 3 0 500 0
[pid=15792] ppid=15769 vsize=5356 CPUtime=0
/proc/15792/stat : 15792 (sh) S 15769 15769 15315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974520553 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15792/statm: 1339 232 193 169 0 50 0
[pid=15793] ppid=15792 vsize=13348 CPUtime=1228.01
/proc/15793/stat : 15793 (picosat) R 15792 15769 15315 0 -1 4194304 5230 0 0 0 122762 39 0 0 25 0 1 0 1974520553 13668352 3093 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15793/statm: 3337 3093 48 102 0 3232 0
Current children cumulated CPU time (s) 1230.58
Current children cumulated vsize (KiB) 32304

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15793
/proc/meminfo: memFree=1619184/2055920 swapFree=4116692/4192956
[pid=15769] ppid=15767 vsize=13600 CPUtime=2.57
/proc/15769/stat : 15769 (sugar) S 15767 15769 15315 0 -1 4194304 1021 15430 0 2 3 1 242 11 16 0 1 0 1974520283 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15769/statm: 3400 798 370 3 0 500 0
[pid=15792] ppid=15769 vsize=5356 CPUtime=0
/proc/15792/stat : 15792 (sh) S 15769 15769 15315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974520553 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15792/statm: 1339 232 193 169 0 50 0
[pid=15793] ppid=15792 vsize=13348 CPUtime=1287.45
/proc/15793/stat : 15793 (picosat) R 15792 15769 15315 0 -1 4194304 5350 0 0 0 128706 39 0 0 25 0 1 0 1974520553 13668352 3123 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/15793/statm: 3337 3123 48 102 0 3232 0
Current children cumulated CPU time (s) 1290.02
Current children cumulated vsize (KiB) 32304

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 15793
/proc/meminfo: memFree=1618864/2055920 swapFree=4116692/4192956
[pid=15769] ppid=15767 vsize=13600 CPUtime=2.57
/proc/15769/stat : 15769 (sugar) S 15767 15769 15315 0 -1 4194304 1021 15430 0 2 3 1 242 11 16 0 1 0 1974520283 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15769/statm: 3400 798 370 3 0 500 0
[pid=15792] ppid=15769 vsize=5356 CPUtime=0
/proc/15792/stat : 15792 (sh) S 15769 15769 15315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974520553 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15792/statm: 1339 232 193 169 0 50 0
[pid=15793] ppid=15792 vsize=13612 CPUtime=1346.89
/proc/15793/stat : 15793 (picosat) R 15792 15769 15315 0 -1 4194304 5499 0 0 0 134649 40 0 0 25 0 1 0 1974520553 13938688 3182 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 1 0 0
/proc/15793/statm: 3403 3182 48 102 0 3298 0
Current children cumulated CPU time (s) 1349.46
Current children cumulated vsize (KiB) 32568

[startup+1422.31 s]
/proc/loadavg: 1.94 1.98 1.99 4/83 15837
/proc/meminfo: memFree=1569784/2055920 swapFree=4116692/4192956
[pid=15769] ppid=15767 vsize=13600 CPUtime=2.57
/proc/15769/stat : 15769 (sugar) S 15767 15769 15315 0 -1 4194304 1021 15430 0 2 3 1 242 11 16 0 1 0 1974520283 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15769/statm: 3400 798 370 3 0 500 0
[pid=15792] ppid=15769 vsize=5356 CPUtime=0
/proc/15792/stat : 15792 (sh) S 15769 15769 15315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974520553 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15792/statm: 1339 232 193 169 0 50 0
[pid=15793] ppid=15792 vsize=14404 CPUtime=1406.45
/proc/15793/stat : 15793 (picosat) R 15792 15769 15315 0 -1 4194304 5770 0 0 0 140605 40 0 0 25 0 1 0 1974520553 14749696 3363 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15793/statm: 3601 3363 48 102 0 3496 0
Current children cumulated CPU time (s) 1409.02
Current children cumulated vsize (KiB) 33360

[startup+1482.3 s]
/proc/loadavg: 1.97 1.98 1.99 3/83 15837
/proc/meminfo: memFree=1566648/2055920 swapFree=4116692/4192956
[pid=15769] ppid=15767 vsize=13600 CPUtime=2.57
/proc/15769/stat : 15769 (sugar) S 15767 15769 15315 0 -1 4194304 1021 15430 0 2 3 1 242 11 16 0 1 0 1974520283 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15769/statm: 3400 798 370 3 0 500 0
[pid=15792] ppid=15769 vsize=5356 CPUtime=0
/proc/15792/stat : 15792 (sh) S 15769 15769 15315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974520553 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15792/statm: 1339 232 193 169 0 50 0
[pid=15793] ppid=15792 vsize=14404 CPUtime=1466.41
/proc/15793/stat : 15793 (picosat) R 15792 15769 15315 0 -1 4194304 5889 0 0 0 146600 41 0 0 25 0 1 0 1974520553 14749696 3387 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15793/statm: 3601 3387 48 102 0 3496 0
Current children cumulated CPU time (s) 1468.98
Current children cumulated vsize (KiB) 33360

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 15837
/proc/meminfo: memFree=1566584/2055920 swapFree=4116692/4192956
[pid=15769] ppid=15767 vsize=13600 CPUtime=2.57
/proc/15769/stat : 15769 (sugar) S 15767 15769 15315 0 -1 4194304 1021 15430 0 2 3 1 242 11 16 0 1 0 1974520283 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15769/statm: 3400 798 370 3 0 500 0
[pid=15792] ppid=15769 vsize=5356 CPUtime=0
/proc/15792/stat : 15792 (sh) S 15769 15769 15315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974520553 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15792/statm: 1339 232 193 169 0 50 0
[pid=15793] ppid=15792 vsize=14364 CPUtime=1526.36
/proc/15793/stat : 15793 (picosat) R 15792 15769 15315 0 -1 4194304 5984 0 0 0 152595 41 0 0 25 0 1 0 1974520553 14708736 3387 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15793/statm: 3591 3387 48 102 0 3486 0
Current children cumulated CPU time (s) 1528.93
Current children cumulated vsize (KiB) 33320

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 15837
/proc/meminfo: memFree=1566456/2055920 swapFree=4116692/4192956
[pid=15769] ppid=15767 vsize=13600 CPUtime=2.57
/proc/15769/stat : 15769 (sugar) S 15767 15769 15315 0 -1 4194304 1021 15430 0 2 3 1 242 11 16 0 1 0 1974520283 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15769/statm: 3400 798 370 3 0 500 0
[pid=15792] ppid=15769 vsize=5356 CPUtime=0
/proc/15792/stat : 15792 (sh) S 15769 15769 15315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974520553 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15792/statm: 1339 232 193 169 0 50 0
[pid=15793] ppid=15792 vsize=14364 CPUtime=1586.31
/proc/15793/stat : 15793 (picosat) R 15792 15769 15315 0 -1 4194304 5984 0 0 0 158590 41 0 0 25 0 1 0 1974520553 14708736 3387 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15793/statm: 3591 3387 48 102 0 3486 0
Current children cumulated CPU time (s) 1588.88
Current children cumulated vsize (KiB) 33320

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 15837
/proc/meminfo: memFree=1565880/2055920 swapFree=4116692/4192956
[pid=15769] ppid=15767 vsize=13600 CPUtime=2.57
/proc/15769/stat : 15769 (sugar) S 15767 15769 15315 0 -1 4194304 1021 15430 0 2 3 1 242 11 16 0 1 0 1974520283 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15769/statm: 3400 798 370 3 0 500 0
[pid=15792] ppid=15769 vsize=5356 CPUtime=0
/proc/15792/stat : 15792 (sh) S 15769 15769 15315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974520553 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15792/statm: 1339 232 193 169 0 50 0
[pid=15793] ppid=15792 vsize=15024 CPUtime=1646.26
/proc/15793/stat : 15793 (picosat) R 15792 15769 15315 0 -1 4194304 6232 0 0 0 164585 41 0 0 25 0 1 0 1974520553 15384576 3536 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15793/statm: 3756 3536 48 102 0 3651 0
Current children cumulated CPU time (s) 1648.83
Current children cumulated vsize (KiB) 33980

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 15837
/proc/meminfo: memFree=1566072/2055920 swapFree=4116692/4192956
[pid=15769] ppid=15767 vsize=13600 CPUtime=2.57
/proc/15769/stat : 15769 (sugar) S 15767 15769 15315 0 -1 4194304 1021 15430 0 2 3 1 242 11 16 0 1 0 1974520283 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15769/statm: 3400 798 370 3 0 500 0
[pid=15792] ppid=15769 vsize=5356 CPUtime=0
/proc/15792/stat : 15792 (sh) S 15769 15769 15315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974520553 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15792/statm: 1339 232 193 169 0 50 0
[pid=15793] ppid=15792 vsize=14768 CPUtime=1706.21
/proc/15793/stat : 15793 (picosat) R 15792 15769 15315 0 -1 4194304 6331 0 0 0 170580 41 0 0 25 0 1 0 1974520553 15122432 3503 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/15793/statm: 3692 3503 48 102 0 3587 0
Current children cumulated CPU time (s) 1708.78
Current children cumulated vsize (KiB) 33724

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/83 15837
/proc/meminfo: memFree=1562936/2055920 swapFree=4116692/4192956
[pid=15769] ppid=15767 vsize=13600 CPUtime=2.57
/proc/15769/stat : 15769 (sugar) S 15767 15769 15315 0 -1 4194304 1021 15430 0 2 3 1 242 11 16 0 1 0 1974520283 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15769/statm: 3400 798 370 3 0 500 0
[pid=15792] ppid=15769 vsize=5356 CPUtime=0
/proc/15792/stat : 15792 (sh) S 15769 15769 15315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974520553 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15792/statm: 1339 232 193 169 0 50 0
[pid=15793] ppid=15792 vsize=14900 CPUtime=1766.17
/proc/15793/stat : 15793 (picosat) R 15792 15769 15315 0 -1 4194304 6447 0 0 0 176575 42 0 0 25 0 1 0 1974520553 15257600 3520 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/15793/statm: 3725 3520 48 102 0 3620 0
Current children cumulated CPU time (s) 1768.74
Current children cumulated vsize (KiB) 33856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.6 s]
/proc/loadavg: 2.06 2.00 2.00 3/83 15837
/proc/meminfo: memFree=1562936/2055920 swapFree=4116692/4192956
[pid=15769] ppid=15767 vsize=13600 CPUtime=2.57
/proc/15769/stat : 15769 (sugar) S 15767 15769 15315 0 -1 4194304 1021 15430 0 2 3 1 242 11 16 0 1 0 1974520283 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15769/statm: 3400 798 370 3 0 500 0
[pid=15792] ppid=15769 vsize=5356 CPUtime=0
/proc/15792/stat : 15792 (sh) S 15769 15769 15315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1974520553 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15792/statm: 1339 232 193 169 0 50 0
[pid=15793] ppid=15792 vsize=14900 CPUtime=1797.45
/proc/15793/stat : 15793 (picosat) R 15792 15769 15315 0 -1 4194304 6447 0 0 0 179703 42 0 0 25 0 1 0 1974520553 15257600 3520 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/15793/statm: 3725 3520 48 102 0 3620 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 33856

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): 1813.62
CPU time (s): 1800.07
CPU user time (s): 1799.51
CPU system time (s): 0.562914
CPU usage (%): 99.2527
Max. virtual memory (cumulated for all children) (KiB): 883264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.51
system time used= 0.562914
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23632
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= 2113
involuntary context switches= 67817

runsolver used 2.01169 second user time and 6.24605 second system time

The end

Launcher Data (download as text)

Begin job on node30 at 2008-07-02 01:37:46
IDJOB=1036083
IDBENCH=53433
IDSOLVER=345
FILE ID=node30/1036083-1214955466
PBS_JOBID= 7870274
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/frb56-25/normalized-frb56-25-4-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-1036083-1214955466/watcher-1036083-1214955466 -o /tmp/evaluation-result-1036083-1214955466/solver-1036083-1214955466 -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-1036083-1214955466.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9fd41dcf2251738accb874656e5f4c57
RANDOM SEED=106977628

node30.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.218
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.218
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:       1637096 kB
Buffers:         35148 kB
Cached:         202996 kB
SwapCached:      70304 kB
Active:         296640 kB
Inactive:        56556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1637096 kB
SwapTotal:     4192956 kB
SwapFree:      4116692 kB
Dirty:            1816 kB
Writeback:           0 kB
Mapped:         131116 kB
Slab:            50620 kB
Committed_AS:  3490484 kB
PageTables:       1976 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= 66548 MiB
End job on node30 at 2008-07-02 02:08:02