Trace number 1081947

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+picosat? (TO) 1800.07 1815.83

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-29.xml
MD5SUMeebadc79eee5c83f4490f3a0193ddac7
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 benchmark32.4861
Satisfiable
(Un)Satisfiability was proved
Number of variables841
Number of constraints11802
Maximum constraint arity2
Maximum domain size29
Number of constraints which are defined in extension0
Number of constraints which are defined in intension11802
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Sat Jul  5 03:07:59 2008
0.00/0.05	c 0	PID 13786
0.00/0.05	c 0	HOST node34.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1081947-1215220079.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-1081947-1215220079.xml' 'HOME/temp.csp'
1.15/1.24	c 1	1 domains, 841 variables, 4 predicates, 0 relations, 11802 constraints
1.15/1.25	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.15/1.25	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'
1.22/1.33	c 1	Parsing HOME/temp.csp
1.22/1.66	c 2	parsed 10000 expressions
1.22/1.70	c 2	parsed 12648 expressions
1.22/1.70	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.22/1.70	c 2	Converting to clausal form CSP
1.22/1.97	c 2	converted 1265 (10%) expressions
2.14/2.21	c 2	converted 2530 (20%) expressions
2.23/2.38	c 2	converted 3795 (30%) expressions
2.44/2.59	c 2	converted 5060 (40%) expressions
2.63/2.75	c 3	converted 6324 (50%) expressions
2.82/2.92	c 3	converted 7589 (60%) expressions
3.03/3.16	c 3	converted 8854 (70%) expressions
3.23/3.33	c 3	converted 10119 (80%) expressions
3.32/3.49	c 3	converted 11384 (90%) expressions
3.52/3.66	c 4	converted 12648 (100%) expressions
3.52/3.66	c 4	CSP : 841 integers, 11128 booleans, 34870 clauses, largest domain size 29
3.52/3.66	c 4	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.52/3.66	c 4	Propagation in CSP
4.01/4.11	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.01/4.11	c 4	CSP : 841 integers, 11128 booleans, 34870 clauses, largest domain size 29
4.01/4.11	c 4	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.01/4.12	c 4	Simplifing CSP by introducing new Boolean variables
4.21/4.34	c 4	CSP : 841 integers, 23548 booleans, 47290 clauses, largest domain size 29
4.21/4.34	c 4	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.31/4.49	c 4	Encoding CSP to SAT : HOME/temp.cnf
4.40/4.56	c 4	85 (10%) CSP integer variables are encoded (2295 clauses, 27764 bytes)
4.40/4.57	c 4	169 (20%) CSP integer variables are encoded (4563 clauses, 57248 bytes)
4.40/4.58	c 4	253 (30%) CSP integer variables are encoded (6831 clauses, 86732 bytes)
4.40/4.59	c 4	337 (40%) CSP integer variables are encoded (9099 clauses, 116216 bytes)
4.51/4.60	c 4	421 (50%) CSP integer variables are encoded (11367 clauses, 149151 bytes)
4.51/4.61	c 4	505 (60%) CSP integer variables are encoded (13635 clauses, 183171 bytes)
4.51/4.62	c 5	589 (70%) CSP integer variables are encoded (15903 clauses, 217191 bytes)
4.51/4.63	c 5	673 (80%) CSP integer variables are encoded (18171 clauses, 251211 bytes)
4.51/4.64	c 5	757 (90%) CSP integer variables are encoded (20439 clauses, 285231 bytes)
4.51/4.65	c 5	841 (100%) CSP integer variables are encoded (22707 clauses, 319251 bytes)
5.00/5.16	c 5	4729 (10%) CSP clauses are encoded (125921 clauses, 2301963 bytes)
5.50/5.61	c 5	9458 (20%) CSP clauses are encoded (228456 clauses, 4369718 bytes)
5.89/6.06	c 6	14187 (30%) CSP clauses are encoded (331111 clauses, 6439281 bytes)
6.29/6.49	c 6	18916 (40%) CSP clauses are encoded (432341 clauses, 8483758 bytes)
6.79/6.93	c 7	23645 (50%) CSP clauses are encoded (534559 clauses, 10558635 bytes)
7.17/7.37	c 7	28374 (60%) CSP clauses are encoded (635785 clauses, 12618034 bytes)
7.66/7.81	c 8	33103 (70%) CSP clauses are encoded (737438 clauses, 14724037 bytes)
8.06/8.25	c 8	37832 (80%) CSP clauses are encoded (839165 clauses, 16905038 bytes)
8.46/8.68	c 9	42561 (90%) CSP clauses are encoded (941043 clauses, 19090147 bytes)
8.95/9.12	c 9	47290 (100%) CSP clauses are encoded (1043221 clauses, 21282581 bytes)
8.95/9.13	c 9	47290 CSP clauses encoded
8.95/9.13	c 9	Writing map file : HOME/temp.map
8.95/9.16	c 9	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.95/9.16	c 9	SAT : 47096 SAT variables, 1043221 SAT clauses, 21282581 bytes
8.95/9.16	c 9	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.95/9.19	c 9	SOLVING HOME/temp.cnf
8.95/9.19	c 9	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.07/1815.81	c ERROR INTERRUPTED
1800.07/1815.82	s UNKNOWN
1800.07/1815.82	c 1816	CPU 8.7 (0.04 0.01 8.66 0.33)
1800.07/1815.82	c 1816	END Sat Jul  5 03:38:15 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-1081947-1215220079/watcher-1081947-1215220079 -o /tmp/evaluation-result-1081947-1215220079/solver-1081947-1215220079 -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-1081947-1215220079.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.91 1.97 1.99 4/73 13786
/proc/meminfo: memFree=1740096/2055920 swapFree=4179828/4192956
[pid=13786] ppid=13784 vsize=12268 CPUtime=0
/proc/13786/stat : 13786 (sugar) R 13784 13786 10529 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 2000981372 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 254195497573 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/13786/statm: 3067 316 241 3 0 167 0

[startup+0.093184 s]
/proc/loadavg: 1.91 1.97 1.99 4/73 13786
/proc/meminfo: memFree=1740096/2055920 swapFree=4179828/4192956
[pid=13786] ppid=13784 vsize=13600 CPUtime=0.03
/proc/13786/stat : 13786 (sugar) S 13784 13786 10529 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2000981372 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13786/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101642 s]
/proc/loadavg: 1.91 1.97 1.99 4/73 13786
/proc/meminfo: memFree=1740096/2055920 swapFree=4179828/4192956
[pid=13786] ppid=13784 vsize=13600 CPUtime=0.03
/proc/13786/stat : 13786 (sugar) S 13784 13786 10529 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2000981372 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13786/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301294 s]
/proc/loadavg: 1.91 1.97 1.99 4/73 13786
/proc/meminfo: memFree=1740096/2055920 swapFree=4179828/4192956
[pid=13786] ppid=13784 vsize=13600 CPUtime=0.03
/proc/13786/stat : 13786 (sugar) S 13784 13786 10529 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2000981372 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13786/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701361 s]
/proc/loadavg: 1.91 1.97 1.99 4/73 13786
/proc/meminfo: memFree=1740096/2055920 swapFree=4179828/4192956
[pid=13786] ppid=13784 vsize=13600 CPUtime=0.03
/proc/13786/stat : 13786 (sugar) S 13784 13786 10529 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2000981372 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13786/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50249 s]
/proc/loadavg: 1.91 1.97 1.99 4/84 13798
/proc/meminfo: memFree=1715816/2055920 swapFree=4179828/4192956
[pid=13786] ppid=13784 vsize=13600 CPUtime=1.22
/proc/13786/stat : 13786 (sugar) S 13784 13786 10529 0 -1 4194304 973 10016 0 1 3 1 110 8 16 0 1 0 2000981372 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13786/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 13600

[startup+3.10173 s]
/proc/loadavg: 1.91 1.97 1.99 3/84 13808
/proc/meminfo: memFree=1721832/2055920 swapFree=4179828/4192956
[pid=13786] ppid=13784 vsize=13600 CPUtime=1.22
/proc/13786/stat : 13786 (sugar) S 13784 13786 10529 0 -1 4194304 974 10016 0 1 3 1 110 8 15 0 1 0 2000981372 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13786/statm: 3400 797 370 3 0 500 0
[pid=13799] ppid=13786 vsize=5356 CPUtime=0
/proc/13799/stat : 13799 (sh) S 13786 13786 10529 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000981498 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13799/statm: 1339 233 193 169 0 50 0
[pid=13800] ppid=13799 vsize=868384 CPUtime=1.81
/proc/13800/stat : 13800 (java) S 13799 13786 10529 0 -1 0 9188 0 1 0 175 6 0 0 19 0 9 0 2000981498 889225216 8292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13800/statm: 217096 8292 2540 9 0 211671 0
[pid=13800/tid=13801] ppid=13799 vsize=868384 CPUtime=1.27
/proc/13800/task/13801/stat : 13801 (java) R 13799 13786 10529 0 -1 64 2770 0 1 0 125 2 0 0 25 0 9 0 2000981499 889225216 8292 996147200 134512640 134550740 4294955952 18446744073709551615 4126472652 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13800/tid=13802] ppid=13799 vsize=868384 CPUtime=0.33
/proc/13800/task/13802/stat : 13802 (java) S 13799 13786 10529 0 -1 64 4268 0 0 0 31 2 0 0 16 0 9 0 2000981501 889225216 8292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13800/tid=13803] ppid=13799 vsize=868384 CPUtime=0
/proc/13800/task/13803/stat : 13803 (java) S 13799 13786 10529 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000981501 889225216 8292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13800/tid=13804] ppid=13799 vsize=868384 CPUtime=0
/proc/13800/task/13804/stat : 13804 (java) S 13799 13786 10529 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000981501 889225216 8292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13800/tid=13805] ppid=13799 vsize=868384 CPUtime=0
/proc/13800/task/13805/stat : 13805 (java) S 13799 13786 10529 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000981503 889225216 8292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13800/tid=13806] ppid=13799 vsize=868384 CPUtime=0.18
/proc/13800/task/13806/stat : 13806 (java) S 13799 13786 10529 0 -1 64 1456 0 0 0 18 0 0 0 16 0 9 0 2000981503 889225216 8292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13800/tid=13807] ppid=13799 vsize=868384 CPUtime=0
/proc/13800/task/13807/stat : 13807 (java) S 13799 13786 10529 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000981503 889225216 8292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13800/tid=13808] ppid=13799 vsize=868384 CPUtime=0
/proc/13800/task/13808/stat : 13808 (java) S 13799 13786 10529 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000981503 889225216 8292 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887340

[startup+6.30223 s]
/proc/loadavg: 1.92 1.97 1.99 3/84 13808
/proc/meminfo: memFree=1699560/2055920 swapFree=4179828/4192956
[pid=13786] ppid=13784 vsize=13600 CPUtime=1.22
/proc/13786/stat : 13786 (sugar) S 13784 13786 10529 0 -1 4194304 974 10016 0 1 3 1 110 8 15 0 1 0 2000981372 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13786/statm: 3400 797 370 3 0 500 0
[pid=13799] ppid=13786 vsize=5356 CPUtime=0
/proc/13799/stat : 13799 (sh) S 13786 13786 10529 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000981498 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13799/statm: 1339 233 193 169 0 50 0
[pid=13800] ppid=13799 vsize=868496 CPUtime=4.97
/proc/13800/stat : 13800 (java) S 13799 13786 10529 0 -1 0 12584 0 1 0 484 13 0 0 19 0 9 0 2000981498 889339904 11077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13800/statm: 217124 11077 2566 9 0 211671 0
[pid=13800/tid=13801] ppid=13799 vsize=868496 CPUtime=3.84
/proc/13800/task/13801/stat : 13801 (java) R 13799 13786 10529 0 -1 64 3277 0 1 0 377 7 0 0 25 0 9 0 2000981499 889339904 11077 996147200 134512640 134550740 4294955952 18446744073709551615 4127005443 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13800/tid=13802] ppid=13799 vsize=868496 CPUtime=0.83
/proc/13800/task/13802/stat : 13802 (java) S 13799 13786 10529 0 -1 64 7106 0 0 0 79 4 0 0 16 0 9 0 2000981501 889339904 11077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13800/tid=13803] ppid=13799 vsize=868496 CPUtime=0
/proc/13800/task/13803/stat : 13803 (java) S 13799 13786 10529 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000981501 889339904 11077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13800/tid=13804] ppid=13799 vsize=868496 CPUtime=0
/proc/13800/task/13804/stat : 13804 (java) S 13799 13786 10529 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000981501 889339904 11077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13800/tid=13805] ppid=13799 vsize=868496 CPUtime=0
/proc/13800/task/13805/stat : 13805 (java) S 13799 13786 10529 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000981503 889339904 11077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13800/tid=13806] ppid=13799 vsize=868496 CPUtime=0.27
/proc/13800/task/13806/stat : 13806 (java) S 13799 13786 10529 0 -1 64 1507 0 0 0 27 0 0 0 16 0 9 0 2000981503 889339904 11077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13800/tid=13807] ppid=13799 vsize=868496 CPUtime=0
/proc/13800/task/13807/stat : 13807 (java) S 13799 13786 10529 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2000981503 889339904 11077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13800/tid=13808] ppid=13799 vsize=868496 CPUtime=0
/proc/13800/task/13808/stat : 13808 (java) S 13799 13786 10529 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2000981503 889339904 11077 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 887452

[startup+12.7012 s]
/proc/loadavg: 1.92 1.97 1.99 3/76 13810
/proc/meminfo: memFree=1702504/2055920 swapFree=4179828/4192956
[pid=13786] ppid=13784 vsize=13600 CPUtime=9.04
/proc/13786/stat : 13786 (sugar) S 13784 13786 10529 0 -1 4194304 1022 23128 0 2 4 1 866 33 16 0 1 0 2000981372 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13786/statm: 3400 799 370 3 0 500 0
[pid=13809] ppid=13786 vsize=5356 CPUtime=0
/proc/13809/stat : 13809 (sh) S 13786 13786 10529 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000982292 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13809/statm: 1339 232 193 169 0 50 0
[pid=13810] ppid=13809 vsize=18512 CPUtime=3.46
/proc/13810/stat : 13810 (picosat) R 13809 13786 10529 0 -1 4194304 3970 0 0 0 156 190 0 0 25 0 1 0 2000982292 18956288 3956 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/13810/statm: 4628 3956 40 102 0 4523 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 37468

[startup+25.5012 s]
/proc/loadavg: 1.94 1.97 1.99 3/76 13810
/proc/meminfo: memFree=1674664/2055920 swapFree=4179828/4192956
[pid=13786] ppid=13784 vsize=13600 CPUtime=9.04
/proc/13786/stat : 13786 (sugar) S 13784 13786 10529 0 -1 4194304 1022 23128 0 2 4 1 866 33 16 0 1 0 2000981372 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13786/statm: 3400 799 370 3 0 500 0
[pid=13809] ppid=13786 vsize=5356 CPUtime=0
/proc/13809/stat : 13809 (sh) S 13786 13786 10529 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000982292 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13809/statm: 1339 232 193 169 0 50 0
[pid=13810] ppid=13809 vsize=41324 CPUtime=16.14
/proc/13810/stat : 13810 (picosat) R 13809 13786 10529 0 -1 4194304 9801 0 0 0 1120 494 0 0 25 0 1 0 2000982292 42315776 9737 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/13810/statm: 10331 9737 42 102 0 10226 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 60280

[startup+51.1012 s]
/proc/loadavg: 1.96 1.97 1.99 3/76 13810
/proc/meminfo: memFree=1671016/2055920 swapFree=4179828/4192956
[pid=13786] ppid=13784 vsize=13600 CPUtime=9.04
/proc/13786/stat : 13786 (sugar) S 13784 13786 10529 0 -1 4194304 1022 23128 0 2 4 1 866 33 16 0 1 0 2000981372 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13786/statm: 3400 799 370 3 0 500 0
[pid=13809] ppid=13786 vsize=5356 CPUtime=0
/proc/13809/stat : 13809 (sh) S 13786 13786 10529 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000982292 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13809/statm: 1339 232 193 169 0 50 0
[pid=13810] ppid=13809 vsize=43436 CPUtime=41.5
/proc/13810/stat : 13810 (picosat) R 13809 13786 10529 0 -1 4194304 10359 0 0 0 3655 495 0 0 25 0 1 0 2000982292 44478464 10295 996147200 134512640 134931368 4294956256 18446744073709551615 134525802 0 0 4096 0 0 0 0 17 1 0 0
/proc/13810/statm: 10859 10295 42 102 0 10754 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 62392

[startup+102.307 s]
/proc/loadavg: 1.98 1.97 1.99 3/76 13810
/proc/meminfo: memFree=1663848/2055920 swapFree=4179828/4192956
[pid=13786] ppid=13784 vsize=13600 CPUtime=9.04
/proc/13786/stat : 13786 (sugar) S 13784 13786 10529 0 -1 4194304 1022 23128 0 2 4 1 866 33 16 0 1 0 2000981372 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13786/statm: 3400 799 370 3 0 500 0
[pid=13809] ppid=13786 vsize=5356 CPUtime=0
/proc/13809/stat : 13809 (sh) S 13786 13786 10529 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000982292 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13809/statm: 1339 232 193 169 0 50 0
[pid=13810] ppid=13809 vsize=47792 CPUtime=92.22
/proc/13810/stat : 13810 (picosat) R 13809 13786 10529 0 -1 4194304 11616 0 0 0 8726 496 0 0 25 0 1 0 2000982292 48939008 11453 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13810/statm: 11948 11453 48 102 0 11843 0
Current children cumulated CPU time (s) 101.26
Current children cumulated vsize (KiB) 66748

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/76 13810
/proc/meminfo: memFree=1659432/2055920 swapFree=4179828/4192956
[pid=13786] ppid=13784 vsize=13600 CPUtime=9.04
/proc/13786/stat : 13786 (sugar) S 13784 13786 10529 0 -1 4194304 1022 23128 0 2 4 1 866 33 16 0 1 0 2000981372 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13786/statm: 3400 799 370 3 0 500 0
[pid=13809] ppid=13786 vsize=5356 CPUtime=0
/proc/13809/stat : 13809 (sh) S 13786 13786 10529 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000982292 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13809/statm: 1339 232 193 169 0 50 0
[pid=13810] ppid=13809 vsize=53736 CPUtime=151.63
/proc/13810/stat : 13810 (picosat) R 13809 13786 10529 0 -1 4194304 12231 0 0 0 14667 496 0 0 25 0 1 0 2000982292 55025664 11953 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 1 0 0
/proc/13810/statm: 13434 11953 48 102 0 13329 0
Current children cumulated CPU time (s) 160.67

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

/proc/meminfo: memFree=1600168/2055920 swapFree=4179828/4192956
[pid=13786] ppid=13784 vsize=13600 CPUtime=9.04
/proc/13786/stat : 13786 (sugar) S 13784 13786 10529 0 -1 4194304 1022 23128 0 2 4 1 866 33 16 0 1 0 2000981372 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13786/statm: 3400 799 370 3 0 500 0
[pid=13809] ppid=13786 vsize=5356 CPUtime=0
/proc/13809/stat : 13809 (sh) S 13786 13786 10529 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000982292 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13809/statm: 1339 232 193 169 0 50 0
[pid=13810] ppid=13809 vsize=76460 CPUtime=1280.92
/proc/13810/stat : 13810 (picosat) R 13809 13786 10529 0 -1 4194304 21865 0 0 0 127588 504 0 0 25 0 1 0 2000982292 78295040 17623 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13810/statm: 19115 17623 48 102 0 19010 0
Current children cumulated CPU time (s) 1289.96
Current children cumulated vsize (KiB) 95416

[startup+1362.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/76 13812
/proc/meminfo: memFree=1596584/2055920 swapFree=4179828/4192956
[pid=13786] ppid=13784 vsize=13600 CPUtime=9.04
/proc/13786/stat : 13786 (sugar) S 13784 13786 10529 0 -1 4194304 1022 23128 0 2 4 1 866 33 16 0 1 0 2000981372 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13786/statm: 3400 799 370 3 0 500 0
[pid=13809] ppid=13786 vsize=5356 CPUtime=0
/proc/13809/stat : 13809 (sh) S 13786 13786 10529 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000982292 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13809/statm: 1339 232 193 169 0 50 0
[pid=13810] ppid=13809 vsize=78308 CPUtime=1340.36
/proc/13810/stat : 13810 (picosat) R 13809 13786 10529 0 -1 4194304 22340 0 0 0 133531 505 0 0 25 0 1 0 2000982292 80187392 18098 996147200 134512640 134931368 4294956256 18446744073709551615 134523991 0 0 4096 0 0 0 0 17 1 0 0
/proc/13810/statm: 19577 18098 48 102 0 19472 0
Current children cumulated CPU time (s) 1349.4
Current children cumulated vsize (KiB) 97264

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 13812
/proc/meminfo: memFree=1593192/2055920 swapFree=4179828/4192956
[pid=13786] ppid=13784 vsize=13600 CPUtime=9.04
/proc/13786/stat : 13786 (sugar) S 13784 13786 10529 0 -1 4194304 1022 23128 0 2 4 1 866 33 16 0 1 0 2000981372 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13786/statm: 3400 799 370 3 0 500 0
[pid=13809] ppid=13786 vsize=5356 CPUtime=0
/proc/13809/stat : 13809 (sh) S 13786 13786 10529 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000982292 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13809/statm: 1339 232 193 169 0 50 0
[pid=13810] ppid=13809 vsize=80288 CPUtime=1399.8
/proc/13810/stat : 13810 (picosat) R 13809 13786 10529 0 -1 4194304 23172 0 0 0 139475 505 0 0 25 0 1 0 2000982292 82214912 18612 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13810/statm: 20072 18612 48 102 0 19967 0
Current children cumulated CPU time (s) 1408.84
Current children cumulated vsize (KiB) 99244

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/76 13812
/proc/meminfo: memFree=1592424/2055920 swapFree=4179828/4192956
[pid=13786] ppid=13784 vsize=13600 CPUtime=9.04
/proc/13786/stat : 13786 (sugar) S 13784 13786 10529 0 -1 4194304 1022 23128 0 2 4 1 866 33 16 0 1 0 2000981372 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13786/statm: 3400 799 370 3 0 500 0
[pid=13809] ppid=13786 vsize=5356 CPUtime=0
/proc/13809/stat : 13809 (sh) S 13786 13786 10529 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000982292 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13809/statm: 1339 232 193 169 0 50 0
[pid=13810] ppid=13809 vsize=80288 CPUtime=1459.23
/proc/13810/stat : 13810 (picosat) R 13809 13786 10529 0 -1 4194304 23199 0 0 0 145418 505 0 0 25 0 1 0 2000982292 82214912 18639 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13810/statm: 20072 18639 48 102 0 19967 0
Current children cumulated CPU time (s) 1468.27
Current children cumulated vsize (KiB) 99244

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 13812
/proc/meminfo: memFree=1591464/2055920 swapFree=4179828/4192956
[pid=13786] ppid=13784 vsize=13600 CPUtime=9.04
/proc/13786/stat : 13786 (sugar) S 13784 13786 10529 0 -1 4194304 1022 23128 0 2 4 1 866 33 16 0 1 0 2000981372 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13786/statm: 3400 799 370 3 0 500 0
[pid=13809] ppid=13786 vsize=5356 CPUtime=0
/proc/13809/stat : 13809 (sh) S 13786 13786 10529 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000982292 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13809/statm: 1339 232 193 169 0 50 0
[pid=13810] ppid=13809 vsize=80288 CPUtime=1518.66
/proc/13810/stat : 13810 (picosat) R 13809 13786 10529 0 -1 4194304 23199 0 0 0 151361 505 0 0 25 0 1 0 2000982292 82214912 18639 996147200 134512640 134931368 4294956256 18446744073709551615 134525941 0 0 4096 0 0 0 0 17 1 0 0
/proc/13810/statm: 20072 18639 48 102 0 19967 0
Current children cumulated CPU time (s) 1527.7
Current children cumulated vsize (KiB) 99244

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 13812
/proc/meminfo: memFree=1587816/2055920 swapFree=4179828/4192956
[pid=13786] ppid=13784 vsize=13600 CPUtime=9.04
/proc/13786/stat : 13786 (sugar) S 13784 13786 10529 0 -1 4194304 1022 23128 0 2 4 1 866 33 16 0 1 0 2000981372 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13786/statm: 3400 799 370 3 0 500 0
[pid=13809] ppid=13786 vsize=5356 CPUtime=0
/proc/13809/stat : 13809 (sh) S 13786 13786 10529 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000982292 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13809/statm: 1339 232 193 169 0 50 0
[pid=13810] ppid=13809 vsize=81872 CPUtime=1578.1
/proc/13810/stat : 13810 (picosat) R 13809 13786 10529 0 -1 4194304 23979 0 0 0 157304 506 0 0 25 0 1 0 2000982292 83836928 19073 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/13810/statm: 20468 19073 48 102 0 20363 0
Current children cumulated CPU time (s) 1587.14
Current children cumulated vsize (KiB) 100828

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 13840
/proc/meminfo: memFree=1620208/2055920 swapFree=4179828/4192956
[pid=13786] ppid=13784 vsize=13600 CPUtime=9.04
/proc/13786/stat : 13786 (sugar) S 13784 13786 10529 0 -1 4194304 1022 23128 0 2 4 1 866 33 16 0 1 0 2000981372 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13786/statm: 3400 799 370 3 0 500 0
[pid=13809] ppid=13786 vsize=5356 CPUtime=0
/proc/13809/stat : 13809 (sh) S 13786 13786 10529 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000982292 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13809/statm: 1339 232 193 169 0 50 0
[pid=13810] ppid=13809 vsize=81872 CPUtime=1637.6
/proc/13810/stat : 13810 (picosat) R 13809 13786 10529 0 -1 4194304 23979 0 0 0 163253 507 0 0 25 0 1 0 2000982292 83836928 19073 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13810/statm: 20468 19073 48 102 0 20363 0
Current children cumulated CPU time (s) 1646.64
Current children cumulated vsize (KiB) 100828

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 13840
/proc/meminfo: memFree=1618672/2055920 swapFree=4179828/4192956
[pid=13786] ppid=13784 vsize=13600 CPUtime=9.04
/proc/13786/stat : 13786 (sugar) S 13784 13786 10529 0 -1 4194304 1022 23128 0 2 4 1 866 33 16 0 1 0 2000981372 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13786/statm: 3400 799 370 3 0 500 0
[pid=13809] ppid=13786 vsize=5356 CPUtime=0
/proc/13809/stat : 13809 (sh) S 13786 13786 10529 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000982292 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13809/statm: 1339 232 193 169 0 50 0
[pid=13810] ppid=13809 vsize=83324 CPUtime=1697.57
/proc/13810/stat : 13810 (picosat) R 13809 13786 10529 0 -1 4194304 24748 0 0 0 169250 507 0 0 25 0 1 0 2000982292 85323776 19476 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/13810/statm: 20831 19476 48 102 0 20726 0
Current children cumulated CPU time (s) 1706.61
Current children cumulated vsize (KiB) 102280

[startup+1782.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/75 13840
/proc/meminfo: memFree=1615600/2055920 swapFree=4179828/4192956
[pid=13786] ppid=13784 vsize=13600 CPUtime=9.04
/proc/13786/stat : 13786 (sugar) S 13784 13786 10529 0 -1 4194304 1022 23128 0 2 4 1 866 33 16 0 1 0 2000981372 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13786/statm: 3400 799 370 3 0 500 0
[pid=13809] ppid=13786 vsize=5356 CPUtime=0
/proc/13809/stat : 13809 (sh) S 13786 13786 10529 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000982292 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13809/statm: 1339 232 193 169 0 50 0
[pid=13810] ppid=13809 vsize=86096 CPUtime=1757.54
/proc/13810/stat : 13810 (picosat) R 13809 13786 10529 0 -1 4194304 25841 0 0 0 175246 508 0 0 25 0 1 0 2000982292 88162304 20189 996147200 134512640 134931368 4294956256 18446744073709551615 134525783 0 0 4096 0 0 0 0 17 0 0 0
/proc/13810/statm: 21524 20189 48 102 0 21419 0
Current children cumulated CPU time (s) 1766.58
Current children cumulated vsize (KiB) 105052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1815.8 s]
/proc/loadavg: 2.11 2.04 2.01 3/75 13840
/proc/meminfo: memFree=1615600/2055920 swapFree=4179828/4192956
[pid=13786] ppid=13784 vsize=13600 CPUtime=9.04
/proc/13786/stat : 13786 (sugar) S 13784 13786 10529 0 -1 4194304 1022 23128 0 2 4 1 866 33 16 0 1 0 2000981372 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13786/statm: 3400 799 370 3 0 500 0
[pid=13809] ppid=13786 vsize=5356 CPUtime=0
/proc/13809/stat : 13809 (sh) S 13786 13786 10529 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000982292 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13809/statm: 1339 232 193 169 0 50 0
[pid=13810] ppid=13809 vsize=86096 CPUtime=1791.03
/proc/13810/stat : 13810 (picosat) R 13809 13786 10529 0 -1 4194304 25841 0 0 0 178595 508 0 0 25 0 1 0 2000982292 88162304 20189 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/13810/statm: 21524 20189 48 102 0 21419 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 105052

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 13786 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=707676
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=355945
# CPU time returned by wait4() is 9.06362
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1815.83
CPU time (s): 1800.07
CPU user time (s): 1794.65
CPU system time (s): 5.42
CPU usage (%): 99.1319
Max. virtual memory (cumulated for all children) (KiB): 887844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.70768
system time used= 0.355945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24506
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= 5980
involuntary context switches= 6000

runsolver used 2.04169 second user time and 6.22805 second system time

The end

Launcher Data (download as text)

Begin job on node34 at 2008-07-05 03:07:59
IDJOB=1081947
IDBENCH=57165
IDSOLVER=345
FILE ID=node34/1081947-1215220079
PBS_JOBID= 7881672
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-29.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-1081947-1215220079/watcher-1081947-1215220079 -o /tmp/evaluation-result-1081947-1215220079/solver-1081947-1215220079 -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-1081947-1215220079.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= eebadc79eee5c83f4490f3a0193ddac7
RANDOM SEED=998847236

node34.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.259
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.259
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:       1740576 kB
Buffers:         37564 kB
Cached:         190760 kB
SwapCached:       6752 kB
Active:         161820 kB
Inactive:        98404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1740576 kB
SwapTotal:     4192956 kB
SwapFree:      4179828 kB
Dirty:            2704 kB
Writeback:           0 kB
Mapped:          38452 kB
Slab:            40344 kB
Committed_AS:  3526104 kB
PageTables:       1872 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= 66500 MiB
End job on node34 at 2008-07-05 03:38:17