Trace number 1051836

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 1817.23

General information on the benchmark

Namecsp/ramsey4/
normalized-ramsey-35-4.xml
MD5SUMdefc6c027faaafbf2eeba55753553416
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark12.963
Satisfiable
(Un)Satisfiability was proved
Number of variables595
Number of constraints6545
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6545
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Thu Jul  3 05:14:44 2008
0.00/0.05	c 0	PID 26395
0.03/0.05	c 0	HOST node62.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1051836-1215054883.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-1051836-1215054883.xml' 'HOME/temp.csp'
0.03/0.94	c 0	1 domains, 595 variables, 1 predicates, 0 relations, 6545 constraints
0.03/0.99	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.99	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.92/1.08	c 1	Parsing HOME/temp.csp
1.30/1.44	c 1	parsed 7142 expressions
1.30/1.45	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.30/1.45	c 1	Converting to clausal form CSP
1.50/1.62	c 1	converted 715 (10%) expressions
1.60/1.76	c 1	converted 1429 (20%) expressions
1.71/1.82	c 1	converted 2143 (30%) expressions
1.71/1.87	c 1	converted 2857 (40%) expressions
1.80/1.98	c 2	converted 3571 (50%) expressions
1.90/2.04	c 2	converted 4286 (60%) expressions
1.90/2.09	c 2	converted 5000 (70%) expressions
1.99/2.15	c 2	converted 5714 (80%) expressions
2.10/2.21	c 2	converted 6428 (90%) expressions
2.19/2.35	c 2	converted 7142 (100%) expressions
2.19/2.35	c 2	CSP : 595 integers, 0 booleans, 6545 clauses, largest domain size 4
2.19/2.35	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.19/2.35	c 2	Propagation in CSP
2.29/2.42	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.29/2.42	c 2	CSP : 595 integers, 0 booleans, 6545 clauses, largest domain size 4
2.29/2.42	c 2	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.29/2.43	c 2	Simplifing CSP by introducing new Boolean variables
2.59/2.80	c 2	CSP : 595 integers, 39270 booleans, 45815 clauses, largest domain size 4
2.59/2.80	c 2	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.79/2.98	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.88/3.02	c 3	60 (10%) CSP integer variables are encoded (120 clauses, 1240 bytes)
2.88/3.02	c 3	119 (20%) CSP integer variables are encoded (238 clauses, 2538 bytes)
2.88/3.02	c 3	179 (30%) CSP integer variables are encoded (358 clauses, 3858 bytes)
2.88/3.02	c 3	238 (40%) CSP integer variables are encoded (476 clauses, 5156 bytes)
2.88/3.03	c 3	298 (50%) CSP integer variables are encoded (596 clauses, 6476 bytes)
2.88/3.03	c 3	357 (60%) CSP integer variables are encoded (714 clauses, 7870 bytes)
2.88/3.03	c 3	417 (70%) CSP integer variables are encoded (834 clauses, 9430 bytes)
2.88/3.03	c 3	476 (80%) CSP integer variables are encoded (952 clauses, 10964 bytes)
2.88/3.03	c 3	536 (90%) CSP integer variables are encoded (1072 clauses, 12524 bytes)
2.88/3.03	c 3	595 (100%) CSP integer variables are encoded (1190 clauses, 14058 bytes)
2.97/3.14	c 3	4582 (10%) CSP clauses are encoded (17556 clauses, 255626 bytes)
2.97/3.19	c 3	9163 (20%) CSP clauses are encoded (33915 clauses, 511364 bytes)
3.08/3.26	c 3	13745 (30%) CSP clauses are encoded (50281 clauses, 787130 bytes)
3.18/3.32	c 3	18326 (40%) CSP clauses are encoded (66640 clauses, 1063540 bytes)
3.18/3.37	c 3	22908 (50%) CSP clauses are encoded (83006 clauses, 1342144 bytes)
3.27/3.43	c 3	27489 (60%) CSP clauses are encoded (99365 clauses, 1620444 bytes)
3.27/3.49	c 3	32071 (70%) CSP clauses are encoded (115731 clauses, 1900284 bytes)
3.37/3.55	c 3	36652 (80%) CSP clauses are encoded (132090 clauses, 2193536 bytes)
3.48/3.61	c 3	41234 (90%) CSP clauses are encoded (148456 clauses, 2489420 bytes)
3.48/3.66	c 3	45815 (100%) CSP clauses are encoded (164815 clauses, 2785204 bytes)
3.48/3.67	c 3	45815 CSP clauses encoded
3.48/3.67	c 3	Writing map file : HOME/temp.map
3.48/3.69	c 3	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.48/3.69	c 3	SAT : 41055 SAT variables, 164815 SAT clauses, 2785204 bytes
3.48/3.69	c 3	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.57/3.73	c 3	SOLVING HOME/temp.cnf
3.57/3.73	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.00/1817.22	c 1817	DECODING HOME/temp.out WITH HOME/temp.map
1800.00/1817.22	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.00/1817.22	c ERROR INTERRUPTED
1800.00/1817.22	s UNKNOWN
1800.00/1817.22	c 1817	CPU 3.42 (0.04 0 3.38 0.17)
1800.00/1817.22	c 1817	END Thu Jul  3 05:45:01 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-1051836-1215054883/watcher-1051836-1215054883 -o /tmp/evaluation-result-1051836-1215054883/solver-1051836-1215054883 -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-1051836-1215054883.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/73 26395
/proc/meminfo: memFree=1300408/2055920 swapFree=4179412/4192956
[pid=26395] ppid=26393 vsize=18572 CPUtime=0
/proc/26395/stat : 26395 (runsolver) R 26393 26395 23892 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1984460099 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 236437695783 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26395/statm: 4643 292 257 25 0 2626 0

[startup+0.050625 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 26395
/proc/meminfo: memFree=1300408/2055920 swapFree=4179412/4192956
[pid=26395] ppid=26393 vsize=13600 CPUtime=0.03
/proc/26395/stat : 26395 (sugar) S 26393 26395 23892 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1984460099 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26395/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102361 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 26395
/proc/meminfo: memFree=1300408/2055920 swapFree=4179412/4192956
[pid=26395] ppid=26393 vsize=13600 CPUtime=0.03
/proc/26395/stat : 26395 (sugar) S 26393 26395 23892 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1984460099 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26395/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301394 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 26395
/proc/meminfo: memFree=1300408/2055920 swapFree=4179412/4192956
[pid=26395] ppid=26393 vsize=13600 CPUtime=0.03
/proc/26395/stat : 26395 (sugar) S 26393 26395 23892 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1984460099 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26395/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701476 s]
/proc/loadavg: 2.00 2.00 2.00 4/73 26395
/proc/meminfo: memFree=1300408/2055920 swapFree=4179412/4192956
[pid=26395] ppid=26393 vsize=13600 CPUtime=0.03
/proc/26395/stat : 26395 (sugar) S 26393 26395 23892 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1984460099 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26395/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50163 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 26409
/proc/meminfo: memFree=1194016/2055920 swapFree=4179412/4192956
[pid=26395] ppid=26393 vsize=13600 CPUtime=0.92
/proc/26395/stat : 26395 (sugar) S 26393 26395 23892 0 -1 4194304 973 8002 0 1 3 0 84 5 15 0 1 0 1984460099 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26395/statm: 3400 797 370 3 0 500 0
[pid=26408] ppid=26395 vsize=5356 CPUtime=0
/proc/26408/stat : 26408 (sh) S 26395 26395 23892 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984460199 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26408/statm: 1339 233 193 169 0 50 0
[pid=26409] ppid=26408 vsize=864140 CPUtime=0.49
/proc/26409/stat : 26409 (java) S 26408 26395 23892 0 -1 0 4691 0 1 0 46 3 0 0 19 0 9 0 1984460199 884879360 4083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26409/statm: 216035 4083 1731 9 0 210610 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 883096

[startup+3.10287 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 26417
/proc/meminfo: memFree=1068448/2055920 swapFree=4179412/4192956
[pid=26395] ppid=26393 vsize=13600 CPUtime=0.92
/proc/26395/stat : 26395 (sugar) S 26393 26395 23892 0 -1 4194304 974 8002 0 1 3 0 84 5 15 0 1 0 1984460099 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26395/statm: 3400 797 370 3 0 500 0
[pid=26408] ppid=26395 vsize=5356 CPUtime=0
/proc/26408/stat : 26408 (sh) S 26395 26395 23892 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984460199 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26408/statm: 1339 233 193 169 0 50 0
[pid=26409] ppid=26408 vsize=868468 CPUtime=2.05
/proc/26409/stat : 26409 (java) S 26408 26395 23892 0 -1 0 12785 0 1 0 197 8 0 0 19 0 9 0 1984460199 889311232 11595 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26409/statm: 217117 11595 2565 9 0 211664 0
[pid=26409/tid=26410] ppid=26408 vsize=868468 CPUtime=0.96
/proc/26409/task/26410/stat : 26410 (java) R 26408 26395 23892 0 -1 64 3077 0 1 0 95 1 0 0 25 0 9 0 1984460200 889311232 11595 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26409/tid=26411] ppid=26408 vsize=868468 CPUtime=0.82
/proc/26409/task/26411/stat : 26411 (java) S 26408 26395 23892 0 -1 64 7518 0 0 0 78 4 0 0 16 0 9 0 1984460201 889311232 11595 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26409/tid=26412] ppid=26408 vsize=868468 CPUtime=0
/proc/26409/task/26412/stat : 26412 (java) S 26408 26395 23892 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1984460202 889311232 11595 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26409/tid=26413] ppid=26408 vsize=868468 CPUtime=0
/proc/26409/task/26413/stat : 26413 (java) S 26408 26395 23892 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984460202 889311232 11595 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26409/tid=26414] ppid=26408 vsize=868468 CPUtime=0
/proc/26409/task/26414/stat : 26414 (java) S 26408 26395 23892 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984460204 889311232 11595 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26409/tid=26415] ppid=26408 vsize=868468 CPUtime=0.24
/proc/26409/task/26415/stat : 26415 (java) S 26408 26395 23892 0 -1 64 1497 0 0 0 23 1 0 0 15 0 9 0 1984460204 889311232 11595 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26409/tid=26416] ppid=26408 vsize=868468 CPUtime=0
/proc/26409/task/26416/stat : 26416 (java) S 26408 26395 23892 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1984460204 889311232 11595 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26409/tid=26417] ppid=26408 vsize=868468 CPUtime=0
/proc/26409/task/26417/stat : 26417 (java) R 26408 26395 23892 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1984460204 889311232 11595 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 887424

[startup+6.30296 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 26419
/proc/meminfo: memFree=1063200/2055920 swapFree=4179412/4192956
[pid=26395] ppid=26393 vsize=13600 CPUtime=3.58
/proc/26395/stat : 26395 (sugar) S 26393 26395 23892 0 -1 4194304 1023 21148 0 2 4 0 338 16 16 0 1 0 1984460099 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26395/statm: 3400 799 370 3 0 500 0
[pid=26418] ppid=26395 vsize=5356 CPUtime=0
/proc/26418/stat : 26418 (sh) S 26395 26395 23892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984460473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26418/statm: 1339 232 193 169 0 50 0
[pid=26419] ppid=26418 vsize=9292 CPUtime=2.53
/proc/26419/stat : 26419 (picosat) R 26418 26395 23892 0 -1 4194304 1847 0 0 0 180 73 0 0 25 0 1 0 1984460473 9515008 1826 996147200 134512640 134931368 4294956256 18446744073709551615 134524227 0 0 4096 0 0 0 0 17 1 0 0
/proc/26419/statm: 2323 1826 42 102 0 2218 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 28248

[startup+12.7018 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 26419
/proc/meminfo: memFree=1062688/2055920 swapFree=4179412/4192956
[pid=26395] ppid=26393 vsize=13600 CPUtime=3.58
/proc/26395/stat : 26395 (sugar) S 26393 26395 23892 0 -1 4194304 1023 21148 0 2 4 0 338 16 16 0 1 0 1984460099 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26395/statm: 3400 799 370 3 0 500 0
[pid=26418] ppid=26395 vsize=5356 CPUtime=0
/proc/26418/stat : 26418 (sh) S 26395 26395 23892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984460473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26418/statm: 1339 232 193 169 0 50 0
[pid=26419] ppid=26418 vsize=9952 CPUtime=8.87
/proc/26419/stat : 26419 (picosat) R 26418 26395 23892 0 -1 4194304 1973 0 0 0 814 73 0 0 25 0 1 0 1984460473 10190848 1938 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26419/statm: 2488 1938 42 102 0 2383 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 28908

[startup+25.5023 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 26419
/proc/meminfo: memFree=1062368/2055920 swapFree=4179412/4192956
[pid=26395] ppid=26393 vsize=13600 CPUtime=3.58
/proc/26395/stat : 26395 (sugar) S 26393 26395 23892 0 -1 4194304 1023 21148 0 2 4 0 338 16 16 0 1 0 1984460099 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26395/statm: 3400 799 370 3 0 500 0
[pid=26418] ppid=26395 vsize=5356 CPUtime=0
/proc/26418/stat : 26418 (sh) S 26395 26395 23892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984460473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26418/statm: 1339 232 193 169 0 50 0
[pid=26419] ppid=26418 vsize=10348 CPUtime=21.54
/proc/26419/stat : 26419 (picosat) R 26418 26395 23892 0 -1 4194304 2077 0 0 0 2081 73 0 0 25 0 1 0 1984460473 10596352 2042 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26419/statm: 2587 2042 42 102 0 2482 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 29304

[startup+51.1023 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 26419
/proc/meminfo: memFree=1061408/2055920 swapFree=4179412/4192956
[pid=26395] ppid=26393 vsize=13600 CPUtime=3.58
/proc/26395/stat : 26395 (sugar) S 26393 26395 23892 0 -1 4194304 1023 21148 0 2 4 0 338 16 16 0 1 0 1984460099 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26395/statm: 3400 799 370 3 0 500 0
[pid=26418] ppid=26395 vsize=5356 CPUtime=0
/proc/26418/stat : 26418 (sh) S 26395 26395 23892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984460473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26418/statm: 1339 232 193 169 0 50 0
[pid=26419] ppid=26418 vsize=10600 CPUtime=46.89
/proc/26419/stat : 26419 (picosat) R 26418 26395 23892 0 -1 4194304 2175 0 0 0 4616 73 0 0 25 0 1 0 1984460473 10854400 2138 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 1 0 0
/proc/26419/statm: 2650 2138 48 102 0 2545 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 29556

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 26419
/proc/meminfo: memFree=1060704/2055920 swapFree=4179412/4192956
[pid=26395] ppid=26393 vsize=13600 CPUtime=3.58
/proc/26395/stat : 26395 (sugar) S 26393 26395 23892 0 -1 4194304 1023 21148 0 2 4 0 338 16 16 0 1 0 1984460099 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26395/statm: 3400 799 370 3 0 500 0
[pid=26418] ppid=26395 vsize=5356 CPUtime=0
/proc/26418/stat : 26418 (sh) S 26395 26395 23892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984460473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26418/statm: 1339 232 193 169 0 50 0
[pid=26419] ppid=26418 vsize=10772 CPUtime=97.6
/proc/26419/stat : 26419 (picosat) R 26418 26395 23892 0 -1 4194304 2225 0 0 0 9687 73 0 0 25 0 1 0 1984460473 11030528 2188 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26419/statm: 2693 2188 48 102 0 2588 0
Current children cumulated CPU time (s) 101.18
Current children cumulated vsize (KiB) 29728

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 26419
/proc/meminfo: memFree=1060128/2055920 swapFree=4179412/4192956
[pid=26395] ppid=26393 vsize=13600 CPUtime=3.58
/proc/26395/stat : 26395 (sugar) S 26393 26395 23892 0 -1 4194304 1023 21148 0 2 4 0 338 16 16 0 1 0 1984460099 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26395/statm: 3400 799 370 3 0 500 0
[pid=26418] ppid=26395 vsize=5356 CPUtime=0
/proc/26418/stat : 26418 (sh) S 26395 26395 23892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984460473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26418/statm: 1339 232 193 169 0 50 0
[pid=26419] ppid=26418 vsize=11068 CPUtime=157.03
/proc/26419/stat : 26419 (picosat) R 26418 26395 23892 0 -1 4194304 2317 0 0 0 15630 73 0 0 25 0 1 0 1984460473 11333632 2280 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26419/statm: 2767 2280 48 102 0 2662 0
Current children cumulated CPU time (s) 160.61
Current children cumulated vsize (KiB) 30024

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 26419
/proc/meminfo: memFree=1059744/2055920 swapFree=4179412/4192956
[pid=26395] ppid=26393 vsize=13600 CPUtime=3.58
/proc/26395/stat : 26395 (sugar) S 26393 26395 23892 0 -1 4194304 1023 21148 0 2 4 0 338 16 16 0 1 0 1984460099 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26395/statm: 3400 799 370 3 0 500 0
[pid=26418] ppid=26395 vsize=5356 CPUtime=0
/proc/26418/stat : 26418 (sh) S 26395 26395 23892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984460473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=1038560/2055920 swapFree=4179412/4192956
[pid=26395] ppid=26393 vsize=13600 CPUtime=3.58
/proc/26395/stat : 26395 (sugar) S 26393 26395 23892 0 -1 4194304 1023 21148 0 2 4 0 338 16 16 0 1 0 1984460099 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26395/statm: 3400 799 370 3 0 500 0
[pid=26418] ppid=26395 vsize=5356 CPUtime=0
/proc/26418/stat : 26418 (sh) S 26395 26395 23892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984460473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26418/statm: 1339 232 193 169 0 50 0
[pid=26419] ppid=26418 vsize=32352 CPUtime=1286.24
/proc/26419/stat : 26419 (picosat) R 26418 26395 23892 0 -1 4194304 9094 0 0 0 128545 79 0 0 25 0 1 0 1984460473 33128448 7407 996147200 134512640 134931368 4294956256 18446744073709551615 134520044 0 0 4096 0 0 0 0 17 1 0 0
/proc/26419/statm: 8088 7407 48 102 0 7983 0
Current children cumulated CPU time (s) 1289.82
Current children cumulated vsize (KiB) 51308

[startup+1362.3 s]
/proc/loadavg: 2.26 2.07 2.02 3/85 26477
/proc/meminfo: memFree=1025688/2055920 swapFree=4179412/4192956
[pid=26395] ppid=26393 vsize=13600 CPUtime=3.58
/proc/26395/stat : 26395 (sugar) S 26393 26395 23892 0 -1 4194304 1023 21148 0 2 4 0 338 16 16 0 1 0 1984460099 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26395/statm: 3400 799 370 3 0 500 0
[pid=26418] ppid=26395 vsize=5356 CPUtime=0
/proc/26418/stat : 26418 (sh) S 26395 26395 23892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984460473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26418/statm: 1339 232 193 169 0 50 0
[pid=26419] ppid=26418 vsize=39384 CPUtime=1345.78
/proc/26419/stat : 26419 (picosat) R 26418 26395 23892 0 -1 4194304 10941 0 0 0 134497 81 0 0 25 0 1 0 1984460473 40329216 9159 996147200 134512640 134931368 4294956256 18446744073709551615 134530822 0 0 4096 0 0 0 0 17 1 0 0
/proc/26419/statm: 9846 9159 48 102 0 9741 0
Current children cumulated CPU time (s) 1349.36
Current children cumulated vsize (KiB) 58340

[startup+1422.31 s]
/proc/loadavg: 2.09 2.06 2.02 3/85 26477
/proc/meminfo: memFree=1025624/2055920 swapFree=4179412/4192956
[pid=26395] ppid=26393 vsize=13600 CPUtime=3.58
/proc/26395/stat : 26395 (sugar) S 26393 26395 23892 0 -1 4194304 1023 21148 0 2 4 0 338 16 16 0 1 0 1984460099 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26395/statm: 3400 799 370 3 0 500 0
[pid=26418] ppid=26395 vsize=5356 CPUtime=0
/proc/26418/stat : 26418 (sh) S 26395 26395 23892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984460473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26418/statm: 1339 232 193 169 0 50 0
[pid=26419] ppid=26418 vsize=39384 CPUtime=1405.21
/proc/26419/stat : 26419 (picosat) R 26418 26395 23892 0 -1 4194304 10941 0 0 0 140440 81 0 0 25 0 1 0 1984460473 40329216 9159 996147200 134512640 134931368 4294956256 18446744073709551615 134544698 0 0 4096 0 0 0 0 17 1 0 0
/proc/26419/statm: 9846 9159 48 102 0 9741 0
Current children cumulated CPU time (s) 1408.79
Current children cumulated vsize (KiB) 58340

[startup+1482.3 s]
/proc/loadavg: 2.03 2.04 2.01 3/85 26477
/proc/meminfo: memFree=1035736/2055920 swapFree=4179412/4192956
[pid=26395] ppid=26393 vsize=13600 CPUtime=3.58
/proc/26395/stat : 26395 (sugar) S 26393 26395 23892 0 -1 4194304 1023 21148 0 2 4 0 338 16 16 0 1 0 1984460099 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26395/statm: 3400 799 370 3 0 500 0
[pid=26418] ppid=26395 vsize=5356 CPUtime=0
/proc/26418/stat : 26418 (sh) S 26395 26395 23892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984460473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26418/statm: 1339 232 193 169 0 50 0
[pid=26419] ppid=26418 vsize=39384 CPUtime=1464.63
/proc/26419/stat : 26419 (picosat) R 26418 26395 23892 0 -1 4194304 10950 0 0 0 146382 81 0 0 25 0 1 0 1984460473 40329216 9168 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/26419/statm: 9846 9168 48 102 0 9741 0
Current children cumulated CPU time (s) 1468.21
Current children cumulated vsize (KiB) 58340

[startup+1542.3 s]
/proc/loadavg: 2.01 2.03 2.01 3/85 26477
/proc/meminfo: memFree=1036184/2055920 swapFree=4179412/4192956
[pid=26395] ppid=26393 vsize=13600 CPUtime=3.58
/proc/26395/stat : 26395 (sugar) S 26393 26395 23892 0 -1 4194304 1023 21148 0 2 4 0 338 16 16 0 1 0 1984460099 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26395/statm: 3400 799 370 3 0 500 0
[pid=26418] ppid=26395 vsize=5356 CPUtime=0
/proc/26418/stat : 26418 (sh) S 26395 26395 23892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984460473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26418/statm: 1339 232 193 169 0 50 0
[pid=26419] ppid=26418 vsize=39384 CPUtime=1524.05
/proc/26419/stat : 26419 (picosat) R 26418 26395 23892 0 -1 4194304 10951 0 0 0 152324 81 0 0 25 0 1 0 1984460473 40329216 9169 996147200 134512640 134931368 4294956256 18446744073709551615 134531123 0 0 4096 0 0 0 0 17 1 0 0
/proc/26419/statm: 9846 9169 48 102 0 9741 0
Current children cumulated CPU time (s) 1527.63
Current children cumulated vsize (KiB) 58340

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 26539
/proc/meminfo: memFree=1672872/2055920 swapFree=4179412/4192956
[pid=26395] ppid=26393 vsize=13600 CPUtime=3.58
/proc/26395/stat : 26395 (sugar) S 26393 26395 23892 0 -1 4194304 1023 21148 0 2 4 0 338 16 16 0 1 0 1984460099 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26395/statm: 3400 799 370 3 0 500 0
[pid=26418] ppid=26395 vsize=5356 CPUtime=0
/proc/26418/stat : 26418 (sh) S 26395 26395 23892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984460473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26418/statm: 1339 232 193 169 0 50 0
[pid=26419] ppid=26418 vsize=39384 CPUtime=1583.56
/proc/26419/stat : 26419 (picosat) R 26418 26395 23892 0 -1 4194304 10960 0 0 0 158274 82 0 0 25 0 1 0 1984460473 40329216 9178 996147200 134512640 134931368 4294956256 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 1 0 0
/proc/26419/statm: 9846 9178 48 102 0 9741 0
Current children cumulated CPU time (s) 1587.14
Current children cumulated vsize (KiB) 58340

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 26540
/proc/meminfo: memFree=1672424/2055920 swapFree=4179412/4192956
[pid=26395] ppid=26393 vsize=13600 CPUtime=3.58
/proc/26395/stat : 26395 (sugar) S 26393 26395 23892 0 -1 4194304 1023 21148 0 2 4 0 338 16 16 0 1 0 1984460099 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26395/statm: 3400 799 370 3 0 500 0
[pid=26418] ppid=26395 vsize=5356 CPUtime=0
/proc/26418/stat : 26418 (sh) S 26395 26395 23892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984460473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26418/statm: 1339 232 193 169 0 50 0
[pid=26419] ppid=26418 vsize=39644 CPUtime=1642.99
/proc/26419/stat : 26419 (picosat) R 26418 26395 23892 0 -1 4194304 11140 0 0 0 164217 82 0 0 25 0 1 0 1984460473 40595456 9253 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/26419/statm: 9911 9253 48 102 0 9806 0
Current children cumulated CPU time (s) 1646.57
Current children cumulated vsize (KiB) 58600

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 26541
/proc/meminfo: memFree=1666088/2055920 swapFree=4179412/4192956
[pid=26395] ppid=26393 vsize=13600 CPUtime=3.58
/proc/26395/stat : 26395 (sugar) S 26393 26395 23892 0 -1 4194304 1023 21148 0 2 4 0 338 16 16 0 1 0 1984460099 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26395/statm: 3400 799 370 3 0 500 0
[pid=26418] ppid=26395 vsize=5356 CPUtime=0
/proc/26418/stat : 26418 (sh) S 26395 26395 23892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984460473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26418/statm: 1339 232 193 169 0 50 0
[pid=26419] ppid=26418 vsize=39900 CPUtime=1702.42
/proc/26419/stat : 26419 (picosat) R 26418 26395 23892 0 -1 4194304 11332 0 0 0 170160 82 0 0 25 0 1 0 1984460473 40857600 9335 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/26419/statm: 9975 9335 48 102 0 9870 0
Current children cumulated CPU time (s) 1706
Current children cumulated vsize (KiB) 58856

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 26541
/proc/meminfo: memFree=1659240/2055920 swapFree=4179412/4192956
[pid=26395] ppid=26393 vsize=13600 CPUtime=3.58
/proc/26395/stat : 26395 (sugar) S 26393 26395 23892 0 -1 4194304 1023 21148 0 2 4 0 338 16 16 0 1 0 1984460099 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26395/statm: 3400 799 370 3 0 500 0
[pid=26418] ppid=26395 vsize=5356 CPUtime=0
/proc/26418/stat : 26418 (sh) S 26395 26395 23892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984460473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26418/statm: 1339 232 193 169 0 50 0
[pid=26419] ppid=26418 vsize=46608 CPUtime=1761.85
/proc/26419/stat : 26419 (picosat) R 26418 26395 23892 0 -1 4194304 13108 0 0 0 176102 83 0 0 25 0 1 0 1984460473 47726592 11001 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/26419/statm: 11652 11001 48 102 0 11547 0
Current children cumulated CPU time (s) 1765.43
Current children cumulated vsize (KiB) 65564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.21 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 26541
/proc/meminfo: memFree=1659240/2055920 swapFree=4179412/4192956
[pid=26395] ppid=26393 vsize=13600 CPUtime=3.58
/proc/26395/stat : 26395 (sugar) S 26393 26395 23892 0 -1 4194304 1023 21148 0 2 4 0 338 16 16 0 1 0 1984460099 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 236446593122 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26395/statm: 3400 799 370 3 0 500 0
[pid=26418] ppid=26395 vsize=5356 CPUtime=0
/proc/26418/stat : 26418 (sh) S 26395 26395 23892 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984460473 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 236437693252 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26418/statm: 1339 232 193 169 0 50 0
[pid=26419] ppid=26418 vsize=46608 CPUtime=1796.42
/proc/26419/stat : 26419 (picosat) R 26418 26395 23892 0 -1 4194304 13108 0 0 0 179559 83 0 0 25 0 1 0 1984460473 47726592 11001 996147200 134512640 134931368 4294956256 18446744073709551615 134529868 0 0 4096 0 0 0 0 17 1 0 0
/proc/26419/statm: 11652 11001 48 102 0 11547 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 65564

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 26395 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=429478
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=185971
# CPU time returned by wait4() is 3.61545
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1817.23
CPU time (s): 1800
CPU user time (s): 1799.01
CPU system time (s): 0.99
CPU usage (%): 99.052
Max. virtual memory (cumulated for all children) (KiB): 887816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.42948
system time used= 0.185971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22626
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= 3057
involuntary context switches= 3006

runsolver used 2.18667 second user time and 6.08207 second system time

The end

Launcher Data (download as text)

Begin job on node62 at 2008-07-03 05:14:43
IDJOB=1051836
IDBENCH=55953
IDSOLVER=345
FILE ID=node62/1051836-1215054883
PBS_JOBID= 7875051
Free space on /tmp= 65076 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/ramsey4/normalized-ramsey-35-4.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-1051836-1215054883/watcher-1051836-1215054883 -o /tmp/evaluation-result-1051836-1215054883/solver-1051836-1215054883 -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-1051836-1215054883.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= defc6c027faaafbf2eeba55753553416
RANDOM SEED=676331918

node62.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:       1301784 kB
Buffers:         28276 kB
Cached:         356872 kB
SwapCached:       6736 kB
Active:         566260 kB
Inactive:       120164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1301784 kB
SwapTotal:     4192956 kB
SwapFree:      4179412 kB
Dirty:           22556 kB
Writeback:           0 kB
Mapped:         307720 kB
Slab:            52332 kB
Committed_AS:  4220532 kB
PageTables:       2484 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65280 MiB
End job on node62 at 2008-07-03 05:45:03