Trace number 1041209

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.05 1804.62

General information on the benchmark

Namecsp/costasArray/
normalized-costasArray-18.xml
MD5SUMafec1f669fbbb2f7855298cf0c34011a
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark55.9815
Satisfiable
(Un)Satisfiability was proved
Number of variables168
Number of constraints167
Maximum constraint arity18
Maximum domain size34
Number of constraints which are defined in extension0
Number of constraints which are defined in intension151
Global constraints used (with number of constraints)alldifferent(16)

Solver Data (download as text)

0.02/0.31	c 0	Sugar v1-13 + HOME/picosat
0.02/0.31	c 0	BEGIN Wed Jul  2 14:08:11 2008
0.02/0.31	c 0	PID 7928
0.02/0.31	c 0	HOST node83.alineos.net
0.02/0.31	c 0	CONVERTING HOME/instance-1041209-1215000491.xml TO HOME/temp.csp
0.02/0.31	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1041209-1215000491.xml' 'HOME/temp.csp'
0.04/0.59	c 1	2 domains, 168 variables, 2 predicates, 0 relations, 167 constraints
0.04/0.63	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.63	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.31/0.71	c 1	Parsing HOME/temp.csp
0.31/0.80	c 1	parsed 339 expressions
0.31/0.81	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.31/0.81	c 1	Converting to clausal form CSP
0.31/0.83	c 1	converted 34 (10%) expressions
0.31/0.83	c 1	converted 68 (20%) expressions
0.31/0.83	c 1	converted 102 (30%) expressions
0.31/0.83	c 1	converted 136 (40%) expressions
0.31/0.83	c 1	converted 170 (50%) expressions
0.31/0.86	c 1	converted 204 (60%) expressions
0.31/0.87	c 1	converted 238 (70%) expressions
0.31/0.89	c 1	converted 272 (80%) expressions
0.31/0.90	c 1	converted 306 (90%) expressions
1.06/1.49	c 2	converted 339 (100%) expressions
1.06/1.49	c 2	CSP : 172 integers, 0 booleans, 1309 clauses, largest domain size 35
1.06/1.49	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.06/1.49	c 2	Propagation in CSP
1.26/1.64	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.26/1.64	c 2	CSP : 172 integers, 0 booleans, 1309 clauses, largest domain size 35
1.26/1.64	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.26/1.64	c 2	Simplifing CSP by introducing new Boolean variables
1.26/1.67	c 2	CSP : 172 integers, 1938 booleans, 3247 clauses, largest domain size 35
1.26/1.67	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.26/1.70	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.35/1.71	c 2	18 (10%) CSP integer variables are encoded (288 clauses, 3028 bytes)
1.35/1.73	c 2	35 (20%) CSP integer variables are encoded (832 clauses, 9012 bytes)
1.35/1.74	c 2	52 (30%) CSP integer variables are encoded (1376 clauses, 15828 bytes)
1.35/1.75	c 2	69 (40%) CSP integer variables are encoded (1920 clauses, 22900 bytes)
1.35/1.75	c 2	86 (50%) CSP integer variables are encoded (2464 clauses, 29972 bytes)
1.35/1.75	c 2	104 (60%) CSP integer variables are encoded (3040 clauses, 37460 bytes)
1.35/1.76	c 2	121 (70%) CSP integer variables are encoded (3584 clauses, 44532 bytes)
1.35/1.76	c 2	138 (80%) CSP integer variables are encoded (4128 clauses, 51604 bytes)
1.35/1.76	c 2	155 (90%) CSP integer variables are encoded (4672 clauses, 58676 bytes)
1.35/1.77	c 2	172 (100%) CSP integer variables are encoded (5220 clauses, 65800 bytes)
1.65/2.06	c 2	325 (10%) CSP clauses are encoded (102129 clauses, 1540353 bytes)
1.65/2.10	c 2	650 (20%) CSP clauses are encoded (109384 clauses, 1675313 bytes)
1.75/2.14	c 2	975 (30%) CSP clauses are encoded (116771 clauses, 1812704 bytes)
1.75/2.17	c 2	1299 (40%) CSP clauses are encoded (124157 clauses, 1950127 bytes)
1.85/2.21	c 2	1624 (50%) CSP clauses are encoded (131577 clauses, 2088095 bytes)
1.85/2.24	c 2	1949 (60%) CSP clauses are encoded (138997 clauses, 2226074 bytes)
1.85/2.28	c 2	2273 (70%) CSP clauses are encoded (146416 clauses, 2360092 bytes)
1.95/2.31	c 2	2598 (80%) CSP clauses are encoded (153836 clauses, 2488317 bytes)
1.95/2.33	c 2	2923 (90%) CSP clauses are encoded (159817 clauses, 2585378 bytes)
1.95/2.34	c 2	3247 (100%) CSP clauses are encoded (163779 clauses, 2648974 bytes)
1.95/2.34	c 2	3247 CSP clauses encoded
1.95/2.34	c 2	Writing map file : HOME/temp.map
1.95/2.34	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.95/2.34	c 2	SAT : 7330 SAT variables, 163779 SAT clauses, 2648974 bytes
1.95/2.34	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.95/2.35	c 2	SOLVING HOME/temp.cnf
1.95/2.35	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.00/1804.60	sh: line 1:  7952 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.00/1804.61	c 1805	DECODING HOME/temp.out WITH HOME/temp.map
1800.00/1804.61	c 1805	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.00/1804.61	c ERROR INTERRUPTED
1800.00/1804.62	s UNKNOWN
1800.00/1804.62	c 1805	CPU 1799.12 (0.03 0.01 1799.09 0.9)
1800.00/1804.62	c 1805	END Wed Jul  2 14:38:16 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-1041209-1215000491/watcher-1041209-1215000491 -o /tmp/evaluation-result-1041209-1215000491/solver-1041209-1215000491 -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-1041209-1215000491.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: 2.06 2.57 3.16 4/74 7928
/proc/meminfo: memFree=1923832/2055924 swapFree=4177432/4192956
[pid=7928] ppid=7926 vsize=18572 CPUtime=0
/proc/7928/stat : 7928 (runsolver) D 7926 7928 7495 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 655778683 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 230266826023 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/7928/statm: 4643 292 257 25 0 2626 0

[startup+0.0646441 s]
/proc/loadavg: 2.06 2.57 3.16 4/74 7928
/proc/meminfo: memFree=1923832/2055924 swapFree=4177432/4192956
[pid=7928] ppid=7926 vsize=12268 CPUtime=0
/proc/7928/stat : 7928 (sugar) D 7926 7928 7495 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 655778683 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 230266993253 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/7928/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101654 s]
/proc/loadavg: 2.06 2.57 3.16 4/74 7928
/proc/meminfo: memFree=1923832/2055924 swapFree=4177432/4192956
[pid=7928] ppid=7926 vsize=12268 CPUtime=0
/proc/7928/stat : 7928 (sugar) D 7926 7928 7495 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 655778683 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/7928/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.301689 s]
/proc/loadavg: 2.06 2.57 3.16 4/74 7928
/proc/meminfo: memFree=1923832/2055924 swapFree=4177432/4192956
[pid=7928] ppid=7926 vsize=13204 CPUtime=0.02
/proc/7928/stat : 7928 (sugar) D 7926 7928 7495 0 -1 4194304 685 0 0 0 2 0 0 0 18 0 1 0 655778683 13520896 653 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/7928/statm: 3301 653 334 3 0 401 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13204

[startup+0.701766 s]
/proc/loadavg: 2.06 2.57 3.16 4/74 7928
/proc/meminfo: memFree=1923832/2055924 swapFree=4177432/4192956
[pid=7928] ppid=7926 vsize=13600 CPUtime=0.31
/proc/7928/stat : 7928 (sugar) S 7926 7928 7495 0 -1 4194304 956 4493 0 1 3 1 24 3 16 0 1 0 655778683 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7928/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 13600

[startup+1.50291 s]
/proc/loadavg: 2.06 2.57 3.16 4/85 7950
/proc/meminfo: memFree=1912288/2055924 swapFree=4177432/4192956
[pid=7928] ppid=7926 vsize=13600 CPUtime=0.31
/proc/7928/stat : 7928 (sugar) S 7926 7928 7495 0 -1 4194304 974 4493 0 1 3 1 24 3 15 0 1 0 655778683 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7928/statm: 3400 797 370 3 0 500 0
[pid=7941] ppid=7928 vsize=5356 CPUtime=0
/proc/7941/stat : 7941 (sh) S 7928 7928 7495 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 655778747 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7941/statm: 1339 233 193 169 0 50 0
[pid=7942] ppid=7941 vsize=868220 CPUtime=0.85
/proc/7942/stat : 7942 (java) S 7941 7928 7495 0 -1 0 5138 0 1 0 82 3 0 0 20 0 9 0 655778747 889057280 4541 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/7942/statm: 217055 4541 1728 9 0 211630 0
[pid=7942/tid=7943] ppid=7941 vsize=868220 CPUtime=0.65
/proc/7942/task/7943/stat : 7943 (java) R 7941 7928 7495 0 -1 64 2646 0 1 0 64 1 0 0 25 0 9 0 655778748 889057280 4541 996147200 134512640 134550740 4294955952 18446744073709551615 4126499589 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7942/tid=7944] ppid=7941 vsize=868220 CPUtime=0.02
/proc/7942/task/7944/stat : 7944 (java) S 7941 7928 7495 0 -1 64 364 0 0 0 2 0 0 0 16 0 9 0 655778749 889057280 4541 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=7942/tid=7945] ppid=7941 vsize=868220 CPUtime=0
/proc/7942/task/7945/stat : 7945 (java) S 7941 7928 7495 0 -1 64 10 0 0 0 0 0 0 0 24 0 9 0 655778749 889057280 4541 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7942/tid=7946] ppid=7941 vsize=868220 CPUtime=0
/proc/7942/task/7946/stat : 7946 (java) S 7941 7928 7495 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 655778749 889057280 4541 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7942/tid=7947] ppid=7941 vsize=868220 CPUtime=0
/proc/7942/task/7947/stat : 7947 (java) S 7941 7928 7495 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 655778751 889057280 4541 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7942/tid=7948] ppid=7941 vsize=868220 CPUtime=0.14
/proc/7942/task/7948/stat : 7948 (java) R 7941 7928 7495 0 -1 64 1437 0 0 0 14 0 0 0 16 0 9 0 655778751 889057280 4541 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7942/tid=7949] ppid=7941 vsize=868220 CPUtime=0
/proc/7942/task/7949/stat : 7949 (java) S 7941 7928 7495 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 655778751 889057280 4541 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=7942/tid=7950] ppid=7941 vsize=868220 CPUtime=0
/proc/7942/task/7950/stat : 7950 (java) S 7941 7928 7495 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 655778751 889057280 4541 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 887176

[startup+3.10221 s]
/proc/loadavg: 2.06 2.57 3.16 3/85 7950
/proc/meminfo: memFree=1906656/2055924 swapFree=4177432/4192956
[pid=7928] ppid=7926 vsize=13600 CPUtime=2
/proc/7928/stat : 7928 (sugar) S 7926 7928 7495 0 -1 4194304 1023 11460 0 2 3 1 187 9 16 0 1 0 655778683 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7928/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 13600

[startup+6.3018 s]
/proc/loadavg: 2.06 2.56 3.16 3/77 7952
/proc/meminfo: memFree=1912288/2055924 swapFree=4177432/4192956
[pid=7928] ppid=7926 vsize=13600 CPUtime=2
/proc/7928/stat : 7928 (sugar) S 7926 7928 7495 0 -1 4194304 1023 11460 0 2 3 1 187 9 16 0 1 0 655778683 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7928/statm: 3400 799 370 3 0 500 0
[pid=7951] ppid=7928 vsize=5356 CPUtime=0
/proc/7951/stat : 7951 (sh) S 7928 7928 7495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655778919 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7951/statm: 1339 232 193 169 0 50 0
[pid=7952] ppid=7951 vsize=7120 CPUtime=3.93
/proc/7952/stat : 7952 (picosat) R 7951 7928 7495 0 -1 4194304 1596 0 0 0 320 73 0 0 25 0 1 0 655778919 7290880 1582 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 0 0 0
/proc/7952/statm: 1780 1582 42 102 0 1675 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 26076

[startup+12.703 s]
/proc/loadavg: 2.05 2.55 3.15 3/77 7952
/proc/meminfo: memFree=1911968/2055924 swapFree=4177432/4192956
[pid=7928] ppid=7926 vsize=13600 CPUtime=2
/proc/7928/stat : 7928 (sugar) S 7926 7928 7495 0 -1 4194304 1023 11460 0 2 3 1 187 9 16 0 1 0 655778683 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7928/statm: 3400 799 370 3 0 500 0
[pid=7951] ppid=7928 vsize=5356 CPUtime=0
/proc/7951/stat : 7951 (sh) S 7928 7928 7495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655778919 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7951/statm: 1339 232 193 169 0 50 0
[pid=7952] ppid=7951 vsize=7516 CPUtime=10.33
/proc/7952/stat : 7952 (picosat) R 7951 7928 7495 0 -1 4194304 1682 0 0 0 960 73 0 0 25 0 1 0 655778919 7696384 1668 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/7952/statm: 1879 1668 42 102 0 1774 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 26472

[startup+25.5014 s]
/proc/loadavg: 2.04 2.53 3.13 3/77 7952
/proc/meminfo: memFree=1911392/2055924 swapFree=4177432/4192956
[pid=7928] ppid=7926 vsize=13600 CPUtime=2
/proc/7928/stat : 7928 (sugar) S 7926 7928 7495 0 -1 4194304 1023 11460 0 2 3 1 187 9 16 0 1 0 655778683 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7928/statm: 3400 799 370 3 0 500 0
[pid=7951] ppid=7928 vsize=5356 CPUtime=0
/proc/7951/stat : 7951 (sh) S 7928 7928 7495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655778919 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7951/statm: 1339 232 193 169 0 50 0
[pid=7952] ppid=7951 vsize=8176 CPUtime=23.12
/proc/7952/stat : 7952 (picosat) R 7951 7928 7495 0 -1 4194304 1849 0 0 0 2239 73 0 0 25 0 1 0 655778919 8372224 1835 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/7952/statm: 2044 1835 42 102 0 1939 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 27132

[startup+51.1011 s]
/proc/loadavg: 2.02 2.48 3.10 3/77 7952
/proc/meminfo: memFree=1910176/2055924 swapFree=4177432/4192956
[pid=7928] ppid=7926 vsize=13600 CPUtime=2
/proc/7928/stat : 7928 (sugar) S 7926 7928 7495 0 -1 4194304 1023 11460 0 2 3 1 187 9 16 0 1 0 655778683 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7928/statm: 3400 799 370 3 0 500 0
[pid=7951] ppid=7928 vsize=5356 CPUtime=0
/proc/7951/stat : 7951 (sh) S 7928 7928 7495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655778919 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7951/statm: 1339 232 193 169 0 50 0
[pid=7952] ppid=7951 vsize=9232 CPUtime=48.71
/proc/7952/stat : 7952 (picosat) R 7951 7928 7495 0 -1 4194304 2145 0 0 0 4797 74 0 0 25 0 1 0 655778919 9453568 2131 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/7952/statm: 2308 2131 42 102 0 2203 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 28188

[startup+102.307 s]
/proc/loadavg: 2.01 2.41 3.04 3/77 7952
/proc/meminfo: memFree=1908320/2055924 swapFree=4177432/4192956
[pid=7928] ppid=7926 vsize=13600 CPUtime=2
/proc/7928/stat : 7928 (sugar) S 7926 7928 7495 0 -1 4194304 1023 11460 0 2 3 1 187 9 16 0 1 0 655778683 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7928/statm: 3400 799 370 3 0 500 0
[pid=7951] ppid=7928 vsize=5356 CPUtime=0
/proc/7951/stat : 7951 (sh) S 7928 7928 7495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655778919 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7951/statm: 1339 232 193 169 0 50 0
[pid=7952] ppid=7951 vsize=10952 CPUtime=99.88
/proc/7952/stat : 7952 (picosat) R 7951 7928 7495 0 -1 4194304 2602 0 0 0 9914 74 0 0 25 0 1 0 655778919 11214848 2540 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/7952/statm: 2738 2540 48 102 0 2633 0
Current children cumulated CPU time (s) 101.88
Current children cumulated vsize (KiB) 29908

[startup+162.302 s]
/proc/loadavg: 2.00 2.33 2.97 3/77 7952
/proc/meminfo: memFree=1908128/2055924 swapFree=4177432/4192956
[pid=7928] ppid=7926 vsize=13600 CPUtime=2
/proc/7928/stat : 7928 (sugar) S 7926 7928 7495 0 -1 4194304 1023 11460 0 2 3 1 187 9 16 0 1 0 655778683 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7928/statm: 3400 799 370 3 0 500 0
[pid=7951] ppid=7928 vsize=5356 CPUtime=0
/proc/7951/stat : 7951 (sh) S 7928 7928 7495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655778919 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7951/statm: 1339 232 193 169 0 50 0
[pid=7952] ppid=7951 vsize=11084 CPUtime=159.85
/proc/7952/stat : 7952 (picosat) R 7951 7928 7495 0 -1 4194304 2671 0 0 0 15911 74 0 0 25 0 1 0 655778919 11350016 2572 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/7952/statm: 2771 2572 48 102 0 2666 0
Current children cumulated CPU time (s) 161.85
Current children cumulated vsize (KiB) 30040

[startup+222.302 s]
/proc/loadavg: 2.00 2.27 2.91 3/77 7952
/proc/meminfo: memFree=1907808/2055924 swapFree=4177432/4192956
[pid=7928] ppid=7926 vsize=13600 CPUtime=2
/proc/7928/stat : 7928 (sugar) S 7926 7928 7495 0 -1 4194304 1023 11460 0 2 3 1 187 9 16 0 1 0 655778683 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7928/statm: 3400 799 370 3 0 500 0
[pid=7951] ppid=7928 vsize=5356 CPUtime=0
/proc/7951/stat : 7951 (sh) S 7928 7928 7495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655778919 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7951/statm: 1339 232 193 169 0 50 0
[pid=7952] ppid=7951 vsize=11348 CPUtime=219.83
/proc/7952/stat : 7952 (picosat) R 7951 7928 7495 0 -1 4194304 2778 0 0 0 21908 75 0 0 25 0 1 0 655778919 11620352 2640 996147200 134512640 134931368 4294956256 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 0 0 0
/proc/7952/statm: 2837 2640 48 102 0 2732 0
Current children cumulated CPU time (s) 221.83
Current children cumulated vsize (KiB) 30304

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

[pid=7928] ppid=7926 vsize=13600 CPUtime=2
/proc/7928/stat : 7928 (sugar) S 7926 7928 7495 0 -1 4194304 1023 11460 0 2 3 1 187 9 16 0 1 0 655778683 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7928/statm: 3400 799 370 3 0 500 0
[pid=7951] ppid=7928 vsize=5356 CPUtime=0
/proc/7951/stat : 7951 (sh) S 7928 7928 7495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655778919 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7951/statm: 1339 232 193 169 0 50 0
[pid=7952] ppid=7951 vsize=13724 CPUtime=1239.36
/proc/7952/stat : 7952 (picosat) R 7951 7928 7495 0 -1 4194304 3877 0 0 0 123859 77 0 0 25 0 1 0 655778919 14053376 3289 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/7952/statm: 3431 3289 48 102 0 3326 0
Current children cumulated CPU time (s) 1241.36
Current children cumulated vsize (KiB) 32680

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.25 3/78 7953
/proc/meminfo: memFree=1902616/2055924 swapFree=4177432/4192956
[pid=7928] ppid=7926 vsize=13600 CPUtime=2
/proc/7928/stat : 7928 (sugar) S 7926 7928 7495 0 -1 4194304 1023 11460 0 2 3 1 187 9 16 0 1 0 655778683 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7928/statm: 3400 799 370 3 0 500 0
[pid=7951] ppid=7928 vsize=5356 CPUtime=0
/proc/7951/stat : 7951 (sh) S 7928 7928 7495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655778919 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7951/statm: 1339 232 193 169 0 50 0
[pid=7952] ppid=7951 vsize=13988 CPUtime=1299.34
/proc/7952/stat : 7952 (picosat) R 7951 7928 7495 0 -1 4194304 3933 0 0 0 129857 77 0 0 25 0 1 0 655778919 14323712 3345 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/7952/statm: 3497 3345 48 102 0 3392 0
Current children cumulated CPU time (s) 1301.34
Current children cumulated vsize (KiB) 32944

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.24 3/76 7981
/proc/meminfo: memFree=1893480/2055924 swapFree=4177432/4192956
[pid=7928] ppid=7926 vsize=13600 CPUtime=2
/proc/7928/stat : 7928 (sugar) S 7926 7928 7495 0 -1 4194304 1023 11460 0 2 3 1 187 9 16 0 1 0 655778683 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7928/statm: 3400 799 370 3 0 500 0
[pid=7951] ppid=7928 vsize=5356 CPUtime=0
/proc/7951/stat : 7951 (sh) S 7928 7928 7495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655778919 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7951/statm: 1339 232 193 169 0 50 0
[pid=7952] ppid=7951 vsize=14252 CPUtime=1359.08
/proc/7952/stat : 7952 (picosat) R 7951 7928 7495 0 -1 4194304 4057 0 0 0 135830 78 0 0 25 0 1 0 655778919 14594048 3406 996147200 134512640 134931368 4294956256 18446744073709551615 134529868 0 0 4096 0 0 0 0 17 1 0 0
/proc/7952/statm: 3563 3406 48 102 0 3458 0
Current children cumulated CPU time (s) 1361.08
Current children cumulated vsize (KiB) 33208

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.22 3/76 7981
/proc/meminfo: memFree=1893352/2055924 swapFree=4177432/4192956
[pid=7928] ppid=7926 vsize=13600 CPUtime=2
/proc/7928/stat : 7928 (sugar) S 7926 7928 7495 0 -1 4194304 1023 11460 0 2 3 1 187 9 16 0 1 0 655778683 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7928/statm: 3400 799 370 3 0 500 0
[pid=7951] ppid=7928 vsize=5356 CPUtime=0
/proc/7951/stat : 7951 (sh) S 7928 7928 7495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655778919 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7951/statm: 1339 232 193 169 0 50 0
[pid=7952] ppid=7951 vsize=14252 CPUtime=1418.63
/proc/7952/stat : 7952 (picosat) R 7951 7928 7495 0 -1 4194304 4057 0 0 0 141785 78 0 0 25 0 1 0 655778919 14594048 3406 996147200 134512640 134931368 4294956256 18446744073709551615 134522712 0 0 4096 0 0 0 0 17 1 0 0
/proc/7952/statm: 3563 3406 48 102 0 3458 0
Current children cumulated CPU time (s) 1420.63
Current children cumulated vsize (KiB) 33208

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.20 3/76 7981
/proc/meminfo: memFree=1892904/2055924 swapFree=4177432/4192956
[pid=7928] ppid=7926 vsize=13600 CPUtime=2
/proc/7928/stat : 7928 (sugar) S 7926 7928 7495 0 -1 4194304 1023 11460 0 2 3 1 187 9 16 0 1 0 655778683 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7928/statm: 3400 799 370 3 0 500 0
[pid=7951] ppid=7928 vsize=5356 CPUtime=0
/proc/7951/stat : 7951 (sh) S 7928 7928 7495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655778919 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7951/statm: 1339 232 193 169 0 50 0
[pid=7952] ppid=7951 vsize=14640 CPUtime=1478.16
/proc/7952/stat : 7952 (picosat) R 7951 7928 7495 0 -1 4194304 4179 0 0 0 147738 78 0 0 25 0 1 0 655778919 14991360 3462 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/7952/statm: 3660 3462 48 102 0 3555 0
Current children cumulated CPU time (s) 1480.16
Current children cumulated vsize (KiB) 33596

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.18 3/76 7981
/proc/meminfo: memFree=1892904/2055924 swapFree=4177432/4192956
[pid=7928] ppid=7926 vsize=13600 CPUtime=2
/proc/7928/stat : 7928 (sugar) S 7926 7928 7495 0 -1 4194304 1023 11460 0 2 3 1 187 9 16 0 1 0 655778683 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7928/statm: 3400 799 370 3 0 500 0
[pid=7951] ppid=7928 vsize=5356 CPUtime=0
/proc/7951/stat : 7951 (sh) S 7928 7928 7495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655778919 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7951/statm: 1339 232 193 169 0 50 0
[pid=7952] ppid=7951 vsize=14640 CPUtime=1537.7
/proc/7952/stat : 7952 (picosat) R 7951 7928 7495 0 -1 4194304 4179 0 0 0 153692 78 0 0 25 0 1 0 655778919 14991360 3462 996147200 134512640 134931368 4294956256 18446744073709551615 134525783 0 0 4096 0 0 0 0 17 1 0 0
/proc/7952/statm: 3660 3462 48 102 0 3555 0
Current children cumulated CPU time (s) 1539.7
Current children cumulated vsize (KiB) 33596

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.17 3/76 7981
/proc/meminfo: memFree=1892904/2055924 swapFree=4177432/4192956
[pid=7928] ppid=7926 vsize=13600 CPUtime=2
/proc/7928/stat : 7928 (sugar) S 7926 7928 7495 0 -1 4194304 1023 11460 0 2 3 1 187 9 16 0 1 0 655778683 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7928/statm: 3400 799 370 3 0 500 0
[pid=7951] ppid=7928 vsize=5356 CPUtime=0
/proc/7951/stat : 7951 (sh) S 7928 7928 7495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655778919 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7951/statm: 1339 232 193 169 0 50 0
[pid=7952] ppid=7951 vsize=14640 CPUtime=1597.24
/proc/7952/stat : 7952 (picosat) R 7951 7928 7495 0 -1 4194304 4179 0 0 0 159646 78 0 0 25 0 1 0 655778919 14991360 3462 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/7952/statm: 3660 3462 48 102 0 3555 0
Current children cumulated CPU time (s) 1599.24
Current children cumulated vsize (KiB) 33596

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.16 3/76 7981
/proc/meminfo: memFree=1892776/2055924 swapFree=4177432/4192956
[pid=7928] ppid=7926 vsize=13600 CPUtime=2
/proc/7928/stat : 7928 (sugar) S 7926 7928 7495 0 -1 4194304 1023 11460 0 2 3 1 187 9 16 0 1 0 655778683 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7928/statm: 3400 799 370 3 0 500 0
[pid=7951] ppid=7928 vsize=5356 CPUtime=0
/proc/7951/stat : 7951 (sh) S 7928 7928 7495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655778919 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7951/statm: 1339 232 193 169 0 50 0
[pid=7952] ppid=7951 vsize=14640 CPUtime=1656.78
/proc/7952/stat : 7952 (picosat) R 7951 7928 7495 0 -1 4194304 4245 0 0 0 165600 78 0 0 25 0 1 0 655778919 14991360 3462 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/7952/statm: 3660 3462 48 102 0 3555 0
Current children cumulated CPU time (s) 1658.78
Current children cumulated vsize (KiB) 33596

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.15 3/76 7981
/proc/meminfo: memFree=1892776/2055924 swapFree=4177432/4192956
[pid=7928] ppid=7926 vsize=13600 CPUtime=2
/proc/7928/stat : 7928 (sugar) S 7926 7928 7495 0 -1 4194304 1023 11460 0 2 3 1 187 9 16 0 1 0 655778683 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7928/statm: 3400 799 370 3 0 500 0
[pid=7951] ppid=7928 vsize=5356 CPUtime=0
/proc/7951/stat : 7951 (sh) S 7928 7928 7495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655778919 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7951/statm: 1339 232 193 169 0 50 0
[pid=7952] ppid=7951 vsize=14640 CPUtime=1716.33
/proc/7952/stat : 7952 (picosat) R 7951 7928 7495 0 -1 4194304 4245 0 0 0 171554 79 0 0 25 0 1 0 655778919 14991360 3462 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 1 0 0
/proc/7952/statm: 3660 3462 48 102 0 3555 0
Current children cumulated CPU time (s) 1718.33
Current children cumulated vsize (KiB) 33596

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.14 3/76 7981
/proc/meminfo: memFree=1892840/2055924 swapFree=4177432/4192956
[pid=7928] ppid=7926 vsize=13600 CPUtime=2
/proc/7928/stat : 7928 (sugar) S 7926 7928 7495 0 -1 4194304 1023 11460 0 2 3 1 187 9 16 0 1 0 655778683 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7928/statm: 3400 799 370 3 0 500 0
[pid=7951] ppid=7928 vsize=5356 CPUtime=0
/proc/7951/stat : 7951 (sh) S 7928 7928 7495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655778919 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7951/statm: 1339 232 193 169 0 50 0
[pid=7952] ppid=7951 vsize=14772 CPUtime=1775.88
/proc/7952/stat : 7952 (picosat) R 7951 7928 7495 0 -1 4194304 4262 0 0 0 177509 79 0 0 25 0 1 0 655778919 15126528 3479 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/7952/statm: 3693 3479 48 102 0 3588 0
Current children cumulated CPU time (s) 1777.88
Current children cumulated vsize (KiB) 33728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.6 s]
/proc/loadavg: 2.00 2.00 2.13 3/76 7981
/proc/meminfo: memFree=1892328/2055924 swapFree=4177432/4192956
[pid=7928] ppid=7926 vsize=13600 CPUtime=2
/proc/7928/stat : 7928 (sugar) S 7926 7928 7495 0 -1 4194304 1023 11460 0 2 3 1 187 9 16 0 1 0 655778683 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 230275723362 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/7928/statm: 3400 799 370 3 0 500 0
[pid=7951] ppid=7928 vsize=5356 CPUtime=0
/proc/7951/stat : 7951 (sh) S 7928 7928 7495 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 655778919 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7951/statm: 1339 232 193 169 0 50 0
[pid=7952] ppid=7951 vsize=15036 CPUtime=1798
/proc/7952/stat : 7952 (picosat) R 7951 7928 7495 0 -1 4194304 4434 0 0 0 179721 79 0 0 25 0 1 0 655778919 15396864 3581 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/7952/statm: 3759 3581 48 102 0 3654 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 33992

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): 1804.62
CPU time (s): 1800.05
CPU user time (s): 1799.13
CPU system time (s): 0.91986
CPU usage (%): 99.7468
Max. virtual memory (cumulated for all children) (KiB): 887288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.13
system time used= 0.91986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17652
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= 2674
involuntary context switches= 17763

runsolver used 1.79273 second user time and 4.88626 second system time

The end

Launcher Data (download as text)

Begin job on node83 at 2008-07-02 14:08:11
IDJOB=1041209
IDBENCH=53783
IDSOLVER=345
FILE ID=node83/1041209-1215000491
PBS_JOBID= 7870758
Free space on /tmp= 65496 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/costasArray/normalized-costasArray-18.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-1041209-1215000491/watcher-1041209-1215000491 -o /tmp/evaluation-result-1041209-1215000491/solver-1041209-1215000491 -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-1041209-1215000491.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= afec1f669fbbb2f7855298cf0c34011a
RANDOM SEED=1852456338

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


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1924376 kB
Buffers:          3616 kB
Cached:          46816 kB
SwapCached:       9340 kB
Active:          62896 kB
Inactive:        10940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1924376 kB
SwapTotal:     4192956 kB
SwapFree:      4177432 kB
Dirty:            1308 kB
Writeback:           0 kB
Mapped:          30264 kB
Slab:            43132 kB
Committed_AS:   996304 kB
PageTables:       1760 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= 65492 MiB
End job on node83 at 2008-07-02 14:38:18