Trace number 1038909

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.09 1817.32

General information on the benchmark

Namecsp/BH-4-13/
normalized-BlackHole-4-13-m-2_ext.xml
MD5SUMa7b2d88fca63e18bbc1a826209f183ae
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.185971
Satisfiable
(Un)Satisfiability was proved
Number of variables208
Number of constraints4217
Maximum constraint arity2
Maximum domain size52
Number of constraints which are defined in extension4217
Number of constraints which are defined in intension0
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 Wed Jul  2 04:33:42 2008
0.00/0.05	c 0	PID 29163
0.03/0.05	c 0	HOST node51.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1038909-1214966022.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1038909-1214966022.xml' 'HOME/temp.csp'
0.03/0.72	c 1	4 domains, 208 variables, 0 predicates, 8 relations, 4217 constraints
0.03/0.73	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.73	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.70/0.81	c 1	Parsing HOME/temp.csp
0.95/1.04	c 1	parsed 4437 expressions
0.95/1.05	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.95/1.05	c 1	Converting to clausal form CSP
1.05/1.11	c 1	converted 444 (10%) expressions
1.13/1.28	c 1	converted 888 (20%) expressions
1.34/1.44	c 1	converted 1332 (30%) expressions
1.63/1.71	c 2	converted 1775 (40%) expressions
1.73/1.81	c 2	converted 2219 (50%) expressions
2.03/2.13	c 2	converted 2663 (60%) expressions
2.13/2.22	c 2	converted 3106 (70%) expressions
2.22/2.35	c 2	converted 3550 (80%) expressions
2.53/2.66	c 3	converted 3994 (90%) expressions
2.73/2.84	c 3	converted 4437 (100%) expressions
2.73/2.84	c 3	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.73/2.84	c 3	Heap : 45 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.73/2.84	c 3	Propagation in CSP
2.73/2.85	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.73/2.85	c 3	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.73/2.85	c 3	Heap : 45 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.73/2.85	c 3	Simplifing CSP by introducing new Boolean variables
2.73/2.86	c 3	CSP : 208 integers, 0 booleans, 4217 clauses, largest domain size 52
2.73/2.86	c 3	Heap : 45 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.03/3.10	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.03/3.12	c 3	21 (10%) CSP integer variables are encoded (677 clauses, 7301 bytes)
3.03/3.12	c 3	42 (20%) CSP integer variables are encoded (1454 clauses, 16811 bytes)
3.03/3.13	c 3	63 (30%) CSP integer variables are encoded (2231 clauses, 26912 bytes)
3.03/3.13	c 3	84 (40%) CSP integer variables are encoded (3008 clauses, 37013 bytes)
3.03/3.13	c 3	104 (50%) CSP integer variables are encoded (3774 clauses, 46971 bytes)
3.03/3.13	c 3	125 (60%) CSP integer variables are encoded (4551 clauses, 57072 bytes)
3.03/3.13	c 3	146 (70%) CSP integer variables are encoded (5328 clauses, 67173 bytes)
3.03/3.13	c 3	167 (80%) CSP integer variables are encoded (5936 clauses, 75077 bytes)
3.03/3.13	c 3	188 (90%) CSP integer variables are encoded (6440 clauses, 81629 bytes)
3.03/3.13	c 3	208 (100%) CSP integer variables are encoded (6920 clauses, 87869 bytes)
3.23/3.32	c 3	422 (10%) CSP clauses are encoded (13272 clauses, 209951 bytes)
3.42/3.52	c 3	844 (20%) CSP clauses are encoded (22211 clauses, 392540 bytes)
3.62/3.72	c 4	1266 (30%) CSP clauses are encoded (31102 clauses, 574527 bytes)
3.82/3.91	c 4	1687 (40%) CSP clauses are encoded (39365 clauses, 754519 bytes)
4.02/4.10	c 4	2109 (50%) CSP clauses are encoded (48561 clauses, 961461 bytes)
4.11/4.29	c 4	2531 (60%) CSP clauses are encoded (57421 clauses, 1159805 bytes)
4.32/4.49	c 4	2952 (70%) CSP clauses are encoded (66037 clauses, 1352849 bytes)
4.51/4.68	c 5	3374 (80%) CSP clauses are encoded (75171 clauses, 1556064 bytes)
4.71/4.87	c 5	3796 (90%) CSP clauses are encoded (84370 clauses, 1759586 bytes)
4.90/5.07	c 5	4217 (100%) CSP clauses are encoded (94369 clauses, 1973911 bytes)
4.90/5.07	c 5	4217 CSP clauses encoded
4.90/5.07	c 5	Writing map file : HOME/temp.map
4.90/5.07	c 5	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.90/5.07	c 5	SAT : 7126 SAT variables, 94369 SAT clauses, 1973911 bytes
4.90/5.07	c 5	Heap : 49 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.98/5.12	c 5	SOLVING HOME/temp.cnf
4.98/5.12	c 5	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.05/1817.31	sh: line 1: 29187 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.05/1817.31	c 1817	DECODING HOME/temp.out WITH HOME/temp.map
1800.05/1817.31	c 1817	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.05/1817.31	c ERROR INTERRUPTED
1800.05/1817.32	s UNKNOWN
1800.05/1817.32	c 1817	CPU 1799.24 (0.04 0.01 1799.2 0.82)
1800.05/1817.32	c 1817	END Wed Jul  2 05:03:59 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-1038909-1214966022/watcher-1038909-1214966022 -o /tmp/evaluation-result-1038909-1214966022/solver-1038909-1214966022 -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-1038909-1214966022.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 29163
/proc/meminfo: memFree=1213456/2055920 swapFree=4180408/4192956
[pid=29163] ppid=29161 vsize=12268 CPUtime=0
/proc/29163/stat : 29163 (sugar) R 29161 29163 26448 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1975574068 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 235371461221 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/29163/statm: 3067 316 241 3 0 167 0

[startup+0.0545439 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 29163
/proc/meminfo: memFree=1213456/2055920 swapFree=4180408/4192956
[pid=29163] ppid=29161 vsize=13600 CPUtime=0.03
/proc/29163/stat : 29163 (sugar) S 29161 29163 26448 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1975574068 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29163/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102977 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 29163
/proc/meminfo: memFree=1213456/2055920 swapFree=4180408/4192956
[pid=29163] ppid=29161 vsize=13600 CPUtime=0.03
/proc/29163/stat : 29163 (sugar) S 29161 29163 26448 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1975574068 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29163/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301261 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 29163
/proc/meminfo: memFree=1213456/2055920 swapFree=4180408/4192956
[pid=29163] ppid=29161 vsize=13600 CPUtime=0.03
/proc/29163/stat : 29163 (sugar) S 29161 29163 26448 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1975574068 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29163/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701335 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 29163
/proc/meminfo: memFree=1213456/2055920 swapFree=4180408/4192956
[pid=29163] ppid=29161 vsize=13600 CPUtime=0.03
/proc/29163/stat : 29163 (sugar) S 29161 29163 26448 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1975574068 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29163/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50248 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 29185
/proc/meminfo: memFree=1205048/2055920 swapFree=4180408/4192956
[pid=29163] ppid=29161 vsize=13600 CPUtime=0.7
/proc/29163/stat : 29163 (sugar) S 29161 29163 26448 0 -1 4194304 973 5354 0 1 3 1 63 3 15 0 1 0 1975574068 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29163/statm: 3400 797 370 3 0 500 0
[pid=29176] ppid=29163 vsize=5356 CPUtime=0
/proc/29176/stat : 29176 (sh) S 29163 29163 26448 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1975574142 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29176/statm: 1339 233 193 169 0 50 0
[pid=29177] ppid=29176 vsize=864276 CPUtime=0.73
/proc/29177/stat : 29177 (java) S 29176 29163 26448 0 -1 0 8039 0 1 0 69 4 0 0 18 0 9 0 1975574142 885018624 7309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29177/statm: 216069 7309 2540 9 0 210644 0
[pid=29177/tid=29178] ppid=29176 vsize=864276 CPUtime=0.35
/proc/29177/task/29178/stat : 29178 (java) R 29176 29163 26448 0 -1 64 2641 0 1 0 34 1 0 0 19 0 9 0 1975574143 885018624 7309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29177/tid=29179] ppid=29176 vsize=864276 CPUtime=0.27
/proc/29177/task/29179/stat : 29179 (java) R 29176 29163 26448 0 -1 64 4357 0 0 0 25 2 0 0 16 0 9 0 1975574144 885018624 7309 996147200 134512640 134550740 4294955952 18446744073709551615 102689764 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29177/tid=29180] ppid=29176 vsize=864276 CPUtime=0
/proc/29177/task/29180/stat : 29180 (java) S 29176 29163 26448 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1975574144 885018624 7309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29177/tid=29181] ppid=29176 vsize=864276 CPUtime=0
/proc/29177/task/29181/stat : 29181 (java) S 29176 29163 26448 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1975574144 885018624 7309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29177/tid=29182] ppid=29176 vsize=864276 CPUtime=0
/proc/29177/task/29182/stat : 29182 (java) S 29176 29163 26448 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1975574146 885018624 7309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29177/tid=29183] ppid=29176 vsize=864276 CPUtime=0.09
/proc/29177/task/29183/stat : 29183 (java) S 29176 29163 26448 0 -1 64 348 0 0 0 9 0 0 0 16 0 9 0 1975574146 885018624 7309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29177/tid=29184] ppid=29176 vsize=864276 CPUtime=0
/proc/29177/task/29184/stat : 29184 (java) S 29176 29163 26448 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1975574146 885018624 7309 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29177/tid=29185] ppid=29176 vsize=864276 CPUtime=0
/proc/29177/task/29185/stat : 29185 (java) S 29176 29163 26448 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1975574146 885018624 7309 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) 883232

[startup+3.10274 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 29185
/proc/meminfo: memFree=1174776/2055920 swapFree=4180408/4192956
[pid=29163] ppid=29161 vsize=13600 CPUtime=0.71
/proc/29163/stat : 29163 (sugar) S 29161 29163 26448 0 -1 4194304 974 5354 0 1 4 1 63 3 15 0 1 0 1975574068 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29163/statm: 3400 797 370 3 0 500 0
[pid=29176] ppid=29163 vsize=5356 CPUtime=0
/proc/29176/stat : 29176 (sh) S 29163 29163 26448 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1975574142 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29176/statm: 1339 233 193 169 0 50 0
[pid=29177] ppid=29176 vsize=868360 CPUtime=2.32
/proc/29177/stat : 29177 (java) S 29176 29163 26448 0 -1 0 18072 0 1 0 224 8 0 0 18 0 9 0 1975574142 889200640 17296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29177/statm: 217090 17296 2540 9 0 211665 0
[pid=29177/tid=29178] ppid=29176 vsize=868360 CPUtime=0.73
/proc/29177/task/29178/stat : 29178 (java) R 29176 29163 26448 0 -1 64 3254 0 1 0 71 2 0 0 23 0 9 0 1975574143 889200640 17296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29177/tid=29179] ppid=29176 vsize=868360 CPUtime=1.41
/proc/29177/task/29179/stat : 29179 (java) S 29176 29163 26448 0 -1 64 12711 0 0 0 136 5 0 0 19 0 9 0 1975574144 889200640 17296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29177/tid=29180] ppid=29176 vsize=868360 CPUtime=0
/proc/29177/task/29180/stat : 29180 (java) S 29176 29163 26448 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1975574144 889200640 17296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29177/tid=29181] ppid=29176 vsize=868360 CPUtime=0
/proc/29177/task/29181/stat : 29181 (java) S 29176 29163 26448 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1975574144 889200640 17296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29177/tid=29182] ppid=29176 vsize=868360 CPUtime=0
/proc/29177/task/29182/stat : 29182 (java) S 29176 29163 26448 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1975574146 889200640 17296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29177/tid=29183] ppid=29176 vsize=868360 CPUtime=0.15
/proc/29177/task/29183/stat : 29183 (java) R 29176 29163 26448 0 -1 64 1414 0 0 0 15 0 0 0 16 0 9 0 1975574146 889200640 17296 996147200 134512640 134550740 4294955952 18446744073709551615 101767708 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29177/tid=29184] ppid=29176 vsize=868360 CPUtime=0
/proc/29177/task/29184/stat : 29184 (java) S 29176 29163 26448 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1975574146 889200640 17296 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29177/tid=29185] ppid=29176 vsize=868360 CPUtime=0
/proc/29177/task/29185/stat : 29185 (java) S 29176 29163 26448 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1975574146 889200640 17296 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) 887316

[startup+6.30229 s]
/proc/loadavg: 2.08 2.02 2.01 3/75 29187
/proc/meminfo: memFree=1207480/2055920 swapFree=4180408/4192956
[pid=29163] ppid=29161 vsize=13600 CPUtime=5
/proc/29163/stat : 29163 (sugar) S 29161 29163 26448 0 -1 4194304 1022 23901 0 2 4 1 480 15 16 0 1 0 1975574068 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29163/statm: 3400 799 370 3 0 500 0
[pid=29186] ppid=29163 vsize=5356 CPUtime=0
/proc/29186/stat : 29186 (sh) S 29163 29163 26448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975574580 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29186/statm: 1339 232 193 169 0 50 0
[pid=29187] ppid=29186 vsize=4444 CPUtime=1.16
/proc/29187/stat : 29187 (picosat) R 29186 29163 26448 0 -1 4194304 986 0 0 0 62 54 0 0 25 0 1 0 1975574581 4550656 972 996147200 134512640 134931368 4294956256 18446744073709551615 134544833 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 1111 972 42 102 0 1006 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 23400

[startup+12.7014 s]
/proc/loadavg: 2.07 2.02 2.00 3/75 29187
/proc/meminfo: memFree=1203000/2055920 swapFree=4180408/4192956
[pid=29163] ppid=29161 vsize=13600 CPUtime=5
/proc/29163/stat : 29163 (sugar) S 29161 29163 26448 0 -1 4194304 1022 23901 0 2 4 1 480 15 16 0 1 0 1975574068 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29163/statm: 3400 799 370 3 0 500 0
[pid=29186] ppid=29163 vsize=5356 CPUtime=0
/proc/29186/stat : 29186 (sh) S 29163 29163 26448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975574580 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29186/statm: 1339 232 193 169 0 50 0
[pid=29187] ppid=29186 vsize=6696 CPUtime=7.49
/proc/29187/stat : 29187 (picosat) R 29186 29163 26448 0 -1 4194304 1581 0 0 0 695 54 0 0 25 0 1 0 1975574581 6856704 1554 996147200 134512640 134931368 4294956256 18446744073709551615 134544827 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 1674 1554 48 102 0 1569 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 25652

[startup+25.5026 s]
/proc/loadavg: 2.06 2.01 2.00 3/75 29187
/proc/meminfo: memFree=1202232/2055920 swapFree=4180408/4192956
[pid=29163] ppid=29161 vsize=13600 CPUtime=5
/proc/29163/stat : 29163 (sugar) S 29161 29163 26448 0 -1 4194304 1022 23901 0 2 4 1 480 15 16 0 1 0 1975574068 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29163/statm: 3400 799 370 3 0 500 0
[pid=29186] ppid=29163 vsize=5356 CPUtime=0
/proc/29186/stat : 29186 (sh) S 29163 29163 26448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975574580 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29186/statm: 1339 232 193 169 0 50 0
[pid=29187] ppid=29186 vsize=7476 CPUtime=20.17
/proc/29187/stat : 29187 (picosat) R 29186 29163 26448 0 -1 4194304 1787 0 0 0 1962 55 0 0 25 0 1 0 1975574581 7655424 1760 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 1869 1760 48 102 0 1764 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 26432

[startup+51.1029 s]
/proc/loadavg: 2.11 2.03 2.01 3/75 29189
/proc/meminfo: memFree=1200312/2055920 swapFree=4180408/4192956
[pid=29163] ppid=29161 vsize=13600 CPUtime=5
/proc/29163/stat : 29163 (sugar) S 29161 29163 26448 0 -1 4194304 1022 23901 0 2 4 1 480 15 16 0 1 0 1975574068 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29163/statm: 3400 799 370 3 0 500 0
[pid=29186] ppid=29163 vsize=5356 CPUtime=0
/proc/29186/stat : 29186 (sh) S 29163 29163 26448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975574580 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29186/statm: 1339 232 193 169 0 50 0
[pid=29187] ppid=29186 vsize=9424 CPUtime=45.53
/proc/29187/stat : 29187 (picosat) R 29186 29163 26448 0 -1 4194304 2348 0 0 0 4498 55 0 0 25 0 1 0 1975574581 9650176 2216 996147200 134512640 134931368 4294956256 18446744073709551615 134543409 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 2356 2216 48 102 0 2251 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 28380

[startup+102.307 s]
/proc/loadavg: 2.05 2.02 2.00 3/75 29189
/proc/meminfo: memFree=1198456/2055920 swapFree=4180408/4192956
[pid=29163] ppid=29161 vsize=13600 CPUtime=5
/proc/29163/stat : 29163 (sugar) S 29161 29163 26448 0 -1 4194304 1022 23901 0 2 4 1 480 15 16 0 1 0 1975574068 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29163/statm: 3400 799 370 3 0 500 0
[pid=29186] ppid=29163 vsize=5356 CPUtime=0
/proc/29186/stat : 29186 (sh) S 29163 29163 26448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975574580 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29186/statm: 1339 232 193 169 0 50 0
[pid=29187] ppid=29186 vsize=11008 CPUtime=96.25
/proc/29187/stat : 29187 (picosat) R 29186 29163 26448 0 -1 4194304 3094 0 0 0 9569 56 0 0 25 0 1 0 1975574581 11272192 2653 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 2752 2653 48 102 0 2647 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 29964

[startup+162.302 s]
/proc/loadavg: 2.02 2.02 2.00 3/75 29189
/proc/meminfo: memFree=1196472/2055920 swapFree=4180408/4192956
[pid=29163] ppid=29161 vsize=13600 CPUtime=5
/proc/29163/stat : 29163 (sugar) S 29161 29163 26448 0 -1 4194304 1022 23901 0 2 4 1 480 15 16 0 1 0 1975574068 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29163/statm: 3400 799 370 3 0 500 0
[pid=29186] ppid=29163 vsize=5356 CPUtime=0

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

[pid=29163] ppid=29161 vsize=13600 CPUtime=5
/proc/29163/stat : 29163 (sugar) S 29161 29163 26448 0 -1 4194304 1022 23901 0 2 4 1 480 15 16 0 1 0 1975574068 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29163/statm: 3400 799 370 3 0 500 0
[pid=29186] ppid=29163 vsize=5356 CPUtime=0
/proc/29186/stat : 29186 (sh) S 29163 29163 26448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975574580 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29186/statm: 1339 232 193 169 0 50 0
[pid=29187] ppid=29186 vsize=27884 CPUtime=1284.93
/proc/29187/stat : 29187 (picosat) R 29186 29163 26448 0 -1 4194304 11208 0 0 0 128430 63 0 0 25 0 1 0 1975574581 28553216 6727 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 6971 6727 48 102 0 6866 0
Current children cumulated CPU time (s) 1289.93
Current children cumulated vsize (KiB) 46840

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 29229
/proc/meminfo: memFree=1173104/2055920 swapFree=4180408/4192956
[pid=29163] ppid=29161 vsize=13600 CPUtime=5
/proc/29163/stat : 29163 (sugar) S 29161 29163 26448 0 -1 4194304 1022 23901 0 2 4 1 480 15 16 0 1 0 1975574068 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29163/statm: 3400 799 370 3 0 500 0
[pid=29186] ppid=29163 vsize=5356 CPUtime=0
/proc/29186/stat : 29186 (sh) S 29163 29163 26448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975574580 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29186/statm: 1339 232 193 169 0 50 0
[pid=29187] ppid=29186 vsize=28808 CPUtime=1344.36
/proc/29187/stat : 29187 (picosat) R 29186 29163 26448 0 -1 4194304 11586 0 0 0 134373 63 0 0 25 0 1 0 1975574581 29499392 6958 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 7202 6958 48 102 0 7097 0
Current children cumulated CPU time (s) 1349.36
Current children cumulated vsize (KiB) 47764

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 29229
/proc/meminfo: memFree=1171760/2055920 swapFree=4180408/4192956
[pid=29163] ppid=29161 vsize=13600 CPUtime=5
/proc/29163/stat : 29163 (sugar) S 29161 29163 26448 0 -1 4194304 1022 23901 0 2 4 1 480 15 16 0 1 0 1975574068 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29163/statm: 3400 799 370 3 0 500 0
[pid=29186] ppid=29163 vsize=5356 CPUtime=0
/proc/29186/stat : 29186 (sh) S 29163 29163 26448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975574580 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29186/statm: 1339 232 193 169 0 50 0
[pid=29187] ppid=29186 vsize=29996 CPUtime=1403.8
/proc/29187/stat : 29187 (picosat) R 29186 29163 26448 0 -1 4194304 12060 0 0 0 140316 64 0 0 25 0 1 0 1975574581 30715904 7283 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 7499 7283 48 102 0 7394 0
Current children cumulated CPU time (s) 1408.8
Current children cumulated vsize (KiB) 48952

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 29229
/proc/meminfo: memFree=1171504/2055920 swapFree=4180408/4192956
[pid=29163] ppid=29161 vsize=13600 CPUtime=5
/proc/29163/stat : 29163 (sugar) S 29161 29163 26448 0 -1 4194304 1022 23901 0 2 4 1 480 15 16 0 1 0 1975574068 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29163/statm: 3400 799 370 3 0 500 0
[pid=29186] ppid=29163 vsize=5356 CPUtime=0
/proc/29186/stat : 29186 (sh) S 29163 29163 26448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975574580 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29186/statm: 1339 232 193 169 0 50 0
[pid=29187] ppid=29186 vsize=30392 CPUtime=1463.23
/proc/29187/stat : 29187 (picosat) R 29186 29163 26448 0 -1 4194304 12285 0 0 0 146259 64 0 0 25 0 1 0 1975574581 31121408 7359 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 7598 7359 48 102 0 7493 0
Current children cumulated CPU time (s) 1468.23
Current children cumulated vsize (KiB) 49348

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 29229
/proc/meminfo: memFree=1171440/2055920 swapFree=4180408/4192956
[pid=29163] ppid=29161 vsize=13600 CPUtime=5
/proc/29163/stat : 29163 (sugar) S 29161 29163 26448 0 -1 4194304 1022 23901 0 2 4 1 480 15 16 0 1 0 1975574068 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29163/statm: 3400 799 370 3 0 500 0
[pid=29186] ppid=29163 vsize=5356 CPUtime=0
/proc/29186/stat : 29186 (sh) S 29163 29163 26448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975574580 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29186/statm: 1339 232 193 169 0 50 0
[pid=29187] ppid=29186 vsize=30368 CPUtime=1522.66
/proc/29187/stat : 29187 (picosat) R 29186 29163 26448 0 -1 4194304 12446 0 0 0 152202 64 0 0 25 0 1 0 1975574581 31096832 7367 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 7592 7367 48 102 0 7487 0
Current children cumulated CPU time (s) 1527.66
Current children cumulated vsize (KiB) 49324

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 29229
/proc/meminfo: memFree=1171376/2055920 swapFree=4180408/4192956
[pid=29163] ppid=29161 vsize=13600 CPUtime=5
/proc/29163/stat : 29163 (sugar) S 29161 29163 26448 0 -1 4194304 1022 23901 0 2 4 1 480 15 16 0 1 0 1975574068 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29163/statm: 3400 799 370 3 0 500 0
[pid=29186] ppid=29163 vsize=5356 CPUtime=0
/proc/29186/stat : 29186 (sh) S 29163 29163 26448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975574580 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29186/statm: 1339 232 193 169 0 50 0
[pid=29187] ppid=29186 vsize=30368 CPUtime=1582.1
/proc/29187/stat : 29187 (picosat) R 29186 29163 26448 0 -1 4194304 12608 0 0 0 158146 64 0 0 25 0 1 0 1975574581 31096832 7373 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 7592 7373 48 102 0 7487 0
Current children cumulated CPU time (s) 1587.1
Current children cumulated vsize (KiB) 49324

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 29235
/proc/meminfo: memFree=1171368/2055920 swapFree=4180408/4192956
[pid=29163] ppid=29161 vsize=13600 CPUtime=5
/proc/29163/stat : 29163 (sugar) S 29161 29163 26448 0 -1 4194304 1022 23901 0 2 4 1 480 15 16 0 1 0 1975574068 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29163/statm: 3400 799 370 3 0 500 0
[pid=29186] ppid=29163 vsize=5356 CPUtime=0
/proc/29186/stat : 29186 (sh) S 29163 29163 26448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975574580 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29186/statm: 1339 232 193 169 0 50 0
[pid=29187] ppid=29186 vsize=30248 CPUtime=1641.51
/proc/29187/stat : 29187 (picosat) R 29186 29163 26448 0 -1 4194304 12764 0 0 0 164087 64 0 0 25 0 1 0 1975574581 30973952 7365 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 7562 7365 48 102 0 7457 0
Current children cumulated CPU time (s) 1646.51
Current children cumulated vsize (KiB) 49204

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 29235
/proc/meminfo: memFree=1171304/2055920 swapFree=4180408/4192956
[pid=29163] ppid=29161 vsize=13600 CPUtime=5
/proc/29163/stat : 29163 (sugar) S 29161 29163 26448 0 -1 4194304 1022 23901 0 2 4 1 480 15 16 0 1 0 1975574068 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29163/statm: 3400 799 370 3 0 500 0
[pid=29186] ppid=29163 vsize=5356 CPUtime=0
/proc/29186/stat : 29186 (sh) S 29163 29163 26448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975574580 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29186/statm: 1339 232 193 169 0 50 0
[pid=29187] ppid=29186 vsize=30248 CPUtime=1700.94
/proc/29187/stat : 29187 (picosat) R 29186 29163 26448 0 -1 4194304 12935 0 0 0 170030 64 0 0 25 0 1 0 1975574581 30973952 7375 996147200 134512640 134931368 4294956256 18446744073709551615 134525818 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 7562 7375 48 102 0 7457 0
Current children cumulated CPU time (s) 1705.94
Current children cumulated vsize (KiB) 49204

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 29235
/proc/meminfo: memFree=1169960/2055920 swapFree=4180408/4192956
[pid=29163] ppid=29161 vsize=13600 CPUtime=5
/proc/29163/stat : 29163 (sugar) S 29161 29163 26448 0 -1 4194304 1022 23901 0 2 4 1 480 15 16 0 1 0 1975574068 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29163/statm: 3400 799 370 3 0 500 0
[pid=29186] ppid=29163 vsize=5356 CPUtime=0
/proc/29186/stat : 29186 (sh) S 29163 29163 26448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975574580 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29186/statm: 1339 232 193 169 0 50 0
[pid=29187] ppid=29186 vsize=31568 CPUtime=1760.38
/proc/29187/stat : 29187 (picosat) R 29186 29163 26448 0 -1 4194304 13423 0 0 0 175973 65 0 0 25 0 1 0 1975574581 32325632 7699 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 7892 7699 48 102 0 7787 0
Current children cumulated CPU time (s) 1765.38
Current children cumulated vsize (KiB) 50524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 29235
/proc/meminfo: memFree=1169960/2055920 swapFree=4180408/4192956
[pid=29163] ppid=29161 vsize=13600 CPUtime=5
/proc/29163/stat : 29163 (sugar) S 29161 29163 26448 0 -1 4194304 1022 23901 0 2 4 1 480 15 16 0 1 0 1975574068 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29163/statm: 3400 799 370 3 0 500 0
[pid=29186] ppid=29163 vsize=5356 CPUtime=0
/proc/29186/stat : 29186 (sh) S 29163 29163 26448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975574580 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29186/statm: 1339 232 193 169 0 50 0
[pid=29187] ppid=29186 vsize=31568 CPUtime=1795.05
/proc/29187/stat : 29187 (picosat) R 29186 29163 26448 0 -1 4194304 13423 0 0 0 179440 65 0 0 25 0 1 0 1975574581 32325632 7699 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 7892 7699 48 102 0 7787 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 50524

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

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

[startup+1817.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 29235
/proc/meminfo: memFree=1169960/2055920 swapFree=4180408/4192956
[pid=29163] ppid=29161 vsize=13600 CPUtime=5
/proc/29163/stat : 29163 (sugar) S 29161 29163 26448 0 -1 4194304 1022 23901 0 2 4 1 480 15 16 0 1 0 1975574068 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29163/statm: 3400 799 370 3 0 500 0
[pid=29186] ppid=29163 vsize=5356 CPUtime=0
/proc/29186/stat : 29186 (sh) S 29163 29163 26448 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975574580 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29186/statm: 1339 232 193 169 0 50 0
[pid=29187] ppid=29186 vsize=31568 CPUtime=1795.05
/proc/29187/stat : 29187 (picosat) R 29186 29163 26448 0 -1 4194304 13423 0 0 0 179440 65 0 0 25 0 1 0 1975574581 32325632 7699 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/29187/statm: 7892 7699 48 102 0 7787 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 50524

Child status: 0
Real time (s): 1817.32
CPU time (s): 1800.09
CPU user time (s): 1799.25
CPU system time (s): 0.836872
CPU usage (%): 99.0515
Max. virtual memory (cumulated for all children) (KiB): 887428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.25
system time used= 0.836872
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38975
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= 2368
involuntary context switches= 69501

runsolver used 1.88371 second user time and 6.39403 second system time

The end

Launcher Data (download as text)

Begin job on node51 at 2008-07-02 04:33:42
IDJOB=1038909
IDBENCH=53590
IDSOLVER=345
FILE ID=node51/1038909-1214966022
PBS_JOBID= 7870232
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/BH-4-13/normalized-BlackHole-4-13-m-2_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1038909-1214966022/watcher-1038909-1214966022 -o /tmp/evaluation-result-1038909-1214966022/solver-1038909-1214966022 -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-1038909-1214966022.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a7b2d88fca63e18bbc1a826209f183ae
RANDOM SEED=695679966

node51.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1213936 kB
Buffers:         62816 kB
Cached:         681224 kB
SwapCached:       6544 kB
Active:         107520 kB
Inactive:       651404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1213936 kB
SwapTotal:     4192956 kB
SwapFree:      4180408 kB
Dirty:            1568 kB
Writeback:           0 kB
Mapped:          22392 kB
Slab:            68328 kB
Committed_AS:  3691332 kB
PageTables:       1768 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node51 at 2008-07-02 05:04:01