Trace number 2057474

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.08 1802.83

General information on the benchmark

Namecsp/rand-2-27/
normalized-rand-27-27-351-163-61021_ext.xml
MD5SUMc0196107eb5c960e4e5b01a4b9118262
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1181.03
Satisfiable
(Un)Satisfiability was proved
Number of variables27
Number of constraints351
Maximum constraint arity2
Maximum domain size27
Number of constraints which are defined in extension351
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.04/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.04/0.08	c 0	BEGIN Sat Jul 11 15:13:33 2009
0.04/0.08	c 0	PID 13119
0.04/0.08	c 0	HOST node35.alineos.net
0.04/0.08	c 0	CONVERTING HOME/instance-2057474-1247318013.xml TO HOME/temp.csp
0.04/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2057474-1247318013.xml' 'HOME/temp.csp'
0.06/0.79	c 1	1 domains, 27 variables, 0 predicates, 351 relations, 351 constraints
0.06/0.82	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.82	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.77/0.90	c 1	Parsing HOME/temp.csp
1.13/1.25	c 1	parsed 730 expressions
1.13/1.26	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.13/1.26	c 1	Converting to clausal form CSP
1.13/1.29	c 1	converted 73 (10%) expressions
1.13/1.29	c 1	converted 146 (20%) expressions
1.22/1.30	c 1	converted 219 (30%) expressions
1.22/1.30	c 1	converted 292 (40%) expressions
1.22/1.30	c 1	converted 365 (50%) expressions
1.32/1.41	c 1	converted 438 (60%) expressions
1.32/1.44	c 1	converted 511 (70%) expressions
1.32/1.46	c 1	converted 584 (80%) expressions
1.32/1.49	c 1	converted 657 (90%) expressions
1.43/1.51	c 1	converted 730 (100%) expressions
1.43/1.52	c 1	CSP : 27 integers, 0 booleans, 351 clauses, largest domain size 27
1.43/1.52	c 1	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.43/1.52	c 1	Propagation in CSP
1.43/1.52	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.43/1.52	c 1	CSP : 27 integers, 0 booleans, 351 clauses, largest domain size 27
1.43/1.52	c 1	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.43/1.52	c 1	Simplifing CSP by introducing new Boolean variables
1.43/1.52	c 1	CSP : 27 integers, 0 booleans, 351 clauses, largest domain size 27
1.43/1.52	c 1	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.43/1.58	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.43/1.58	c 1	3 (10%) CSP integer variables are encoded (75 clauses, 722 bytes)
1.43/1.59	c 1	6 (20%) CSP integer variables are encoded (150 clauses, 1506 bytes)
1.43/1.59	c 1	9 (30%) CSP integer variables are encoded (225 clauses, 2331 bytes)
1.43/1.59	c 1	11 (40%) CSP integer variables are encoded (275 clauses, 2881 bytes)
1.43/1.59	c 1	14 (50%) CSP integer variables are encoded (350 clauses, 3706 bytes)
1.43/1.59	c 1	17 (60%) CSP integer variables are encoded (425 clauses, 4531 bytes)
1.43/1.59	c 1	19 (70%) CSP integer variables are encoded (475 clauses, 5081 bytes)
1.43/1.59	c 1	22 (80%) CSP integer variables are encoded (550 clauses, 5906 bytes)
1.43/1.59	c 1	25 (90%) CSP integer variables are encoded (625 clauses, 6731 bytes)
1.43/1.59	c 1	27 (100%) CSP integer variables are encoded (675 clauses, 7281 bytes)
1.53/1.66	c 2	36 (10%) CSP clauses are encoded (4792 clauses, 75563 bytes)
1.53/1.69	c 2	71 (20%) CSP clauses are encoded (8745 clauses, 143557 bytes)
1.63/1.71	c 2	106 (30%) CSP clauses are encoded (12717 clauses, 214748 bytes)
1.63/1.74	c 2	141 (40%) CSP clauses are encoded (16702 clauses, 291135 bytes)
1.63/1.77	c 2	176 (50%) CSP clauses are encoded (20736 clauses, 368643 bytes)
1.63/1.79	c 2	211 (60%) CSP clauses are encoded (24684 clauses, 444237 bytes)
1.73/1.82	c 2	246 (70%) CSP clauses are encoded (28687 clauses, 521206 bytes)
1.73/1.84	c 2	281 (80%) CSP clauses are encoded (32646 clauses, 597134 bytes)
1.73/1.86	c 2	316 (90%) CSP clauses are encoded (36576 clauses, 672335 bytes)
1.73/1.89	c 2	351 (100%) CSP clauses are encoded (40574 clauses, 749020 bytes)
1.73/1.89	c 2	351 CSP clauses encoded
1.73/1.89	c 2	Writing map file : HOME/temp.map
1.73/1.89	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.73/1.89	c 2	SAT : 702 SAT variables, 40574 SAT clauses, 749020 bytes
1.73/1.89	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.81/1.93	c 2	SOLVING HOME/temp.cnf
1.81/1.93	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.03/1802.81	sh: line 1: 13143 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.03/1802.81	c 1803	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1802.81	c 1803	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.03/1802.82	c ERROR INTERRUPTED
1800.03/1802.82	s UNKNOWN
1800.03/1802.82	c 1803	CPU 1800.06 (0.07 0.01 1799.52 0.46)
1800.03/1802.82	c 1803	END Sat Jul 11 15:43:36 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-2057474-1247318013/watcher-2057474-1247318013 -o /tmp/evaluation-result-2057474-1247318013/solver-2057474-1247318013 -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-2057474-1247318013.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.37 0.53 0.19 4/81 13119
/proc/meminfo: memFree=717984/2055920 swapFree=4192956/4192956
[pid=13119] ppid=13117 vsize=12268 CPUtime=0
/proc/13119/stat : 13119 (sugar) R 13117 13119 12698 0 -1 4194304 348 0 0 0 0 0 0 0 19 0 1 0 18867679 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 266134583909 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/13119/statm: 3067 316 241 3 0 167 0

[startup+0.065107 s]
/proc/loadavg: 1.37 0.53 0.19 4/81 13119
/proc/meminfo: memFree=717984/2055920 swapFree=4192956/4192956
[pid=13119] ppid=13117 vsize=16080 CPUtime=0.04
/proc/13119/stat : 13119 (sugar) R 13117 13119 12698 0 -1 4194304 943 0 0 0 4 0 0 0 18 0 1 0 18867679 16465920 911 996147200 4194304 4206940 548682068608 18446744073709551615 266134270221 0 0 4224 0 0 0 0 17 1 0 0
/proc/13119/statm: 4020 911 380 3 0 599 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16080

[startup+0.101108 s]
/proc/loadavg: 1.37 0.53 0.19 4/81 13119
/proc/meminfo: memFree=717984/2055920 swapFree=4192956/4192956
[pid=13119] ppid=13117 vsize=16868 CPUtime=0.06
/proc/13119/stat : 13119 (sugar) S 13117 13119 12698 0 -1 4194304 1227 128 0 0 6 0 0 0 19 0 1 0 18867679 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13119/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301126 s]
/proc/loadavg: 1.37 0.53 0.19 4/81 13119
/proc/meminfo: memFree=717984/2055920 swapFree=4192956/4192956
[pid=13119] ppid=13117 vsize=16868 CPUtime=0.06
/proc/13119/stat : 13119 (sugar) S 13117 13119 12698 0 -1 4194304 1227 128 0 0 6 0 0 0 19 0 1 0 18867679 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13119/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701174 s]
/proc/loadavg: 1.37 0.53 0.19 4/81 13119
/proc/meminfo: memFree=717984/2055920 swapFree=4192956/4192956
[pid=13119] ppid=13117 vsize=16868 CPUtime=0.06
/proc/13119/stat : 13119 (sugar) S 13117 13119 12698 0 -1 4194304 1227 128 0 0 6 0 0 0 19 0 1 0 18867679 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13119/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50226 s]
/proc/loadavg: 1.37 0.53 0.19 4/92 13141
/proc/meminfo: memFree=708360/2055920 swapFree=4192956/4192956
[pid=13119] ppid=13117 vsize=16868 CPUtime=0.78
/proc/13119/stat : 13119 (sugar) S 13117 13119 12698 0 -1 4194304 1309 4897 0 1 7 1 66 4 15 0 1 0 18867679 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13119/statm: 4217 1111 409 3 0 796 0
[pid=13132] ppid=13119 vsize=5356 CPUtime=0
/proc/13132/stat : 13132 (sh) S 13119 13119 12698 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 18867761 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13132/statm: 1339 233 193 169 0 50 0
[pid=13133] ppid=13132 vsize=864252 CPUtime=0.65
/proc/13133/stat : 13133 (java) S 13132 13119 12698 0 -1 0 7710 0 1 0 61 4 0 0 18 0 9 0 18867761 884994048 6981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13133/statm: 216063 6981 2566 9 0 210568 0
[pid=13133/tid=13134] ppid=13132 vsize=864252 CPUtime=0.38
/proc/13133/task/13134/stat : 13134 (java) R 13132 13119 12698 0 -1 64 2604 0 1 0 37 1 0 0 18 0 9 0 18867762 884994048 6981 996147200 134512640 134550932 4294955936 18446744073709551615 101450334 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13133/tid=13135] ppid=13132 vsize=864252 CPUtime=0.19
/proc/13133/task/13135/stat : 13135 (java) S 13132 13119 12698 0 -1 64 4088 0 0 0 18 1 0 0 16 0 9 0 18867764 884994048 6981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13133/tid=13136] ppid=13132 vsize=864252 CPUtime=0
/proc/13133/task/13136/stat : 13136 (java) S 13132 13119 12698 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 18867764 884994048 6981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13133/tid=13137] ppid=13132 vsize=864252 CPUtime=0
/proc/13133/task/13137/stat : 13137 (java) S 13132 13119 12698 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 18867764 884994048 6981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13133/tid=13138] ppid=13132 vsize=864252 CPUtime=0
/proc/13133/task/13138/stat : 13138 (java) S 13132 13119 12698 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 18867766 884994048 6981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13133/tid=13139] ppid=13132 vsize=864252 CPUtime=0.05
/proc/13133/task/13139/stat : 13139 (java) S 13132 13119 12698 0 -1 64 315 0 0 0 5 0 0 0 16 0 9 0 18867766 884994048 6981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13133/tid=13140] ppid=13132 vsize=864252 CPUtime=0
/proc/13133/task/13140/stat : 13140 (java) S 13132 13119 12698 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 18867766 884994048 6981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13133/tid=13141] ppid=13132 vsize=864252 CPUtime=0
/proc/13133/task/13141/stat : 13141 (java) S 13132 13119 12698 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18867766 884994048 6981 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886476

[startup+3.10143 s]
/proc/loadavg: 1.42 0.55 0.19 3/84 13143
/proc/meminfo: memFree=712584/2055920 swapFree=4192956/4192956
[pid=13119] ppid=13117 vsize=16868 CPUtime=1.82
/proc/13119/stat : 13119 (sugar) S 13117 13119 12698 0 -1 4194304 1364 13185 0 2 7 1 164 10 16 0 1 0 18867679 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13119/statm: 4217 1112 409 3 0 796 0
[pid=13142] ppid=13119 vsize=5356 CPUtime=0
/proc/13142/stat : 13142 (sh) S 13119 13119 12698 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18867872 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13142/statm: 1339 232 193 169 0 50 0
[pid=13143] ppid=13142 vsize=2452 CPUtime=1.15
/proc/13143/stat : 13143 (picosat) R 13142 13119 12698 0 -1 4194304 510 0 0 0 94 21 0 0 25 0 1 0 18867872 2510848 496 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 1 0 0
/proc/13143/statm: 613 496 42 102 0 508 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 24676

[startup+6.30279 s]
/proc/loadavg: 1.42 0.55 0.19 3/84 13143
/proc/meminfo: memFree=710728/2055920 swapFree=4192956/4192956
[pid=13119] ppid=13117 vsize=16868 CPUtime=1.82
/proc/13119/stat : 13119 (sugar) S 13117 13119 12698 0 -1 4194304 1364 13185 0 2 7 1 164 10 16 0 1 0 18867679 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13119/statm: 4217 1112 409 3 0 796 0
[pid=13142] ppid=13119 vsize=5356 CPUtime=0
/proc/13142/stat : 13142 (sh) S 13119 13119 12698 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18867872 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13142/statm: 1339 232 193 169 0 50 0
[pid=13143] ppid=13142 vsize=3080 CPUtime=4.32
/proc/13143/stat : 13143 (picosat) R 13142 13119 12698 0 -1 4194304 686 0 0 0 411 21 0 0 25 0 1 0 18867872 3153920 670 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13143/statm: 770 670 48 102 0 665 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 25304

[startup+12.7015 s]
/proc/loadavg: 1.51 0.60 0.21 3/84 13143
/proc/meminfo: memFree=710408/2055920 swapFree=4192956/4192956
[pid=13119] ppid=13117 vsize=16868 CPUtime=1.82
/proc/13119/stat : 13119 (sugar) S 13117 13119 12698 0 -1 4194304 1364 13185 0 2 7 1 164 10 16 0 1 0 18867679 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13119/statm: 4217 1112 409 3 0 796 0
[pid=13142] ppid=13119 vsize=5356 CPUtime=0
/proc/13142/stat : 13142 (sh) S 13119 13119 12698 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18867872 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13142/statm: 1339 232 193 169 0 50 0
[pid=13143] ppid=13142 vsize=3208 CPUtime=10.66
/proc/13143/stat : 13143 (picosat) R 13142 13119 12698 0 -1 4194304 738 0 0 0 1045 21 0 0 25 0 1 0 18867872 3284992 722 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13143/statm: 802 722 48 102 0 697 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 25432

[startup+25.5019 s]
/proc/loadavg: 1.58 0.65 0.23 3/84 13143
/proc/meminfo: memFree=710024/2055920 swapFree=4192956/4192956
[pid=13119] ppid=13117 vsize=16868 CPUtime=1.82
/proc/13119/stat : 13119 (sugar) S 13117 13119 12698 0 -1 4194304 1364 13185 0 2 7 1 164 10 16 0 1 0 18867679 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13119/statm: 4217 1112 409 3 0 796 0
[pid=13142] ppid=13119 vsize=5356 CPUtime=0
/proc/13142/stat : 13142 (sh) S 13119 13119 12698 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18867872 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13142/statm: 1339 232 193 169 0 50 0
[pid=13143] ppid=13142 vsize=3668 CPUtime=23.33
/proc/13143/stat : 13143 (picosat) R 13142 13119 12698 0 -1 4194304 848 0 0 0 2312 21 0 0 25 0 1 0 18867872 3756032 832 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13143/statm: 917 832 48 102 0 812 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 25892

[startup+51.1017 s]
/proc/loadavg: 1.72 0.75 0.28 3/84 13143
/proc/meminfo: memFree=709512/2055920 swapFree=4192956/4192956
[pid=13119] ppid=13117 vsize=16868 CPUtime=1.82
/proc/13119/stat : 13119 (sugar) S 13117 13119 12698 0 -1 4194304 1364 13185 0 2 7 1 164 10 16 0 1 0 18867679 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13119/statm: 4217 1112 409 3 0 796 0
[pid=13142] ppid=13119 vsize=5356 CPUtime=0
/proc/13142/stat : 13142 (sh) S 13119 13119 12698 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18867872 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13142/statm: 1339 232 193 169 0 50 0
[pid=13143] ppid=13142 vsize=4160 CPUtime=48.69
/proc/13143/stat : 13143 (picosat) R 13142 13119 12698 0 -1 4194304 978 0 0 0 4848 21 0 0 25 0 1 0 18867872 4259840 962 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13143/statm: 1040 962 48 102 0 935 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 26384

[startup+102.306 s]
/proc/loadavg: 1.89 0.96 0.37 3/84 13143
/proc/meminfo: memFree=708616/2055920 swapFree=4192956/4192956
[pid=13119] ppid=13117 vsize=16868 CPUtime=1.82
/proc/13119/stat : 13119 (sugar) S 13117 13119 12698 0 -1 4194304 1364 13185 0 2 7 1 164 10 16 0 1 0 18867679 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13119/statm: 4217 1112 409 3 0 796 0
[pid=13142] ppid=13119 vsize=5356 CPUtime=0
/proc/13142/stat : 13142 (sh) S 13119 13119 12698 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18867872 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13142/statm: 1339 232 193 169 0 50 0
[pid=13143] ppid=13142 vsize=4968 CPUtime=99.42
/proc/13143/stat : 13143 (picosat) R 13142 13119 12698 0 -1 4194304 1136 0 0 0 9920 22 0 0 25 0 1 0 18867872 5087232 1120 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13143/statm: 1242 1120 48 102 0 1137 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 27192

[startup+162.302 s]
/proc/loadavg: 1.95 1.13 0.47 3/84 13143
/proc/meminfo: memFree=707976/2055920 swapFree=4192956/4192956
[pid=13119] ppid=13117 vsize=16868 CPUtime=1.82
/proc/13119/stat : 13119 (sugar) S 13117 13119 12698 0 -1 4194304 1364 13185 0 2 7 1 164 10 16 0 1 0 18867679 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13119/statm: 4217 1112 409 3 0 796 0
[pid=13142] ppid=13119 vsize=5356 CPUtime=0
/proc/13142/stat : 13142 (sh) S 13119 13119 12698 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18867872 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13142/statm: 1339 232 193 169 0 50 0
[pid=13143] ppid=13142 vsize=5480 CPUtime=158.85
/proc/13143/stat : 13143 (picosat) R 13142 13119 12698 0 -1 4194304 1350 0 0 0 15863 22 0 0 25 0 1 0 18867872 5611520 1228 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13143/statm: 1370 1228 48 102 0 1265 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 27704

[startup+222.302 s]
/proc/loadavg: 1.83 1.27 0.56 2/70 13188
/proc/meminfo: memFree=726912/2055920 swapFree=4192956/4192956
[pid=13119] ppid=13117 vsize=16868 CPUtime=1.82
/proc/13119/stat : 13119 (sugar) S 13117 13119 12698 0 -1 4194304 1364 13185 0 2 7 1 164 10 16 0 1 0 18867679 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13119/statm: 4217 1112 409 3 0 796 0
[pid=13142] ppid=13119 vsize=5356 CPUtime=0
/proc/13142/stat : 13142 (sh) S 13119 13119 12698 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18867872 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13142/statm: 1339 232 193 169 0 50 0

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

[pid=13119] ppid=13117 vsize=16868 CPUtime=1.82
/proc/13119/stat : 13119 (sugar) S 13117 13119 12698 0 -1 4194304 1364 13185 0 2 7 1 164 10 16 0 1 0 18867679 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13119/statm: 4217 1112 409 3 0 796 0
[pid=13142] ppid=13119 vsize=5356 CPUtime=0
/proc/13142/stat : 13142 (sh) S 13119 13119 12698 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18867872 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13142/statm: 1339 232 193 169 0 50 0
[pid=13143] ppid=13142 vsize=9596 CPUtime=1237.91
/proc/13143/stat : 13143 (picosat) R 13142 13119 12698 0 -1 4194304 4905 0 0 0 123759 32 0 0 25 0 1 0 18867872 9826304 2268 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/13143/statm: 2399 2268 48 102 0 2294 0
Current children cumulated CPU time (s) 1239.73
Current children cumulated vsize (KiB) 31820

[startup+1302.3 s]
/proc/loadavg: 1.99 1.95 1.48 3/77 13503
/proc/meminfo: memFree=702792/2055920 swapFree=4192956/4192956
[pid=13119] ppid=13117 vsize=16868 CPUtime=1.82
/proc/13119/stat : 13119 (sugar) S 13117 13119 12698 0 -1 4194304 1364 13185 0 2 7 1 164 10 16 0 1 0 18867679 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13119/statm: 4217 1112 409 3 0 796 0
[pid=13142] ppid=13119 vsize=5356 CPUtime=0
/proc/13142/stat : 13142 (sh) S 13119 13119 12698 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18867872 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13142/statm: 1339 232 193 169 0 50 0
[pid=13143] ppid=13142 vsize=9860 CPUtime=1297.9
/proc/13143/stat : 13143 (picosat) R 13142 13119 12698 0 -1 4194304 5062 0 0 0 129757 33 0 0 25 0 1 0 18867872 10096640 2346 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13143/statm: 2465 2346 48 102 0 2360 0
Current children cumulated CPU time (s) 1299.72
Current children cumulated vsize (KiB) 32084

[startup+1362.3 s]
/proc/loadavg: 1.99 1.96 1.51 3/77 13503
/proc/meminfo: memFree=702280/2055920 swapFree=4192956/4192956
[pid=13119] ppid=13117 vsize=16868 CPUtime=1.82
/proc/13119/stat : 13119 (sugar) S 13117 13119 12698 0 -1 4194304 1364 13185 0 2 7 1 164 10 16 0 1 0 18867679 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13119/statm: 4217 1112 409 3 0 796 0
[pid=13142] ppid=13119 vsize=5356 CPUtime=0
/proc/13142/stat : 13142 (sh) S 13119 13119 12698 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18867872 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13142/statm: 1339 232 193 169 0 50 0
[pid=13143] ppid=13142 vsize=9860 CPUtime=1357.87
/proc/13143/stat : 13143 (picosat) R 13142 13119 12698 0 -1 4194304 5141 0 0 0 135754 33 0 0 25 0 1 0 18867872 10096640 2346 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/13143/statm: 2465 2346 48 102 0 2360 0
Current children cumulated CPU time (s) 1359.69
Current children cumulated vsize (KiB) 32084

[startup+1422.31 s]
/proc/loadavg: 1.99 1.97 1.54 3/77 13503
/proc/meminfo: memFree=702216/2055920 swapFree=4192956/4192956
[pid=13119] ppid=13117 vsize=16868 CPUtime=1.82
/proc/13119/stat : 13119 (sugar) S 13117 13119 12698 0 -1 4194304 1364 13185 0 2 7 1 164 10 16 0 1 0 18867679 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13119/statm: 4217 1112 409 3 0 796 0
[pid=13142] ppid=13119 vsize=5356 CPUtime=0
/proc/13142/stat : 13142 (sh) S 13119 13119 12698 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18867872 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13142/statm: 1339 232 193 169 0 50 0
[pid=13143] ppid=13142 vsize=9860 CPUtime=1417.85
/proc/13143/stat : 13143 (picosat) R 13142 13119 12698 0 -1 4194304 5220 0 0 0 141752 33 0 0 25 0 1 0 18867872 10096640 2346 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13143/statm: 2465 2346 48 102 0 2360 0
Current children cumulated CPU time (s) 1419.67
Current children cumulated vsize (KiB) 32084

[startup+1482.3 s]
/proc/loadavg: 1.99 1.97 1.56 3/77 13503
/proc/meminfo: memFree=701960/2055920 swapFree=4192956/4192956
[pid=13119] ppid=13117 vsize=16868 CPUtime=1.82
/proc/13119/stat : 13119 (sugar) S 13117 13119 12698 0 -1 4194304 1364 13185 0 2 7 1 164 10 16 0 1 0 18867679 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13119/statm: 4217 1112 409 3 0 796 0
[pid=13142] ppid=13119 vsize=5356 CPUtime=0
/proc/13142/stat : 13142 (sh) S 13119 13119 12698 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18867872 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13142/statm: 1339 232 193 169 0 50 0
[pid=13143] ppid=13142 vsize=10256 CPUtime=1477.82
/proc/13143/stat : 13143 (picosat) R 13142 13119 12698 0 -1 4194304 5381 0 0 0 147749 33 0 0 25 0 1 0 18867872 10502144 2428 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13143/statm: 2564 2428 48 102 0 2459 0
Current children cumulated CPU time (s) 1479.64
Current children cumulated vsize (KiB) 32480

[startup+1542.3 s]
/proc/loadavg: 1.99 1.97 1.59 3/77 13503
/proc/meminfo: memFree=701576/2055920 swapFree=4192956/4192956
[pid=13119] ppid=13117 vsize=16868 CPUtime=1.82
/proc/13119/stat : 13119 (sugar) S 13117 13119 12698 0 -1 4194304 1364 13185 0 2 7 1 164 10 16 0 1 0 18867679 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13119/statm: 4217 1112 409 3 0 796 0
[pid=13142] ppid=13119 vsize=5356 CPUtime=0
/proc/13142/stat : 13142 (sh) S 13119 13119 12698 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18867872 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13142/statm: 1339 232 193 169 0 50 0
[pid=13143] ppid=13142 vsize=10256 CPUtime=1537.8
/proc/13143/stat : 13143 (picosat) R 13142 13119 12698 0 -1 4194304 5488 0 0 0 153747 33 0 0 25 0 1 0 18867872 10502144 2452 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13143/statm: 2564 2452 48 102 0 2459 0
Current children cumulated CPU time (s) 1539.62
Current children cumulated vsize (KiB) 32480

[startup+1602.3 s]
/proc/loadavg: 1.99 1.97 1.61 3/77 13503
/proc/meminfo: memFree=701128/2055920 swapFree=4192956/4192956
[pid=13119] ppid=13117 vsize=16868 CPUtime=1.82
/proc/13119/stat : 13119 (sugar) S 13117 13119 12698 0 -1 4194304 1364 13185 0 2 7 1 164 10 16 0 1 0 18867679 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13119/statm: 4217 1112 409 3 0 796 0
[pid=13142] ppid=13119 vsize=5356 CPUtime=0
/proc/13142/stat : 13142 (sh) S 13119 13119 12698 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18867872 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13142/statm: 1339 232 193 169 0 50 0
[pid=13143] ppid=13142 vsize=10388 CPUtime=1597.77
/proc/13143/stat : 13143 (picosat) R 13142 13119 12698 0 -1 4194304 5604 0 0 0 159744 33 0 0 25 0 1 0 18867872 10637312 2485 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13143/statm: 2597 2485 48 102 0 2492 0
Current children cumulated CPU time (s) 1599.59
Current children cumulated vsize (KiB) 32612

[startup+1662.3 s]
/proc/loadavg: 1.99 1.97 1.64 3/77 13503
/proc/meminfo: memFree=700680/2055920 swapFree=4192956/4192956
[pid=13119] ppid=13117 vsize=16868 CPUtime=1.82
/proc/13119/stat : 13119 (sugar) S 13117 13119 12698 0 -1 4194304 1364 13185 0 2 7 1 164 10 16 0 1 0 18867679 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13119/statm: 4217 1112 409 3 0 796 0
[pid=13142] ppid=13119 vsize=5356 CPUtime=0
/proc/13142/stat : 13142 (sh) S 13119 13119 12698 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18867872 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13142/statm: 1339 232 193 169 0 50 0
[pid=13143] ppid=13142 vsize=10652 CPUtime=1657.75
/proc/13143/stat : 13143 (picosat) R 13142 13119 12698 0 -1 4194304 5735 0 0 0 165742 33 0 0 25 0 1 0 18867872 10907648 2533 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13143/statm: 2663 2533 48 102 0 2558 0
Current children cumulated CPU time (s) 1659.57
Current children cumulated vsize (KiB) 32876

[startup+1722.3 s]
/proc/loadavg: 1.99 1.97 1.65 3/77 13503
/proc/meminfo: memFree=700744/2055920 swapFree=4192956/4192956
[pid=13119] ppid=13117 vsize=16868 CPUtime=1.82
/proc/13119/stat : 13119 (sugar) S 13117 13119 12698 0 -1 4194304 1364 13185 0 2 7 1 164 10 16 0 1 0 18867679 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13119/statm: 4217 1112 409 3 0 796 0
[pid=13142] ppid=13119 vsize=5356 CPUtime=0
/proc/13142/stat : 13142 (sh) S 13119 13119 12698 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18867872 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13142/statm: 1339 232 193 169 0 50 0
[pid=13143] ppid=13142 vsize=10448 CPUtime=1717.74
/proc/13143/stat : 13143 (picosat) R 13142 13119 12698 0 -1 4194304 5820 0 0 0 171740 34 0 0 25 0 1 0 18867872 10698752 2505 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13143/statm: 2612 2505 48 102 0 2507 0
Current children cumulated CPU time (s) 1719.56
Current children cumulated vsize (KiB) 32672

[startup+1782.3 s]
/proc/loadavg: 1.99 1.97 1.67 3/77 13503
/proc/meminfo: memFree=700424/2055920 swapFree=4192956/4192956
[pid=13119] ppid=13117 vsize=16868 CPUtime=1.82
/proc/13119/stat : 13119 (sugar) S 13117 13119 12698 0 -1 4194304 1364 13185 0 2 7 1 164 10 16 0 1 0 18867679 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13119/statm: 4217 1112 409 3 0 796 0
[pid=13142] ppid=13119 vsize=5356 CPUtime=0
/proc/13142/stat : 13142 (sh) S 13119 13119 12698 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18867872 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13142/statm: 1339 232 193 169 0 50 0
[pid=13143] ppid=13142 vsize=10580 CPUtime=1777.71
/proc/13143/stat : 13143 (picosat) R 13142 13119 12698 0 -1 4194304 5938 0 0 0 177737 34 0 0 25 0 1 0 18867872 10833920 2536 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13143/statm: 2645 2536 48 102 0 2540 0
Current children cumulated CPU time (s) 1779.53
Current children cumulated vsize (KiB) 32804



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.8 s]
/proc/loadavg: 1.99 1.97 1.68 3/77 13503
/proc/meminfo: memFree=699848/2055920 swapFree=4192956/4192956
[pid=13119] ppid=13117 vsize=16868 CPUtime=1.82
/proc/13119/stat : 13119 (sugar) S 13117 13119 12698 0 -1 4194304 1364 13185 0 2 7 1 164 10 16 0 1 0 18867679 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13119/statm: 4217 1112 409 3 0 796 0
[pid=13142] ppid=13119 vsize=5356 CPUtime=0
/proc/13142/stat : 13142 (sh) S 13119 13119 12698 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18867872 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13142/statm: 1339 232 193 169 0 50 0
[pid=13143] ppid=13142 vsize=10844 CPUtime=1798.21
/proc/13143/stat : 13143 (picosat) R 13142 13119 12698 0 -1 4194304 6085 0 0 0 179787 34 0 0 25 0 1 0 18867872 11104256 2596 996147200 134512640 134931368 4294956256 18446744073709551615 134525775 0 0 4096 0 0 0 0 17 0 0 0
/proc/13143/statm: 2711 2596 48 102 0 2606 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 33068

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): 1802.83
CPU time (s): 1800.08
CPU user time (s): 1799.6
CPU system time (s): 0.475927
CPU usage (%): 99.8473
Max. virtual memory (cumulated for all children) (KiB): 886588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.6
system time used= 0.475927
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21414
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= 2111
involuntary context switches= 11991

runsolver used 2.02069 second user time and 6.10907 second system time

The end

Launcher Data

Begin job on node35 at 2009-07-11 15:13:33
IDJOB=2057474
IDBENCH=53373
IDSOLVER=738
FILE ID=node35/2057474-1247318013
PBS_JOBID= 9506557
Free space on /tmp= 66248 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/rand-2-27/normalized-rand-27-27-351-163-61021_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-2057474-1247318013/watcher-2057474-1247318013 -o /tmp/evaluation-result-2057474-1247318013/solver-2057474-1247318013 -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-2057474-1247318013.xml

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

MD5SUM BENCH= c0196107eb5c960e4e5b01a4b9118262
RANDOM SEED=1688432804

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        718464 kB
Buffers:         44308 kB
Cached:        1206484 kB
SwapCached:          0 kB
Active:         171392 kB
Inactive:      1112048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        718464 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1720 kB
Writeback:           0 kB
Mapped:          53016 kB
Slab:            39200 kB
Committed_AS:   202568 kB
PageTables:       1880 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= 66244 MiB
End job on node35 at 2009-07-11 15:43:38