Trace number 1090097

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namecsp/graphColoring/sgb/
miles/normalized-miles1000-40.xml
MD5SUM387828521bc4fe15e150bef49f8dbe6b
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.111982
Satisfiable
(Un)Satisfiability was proved
Number of variables128
Number of constraints3216
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3216
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Sat Jul  5 17:02:16 2008
0.00/0.05	c 0	PID 31497
0.00/0.05	c 0	HOST node1.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1090097-1215270136.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-1090097-1215270136.xml' 'HOME/temp.csp'
0.04/0.79	c 1	1 domains, 128 variables, 1 predicates, 0 relations, 3216 constraints
0.04/0.85	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.85	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.77/0.93	c 1	Parsing HOME/temp.csp
1.01/1.15	c 1	parsed 3346 expressions
1.01/1.15	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.01/1.15	c 1	Converting to clausal form CSP
1.09/1.24	c 1	converted 335 (10%) expressions
1.20/1.35	c 2	converted 670 (20%) expressions
1.20/1.38	c 2	converted 1004 (30%) expressions
1.20/1.39	c 2	converted 1339 (40%) expressions
1.30/1.40	c 2	converted 1673 (50%) expressions
1.30/1.41	c 2	converted 2008 (60%) expressions
1.30/1.42	c 2	converted 2343 (70%) expressions
1.30/1.43	c 2	converted 2677 (80%) expressions
1.30/1.44	c 2	converted 3012 (90%) expressions
1.30/1.45	c 2	converted 3346 (100%) expressions
1.30/1.45	c 2	CSP : 128 integers, 0 booleans, 3216 clauses, largest domain size 40
1.30/1.45	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.30/1.45	c 2	Propagation in CSP
1.39/1.50	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.39/1.50	c 2	CSP : 128 integers, 0 booleans, 3216 clauses, largest domain size 40
1.39/1.50	c 2	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.39/1.50	c 2	Simplifing CSP by introducing new Boolean variables
1.39/1.59	c 2	CSP : 128 integers, 6432 booleans, 9648 clauses, largest domain size 40
1.39/1.59	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.49/1.65	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.49/1.67	c 2	13 (10%) CSP integer variables are encoded (494 clauses, 5288 bytes)
1.49/1.67	c 2	26 (20%) CSP integer variables are encoded (988 clauses, 10751 bytes)
1.49/1.68	c 2	39 (30%) CSP integer variables are encoded (1482 clauses, 17173 bytes)
1.49/1.68	c 2	52 (40%) CSP integer variables are encoded (1976 clauses, 23595 bytes)
1.49/1.68	c 2	64 (50%) CSP integer variables are encoded (2432 clauses, 29523 bytes)
1.49/1.68	c 2	77 (60%) CSP integer variables are encoded (2926 clauses, 35945 bytes)
1.49/1.68	c 2	90 (70%) CSP integer variables are encoded (3420 clauses, 42367 bytes)
1.49/1.68	c 2	103 (80%) CSP integer variables are encoded (3914 clauses, 48789 bytes)
1.49/1.68	c 2	116 (90%) CSP integer variables are encoded (4408 clauses, 55211 bytes)
1.49/1.68	c 2	128 (100%) CSP integer variables are encoded (4864 clauses, 61139 bytes)
1.58/1.77	c 2	965 (10%) CSP clauses are encoded (30945 clauses, 506349 bytes)
1.68/1.83	c 2	1930 (20%) CSP clauses are encoded (56987 clauses, 964073 bytes)
1.68/1.90	c 2	2895 (30%) CSP clauses are encoded (83029 clauses, 1423309 bytes)
1.78/1.95	c 2	3860 (40%) CSP clauses are encoded (109110 clauses, 1904771 bytes)
1.88/2.00	c 2	4824 (50%) CSP clauses are encoded (135112 clauses, 2389493 bytes)
1.88/2.06	c 2	5789 (60%) CSP clauses are encoded (161193 clauses, 2875701 bytes)
1.98/2.12	c 2	6754 (70%) CSP clauses are encoded (187235 clauses, 3361172 bytes)
1.98/2.18	c 2	7719 (80%) CSP clauses are encoded (213277 clauses, 3852342 bytes)
2.07/2.23	c 2	8684 (90%) CSP clauses are encoded (239358 clauses, 4364952 bytes)
2.07/2.29	c 3	9648 (100%) CSP clauses are encoded (265360 clauses, 4875998 bytes)
2.07/2.29	c 3	9648 CSP clauses encoded
2.07/2.29	c 3	Writing map file : HOME/temp.map
2.07/2.29	c 3	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.07/2.29	c 3	SAT : 11424 SAT variables, 265360 SAT clauses, 4875998 bytes
2.07/2.29	c 3	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.17/2.32	c 3	SOLVING HOME/temp.cnf
2.17/2.32	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.07/1810.62	c 1811	DECODING HOME/temp.out WITH HOME/temp.map
1800.07/1810.62	c 1811	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.07/1810.62	c ERROR INTERRUPTED
1800.07/1810.62	s UNKNOWN
1800.07/1810.62	c 1811	CPU 2.05 (0.03 0.01 2.02 0.13)
1800.07/1810.62	c 1811	END Sat Jul  5 17:32:27 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-1090097-1215270136/watcher-1090097-1215270136 -o /tmp/evaluation-result-1090097-1215270136/solver-1090097-1215270136 -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-1090097-1215270136.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.92 1.96 1.98 4/81 31497
/proc/meminfo: memFree=1741000/2055920 swapFree=4179472/4192956
[pid=31497] ppid=31495 vsize=4708 CPUtime=0
/proc/31497/stat : 31497 (sugar) R 31495 31497 30800 0 -1 4194304 55 0 0 0 0 0 0 0 23 0 1 0 2005989247 4820992 40 996147200 4194304 4206940 548682068608 18446744073709551615 259350657068 0 0 4096 0 0 0 0 17 1 0 0
/proc/31497/statm: 1177 40 31 3 0 8 0

[startup+0.0540581 s]
/proc/loadavg: 1.92 1.96 1.98 4/81 31497
/proc/meminfo: memFree=1741000/2055920 swapFree=4179472/4192956
[pid=31497] ppid=31495 vsize=13600 CPUtime=0.04
/proc/31497/stat : 31497 (sugar) S 31495 31497 30800 0 -1 4194304 884 127 0 0 3 1 0 0 18 0 1 0 2005989247 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31497/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.103526 s]
/proc/loadavg: 1.92 1.96 1.98 4/81 31497
/proc/meminfo: memFree=1741000/2055920 swapFree=4179472/4192956
[pid=31497] ppid=31495 vsize=13600 CPUtime=0.04
/proc/31497/stat : 31497 (sugar) S 31495 31497 30800 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2005989247 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31497/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302184 s]
/proc/loadavg: 1.92 1.96 1.98 4/81 31497
/proc/meminfo: memFree=1741000/2055920 swapFree=4179472/4192956
[pid=31497] ppid=31495 vsize=13600 CPUtime=0.04
/proc/31497/stat : 31497 (sugar) S 31495 31497 30800 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2005989247 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31497/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.70126 s]
/proc/loadavg: 1.92 1.96 1.98 4/81 31497
/proc/meminfo: memFree=1741000/2055920 swapFree=4179472/4192956
[pid=31497] ppid=31495 vsize=13600 CPUtime=0.04
/proc/31497/stat : 31497 (sugar) S 31495 31497 30800 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2005989247 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31497/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50142 s]
/proc/loadavg: 1.92 1.96 1.98 4/92 31519
/proc/meminfo: memFree=1733360/2055920 swapFree=4179472/4192956
[pid=31497] ppid=31495 vsize=13600 CPUtime=0.77
/proc/31497/stat : 31497 (sugar) S 31495 31497 30800 0 -1 4194304 974 6675 0 1 3 1 69 4 15 0 1 0 2005989247 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31497/statm: 3400 797 370 3 0 500 0
[pid=31510] ppid=31497 vsize=5356 CPUtime=0
/proc/31510/stat : 31510 (sh) S 31497 31497 30800 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2005989332 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31510/statm: 1339 233 193 169 0 50 0
[pid=31511] ppid=31510 vsize=868272 CPUtime=0.62
/proc/31511/stat : 31511 (java) S 31510 31497 30800 0 -1 0 5635 0 1 0 59 3 0 0 18 0 9 0 2005989333 889110528 5054 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31511/statm: 217068 5054 1734 9 0 211643 0
[pid=31511/tid=31512] ppid=31510 vsize=868272 CPUtime=0.37
/proc/31511/task/31512/stat : 31512 (java) R 31510 31497 30800 0 -1 64 2653 0 1 0 35 2 0 0 19 0 9 0 2005989334 889110528 5054 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31511/tid=31513] ppid=31510 vsize=868272 CPUtime=0.04
/proc/31511/task/31513/stat : 31513 (java) S 31510 31497 30800 0 -1 64 835 0 0 0 4 0 0 0 16 0 9 0 2005989335 889110528 5054 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31511/tid=31514] ppid=31510 vsize=868272 CPUtime=0
/proc/31511/task/31514/stat : 31514 (java) S 31510 31497 30800 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2005989335 889110528 5054 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31511/tid=31515] ppid=31510 vsize=868272 CPUtime=0
/proc/31511/task/31515/stat : 31515 (java) S 31510 31497 30800 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2005989335 889110528 5054 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31511/tid=31516] ppid=31510 vsize=868272 CPUtime=0
/proc/31511/task/31516/stat : 31516 (java) S 31510 31497 30800 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2005989337 889110528 5054 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31511/tid=31517] ppid=31510 vsize=868272 CPUtime=0.19
/proc/31511/task/31517/stat : 31517 (java) R 31510 31497 30800 0 -1 64 1456 0 0 0 19 0 0 0 16 0 9 0 2005989337 889110528 5054 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31511/tid=31518] ppid=31510 vsize=868272 CPUtime=0
/proc/31511/task/31518/stat : 31518 (java) S 31510 31497 30800 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 2005989337 889110528 5054 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31511/tid=31519] ppid=31510 vsize=868272 CPUtime=0
/proc/31511/task/31519/stat : 31519 (java) S 31510 31497 30800 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2005989337 889110528 5054 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 887228

[startup+3.10172 s]
/proc/loadavg: 1.92 1.96 1.98 3/92 31519
/proc/meminfo: memFree=1719344/2055920 swapFree=4179472/4192956
[pid=31497] ppid=31495 vsize=13600 CPUtime=2.18
/proc/31497/stat : 31497 (sugar) S 31495 31497 30800 0 -1 4194304 1022 14422 0 2 3 1 201 13 16 0 1 0 2005989247 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31497/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 13600

[startup+6.30137 s]
/proc/loadavg: 1.93 1.96 1.98 3/84 31521
/proc/meminfo: memFree=1723120/2055920 swapFree=4179472/4192956
[pid=31497] ppid=31495 vsize=13600 CPUtime=2.18
/proc/31497/stat : 31497 (sugar) S 31495 31497 30800 0 -1 4194304 1022 14422 0 2 3 1 201 13 16 0 1 0 2005989247 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31497/statm: 3400 798 370 3 0 500 0
[pid=31520] ppid=31497 vsize=5356 CPUtime=0
/proc/31520/stat : 31520 (sh) S 31497 31497 30800 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005989480 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31520/statm: 1339 232 193 169 0 50 0
[pid=31521] ppid=31520 vsize=11800 CPUtime=3.93
/proc/31521/stat : 31521 (picosat) R 31520 31497 30800 0 -1 4194304 2820 0 0 0 266 127 0 0 25 0 1 0 2005989480 12083200 2795 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 1 0 0
/proc/31521/statm: 2950 2795 42 102 0 2845 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 30756

[startup+12.7016 s]
/proc/loadavg: 1.93 1.96 1.98 3/84 31521
/proc/meminfo: memFree=1719536/2055920 swapFree=4179472/4192956
[pid=31497] ppid=31495 vsize=13600 CPUtime=2.18
/proc/31497/stat : 31497 (sugar) S 31495 31497 30800 0 -1 4194304 1022 14422 0 2 3 1 201 13 16 0 1 0 2005989247 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31497/statm: 3400 798 370 3 0 500 0
[pid=31520] ppid=31497 vsize=5356 CPUtime=0
/proc/31520/stat : 31520 (sh) S 31497 31497 30800 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005989480 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31520/statm: 1339 232 193 169 0 50 0
[pid=31521] ppid=31520 vsize=16124 CPUtime=10.27
/proc/31521/stat : 31521 (picosat) R 31520 31497 30800 0 -1 4194304 3651 0 0 0 899 128 0 0 25 0 1 0 2005989480 16510976 3626 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/31521/statm: 4031 3626 42 102 0 3926 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 35080

[startup+25.5022 s]
/proc/loadavg: 1.95 1.97 1.98 3/84 31521
/proc/meminfo: memFree=1715952/2055920 swapFree=4179472/4192956
[pid=31497] ppid=31495 vsize=13600 CPUtime=2.18
/proc/31497/stat : 31497 (sugar) S 31495 31497 30800 0 -1 4194304 1022 14422 0 2 3 1 201 13 16 0 1 0 2005989247 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31497/statm: 3400 798 370 3 0 500 0
[pid=31520] ppid=31497 vsize=5356 CPUtime=0
/proc/31520/stat : 31520 (sh) S 31497 31497 30800 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005989480 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31520/statm: 1339 232 193 169 0 50 0
[pid=31521] ppid=31520 vsize=19164 CPUtime=22.94
/proc/31521/stat : 31521 (picosat) R 31520 31497 30800 0 -1 4194304 4509 0 0 0 2166 128 0 0 25 0 1 0 2005989480 19623936 4422 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 1 0 0
/proc/31521/statm: 4791 4422 48 102 0 4686 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 38120

[startup+51.1022 s]
/proc/loadavg: 1.96 1.97 1.98 3/84 31521
/proc/meminfo: memFree=1714352/2055920 swapFree=4179472/4192956
[pid=31497] ppid=31495 vsize=13600 CPUtime=2.18
/proc/31497/stat : 31497 (sugar) S 31495 31497 30800 0 -1 4194304 1022 14422 0 2 3 1 201 13 16 0 1 0 2005989247 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31497/statm: 3400 798 370 3 0 500 0
[pid=31520] ppid=31497 vsize=5356 CPUtime=0
/proc/31520/stat : 31520 (sh) S 31497 31497 30800 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005989480 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31520/statm: 1339 232 193 169 0 50 0
[pid=31521] ppid=31520 vsize=20872 CPUtime=48.3
/proc/31521/stat : 31521 (picosat) R 31520 31497 30800 0 -1 4194304 5025 0 0 0 4701 129 0 0 25 0 1 0 2005989480 21372928 4809 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/31521/statm: 5218 4809 48 102 0 5113 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 39828

[startup+102.306 s]
/proc/loadavg: 1.98 1.97 1.98 3/84 31521
/proc/meminfo: memFree=1713136/2055920 swapFree=4179472/4192956
[pid=31497] ppid=31495 vsize=13600 CPUtime=2.18
/proc/31497/stat : 31497 (sugar) S 31495 31497 30800 0 -1 4194304 1022 14422 0 2 3 1 201 13 16 0 1 0 2005989247 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31497/statm: 3400 798 370 3 0 500 0
[pid=31520] ppid=31497 vsize=5356 CPUtime=0
/proc/31520/stat : 31520 (sh) S 31497 31497 30800 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005989480 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31520/statm: 1339 232 193 169 0 50 0
[pid=31521] ppid=31520 vsize=22324 CPUtime=99.02
/proc/31521/stat : 31521 (picosat) R 31520 31497 30800 0 -1 4194304 5529 0 0 0 9772 130 0 0 25 0 1 0 2005989480 22859776 5170 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/31521/statm: 5581 5170 48 102 0 5476 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 41280

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.98 3/84 31521
/proc/meminfo: memFree=1711792/2055920 swapFree=4179472/4192956
[pid=31497] ppid=31495 vsize=13600 CPUtime=2.18
/proc/31497/stat : 31497 (sugar) S 31495 31497 30800 0 -1 4194304 1022 14422 0 2 3 1 201 13 16 0 1 0 2005989247 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31497/statm: 3400 798 370 3 0 500 0
[pid=31520] ppid=31497 vsize=5356 CPUtime=0
/proc/31520/stat : 31520 (sh) S 31497 31497 30800 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005989480 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31520/statm: 1339 232 193 169 0 50 0
[pid=31521] ppid=31520 vsize=23380 CPUtime=158.45
/proc/31521/stat : 31521 (picosat) R 31520 31497 30800 0 -1 4194304 5967 0 0 0 15714 131 0 0 25 0 1 0 2005989480 23941120 5451 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/31521/statm: 5845 5451 48 102 0 5740 0
Current children cumulated CPU time (s) 160.63
Current children cumulated vsize (KiB) 42336

[startup+222.303 s]
/proc/loadavg: 2.03 1.99 1.99 3/84 31521
/proc/meminfo: memFree=1707952/2055920 swapFree=4179472/4192956
[pid=31497] ppid=31495 vsize=13600 CPUtime=2.18
/proc/31497/stat : 31497 (sugar) S 31495 31497 30800 0 -1 4194304 1022 14422 0 2 3 1 201 13 16 0 1 0 2005989247 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31497/statm: 3400 798 370 3 0 500 0
[pid=31520] ppid=31497 vsize=5356 CPUtime=0
/proc/31520/stat : 31520 (sh) S 31497 31497 30800 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005989480 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31520/statm: 1339 232 193 169 0 50 0
[pid=31521] ppid=31520 vsize=27076 CPUtime=217.88
/proc/31521/stat : 31521 (picosat) R 31520 31497 30800 0 -1 4194304 7086 0 0 0 21656 132 0 0 25 0 1 0 2005989480 27725824 6388 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/31521/statm: 6769 6388 48 102 0 6664 0
Current children cumulated CPU time (s) 220.06
Current children cumulated vsize (KiB) 46032

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

/proc/meminfo: memFree=1449600/2055920 swapFree=4179472/4192956
[pid=31497] ppid=31495 vsize=13600 CPUtime=2.18
/proc/31497/stat : 31497 (sugar) S 31495 31497 30800 0 -1 4194304 1022 14422 0 2 3 1 201 13 16 0 1 0 2005989247 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31497/statm: 3400 798 370 3 0 500 0
[pid=31520] ppid=31497 vsize=5356 CPUtime=0
/proc/31520/stat : 31520 (sh) S 31497 31497 30800 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005989480 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31520/statm: 1339 232 193 169 0 50 0
[pid=31521] ppid=31520 vsize=45416 CPUtime=1289.83
/proc/31521/stat : 31521 (picosat) R 31520 31497 30800 0 -1 4194304 14053 0 0 0 128842 141 0 0 25 0 1 0 2005989480 46505984 11049 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/31521/statm: 11354 11049 48 102 0 11249 0
Current children cumulated CPU time (s) 1292.01
Current children cumulated vsize (KiB) 64372

[startup+1362.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/83 31559
/proc/meminfo: memFree=1449472/2055920 swapFree=4179472/4192956
[pid=31497] ppid=31495 vsize=13600 CPUtime=2.18
/proc/31497/stat : 31497 (sugar) S 31495 31497 30800 0 -1 4194304 1022 14422 0 2 3 1 201 13 16 0 1 0 2005989247 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31497/statm: 3400 798 370 3 0 500 0
[pid=31520] ppid=31497 vsize=5356 CPUtime=0
/proc/31520/stat : 31520 (sh) S 31497 31497 30800 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005989480 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31520/statm: 1339 232 193 169 0 50 0
[pid=31521] ppid=31520 vsize=45812 CPUtime=1349.81
/proc/31521/stat : 31521 (picosat) R 31520 31497 30800 0 -1 4194304 14145 0 0 0 134839 142 0 0 25 0 1 0 2005989480 46911488 11141 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/31521/statm: 11453 11141 48 102 0 11348 0
Current children cumulated CPU time (s) 1351.99
Current children cumulated vsize (KiB) 64768

[startup+1422.31 s]
/proc/loadavg: 2.02 2.02 2.00 3/83 31559
/proc/meminfo: memFree=1426176/2055920 swapFree=4179472/4192956
[pid=31497] ppid=31495 vsize=13600 CPUtime=2.18
/proc/31497/stat : 31497 (sugar) S 31495 31497 30800 0 -1 4194304 1022 14422 0 2 3 1 201 13 16 0 1 0 2005989247 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31497/statm: 3400 798 370 3 0 500 0
[pid=31520] ppid=31497 vsize=5356 CPUtime=0
/proc/31520/stat : 31520 (sh) S 31497 31497 30800 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005989480 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31520/statm: 1339 232 193 169 0 50 0
[pid=31521] ppid=31520 vsize=46340 CPUtime=1409.78
/proc/31521/stat : 31521 (picosat) R 31520 31497 30800 0 -1 4194304 14445 0 0 0 140836 142 0 0 25 0 1 0 2005989480 47452160 11257 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/31521/statm: 11585 11257 48 102 0 11480 0
Current children cumulated CPU time (s) 1411.96
Current children cumulated vsize (KiB) 65296

[startup+1482.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/83 31559
/proc/meminfo: memFree=1426048/2055920 swapFree=4179472/4192956
[pid=31497] ppid=31495 vsize=13600 CPUtime=2.18
/proc/31497/stat : 31497 (sugar) S 31495 31497 30800 0 -1 4194304 1022 14422 0 2 3 1 201 13 16 0 1 0 2005989247 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31497/statm: 3400 798 370 3 0 500 0
[pid=31520] ppid=31497 vsize=5356 CPUtime=0
/proc/31520/stat : 31520 (sh) S 31497 31497 30800 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005989480 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31520/statm: 1339 232 193 169 0 50 0
[pid=31521] ppid=31520 vsize=46340 CPUtime=1469.74
/proc/31521/stat : 31521 (picosat) R 31520 31497 30800 0 -1 4194304 14445 0 0 0 146832 142 0 0 25 0 1 0 2005989480 47452160 11257 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/31521/statm: 11585 11257 48 102 0 11480 0
Current children cumulated CPU time (s) 1471.92
Current children cumulated vsize (KiB) 65296

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 31559
/proc/meminfo: memFree=1421504/2055920 swapFree=4179472/4192956
[pid=31497] ppid=31495 vsize=13600 CPUtime=2.18
/proc/31497/stat : 31497 (sugar) S 31495 31497 30800 0 -1 4194304 1022 14422 0 2 3 1 201 13 16 0 1 0 2005989247 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31497/statm: 3400 798 370 3 0 500 0
[pid=31520] ppid=31497 vsize=5356 CPUtime=0
/proc/31520/stat : 31520 (sh) S 31497 31497 30800 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005989480 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31520/statm: 1339 232 193 169 0 50 0
[pid=31521] ppid=31520 vsize=50696 CPUtime=1529.71
/proc/31521/stat : 31521 (picosat) R 31520 31497 30800 0 -1 4194304 15772 0 0 0 152828 143 0 0 25 0 1 0 2005989480 51912704 12391 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/31521/statm: 12674 12391 48 102 0 12569 0
Current children cumulated CPU time (s) 1531.89
Current children cumulated vsize (KiB) 69652

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 31559
/proc/meminfo: memFree=1421376/2055920 swapFree=4179472/4192956
[pid=31497] ppid=31495 vsize=13600 CPUtime=2.18
/proc/31497/stat : 31497 (sugar) S 31495 31497 30800 0 -1 4194304 1022 14422 0 2 3 1 201 13 16 0 1 0 2005989247 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31497/statm: 3400 798 370 3 0 500 0
[pid=31520] ppid=31497 vsize=5356 CPUtime=0
/proc/31520/stat : 31520 (sh) S 31497 31497 30800 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005989480 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31520/statm: 1339 232 193 169 0 50 0
[pid=31521] ppid=31520 vsize=50696 CPUtime=1589.68
/proc/31521/stat : 31521 (picosat) R 31520 31497 30800 0 -1 4194304 15772 0 0 0 158825 143 0 0 25 0 1 0 2005989480 51912704 12391 996147200 134512640 134931368 4294956256 18446744073709551615 134529133 0 0 4096 0 0 0 0 17 0 0 0
/proc/31521/statm: 12674 12391 48 102 0 12569 0
Current children cumulated CPU time (s) 1591.86
Current children cumulated vsize (KiB) 69652

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 31559
/proc/meminfo: memFree=1423104/2055920 swapFree=4179472/4192956
[pid=31497] ppid=31495 vsize=13600 CPUtime=2.18
/proc/31497/stat : 31497 (sugar) S 31495 31497 30800 0 -1 4194304 1022 14422 0 2 3 1 201 13 16 0 1 0 2005989247 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31497/statm: 3400 798 370 3 0 500 0
[pid=31520] ppid=31497 vsize=5356 CPUtime=0
/proc/31520/stat : 31520 (sh) S 31497 31497 30800 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005989480 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31520/statm: 1339 232 193 169 0 50 0
[pid=31521] ppid=31520 vsize=48872 CPUtime=1649.66
/proc/31521/stat : 31521 (picosat) R 31520 31497 30800 0 -1 4194304 15772 0 0 0 164822 144 0 0 25 0 1 0 2005989480 50044928 11938 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/31521/statm: 12218 11938 48 102 0 12113 0
Current children cumulated CPU time (s) 1651.84
Current children cumulated vsize (KiB) 67828

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 31559
/proc/meminfo: memFree=1423040/2055920 swapFree=4179472/4192956
[pid=31497] ppid=31495 vsize=13600 CPUtime=2.18
/proc/31497/stat : 31497 (sugar) S 31495 31497 30800 0 -1 4194304 1022 14422 0 2 3 1 201 13 16 0 1 0 2005989247 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31497/statm: 3400 798 370 3 0 500 0
[pid=31520] ppid=31497 vsize=5356 CPUtime=0
/proc/31520/stat : 31520 (sh) S 31497 31497 30800 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005989480 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31520/statm: 1339 232 193 169 0 50 0
[pid=31521] ppid=31520 vsize=48872 CPUtime=1709.63
/proc/31521/stat : 31521 (picosat) R 31520 31497 30800 0 -1 4194304 15786 0 0 0 170819 144 0 0 25 0 1 0 2005989480 50044928 11952 996147200 134512640 134931368 4294956256 18446744073709551615 134597623 0 0 4096 0 0 0 0 17 0 0 0
/proc/31521/statm: 12218 11952 48 102 0 12113 0
Current children cumulated CPU time (s) 1711.81
Current children cumulated vsize (KiB) 67828

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 31559
/proc/meminfo: memFree=1422848/2055920 swapFree=4179472/4192956
[pid=31497] ppid=31495 vsize=13600 CPUtime=2.18
/proc/31497/stat : 31497 (sugar) S 31495 31497 30800 0 -1 4194304 1022 14422 0 2 3 1 201 13 16 0 1 0 2005989247 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31497/statm: 3400 798 370 3 0 500 0
[pid=31520] ppid=31497 vsize=5356 CPUtime=0
/proc/31520/stat : 31520 (sh) S 31497 31497 30800 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005989480 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31520/statm: 1339 232 193 169 0 50 0
[pid=31521] ppid=31520 vsize=48872 CPUtime=1769.6
/proc/31521/stat : 31521 (picosat) R 31520 31497 30800 0 -1 4194304 15786 0 0 0 176816 144 0 0 25 0 1 0 2005989480 50044928 11952 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/31521/statm: 12218 11952 48 102 0 12113 0
Current children cumulated CPU time (s) 1771.78
Current children cumulated vsize (KiB) 67828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.61 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 31559
/proc/meminfo: memFree=1422848/2055920 swapFree=4179472/4192956
[pid=31497] ppid=31495 vsize=13600 CPUtime=2.18
/proc/31497/stat : 31497 (sugar) S 31495 31497 30800 0 -1 4194304 1022 14422 0 2 3 1 201 13 16 0 1 0 2005989247 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 259362173026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/31497/statm: 3400 798 370 3 0 500 0
[pid=31520] ppid=31497 vsize=5356 CPUtime=0
/proc/31520/stat : 31520 (sh) S 31497 31497 30800 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2005989480 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31520/statm: 1339 232 193 169 0 50 0
[pid=31521] ppid=31520 vsize=48872 CPUtime=1797.89
/proc/31521/stat : 31521 (picosat) R 31520 31497 30800 0 -1 4194304 15786 0 0 0 179645 144 0 0 25 0 1 0 2005989480 50044928 11952 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/31521/statm: 12218 11952 48 102 0 12113 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 67828

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

Real time (s): 1810.63
CPU time (s): 1800.07
CPU user time (s): 1798.49
CPU system time (s): 1.58
CPU usage (%): 99.4168
Max. virtual memory (cumulated for all children) (KiB): 887452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.06069
system time used= 0.154976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15880
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= 2952
involuntary context switches= 2848

runsolver used 2.09468 second user time and 6.16606 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-05 17:02:16
IDJOB=1090097
IDBENCH=58393
IDSOLVER=345
FILE ID=node1/1090097-1215270136
PBS_JOBID= 7882200
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/graphColoring/sgb/miles/normalized-miles1000-40.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-1090097-1215270136/watcher-1090097-1215270136 -o /tmp/evaluation-result-1090097-1215270136/solver-1090097-1215270136 -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-1090097-1215270136.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 387828521bc4fe15e150bef49f8dbe6b
RANDOM SEED=1772133723

node1.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.265
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.265
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:       1741480 kB
Buffers:         38440 kB
Cached:         175068 kB
SwapCached:       7288 kB
Active:         173520 kB
Inactive:        90060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1741480 kB
SwapTotal:     4192956 kB
SwapFree:      4179472 kB
Dirty:            1644 kB
Writeback:           0 kB
Mapped:          66584 kB
Slab:            35872 kB
Committed_AS:  3294332 kB
PageTables:       1988 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= 66504 MiB
End job on node1 at 2008-07-05 17:32:29