Trace number 1048635

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.1 1817.23

General information on the benchmark

Namecsp/ramsey3/
normalized-ramsey-25-3.xml
MD5SUM3922accf6b7ba2097692072ea1b74ee3
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark60.4238
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints2300
Maximum constraint arity3
Maximum domain size3
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2300
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.04	c 0	BEGIN Thu Jul  3 02:04:20 2008
0.00/0.04	c 0	PID 28069
0.00/0.05	c 0	HOST node59.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1048635-1215043460.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-1048635-1215043460.xml' 'HOME/temp.csp'
0.03/0.70	c 1	1 domains, 300 variables, 1 predicates, 0 relations, 2300 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.67/0.81	c 1	Parsing HOME/temp.csp
1.12/1.24	c 1	parsed 2602 expressions
1.12/1.24	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.12/1.24	c 1	Converting to clausal form CSP
1.12/1.27	c 1	converted 261 (10%) expressions
1.31/1.44	c 1	converted 521 (20%) expressions
1.31/1.47	c 1	converted 781 (30%) expressions
1.31/1.49	c 1	converted 1041 (40%) expressions
1.42/1.52	c 2	converted 1301 (50%) expressions
1.42/1.54	c 2	converted 1562 (60%) expressions
1.42/1.56	c 2	converted 1822 (70%) expressions
1.42/1.58	c 2	converted 2082 (80%) expressions
1.42/1.60	c 2	converted 2342 (90%) expressions
1.53/1.67	c 2	converted 2602 (100%) expressions
1.53/1.67	c 2	CSP : 300 integers, 0 booleans, 2300 clauses, largest domain size 3
1.53/1.67	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.53/1.67	c 2	Propagation in CSP
1.53/1.70	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.53/1.70	c 2	CSP : 300 integers, 0 booleans, 2300 clauses, largest domain size 3
1.53/1.70	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.62/1.70	c 2	Simplifing CSP by introducing new Boolean variables
1.72/1.83	c 2	CSP : 300 integers, 13800 booleans, 16100 clauses, largest domain size 3
1.72/1.83	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.72/1.89	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.82/1.91	c 2	30 (10%) CSP integer variables are encoded (30 clauses, 325 bytes)
1.82/1.91	c 2	60 (20%) CSP integer variables are encoded (60 clauses, 616 bytes)
1.82/1.91	c 2	90 (30%) CSP integer variables are encoded (90 clauses, 946 bytes)
1.82/1.92	c 2	120 (40%) CSP integer variables are encoded (120 clauses, 1276 bytes)
1.82/1.92	c 2	150 (50%) CSP integer variables are encoded (150 clauses, 1606 bytes)
1.82/1.92	c 2	180 (60%) CSP integer variables are encoded (180 clauses, 1936 bytes)
1.82/1.92	c 2	210 (70%) CSP integer variables are encoded (210 clauses, 2266 bytes)
1.82/1.92	c 2	240 (80%) CSP integer variables are encoded (240 clauses, 2596 bytes)
1.82/1.92	c 2	270 (90%) CSP integer variables are encoded (270 clauses, 2926 bytes)
1.82/1.92	c 2	300 (100%) CSP integer variables are encoded (300 clauses, 3256 bytes)
1.82/1.99	c 2	1610 (10%) CSP clauses are encoded (4670 clauses, 62268 bytes)
1.92/2.01	c 2	3220 (20%) CSP clauses are encoded (9040 clauses, 123888 bytes)
1.92/2.04	c 2	4830 (30%) CSP clauses are encoded (13410 clauses, 187684 bytes)
1.92/2.06	c 2	6440 (40%) CSP clauses are encoded (17780 clauses, 253004 bytes)
1.92/2.08	c 2	8050 (50%) CSP clauses are encoded (22150 clauses, 318324 bytes)
2.01/2.11	c 2	9660 (60%) CSP clauses are encoded (26520 clauses, 383644 bytes)
2.01/2.13	c 2	11270 (70%) CSP clauses are encoded (30890 clauses, 450008 bytes)
2.01/2.16	c 2	12880 (80%) CSP clauses are encoded (35260 clauses, 520848 bytes)
2.01/2.18	c 2	14490 (90%) CSP clauses are encoded (39630 clauses, 591688 bytes)
2.12/2.20	c 2	16100 (100%) CSP clauses are encoded (44000 clauses, 662528 bytes)
2.12/2.21	c 2	16100 CSP clauses encoded
2.12/2.21	c 2	Writing map file : HOME/temp.map
2.12/2.22	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.12/2.22	c 2	SAT : 14400 SAT variables, 44000 SAT clauses, 662528 bytes
2.12/2.22	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.12/2.24	c 2	SOLVING HOME/temp.cnf
2.12/2.24	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.06/1817.21	sh: line 1: 28093 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.06/1817.21	c 1817	DECODING HOME/temp.out WITH HOME/temp.map
1800.06/1817.21	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.06/1817.22	c ERROR INTERRUPTED
1800.06/1817.22	s UNKNOWN
1800.06/1817.22	c 1817	CPU 1799.66 (0.04 0 1799.62 0.41)
1800.06/1817.22	c 1817	END Thu Jul  3 02:34:37 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-1048635-1215043460/watcher-1048635-1215043460 -o /tmp/evaluation-result-1048635-1215043460/solver-1048635-1215043460 -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-1048635-1215043460.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.99 2.02 2.00 4/73 28069
/proc/meminfo: memFree=1759808/2055920 swapFree=4180500/4192956
[pid=28069] ppid=28067 vsize=12000 CPUtime=0
/proc/28069/stat : 28069 (sugar) R 28067 28069 27420 0 -1 4194304 205 0 0 0 0 0 0 0 20 0 1 0 1983317378 12288000 173 996147200 4194304 4206940 548682068608 18446744073709551615 217072070880 0 0 4224 0 0 0 0 17 1 0 0
/proc/28069/statm: 3000 173 134 3 0 100 0

[startup+0.0952659 s]
/proc/loadavg: 1.99 2.02 2.00 4/73 28069
/proc/meminfo: memFree=1759808/2055920 swapFree=4180500/4192956
[pid=28069] ppid=28067 vsize=13600 CPUtime=0.03
/proc/28069/stat : 28069 (sugar) S 28067 28069 27420 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983317378 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28069/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101264 s]
/proc/loadavg: 1.99 2.02 2.00 4/73 28069
/proc/meminfo: memFree=1759808/2055920 swapFree=4180500/4192956
[pid=28069] ppid=28067 vsize=13600 CPUtime=0.03
/proc/28069/stat : 28069 (sugar) S 28067 28069 27420 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983317378 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28069/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301299 s]
/proc/loadavg: 1.99 2.02 2.00 4/73 28069
/proc/meminfo: memFree=1759808/2055920 swapFree=4180500/4192956
[pid=28069] ppid=28067 vsize=13600 CPUtime=0.03
/proc/28069/stat : 28069 (sugar) S 28067 28069 27420 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983317378 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28069/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701381 s]
/proc/loadavg: 1.99 2.02 2.00 4/73 28069
/proc/meminfo: memFree=1759808/2055920 swapFree=4180500/4192956
[pid=28069] ppid=28067 vsize=13600 CPUtime=0.03
/proc/28069/stat : 28069 (sugar) S 28067 28069 27420 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983317378 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28069/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50253 s]
/proc/loadavg: 1.99 2.02 2.00 4/84 28091
/proc/meminfo: memFree=1752232/2055920 swapFree=4180500/4192956
[pid=28069] ppid=28067 vsize=13600 CPUtime=0.67
/proc/28069/stat : 28069 (sugar) S 28067 28069 27420 0 -1 4194304 973 5259 0 1 3 0 60 4 15 0 1 0 1983317378 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28069/statm: 3400 797 370 3 0 500 0
[pid=28082] ppid=28069 vsize=5356 CPUtime=0
/proc/28082/stat : 28082 (sh) S 28069 28069 27420 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983317451 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28082/statm: 1339 233 193 169 0 50 0
[pid=28083] ppid=28082 vsize=869396 CPUtime=0.75
/proc/28083/stat : 28083 (java) S 28082 28069 27420 0 -1 0 5448 0 1 0 72 3 0 0 18 0 9 0 1983317451 890261504 4865 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28083/statm: 217349 4865 1734 9 0 211924 0
[pid=28083/tid=28084] ppid=28082 vsize=869396 CPUtime=0.52
/proc/28083/task/28084/stat : 28084 (java) R 28082 28069 27420 0 -1 64 2654 0 1 0 51 1 0 0 21 0 9 0 1983317452 890261504 4865 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28083/tid=28085] ppid=28082 vsize=869396 CPUtime=0.03
/proc/28083/task/28085/stat : 28085 (java) S 28082 28069 27420 0 -1 64 657 0 0 0 3 0 0 0 16 0 9 0 1983317453 890261504 4865 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28083/tid=28086] ppid=28082 vsize=869396 CPUtime=0
/proc/28083/task/28086/stat : 28086 (java) S 28082 28069 27420 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1983317453 890261504 4865 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28083/tid=28087] ppid=28082 vsize=869396 CPUtime=0
/proc/28083/task/28087/stat : 28087 (java) S 28082 28069 27420 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1983317453 890261504 4865 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28083/tid=28088] ppid=28082 vsize=869396 CPUtime=0
/proc/28083/task/28088/stat : 28088 (java) S 28082 28069 27420 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1983317455 890261504 4865 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28083/tid=28089] ppid=28082 vsize=869396 CPUtime=0.17
/proc/28083/task/28089/stat : 28089 (java) R 28082 28069 27420 0 -1 64 1444 0 0 0 17 0 0 0 16 0 9 0 1983317455 890261504 4865 996147200 134512640 134550740 4294955952 18446744073709551615 101780355 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28083/tid=28090] ppid=28082 vsize=869396 CPUtime=0
/proc/28083/task/28090/stat : 28090 (java) S 28082 28069 27420 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983317455 890261504 4865 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28083/tid=28091] ppid=28082 vsize=869396 CPUtime=0
/proc/28083/task/28091/stat : 28091 (java) S 28082 28069 27420 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 1983317455 890261504 4865 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 888352

[startup+3.10284 s]
/proc/loadavg: 1.99 2.02 2.00 3/84 28091
/proc/meminfo: memFree=1737320/2055920 swapFree=4180500/4192956
[pid=28069] ppid=28067 vsize=13600 CPUtime=2.16
/proc/28069/stat : 28069 (sugar) S 28067 28069 27420 0 -1 4194304 1023 13863 0 2 4 0 202 10 16 0 1 0 1983317378 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28069/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 13600

[startup+6.30145 s]
/proc/loadavg: 1.99 2.02 2.00 3/83 28128
/proc/meminfo: memFree=1760624/2055920 swapFree=4180500/4192956
[pid=28069] ppid=28067 vsize=13600 CPUtime=2.16
/proc/28069/stat : 28069 (sugar) S 28067 28069 27420 0 -1 4194304 1023 13863 0 2 4 0 202 10 16 0 1 0 1983317378 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28069/statm: 3400 799 370 3 0 500 0
[pid=28092] ppid=28069 vsize=5356 CPUtime=0
/proc/28092/stat : 28092 (sh) S 28069 28069 27420 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983317603 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28092/statm: 1339 232 193 169 0 50 0
[pid=28093] ppid=28092 vsize=3400 CPUtime=3.99
/proc/28093/stat : 28093 (picosat) R 28092 28069 27420 0 -1 4194304 760 0 0 0 374 25 0 0 25 0 1 0 1983317603 3481600 742 996147200 134512640 134931368 4294956256 18446744073709551615 134525823 0 0 4096 0 0 0 0 17 1 0 0
/proc/28093/statm: 850 742 48 102 0 745 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 22356

[startup+12.7027 s]
/proc/loadavg: 1.99 2.02 2.00 3/83 28128
/proc/meminfo: memFree=1708976/2055920 swapFree=4180500/4192956
[pid=28069] ppid=28067 vsize=13600 CPUtime=2.16
/proc/28069/stat : 28069 (sugar) S 28067 28069 27420 0 -1 4194304 1023 13863 0 2 4 0 202 10 16 0 1 0 1983317378 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28069/statm: 3400 799 370 3 0 500 0
[pid=28092] ppid=28069 vsize=5356 CPUtime=0
/proc/28092/stat : 28092 (sh) S 28069 28069 27420 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983317603 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28092/statm: 1339 232 193 169 0 50 0
[pid=28093] ppid=28092 vsize=4100 CPUtime=10.33
/proc/28093/stat : 28093 (picosat) R 28092 28069 27420 0 -1 4194304 920 0 0 0 1008 25 0 0 25 0 1 0 1983317603 4198400 902 996147200 134512640 134931368 4294956256 18446744073709551615 134525870 0 0 4096 0 0 0 0 17 1 0 0
/proc/28093/statm: 1025 902 48 102 0 920 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 23056

[startup+25.5011 s]
/proc/loadavg: 1.99 2.02 2.00 3/83 28128
/proc/meminfo: memFree=1705840/2055920 swapFree=4180500/4192956
[pid=28069] ppid=28067 vsize=13600 CPUtime=2.16
/proc/28069/stat : 28069 (sugar) S 28067 28069 27420 0 -1 4194304 1023 13863 0 2 4 0 202 10 16 0 1 0 1983317378 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28069/statm: 3400 799 370 3 0 500 0
[pid=28092] ppid=28069 vsize=5356 CPUtime=0
/proc/28092/stat : 28092 (sh) S 28069 28069 27420 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983317603 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28092/statm: 1339 232 193 169 0 50 0
[pid=28093] ppid=28092 vsize=4580 CPUtime=23
/proc/28093/stat : 28093 (picosat) R 28092 28069 27420 0 -1 4194304 1061 0 0 0 2275 25 0 0 25 0 1 0 1983317603 4689920 1043 996147200 134512640 134931368 4294956256 18446744073709551615 134530818 0 0 4096 0 0 0 0 17 1 0 0
/proc/28093/statm: 1145 1043 48 102 0 1040 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 23536

[startup+51.102 s]
/proc/loadavg: 1.99 2.02 2.00 3/83 28128
/proc/meminfo: memFree=1704816/2055920 swapFree=4180500/4192956
[pid=28069] ppid=28067 vsize=13600 CPUtime=2.16
/proc/28069/stat : 28069 (sugar) S 28067 28069 27420 0 -1 4194304 1023 13863 0 2 4 0 202 10 16 0 1 0 1983317378 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28069/statm: 3400 799 370 3 0 500 0
[pid=28092] ppid=28069 vsize=5356 CPUtime=0
/proc/28092/stat : 28092 (sh) S 28069 28069 27420 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983317603 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28092/statm: 1339 232 193 169 0 50 0
[pid=28093] ppid=28092 vsize=5472 CPUtime=48.35
/proc/28093/stat : 28093 (picosat) R 28092 28069 27420 0 -1 4194304 1284 0 0 0 4810 25 0 0 25 0 1 0 1983317603 5603328 1265 996147200 134512640 134931368 4294956256 18446744073709551615 134522825 0 0 4096 0 0 0 0 17 1 0 0
/proc/28093/statm: 1368 1265 48 102 0 1263 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 24428

[startup+102.307 s]
/proc/loadavg: 2.03 2.03 2.00 3/83 28128
/proc/meminfo: memFree=1703280/2055920 swapFree=4180500/4192956
[pid=28069] ppid=28067 vsize=13600 CPUtime=2.16
/proc/28069/stat : 28069 (sugar) S 28067 28069 27420 0 -1 4194304 1023 13863 0 2 4 0 202 10 16 0 1 0 1983317378 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28069/statm: 3400 799 370 3 0 500 0
[pid=28092] ppid=28069 vsize=5356 CPUtime=0
/proc/28092/stat : 28092 (sh) S 28069 28069 27420 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983317603 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28092/statm: 1339 232 193 169 0 50 0
[pid=28093] ppid=28092 vsize=6860 CPUtime=99.08
/proc/28093/stat : 28093 (picosat) R 28092 28069 27420 0 -1 4194304 1597 0 0 0 9882 26 0 0 25 0 1 0 1983317603 7024640 1578 996147200 134512640 134931368 4294956256 18446744073709551615 134525814 0 0 4096 0 0 0 0 17 1 0 0
/proc/28093/statm: 1715 1578 48 102 0 1610 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 25816

[startup+162.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/83 28128
/proc/meminfo: memFree=1702064/2055920 swapFree=4180500/4192956
[pid=28069] ppid=28067 vsize=13600 CPUtime=2.16
/proc/28069/stat : 28069 (sugar) S 28067 28069 27420 0 -1 4194304 1023 13863 0 2 4 0 202 10 16 0 1 0 1983317378 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28069/statm: 3400 799 370 3 0 500 0
[pid=28092] ppid=28069 vsize=5356 CPUtime=0
/proc/28092/stat : 28092 (sh) S 28069 28069 27420 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983317603 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28092/statm: 1339 232 193 169 0 50 0
[pid=28093] ppid=28092 vsize=7896 CPUtime=158.51
/proc/28093/stat : 28093 (picosat) R 28092 28069 27420 0 -1 4194304 1866 0 0 0 15825 26 0 0 25 0 1 0 1983317603 8085504 1847 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28093/statm: 1974 1847 48 102 0 1869 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 26852

[startup+222.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 28128
/proc/meminfo: memFree=1701808/2055920 swapFree=4180500/4192956
[pid=28069] ppid=28067 vsize=13600 CPUtime=2.16
/proc/28069/stat : 28069 (sugar) S 28067 28069 27420 0 -1 4194304 1023 13863 0 2 4 0 202 10 16 0 1 0 1983317378 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28069/statm: 3400 799 370 3 0 500 0
[pid=28092] ppid=28069 vsize=5356 CPUtime=0
/proc/28092/stat : 28092 (sh) S 28069 28069 27420 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983317603 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28092/statm: 1339 232 193 169 0 50 0
[pid=28093] ppid=28092 vsize=8248 CPUtime=217.94
/proc/28093/stat : 28093 (picosat) R 28092 28069 27420 0 -1 4194304 1958 0 0 0 21768 26 0 0 25 0 1 0 1983317603 8445952 1939 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/28093/statm: 2062 1939 48 102 0 1957 0
Current children cumulated CPU time (s) 220.1
Current children cumulated vsize (KiB) 27204

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

[pid=28069] ppid=28067 vsize=13600 CPUtime=2.16
/proc/28069/stat : 28069 (sugar) S 28067 28069 27420 0 -1 4194304 1023 13863 0 2 4 0 202 10 16 0 1 0 1983317378 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28069/statm: 3400 799 370 3 0 500 0
[pid=28092] ppid=28069 vsize=5356 CPUtime=0
/proc/28092/stat : 28092 (sh) S 28069 28069 27420 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983317603 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28092/statm: 1339 232 193 169 0 50 0
[pid=28093] ppid=28092 vsize=12832 CPUtime=1228.32
/proc/28093/stat : 28093 (picosat) R 28092 28069 27420 0 -1 4194304 5042 0 0 0 122803 29 0 0 25 0 1 0 1983317603 13139968 3093 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28093/statm: 3208 3093 48 102 0 3103 0
Current children cumulated CPU time (s) 1230.48
Current children cumulated vsize (KiB) 31788

[startup+1302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 28128
/proc/meminfo: memFree=1696432/2055920 swapFree=4180500/4192956
[pid=28069] ppid=28067 vsize=13600 CPUtime=2.16
/proc/28069/stat : 28069 (sugar) S 28067 28069 27420 0 -1 4194304 1023 13863 0 2 4 0 202 10 16 0 1 0 1983317378 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28069/statm: 3400 799 370 3 0 500 0
[pid=28092] ppid=28069 vsize=5356 CPUtime=0
/proc/28092/stat : 28092 (sh) S 28069 28069 27420 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983317603 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28092/statm: 1339 232 193 169 0 50 0
[pid=28093] ppid=28092 vsize=12832 CPUtime=1287.76
/proc/28093/stat : 28093 (picosat) R 28092 28069 27420 0 -1 4194304 5128 0 0 0 128747 29 0 0 25 0 1 0 1983317603 13139968 3093 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28093/statm: 3208 3093 48 102 0 3103 0
Current children cumulated CPU time (s) 1289.92
Current children cumulated vsize (KiB) 31788

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 28128
/proc/meminfo: memFree=1696368/2055920 swapFree=4180500/4192956
[pid=28069] ppid=28067 vsize=13600 CPUtime=2.16
/proc/28069/stat : 28069 (sugar) S 28067 28069 27420 0 -1 4194304 1023 13863 0 2 4 0 202 10 16 0 1 0 1983317378 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28069/statm: 3400 799 370 3 0 500 0
[pid=28092] ppid=28069 vsize=5356 CPUtime=0
/proc/28092/stat : 28092 (sh) S 28069 28069 27420 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983317603 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28092/statm: 1339 232 193 169 0 50 0
[pid=28093] ppid=28092 vsize=12832 CPUtime=1347.19
/proc/28093/stat : 28093 (picosat) R 28092 28069 27420 0 -1 4194304 5267 0 0 0 134690 29 0 0 25 0 1 0 1983317603 13139968 3097 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28093/statm: 3208 3097 48 102 0 3103 0
Current children cumulated CPU time (s) 1349.35
Current children cumulated vsize (KiB) 31788

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 28128
/proc/meminfo: memFree=1695792/2055920 swapFree=4180500/4192956
[pid=28069] ppid=28067 vsize=13600 CPUtime=2.16
/proc/28069/stat : 28069 (sugar) S 28067 28069 27420 0 -1 4194304 1023 13863 0 2 4 0 202 10 16 0 1 0 1983317378 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28069/statm: 3400 799 370 3 0 500 0
[pid=28092] ppid=28069 vsize=5356 CPUtime=0
/proc/28092/stat : 28092 (sh) S 28069 28069 27420 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983317603 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28092/statm: 1339 232 193 169 0 50 0
[pid=28093] ppid=28092 vsize=13360 CPUtime=1406.63
/proc/28093/stat : 28093 (picosat) R 28092 28069 27420 0 -1 4194304 5536 0 0 0 140634 29 0 0 25 0 1 0 1983317603 13680640 3231 996147200 134512640 134931368 4294956256 18446744073709551615 134522878 0 0 4096 0 0 0 0 17 1 0 0
/proc/28093/statm: 3340 3231 48 102 0 3235 0
Current children cumulated CPU time (s) 1408.79
Current children cumulated vsize (KiB) 32316

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 28128
/proc/meminfo: memFree=1695792/2055920 swapFree=4180500/4192956
[pid=28069] ppid=28067 vsize=13600 CPUtime=2.16
/proc/28069/stat : 28069 (sugar) S 28067 28069 27420 0 -1 4194304 1023 13863 0 2 4 0 202 10 16 0 1 0 1983317378 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28069/statm: 3400 799 370 3 0 500 0
[pid=28092] ppid=28069 vsize=5356 CPUtime=0
/proc/28092/stat : 28092 (sh) S 28069 28069 27420 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983317603 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28092/statm: 1339 232 193 169 0 50 0
[pid=28093] ppid=28092 vsize=13492 CPUtime=1466.06
/proc/28093/stat : 28093 (picosat) R 28092 28069 27420 0 -1 4194304 5628 0 0 0 146577 29 0 0 25 0 1 0 1983317603 13815808 3233 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28093/statm: 3373 3233 48 102 0 3268 0
Current children cumulated CPU time (s) 1468.22
Current children cumulated vsize (KiB) 32448

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 28128
/proc/meminfo: memFree=1695408/2055920 swapFree=4180500/4192956
[pid=28069] ppid=28067 vsize=13600 CPUtime=2.16
/proc/28069/stat : 28069 (sugar) S 28067 28069 27420 0 -1 4194304 1023 13863 0 2 4 0 202 10 16 0 1 0 1983317378 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28069/statm: 3400 799 370 3 0 500 0
[pid=28092] ppid=28069 vsize=5356 CPUtime=0
/proc/28092/stat : 28092 (sh) S 28069 28069 27420 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983317603 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28092/statm: 1339 232 193 169 0 50 0
[pid=28093] ppid=28092 vsize=14012 CPUtime=1525.49
/proc/28093/stat : 28093 (picosat) R 28092 28069 27420 0 -1 4194304 5842 0 0 0 152520 29 0 0 25 0 1 0 1983317603 14348288 3306 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28093/statm: 3503 3306 48 102 0 3398 0
Current children cumulated CPU time (s) 1527.65
Current children cumulated vsize (KiB) 32968

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 28128
/proc/meminfo: memFree=1694704/2055920 swapFree=4180500/4192956
[pid=28069] ppid=28067 vsize=13600 CPUtime=2.16
/proc/28069/stat : 28069 (sugar) S 28067 28069 27420 0 -1 4194304 1023 13863 0 2 4 0 202 10 16 0 1 0 1983317378 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28069/statm: 3400 799 370 3 0 500 0
[pid=28092] ppid=28069 vsize=5356 CPUtime=0
/proc/28092/stat : 28092 (sh) S 28069 28069 27420 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983317603 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28092/statm: 1339 232 193 169 0 50 0
[pid=28093] ppid=28092 vsize=14672 CPUtime=1584.93
/proc/28093/stat : 28093 (picosat) R 28092 28069 27420 0 -1 4194304 6156 0 0 0 158463 30 0 0 25 0 1 0 1983317603 15024128 3476 996147200 134512640 134931368 4294956256 18446744073709551615 134525741 0 0 4096 0 0 0 0 17 1 0 0
/proc/28093/statm: 3668 3476 48 102 0 3563 0
Current children cumulated CPU time (s) 1587.09
Current children cumulated vsize (KiB) 33628

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 28128
/proc/meminfo: memFree=1694704/2055920 swapFree=4180500/4192956
[pid=28069] ppid=28067 vsize=13600 CPUtime=2.16
/proc/28069/stat : 28069 (sugar) S 28067 28069 27420 0 -1 4194304 1023 13863 0 2 4 0 202 10 16 0 1 0 1983317378 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28069/statm: 3400 799 370 3 0 500 0
[pid=28092] ppid=28069 vsize=5356 CPUtime=0
/proc/28092/stat : 28092 (sh) S 28069 28069 27420 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983317603 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28092/statm: 1339 232 193 169 0 50 0
[pid=28093] ppid=28092 vsize=14672 CPUtime=1644.36
/proc/28093/stat : 28093 (picosat) R 28092 28069 27420 0 -1 4194304 6252 0 0 0 164406 30 0 0 25 0 1 0 1983317603 15024128 3476 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28093/statm: 3668 3476 48 102 0 3563 0
Current children cumulated CPU time (s) 1646.52
Current children cumulated vsize (KiB) 33628

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 28128
/proc/meminfo: memFree=1694640/2055920 swapFree=4180500/4192956
[pid=28069] ppid=28067 vsize=13600 CPUtime=2.16
/proc/28069/stat : 28069 (sugar) S 28067 28069 27420 0 -1 4194304 1023 13863 0 2 4 0 202 10 16 0 1 0 1983317378 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28069/statm: 3400 799 370 3 0 500 0
[pid=28092] ppid=28069 vsize=5356 CPUtime=0
/proc/28092/stat : 28092 (sh) S 28069 28069 27420 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983317603 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28092/statm: 1339 232 193 169 0 50 0
[pid=28093] ppid=28092 vsize=14672 CPUtime=1703.8
/proc/28093/stat : 28093 (picosat) R 28092 28069 27420 0 -1 4194304 6348 0 0 0 170350 30 0 0 25 0 1 0 1983317603 15024128 3476 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28093/statm: 3668 3476 48 102 0 3563 0
Current children cumulated CPU time (s) 1705.96
Current children cumulated vsize (KiB) 33628

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 28128
/proc/meminfo: memFree=1694640/2055920 swapFree=4180500/4192956
[pid=28069] ppid=28067 vsize=13600 CPUtime=2.16
/proc/28069/stat : 28069 (sugar) S 28067 28069 27420 0 -1 4194304 1023 13863 0 2 4 0 202 10 16 0 1 0 1983317378 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28069/statm: 3400 799 370 3 0 500 0
[pid=28092] ppid=28069 vsize=5356 CPUtime=0
/proc/28092/stat : 28092 (sh) S 28069 28069 27420 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983317603 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28092/statm: 1339 232 193 169 0 50 0
[pid=28093] ppid=28092 vsize=14672 CPUtime=1763.23
/proc/28093/stat : 28093 (picosat) R 28092 28069 27420 0 -1 4194304 6451 0 0 0 176293 30 0 0 25 0 1 0 1983317603 15024128 3481 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/28093/statm: 3668 3481 48 102 0 3563 0
Current children cumulated CPU time (s) 1765.39
Current children cumulated vsize (KiB) 33628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.21 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 28158
/proc/meminfo: memFree=1693480/2055920 swapFree=4180500/4192956
[pid=28069] ppid=28067 vsize=13600 CPUtime=2.16
/proc/28069/stat : 28069 (sugar) S 28067 28069 27420 0 -1 4194304 1023 13863 0 2 4 0 202 10 16 0 1 0 1983317378 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28069/statm: 3400 799 370 3 0 500 0
[pid=28092] ppid=28069 vsize=5356 CPUtime=0
/proc/28092/stat : 28092 (sh) S 28069 28069 27420 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983317603 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28092/statm: 1339 232 193 169 0 50 0
[pid=28093] ppid=28092 vsize=14672 CPUtime=1797.9
/proc/28093/stat : 28093 (picosat) R 28092 28069 27420 0 -1 4194304 6501 0 0 0 179759 31 0 0 25 0 1 0 1983317603 15024128 3481 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/28093/statm: 3668 3481 48 102 0 3563 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 33628

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

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

Child status: 0
Real time (s): 1817.23
CPU time (s): 1800.1
CPU user time (s): 1799.67
CPU system time (s): 0.431934
CPU usage (%): 99.0575
Max. virtual memory (cumulated for all children) (KiB): 888540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.67
system time used= 0.431934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22258
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= 2026
involuntary context switches= 40292

runsolver used 2.24566 second user time and 6.03008 second system time

The end

Launcher Data (download as text)

Begin job on node59 at 2008-07-03 02:04:20
IDJOB=1048635
IDBENCH=54433
IDSOLVER=345
FILE ID=node59/1048635-1215043460
PBS_JOBID= 7875058
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/ramsey3/normalized-ramsey-25-3.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-1048635-1215043460/watcher-1048635-1215043460 -o /tmp/evaluation-result-1048635-1215043460/solver-1048635-1215043460 -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-1048635-1215043460.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3922accf6b7ba2097692072ea1b74ee3
RANDOM SEED=1999198205

node59.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.261
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.261
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:       1760288 kB
Buffers:         33088 kB
Cached:         153244 kB
SwapCached:       6176 kB
Active:         146160 kB
Inactive:        83232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1760288 kB
SwapTotal:     4192956 kB
SwapFree:      4180500 kB
Dirty:            1624 kB
Writeback:           0 kB
Mapped:          49876 kB
Slab:            51412 kB
Committed_AS:  3979968 kB
PageTables:       1892 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= 66536 MiB
End job on node59 at 2008-07-03 02:34:39