Trace number 1055922

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 1805.92

General information on the benchmark

Namecsp/queenAttacking/
normalized-queenAttacking-11.xml
MD5SUM910d61ba544cb1eb5e823b3eb305c3f6
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark368.848
Satisfiable
(Un)Satisfiability was proved
Number of variables122
Number of constraints7290
Maximum constraint arity2
Maximum domain size121
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7290
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.05	c 0	BEGIN Thu Jul  3 06:50:46 2008
0.00/0.05	c 0	PID 31343
0.00/0.05	c 0	HOST node31.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1055922-1215060646.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-1055922-1215060646.xml' 'HOME/temp.csp'
0.03/0.98	c 1	2 domains, 122 variables, 3 predicates, 0 relations, 7290 constraints
0.95/1.00	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.95/1.00	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.95/1.08	c 1	Parsing HOME/temp.csp
1.23/1.37	c 2	parsed 7417 expressions
1.23/1.38	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.23/1.38	c 2	Converting to clausal form CSP
1.52/1.66	c 2	converted 742 (10%) expressions
1.52/1.68	c 2	converted 1484 (20%) expressions
1.63/1.71	c 2	converted 2226 (30%) expressions
1.63/1.78	c 2	converted 2967 (40%) expressions
1.72/1.81	c 2	converted 3709 (50%) expressions
1.72/1.83	c 2	converted 4451 (60%) expressions
1.72/1.86	c 2	converted 5192 (70%) expressions
1.72/1.89	c 2	converted 5934 (80%) expressions
1.82/1.92	c 2	converted 6676 (90%) expressions
1.92/2.02	c 2	converted 7417 (100%) expressions
1.92/2.02	c 2	CSP : 880 integers, 390 booleans, 10118 clauses, largest domain size 121
1.92/2.02	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.92/2.02	c 2	Propagation in CSP
2.02/2.12	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.02/2.12	c 2	CSP : 880 integers, 390 booleans, 10118 clauses, largest domain size 121
2.02/2.12	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.02/2.12	c 2	Simplifing CSP by introducing new Boolean variables
2.12/2.29	c 2	CSP : 880 integers, 15810 booleans, 25538 clauses, largest domain size 121
2.12/2.29	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.23/2.39	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.31/2.43	c 3	88 (10%) CSP integer variables are encoded (10372 clauses, 133624 bytes)
2.31/2.44	c 3	176 (20%) CSP integer variables are encoded (15034 clauses, 203554 bytes)
2.31/2.45	c 3	264 (30%) CSP integer variables are encoded (16096 clauses, 219484 bytes)
2.31/2.45	c 3	352 (40%) CSP integer variables are encoded (17153 clauses, 235339 bytes)
2.31/2.45	c 3	440 (50%) CSP integer variables are encoded (18220 clauses, 251344 bytes)
2.31/2.45	c 3	528 (60%) CSP integer variables are encoded (19252 clauses, 266824 bytes)
2.31/2.46	c 3	616 (70%) CSP integer variables are encoded (20044 clauses, 278704 bytes)
2.31/2.46	c 3	704 (80%) CSP integer variables are encoded (20836 clauses, 290584 bytes)
2.31/2.46	c 3	792 (90%) CSP integer variables are encoded (21628 clauses, 302464 bytes)
2.31/2.46	c 3	880 (100%) CSP integer variables are encoded (22420 clauses, 314344 bytes)
2.71/2.85	c 3	2554 (10%) CSP clauses are encoded (180528 clauses, 3441132 bytes)
3.11/3.24	c 3	5108 (20%) CSP clauses are encoded (377334 clauses, 7288967 bytes)
3.49/3.62	c 4	7662 (30%) CSP clauses are encoded (572716 clauses, 11247361 bytes)
3.80/4.00	c 4	10216 (40%) CSP clauses are encoded (768330 clauses, 15209913 bytes)
4.18/4.38	c 5	12769 (50%) CSP clauses are encoded (963707 clauses, 19176339 bytes)
4.57/4.76	c 5	15323 (60%) CSP clauses are encoded (1156233 clauses, 23090563 bytes)
4.96/5.14	c 5	17877 (70%) CSP clauses are encoded (1347447 clauses, 26993781 bytes)
5.36/5.51	c 6	20431 (80%) CSP clauses are encoded (1535809 clauses, 30859385 bytes)
5.65/5.87	c 6	22985 (90%) CSP clauses are encoded (1718463 clauses, 34666393 bytes)
5.95/6.18	c 6	25538 (100%) CSP clauses are encoded (1876972 clauses, 38109509 bytes)
5.95/6.18	c 6	25538 CSP clauses encoded
5.95/6.18	c 6	Writing map file : HOME/temp.map
5.95/6.19	c 6	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.95/6.19	c 6	SAT : 39110 SAT variables, 1876972 SAT clauses, 38109509 bytes
5.95/6.19	c 6	Heap : 9 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.05/6.23	c 6	SOLVING HOME/temp.cnf
6.05/6.23	c 6	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.05/1805.91	c ERROR INTERRUPTED
1800.05/1805.92	s UNKNOWN
1800.05/1805.92	c 1806	CPU 5.65 (0.03 0.01 5.62 0.41)
1800.05/1805.92	c 1806	END Thu Jul  3 07:20:52 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-1055922-1215060646/watcher-1055922-1215060646 -o /tmp/evaluation-result-1055922-1215060646/solver-1055922-1215060646 -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-1055922-1215060646.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.00 2.00 2.00 4/72 31343
/proc/meminfo: memFree=1782584/2055920 swapFree=4180076/4192956
[pid=31343] ppid=31341 vsize=4708 CPUtime=0
/proc/31343/stat : 31343 (sugar) R 31341 31343 27392 0 -1 4194304 56 0 0 0 0 0 0 0 20 0 1 0 1985038647 4820992 41 996147200 4194304 4206940 548682068608 18446744073709551615 225609581264 0 0 4096 0 0 0 0 17 1 0 0
/proc/31343/statm: 1177 41 31 3 0 8 0

[startup+0.10628 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 31343
/proc/meminfo: memFree=1782584/2055920 swapFree=4180076/4192956
[pid=31343] ppid=31341 vsize=13600 CPUtime=0.03
/proc/31343/stat : 31343 (sugar) S 31341 31343 27392 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1985038647 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31343/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201286 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 31343
/proc/meminfo: memFree=1782584/2055920 swapFree=4180076/4192956
[pid=31343] ppid=31341 vsize=13600 CPUtime=0.03
/proc/31343/stat : 31343 (sugar) S 31341 31343 27392 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1985038647 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31343/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301288 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 31343
/proc/meminfo: memFree=1782584/2055920 swapFree=4180076/4192956
[pid=31343] ppid=31341 vsize=13600 CPUtime=0.03
/proc/31343/stat : 31343 (sugar) S 31341 31343 27392 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1985038647 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31343/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70133 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 31343
/proc/meminfo: memFree=1782584/2055920 swapFree=4180076/4192956
[pid=31343] ppid=31341 vsize=13600 CPUtime=0.03
/proc/31343/stat : 31343 (sugar) S 31341 31343 27392 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1985038647 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31343/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5024 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 31365
/proc/meminfo: memFree=1775776/2055920 swapFree=4180076/4192956
[pid=31343] ppid=31341 vsize=13600 CPUtime=0.95
/proc/31343/stat : 31343 (sugar) S 31341 31343 27392 0 -1 4194304 973 8084 0 1 3 1 85 6 15 0 1 0 1985038647 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31343/statm: 3400 797 370 3 0 500 0
[pid=31356] ppid=31343 vsize=5356 CPUtime=0
/proc/31356/stat : 31356 (sh) S 31343 31343 27392 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985038747 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31356/statm: 1339 233 193 169 0 50 0
[pid=31357] ppid=31356 vsize=864140 CPUtime=0.48
/proc/31357/stat : 31357 (java) S 31356 31343 27392 0 -1 0 4308 0 1 0 45 3 0 0 18 0 9 0 1985038747 884879360 3727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31357/statm: 216035 3727 1732 9 0 210610 0
[pid=31357/tid=31358] ppid=31356 vsize=864140 CPUtime=0.32
/proc/31357/task/31358/stat : 31358 (java) R 31356 31343 27392 0 -1 64 2659 0 1 0 31 1 0 0 18 0 9 0 1985038748 884879360 3727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31357/tid=31359] ppid=31356 vsize=864140 CPUtime=0.03
/proc/31357/task/31359/stat : 31359 (java) S 31356 31343 27392 0 -1 64 605 0 0 0 3 0 0 0 16 0 9 0 1985038749 884879360 3727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31357/tid=31360] ppid=31356 vsize=864140 CPUtime=0
/proc/31357/task/31360/stat : 31360 (java) S 31356 31343 27392 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1985038750 884879360 3727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31357/tid=31361] ppid=31356 vsize=864140 CPUtime=0
/proc/31357/task/31361/stat : 31361 (java) S 31356 31343 27392 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1985038750 884879360 3727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31357/tid=31362] ppid=31356 vsize=864140 CPUtime=0
/proc/31357/task/31362/stat : 31362 (java) S 31356 31343 27392 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985038752 884879360 3727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31357/tid=31363] ppid=31356 vsize=864140 CPUtime=0.09
/proc/31357/task/31363/stat : 31363 (java) R 31356 31343 27392 0 -1 64 352 0 0 0 9 0 0 0 16 0 9 0 1985038752 884879360 3727 996147200 134512640 134550740 4294955952 18446744073709551615 102485930 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31357/tid=31364] ppid=31356 vsize=864140 CPUtime=0
/proc/31357/task/31364/stat : 31364 (java) S 31356 31343 27392 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1985038752 884879360 3727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31357/tid=31365] ppid=31356 vsize=864140 CPUtime=0
/proc/31357/task/31365/stat : 31365 (java) S 31356 31343 27392 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1985038752 884879360 3727 996147200 134512640 134550740 4294955952 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) 883096

[startup+3.10254 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 31365
/proc/meminfo: memFree=1756896/2055920 swapFree=4180076/4192956
[pid=31343] ppid=31341 vsize=13600 CPUtime=0.95
/proc/31343/stat : 31343 (sugar) S 31341 31343 27392 0 -1 4194304 974 8084 0 1 3 1 85 6 15 0 1 0 1985038647 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31343/statm: 3400 797 370 3 0 500 0
[pid=31356] ppid=31343 vsize=5356 CPUtime=0
/proc/31356/stat : 31356 (sh) S 31343 31343 27392 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1985038747 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31356/statm: 1339 233 193 169 0 50 0
[pid=31357] ppid=31356 vsize=868476 CPUtime=2.05
/proc/31357/stat : 31357 (java) S 31356 31343 27392 0 -1 0 9745 0 1 0 195 10 0 0 18 0 9 0 1985038747 889319424 8756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31357/statm: 217119 8756 2566 9 0 211666 0
[pid=31357/tid=31358] ppid=31356 vsize=868476 CPUtime=1.31
/proc/31357/task/31358/stat : 31358 (java) R 31356 31343 27392 0 -1 64 2990 0 1 0 126 5 0 0 22 0 9 0 1985038748 889319424 8756 996147200 134512640 134550740 4294955952 18446744073709551615 4126591330 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31357/tid=31359] ppid=31356 vsize=868476 CPUtime=0.45
/proc/31357/task/31359/stat : 31359 (java) S 31356 31343 27392 0 -1 64 4552 0 0 0 43 2 0 0 16 0 9 0 1985038749 889319424 8756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31357/tid=31360] ppid=31356 vsize=868476 CPUtime=0
/proc/31357/task/31360/stat : 31360 (java) S 31356 31343 27392 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1985038750 889319424 8756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31357/tid=31361] ppid=31356 vsize=868476 CPUtime=0
/proc/31357/task/31361/stat : 31361 (java) S 31356 31343 27392 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1985038750 889319424 8756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31357/tid=31362] ppid=31356 vsize=868476 CPUtime=0
/proc/31357/task/31362/stat : 31362 (java) S 31356 31343 27392 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1985038752 889319424 8756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31357/tid=31363] ppid=31356 vsize=868476 CPUtime=0.26
/proc/31357/task/31363/stat : 31363 (java) S 31356 31343 27392 0 -1 64 1510 0 0 0 25 1 0 0 15 0 9 0 1985038752 889319424 8756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31357/tid=31364] ppid=31356 vsize=868476 CPUtime=0
/proc/31357/task/31364/stat : 31364 (java) S 31356 31343 27392 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1985038752 889319424 8756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31357/tid=31365] ppid=31356 vsize=868476 CPUtime=0
/proc/31357/task/31365/stat : 31365 (java) S 31356 31343 27392 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1985038752 889319424 8756 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887432

[startup+6.30281 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 31365
/proc/meminfo: memFree=1723744/2055920 swapFree=4180076/4192956
[pid=31343] ppid=31341 vsize=13600 CPUtime=6.06
/proc/31343/stat : 31343 (sugar) S 31341 31343 27392 0 -1 4194304 1023 18686 0 2 3 1 562 40 16 0 1 0 1985038647 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31343/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 13600

[startup+12.7014 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 31367
/proc/meminfo: memFree=1718432/2055920 swapFree=4180076/4192956
[pid=31343] ppid=31341 vsize=13600 CPUtime=6.06
/proc/31343/stat : 31343 (sugar) S 31341 31343 27392 0 -1 4194304 1023 18686 0 2 3 1 562 40 16 0 1 0 1985038647 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31343/statm: 3400 798 370 3 0 500 0
[pid=31366] ppid=31343 vsize=5356 CPUtime=0
/proc/31366/stat : 31366 (sh) S 31343 31343 27392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985039270 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31366/statm: 1339 232 193 169 0 50 0
[pid=31367] ppid=31366 vsize=28480 CPUtime=6.4
/proc/31367/stat : 31367 (picosat) R 31366 31343 27392 0 -1 4194304 6635 0 0 0 288 352 0 0 25 0 1 0 1985039270 29163520 6621 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/31367/statm: 7120 6621 40 102 0 7015 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 47436

[startup+25.5015 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 31367
/proc/meminfo: memFree=1674976/2055920 swapFree=4180076/4192956
[pid=31343] ppid=31341 vsize=13600 CPUtime=6.06
/proc/31343/stat : 31343 (sugar) S 31341 31343 27392 0 -1 4194304 1023 18686 0 2 3 1 562 40 16 0 1 0 1985038647 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31343/statm: 3400 798 370 3 0 500 0
[pid=31366] ppid=31343 vsize=5356 CPUtime=0
/proc/31366/stat : 31366 (sh) S 31343 31343 27392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985039270 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31366/statm: 1339 232 193 169 0 50 0
[pid=31367] ppid=31366 vsize=70752 CPUtime=19.08
/proc/31367/stat : 31367 (picosat) R 31366 31343 27392 0 -1 4194304 16949 0 0 0 991 917 0 0 25 0 1 0 1985039270 72450048 16927 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 1 0 0
/proc/31367/statm: 17688 16927 42 102 0 17583 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 89708

[startup+51.1017 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 31367
/proc/meminfo: memFree=1672480/2055920 swapFree=4180076/4192956
[pid=31343] ppid=31341 vsize=13600 CPUtime=6.06
/proc/31343/stat : 31343 (sugar) S 31341 31343 27392 0 -1 4194304 1023 18686 0 2 3 1 562 40 16 0 1 0 1985038647 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31343/statm: 3400 798 370 3 0 500 0
[pid=31366] ppid=31343 vsize=5356 CPUtime=0
/proc/31366/stat : 31366 (sh) S 31343 31343 27392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985039270 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31366/statm: 1339 232 193 169 0 50 0
[pid=31367] ppid=31366 vsize=73128 CPUtime=44.45
/proc/31367/stat : 31367 (picosat) R 31366 31343 27392 0 -1 4194304 17541 0 0 0 3527 918 0 0 25 0 1 0 1985039270 74883072 17512 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/31367/statm: 18282 17512 42 102 0 18177 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 92084

[startup+102.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 31367
/proc/meminfo: memFree=1667936/2055920 swapFree=4180076/4192956
[pid=31343] ppid=31341 vsize=13600 CPUtime=6.06
/proc/31343/stat : 31343 (sugar) S 31341 31343 27392 0 -1 4194304 1023 18686 0 2 3 1 562 40 16 0 1 0 1985038647 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31343/statm: 3400 798 370 3 0 500 0
[pid=31366] ppid=31343 vsize=5356 CPUtime=0
/proc/31366/stat : 31366 (sh) S 31343 31343 27392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985039270 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31366/statm: 1339 232 193 169 0 50 0
[pid=31367] ppid=31366 vsize=77616 CPUtime=95.17
/proc/31367/stat : 31367 (picosat) R 31366 31343 27392 0 -1 4194304 18680 0 0 0 8598 919 0 0 25 0 1 0 1985039270 79478784 18651 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/31367/statm: 19404 18651 42 102 0 19299 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 96572

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 31367
/proc/meminfo: memFree=1665120/2055920 swapFree=4180076/4192956
[pid=31343] ppid=31341 vsize=13600 CPUtime=6.06
/proc/31343/stat : 31343 (sugar) S 31341 31343 27392 0 -1 4194304 1023 18686 0 2 3 1 562 40 16 0 1 0 1985038647 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31343/statm: 3400 798 370 3 0 500 0
[pid=31366] ppid=31343 vsize=5356 CPUtime=0
/proc/31366/stat : 31366 (sh) S 31343 31343 27392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985039270 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31366/statm: 1339 232 193 169 0 50 0
[pid=31367] ppid=31366 vsize=80120 CPUtime=154.61
/proc/31367/stat : 31367 (picosat) R 31366 31343 27392 0 -1 4194304 19435 0 0 0 14540 921 0 0 25 0 1 0 1985039270 82042880 19308 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/31367/statm: 20030 19308 48 102 0 19925 0
Current children cumulated CPU time (s) 160.67

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

/proc/meminfo: memFree=1504536/2055920 swapFree=4180076/4192956
[pid=31343] ppid=31341 vsize=13600 CPUtime=6.06
/proc/31343/stat : 31343 (sugar) S 31341 31343 27392 0 -1 4194304 1023 18686 0 2 3 1 562 40 16 0 1 0 1985038647 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31343/statm: 3400 798 370 3 0 500 0
[pid=31366] ppid=31343 vsize=5356 CPUtime=0
/proc/31366/stat : 31366 (sh) S 31343 31343 27392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985039270 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31366/statm: 1339 232 193 169 0 50 0
[pid=31367] ppid=31366 vsize=93832 CPUtime=1290.58
/proc/31367/stat : 31367 (picosat) R 31366 31343 27392 0 -1 4194304 23978 0 0 0 128129 929 0 0 25 0 1 0 1985039270 96083968 22727 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/31367/statm: 23458 22727 48 102 0 23353 0
Current children cumulated CPU time (s) 1296.64
Current children cumulated vsize (KiB) 112788

[startup+1362.3 s]
/proc/loadavg: 2.07 2.00 2.00 3/76 31423
/proc/meminfo: memFree=1504536/2055920 swapFree=4180076/4192956
[pid=31343] ppid=31341 vsize=13600 CPUtime=6.06
/proc/31343/stat : 31343 (sugar) S 31341 31343 27392 0 -1 4194304 1023 18686 0 2 3 1 562 40 16 0 1 0 1985038647 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31343/statm: 3400 798 370 3 0 500 0
[pid=31366] ppid=31343 vsize=5356 CPUtime=0
/proc/31366/stat : 31366 (sh) S 31343 31343 27392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985039270 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31366/statm: 1339 232 193 169 0 50 0
[pid=31367] ppid=31366 vsize=93832 CPUtime=1350.55
/proc/31367/stat : 31367 (picosat) R 31366 31343 27392 0 -1 4194304 23978 0 0 0 134126 929 0 0 25 0 1 0 1985039270 96083968 22727 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/31367/statm: 23458 22727 48 102 0 23353 0
Current children cumulated CPU time (s) 1356.61
Current children cumulated vsize (KiB) 112788

[startup+1422.3 s]
/proc/loadavg: 2.10 2.02 2.00 3/76 31423
/proc/meminfo: memFree=1503576/2055920 swapFree=4180076/4192956
[pid=31343] ppid=31341 vsize=13600 CPUtime=6.06
/proc/31343/stat : 31343 (sugar) S 31341 31343 27392 0 -1 4194304 1023 18686 0 2 3 1 562 40 16 0 1 0 1985038647 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31343/statm: 3400 798 370 3 0 500 0
[pid=31366] ppid=31343 vsize=5356 CPUtime=0
/proc/31366/stat : 31366 (sh) S 31343 31343 27392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985039270 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31366/statm: 1339 232 193 169 0 50 0
[pid=31367] ppid=31366 vsize=94492 CPUtime=1410.53
/proc/31367/stat : 31367 (picosat) R 31366 31343 27392 0 -1 4194304 24352 0 0 0 140124 929 0 0 25 0 1 0 1985039270 96759808 22931 996147200 134512640 134931368 4294956256 18446744073709551615 134531564 0 0 4096 0 0 0 0 17 0 0 0
/proc/31367/statm: 23623 22931 48 102 0 23518 0
Current children cumulated CPU time (s) 1416.59
Current children cumulated vsize (KiB) 113448

[startup+1482.3 s]
/proc/loadavg: 2.10 2.03 2.00 3/76 31423
/proc/meminfo: memFree=1503576/2055920 swapFree=4180076/4192956
[pid=31343] ppid=31341 vsize=13600 CPUtime=6.06
/proc/31343/stat : 31343 (sugar) S 31341 31343 27392 0 -1 4194304 1023 18686 0 2 3 1 562 40 16 0 1 0 1985038647 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31343/statm: 3400 798 370 3 0 500 0
[pid=31366] ppid=31343 vsize=5356 CPUtime=0
/proc/31366/stat : 31366 (sh) S 31343 31343 27392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985039270 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31366/statm: 1339 232 193 169 0 50 0
[pid=31367] ppid=31366 vsize=94492 CPUtime=1470.5
/proc/31367/stat : 31367 (picosat) R 31366 31343 27392 0 -1 4194304 24352 0 0 0 146121 929 0 0 25 0 1 0 1985039270 96759808 22931 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/31367/statm: 23623 22931 48 102 0 23518 0
Current children cumulated CPU time (s) 1476.56
Current children cumulated vsize (KiB) 113448

[startup+1542.31 s]
/proc/loadavg: 2.25 2.07 2.01 3/76 31423
/proc/meminfo: memFree=1503512/2055920 swapFree=4180076/4192956
[pid=31343] ppid=31341 vsize=13600 CPUtime=6.06
/proc/31343/stat : 31343 (sugar) S 31341 31343 27392 0 -1 4194304 1023 18686 0 2 3 1 562 40 16 0 1 0 1985038647 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31343/statm: 3400 798 370 3 0 500 0
[pid=31366] ppid=31343 vsize=5356 CPUtime=0
/proc/31366/stat : 31366 (sh) S 31343 31343 27392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985039270 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31366/statm: 1339 232 193 169 0 50 0
[pid=31367] ppid=31366 vsize=94492 CPUtime=1530.48
/proc/31367/stat : 31367 (picosat) R 31366 31343 27392 0 -1 4194304 24352 0 0 0 152119 929 0 0 25 0 1 0 1985039270 96759808 22931 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/31367/statm: 23623 22931 48 102 0 23518 0
Current children cumulated CPU time (s) 1536.54
Current children cumulated vsize (KiB) 113448

[startup+1602.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/76 31423
/proc/meminfo: memFree=1503448/2055920 swapFree=4180076/4192956
[pid=31343] ppid=31341 vsize=13600 CPUtime=6.06
/proc/31343/stat : 31343 (sugar) S 31341 31343 27392 0 -1 4194304 1023 18686 0 2 3 1 562 40 16 0 1 0 1985038647 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31343/statm: 3400 798 370 3 0 500 0
[pid=31366] ppid=31343 vsize=5356 CPUtime=0
/proc/31366/stat : 31366 (sh) S 31343 31343 27392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985039270 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31366/statm: 1339 232 193 169 0 50 0
[pid=31367] ppid=31366 vsize=94492 CPUtime=1590.46
/proc/31367/stat : 31367 (picosat) R 31366 31343 27392 0 -1 4194304 24352 0 0 0 158116 930 0 0 25 0 1 0 1985039270 96759808 22931 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/31367/statm: 23623 22931 48 102 0 23518 0
Current children cumulated CPU time (s) 1596.52
Current children cumulated vsize (KiB) 113448

[startup+1662.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/76 31423
/proc/meminfo: memFree=1499544/2055920 swapFree=4180076/4192956
[pid=31343] ppid=31341 vsize=13600 CPUtime=6.06
/proc/31343/stat : 31343 (sugar) S 31341 31343 27392 0 -1 4194304 1023 18686 0 2 3 1 562 40 16 0 1 0 1985038647 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31343/statm: 3400 798 370 3 0 500 0
[pid=31366] ppid=31343 vsize=5356 CPUtime=0
/proc/31366/stat : 31366 (sh) S 31343 31343 27392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985039270 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31366/statm: 1339 232 193 169 0 50 0
[pid=31367] ppid=31366 vsize=98452 CPUtime=1650.44
/proc/31367/stat : 31367 (picosat) R 31366 31343 27392 0 -1 4194304 25346 0 0 0 164113 931 0 0 25 0 1 0 1985039270 100814848 23925 996147200 134512640 134931368 4294956256 18446744073709551615 134529762 0 0 4096 0 0 0 0 17 0 0 0
/proc/31367/statm: 24613 23925 48 102 0 24508 0
Current children cumulated CPU time (s) 1656.5
Current children cumulated vsize (KiB) 117408

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/76 31423
/proc/meminfo: memFree=1499288/2055920 swapFree=4180076/4192956
[pid=31343] ppid=31341 vsize=13600 CPUtime=6.06
/proc/31343/stat : 31343 (sugar) S 31341 31343 27392 0 -1 4194304 1023 18686 0 2 3 1 562 40 16 0 1 0 1985038647 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31343/statm: 3400 798 370 3 0 500 0
[pid=31366] ppid=31343 vsize=5356 CPUtime=0
/proc/31366/stat : 31366 (sh) S 31343 31343 27392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985039270 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31366/statm: 1339 232 193 169 0 50 0
[pid=31367] ppid=31366 vsize=98452 CPUtime=1710.41
/proc/31367/stat : 31367 (picosat) R 31366 31343 27392 0 -1 4194304 25534 0 0 0 170110 931 0 0 25 0 1 0 1985039270 100814848 23934 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/31367/statm: 24613 23934 48 102 0 24508 0
Current children cumulated CPU time (s) 1716.47
Current children cumulated vsize (KiB) 117408

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/76 31423
/proc/meminfo: memFree=1499096/2055920 swapFree=4180076/4192956
[pid=31343] ppid=31341 vsize=13600 CPUtime=6.06
/proc/31343/stat : 31343 (sugar) S 31341 31343 27392 0 -1 4194304 1023 18686 0 2 3 1 562 40 16 0 1 0 1985038647 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31343/statm: 3400 798 370 3 0 500 0
[pid=31366] ppid=31343 vsize=5356 CPUtime=0
/proc/31366/stat : 31366 (sh) S 31343 31343 27392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985039270 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31366/statm: 1339 232 193 169 0 50 0
[pid=31367] ppid=31366 vsize=98452 CPUtime=1770.39
/proc/31367/stat : 31367 (picosat) R 31366 31343 27392 0 -1 4194304 25534 0 0 0 176108 931 0 0 25 0 1 0 1985039270 100814848 23934 996147200 134512640 134931368 4294956256 18446744073709551615 134544823 0 0 4096 0 0 0 0 17 0 0 0
/proc/31367/statm: 24613 23934 48 102 0 24508 0
Current children cumulated CPU time (s) 1776.45
Current children cumulated vsize (KiB) 117408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/76 31423
/proc/meminfo: memFree=1499096/2055920 swapFree=4180076/4192956
[pid=31343] ppid=31341 vsize=13600 CPUtime=6.06
/proc/31343/stat : 31343 (sugar) S 31341 31343 27392 0 -1 4194304 1023 18686 0 2 3 1 562 40 16 0 1 0 1985038647 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31343/statm: 3400 798 370 3 0 500 0
[pid=31366] ppid=31343 vsize=5356 CPUtime=0
/proc/31366/stat : 31366 (sh) S 31343 31343 27392 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1985039270 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31366/statm: 1339 232 193 169 0 50 0
[pid=31367] ppid=31366 vsize=98452 CPUtime=1793.99
/proc/31367/stat : 31367 (picosat) R 31366 31343 27392 0 -1 4194304 25534 0 0 0 178468 931 0 0 25 0 1 0 1985039270 100814848 23934 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/31367/statm: 24613 23934 48 102 0 24508 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 117408

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31343 and gives
#  childrusage.ru_utime.tv_sec=5
#  childrusage.ru_utime.tv_usec=663139
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=423935
# CPU time returned by wait4() is 6.08707
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1805.92
CPU time (s): 1800.05
CPU user time (s): 1790.33
CPU system time (s): 9.72
CPU usage (%): 99.6747
Max. virtual memory (cumulated for all children) (KiB): 887508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.66314
system time used= 0.423935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20062
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= 7052
involuntary context switches= 7012

runsolver used 2.19167 second user time and 6.03408 second system time

The end

Launcher Data (download as text)

Begin job on node31 at 2008-07-03 06:50:46
IDJOB=1055922
IDBENCH=57390
IDSOLVER=345
FILE ID=node31/1055922-1215060646
PBS_JOBID= 7875111
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/queenAttacking/normalized-queenAttacking-11.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-1055922-1215060646/watcher-1055922-1215060646 -o /tmp/evaluation-result-1055922-1215060646/solver-1055922-1215060646 -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-1055922-1215060646.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 910d61ba544cb1eb5e823b3eb305c3f6
RANDOM SEED=1557571171

node31.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.232
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.232
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:       1783128 kB
Buffers:         29176 kB
Cached:         141448 kB
SwapCached:       5972 kB
Active:         153244 kB
Inactive:        61508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1783128 kB
SwapTotal:     4192956 kB
SwapFree:      4180076 kB
Dirty:            2124 kB
Writeback:           0 kB
Mapped:          52016 kB
Slab:            42788 kB
Committed_AS:  3052568 kB
PageTables:       2180 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66536 MiB
End job on node31 at 2008-07-03 07:20:54