Trace number 1092813

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.03 1804.83

General information on the benchmark

Namecsp/langford4/
normalized-langford-4-30.xml
MD5SUM947fd10df4466df33806de675e63a7bd
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints7230
Maximum constraint arity2
Maximum domain size120
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7230
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 19:05:14 2008
0.00/0.05	c 0	PID 23515
0.04/0.05	c 0	HOST node17.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1092813-1215277514.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1092813-1215277514.xml' 'HOME/temp.csp'
0.04/0.96	c 1	1 domains, 120 variables, 2 predicates, 0 relations, 7230 constraints
0.04/0.99	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/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.95/1.09	c 2	Parsing HOME/temp.csp
0.95/1.55	c 2	parsed 7353 expressions
0.95/1.55	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.95/1.55	c 2	Converting to clausal form CSP
0.95/1.75	c 2	converted 736 (10%) expressions
0.95/1.79	c 2	converted 1471 (20%) expressions
0.95/1.81	c 2	converted 2206 (30%) expressions
0.95/1.84	c 2	converted 2942 (40%) expressions
0.95/1.86	c 2	converted 3677 (50%) expressions
0.95/1.92	c 2	converted 4412 (60%) expressions
0.95/1.94	c 2	converted 5148 (70%) expressions
0.95/1.96	c 2	converted 5883 (80%) expressions
0.95/1.98	c 2	converted 6618 (90%) expressions
0.95/2.00	c 2	converted 7353 (100%) expressions
0.95/2.00	c 2	CSP : 120 integers, 0 booleans, 7320 clauses, largest domain size 120
0.95/2.00	c 2	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.95/2.00	c 2	Propagation in CSP
2.12/2.21	c 3	5940 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.12/2.21	c 3	CSP : 120 integers, 0 booleans, 7320 clauses, largest domain size 114
2.12/2.21	c 3	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.12/2.21	c 3	Simplifing CSP by introducing new Boolean variables
2.12/2.30	c 3	CSP : 120 integers, 14280 booleans, 21600 clauses, largest domain size 114
2.12/2.30	c 3	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.21/2.38	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.31/2.41	c 3	12 (10%) CSP integer variables are encoded (1146 clauses, 12771 bytes)
2.31/2.41	c 3	24 (20%) CSP integer variables are encoded (1860 clauses, 22053 bytes)
2.31/2.42	c 3	36 (30%) CSP integer variables are encoded (2682 clauses, 32739 bytes)
2.31/2.42	c 3	48 (40%) CSP integer variables are encoded (3612 clauses, 44829 bytes)
2.31/2.42	c 3	60 (50%) CSP integer variables are encoded (4110 clauses, 51303 bytes)
2.31/2.42	c 3	72 (60%) CSP integer variables are encoded (5256 clauses, 66201 bytes)
2.31/2.42	c 3	84 (70%) CSP integer variables are encoded (5970 clauses, 75483 bytes)
2.31/2.42	c 3	96 (80%) CSP integer variables are encoded (6792 clauses, 86169 bytes)
2.31/2.42	c 3	108 (90%) CSP integer variables are encoded (7722 clauses, 98259 bytes)
2.31/2.42	c 3	120 (100%) CSP integer variables are encoded (8220 clauses, 104733 bytes)
2.51/2.65	c 3	2160 (10%) CSP clauses are encoded (103202 clauses, 1770483 bytes)
2.71/2.82	c 3	4320 (20%) CSP clauses are encoded (181174 clauses, 3246872 bytes)
2.81/2.93	c 3	6480 (30%) CSP clauses are encoded (235326 clauses, 4310903 bytes)
2.91/3.00	c 3	8640 (40%) CSP clauses are encoded (263132 clauses, 4850340 bytes)
3.01/3.14	c 4	10800 (50%) CSP clauses are encoded (328301 clauses, 6132803 bytes)
3.20/3.32	c 4	12960 (60%) CSP clauses are encoded (409434 clauses, 7732400 bytes)
3.30/3.43	c 4	15120 (70%) CSP clauses are encoded (464549 clauses, 8814483 bytes)
3.40/3.56	c 4	17280 (80%) CSP clauses are encoded (527507 clauses, 10049828 bytes)
3.60/3.71	c 4	19440 (90%) CSP clauses are encoded (602649 clauses, 11525033 bytes)
3.70/3.84	c 4	21600 (100%) CSP clauses are encoded (667978 clauses, 12812062 bytes)
3.70/3.84	c 4	21600 CSP clauses encoded
3.70/3.84	c 4	Writing map file : HOME/temp.map
3.70/3.85	c 4	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.70/3.85	c 4	SAT : 22620 SAT variables, 667978 SAT clauses, 12812062 bytes
3.70/3.85	c 4	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.70/3.89	c 4	SOLVING HOME/temp.cnf
3.70/3.89	c 4	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.03/1804.81	c 1805	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1804.81	c 1805	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.03/1804.82	c ERROR INTERRUPTED
1800.03/1804.82	s UNKNOWN
1800.03/1804.82	c 1805	CPU 3.53 (0.03 0.01 3.5 0.23)
1800.03/1804.82	c 1805	END Sat Jul  5 19:35:19 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-1092813-1215277514/watcher-1092813-1215277514 -o /tmp/evaluation-result-1092813-1215277514/solver-1092813-1215277514 -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-1092813-1215277514.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.02 2.05 2.00 4/72 23515
/proc/meminfo: memFree=1727056/2055920 swapFree=4179840/4192956
[pid=23515] ppid=23513 vsize=12268 CPUtime=0
/proc/23515/stat : 23515 (sugar) R 23513 23515 23017 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 648940722 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 245482879589 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/23515/statm: 3067 316 241 3 0 167 0

[startup+0.0510619 s]
/proc/loadavg: 2.02 2.05 2.00 4/72 23515
/proc/meminfo: memFree=1727056/2055920 swapFree=4179840/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=0.04
/proc/23515/stat : 23515 (sugar) S 23513 23515 23017 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 648940722 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23515/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.1015 s]
/proc/loadavg: 2.02 2.05 2.00 4/72 23515
/proc/meminfo: memFree=1727056/2055920 swapFree=4179840/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=0.04
/proc/23515/stat : 23515 (sugar) S 23513 23515 23017 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 648940722 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23515/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301534 s]
/proc/loadavg: 2.02 2.05 2.00 4/72 23515
/proc/meminfo: memFree=1727056/2055920 swapFree=4179840/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=0.04
/proc/23515/stat : 23515 (sugar) S 23513 23515 23017 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 648940722 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23515/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701582 s]
/proc/loadavg: 2.02 2.05 2.00 4/72 23515
/proc/meminfo: memFree=1727056/2055920 swapFree=4179840/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=0.04
/proc/23515/stat : 23515 (sugar) S 23513 23515 23017 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 648940722 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23515/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50166 s]
/proc/loadavg: 2.02 2.05 2.00 3/74 23528
/proc/meminfo: memFree=1724864/2055920 swapFree=4179840/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=0.95
/proc/23515/stat : 23515 (sugar) S 23513 23515 23017 0 -1 4194304 973 8063 0 1 3 1 86 5 15 0 1 0 648940722 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23515/statm: 3400 797 370 3 0 500 0
[pid=23528] ppid=23515 vsize=5356 CPUtime=0
/proc/23528/stat : 23528 (sh) S 23515 23515 23017 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 648940822 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23528/statm: 1339 233 193 169 0 50 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 18956

[startup+3.10282 s]
/proc/loadavg: 2.02 2.05 2.00 4/83 23537
/proc/meminfo: memFree=1706296/2055920 swapFree=4179840/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=0.95
/proc/23515/stat : 23515 (sugar) S 23513 23515 23017 0 -1 4194304 974 8063 0 1 3 1 86 5 15 0 1 0 648940722 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23515/statm: 3400 797 370 3 0 500 0
[pid=23528] ppid=23515 vsize=5356 CPUtime=0
/proc/23528/stat : 23528 (sh) S 23515 23515 23017 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 648940822 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23528/statm: 1339 233 193 169 0 50 0
[pid=23529] ppid=23528 vsize=868484 CPUtime=2.06
/proc/23529/stat : 23529 (java) S 23528 23515 23017 0 -1 0 9246 0 1 0 195 11 0 0 18 0 9 0 648940823 889327616 8213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23529/statm: 217121 8213 2565 9 0 211668 0
[pid=23529/tid=23530] ppid=23528 vsize=868484 CPUtime=1.43
/proc/23529/task/23530/stat : 23530 (java) R 23528 23515 23017 0 -1 64 2939 0 1 0 138 5 0 0 23 0 9 0 648940824 889327616 8213 996147200 134512640 134550740 4294955952 18446744073709551615 4126967132 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23529/tid=23531] ppid=23528 vsize=868484 CPUtime=0.35
/proc/23529/task/23531/stat : 23531 (java) S 23528 23515 23017 0 -1 64 4129 0 0 0 32 3 0 0 16 0 9 0 648940825 889327616 8213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23529/tid=23532] ppid=23528 vsize=868484 CPUtime=0
/proc/23529/task/23532/stat : 23532 (java) S 23528 23515 23017 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 648940826 889327616 8213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23529/tid=23533] ppid=23528 vsize=868484 CPUtime=0
/proc/23529/task/23533/stat : 23533 (java) S 23528 23515 23017 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 648940826 889327616 8213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23529/tid=23534] ppid=23528 vsize=868484 CPUtime=0
/proc/23529/task/23534/stat : 23534 (java) S 23528 23515 23017 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 648940828 889327616 8213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23529/tid=23535] ppid=23528 vsize=868484 CPUtime=0.25
/proc/23529/task/23535/stat : 23535 (java) S 23528 23515 23017 0 -1 64 1485 0 0 0 24 1 0 0 16 0 9 0 648940828 889327616 8213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23529/tid=23536] ppid=23528 vsize=868484 CPUtime=0
/proc/23529/task/23536/stat : 23536 (java) S 23528 23515 23017 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 648940828 889327616 8213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23529/tid=23537] ppid=23528 vsize=868484 CPUtime=0
/proc/23529/task/23537/stat : 23537 (java) S 23528 23515 23017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 648940828 889327616 8213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887440

[startup+6.30115 s]
/proc/loadavg: 2.10 2.06 2.01 3/75 23539
/proc/meminfo: memFree=1705208/2055920 swapFree=4179840/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=3.76
/proc/23515/stat : 23515 (sugar) S 23513 23515 23017 0 -1 4194304 1022 17830 0 2 3 1 350 22 16 0 1 0 648940722 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23515/statm: 3400 798 370 3 0 500 0
[pid=23538] ppid=23515 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23515 23515 23017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 648941111 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 232 193 169 0 50 0
[pid=23539] ppid=23538 vsize=10740 CPUtime=2.37
/proc/23539/stat : 23539 (picosat) R 23538 23515 23017 0 -1 4194304 2590 0 0 0 104 133 0 0 25 0 1 0 648941112 10997760 2576 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/23539/statm: 2685 2576 40 102 0 2580 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 29696

[startup+12.7018 s]
/proc/loadavg: 2.17 2.08 2.01 3/75 23539
/proc/meminfo: memFree=1687032/2055920 swapFree=4179840/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=3.76
/proc/23515/stat : 23515 (sugar) S 23513 23515 23017 0 -1 4194304 1022 17830 0 2 3 1 350 22 16 0 1 0 648940722 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23515/statm: 3400 798 370 3 0 500 0
[pid=23538] ppid=23515 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23515 23515 23017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 648941111 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 232 193 169 0 50 0
[pid=23539] ppid=23538 vsize=27536 CPUtime=8.72
/proc/23539/stat : 23539 (picosat) R 23538 23515 23017 0 -1 4194304 6238 0 0 0 549 323 0 0 25 0 1 0 648941112 28196864 6204 996147200 134512640 134931368 4294956256 18446744073709551615 134525775 0 0 4096 0 0 0 0 17 1 0 0
/proc/23539/statm: 6884 6204 42 102 0 6779 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 46492

[startup+25.5011 s]
/proc/loadavg: 2.13 2.07 2.01 3/75 23539
/proc/meminfo: memFree=1687032/2055920 swapFree=4179840/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=3.76
/proc/23515/stat : 23515 (sugar) S 23513 23515 23017 0 -1 4194304 1022 17830 0 2 3 1 350 22 16 0 1 0 648940722 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23515/statm: 3400 798 370 3 0 500 0
[pid=23538] ppid=23515 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23515 23515 23017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 648941111 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 232 193 169 0 50 0
[pid=23539] ppid=23538 vsize=27800 CPUtime=21.39
/proc/23539/stat : 23539 (picosat) R 23538 23515 23017 0 -1 4194304 6290 0 0 0 1816 323 0 0 25 0 1 0 648941112 28467200 6256 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/23539/statm: 6950 6256 42 102 0 6845 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 46756

[startup+51.1017 s]
/proc/loadavg: 2.15 2.08 2.01 3/75 23539
/proc/meminfo: memFree=1686584/2055920 swapFree=4179840/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=3.76
/proc/23515/stat : 23515 (sugar) S 23513 23515 23017 0 -1 4194304 1022 17830 0 2 3 1 350 22 16 0 1 0 648940722 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23515/statm: 3400 798 370 3 0 500 0
[pid=23538] ppid=23515 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23515 23515 23017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 648941111 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 232 193 169 0 50 0
[pid=23539] ppid=23538 vsize=28196 CPUtime=46.75
/proc/23539/stat : 23539 (picosat) R 23538 23515 23017 0 -1 4194304 6418 0 0 0 4352 323 0 0 25 0 1 0 648941112 28872704 6384 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23539/statm: 7049 6384 42 102 0 6944 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 47152

[startup+102.307 s]
/proc/loadavg: 2.07 2.07 2.01 3/75 23539
/proc/meminfo: memFree=1685688/2055920 swapFree=4179840/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=3.76
/proc/23515/stat : 23515 (sugar) S 23513 23515 23017 0 -1 4194304 1022 17830 0 2 3 1 350 22 16 0 1 0 648940722 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23515/statm: 3400 798 370 3 0 500 0
[pid=23538] ppid=23515 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23515 23515 23017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 648941111 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 232 193 169 0 50 0
[pid=23539] ppid=23538 vsize=29120 CPUtime=97.47
/proc/23539/stat : 23539 (picosat) R 23538 23515 23017 0 -1 4194304 6641 0 0 0 9424 323 0 0 25 0 1 0 648941112 29818880 6607 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23539/statm: 7280 6607 42 102 0 7175 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 48076

[startup+162.301 s]
/proc/loadavg: 2.02 2.05 2.00 3/75 23539
/proc/meminfo: memFree=1684472/2055920 swapFree=4179840/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=3.76
/proc/23515/stat : 23515 (sugar) S 23513 23515 23017 0 -1 4194304 1022 17830 0 2 3 1 350 22 16 0 1 0 648940722 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23515/statm: 3400 798 370 3 0 500 0
[pid=23538] ppid=23515 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23515 23515 23017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 648941111 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 232 193 169 0 50 0
[pid=23539] ppid=23538 vsize=30176 CPUtime=156.91
/proc/23539/stat : 23539 (picosat) R 23538 23515 23017 0 -1 4194304 6915 0 0 0 15367 324 0 0 25 0 1 0 648941112 30900224 6881 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/23539/statm: 7544 6881 42 102 0 7439 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 49132

[startup+222.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/75 23539
/proc/meminfo: memFree=1683448/2055920 swapFree=4179840/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=3.76
/proc/23515/stat : 23515 (sugar) S 23513 23515 23017 0 -1 4194304 1022 17830 0 2 3 1 350 22 16 0 1 0 648940722 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23515/statm: 3400 798 370 3 0 500 0
[pid=23538] ppid=23515 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23515 23515 23017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 648941111 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 232 193 169 0 50 0
[pid=23539] ppid=23538 vsize=31232 CPUtime=216.35
/proc/23539/stat : 23539 (picosat) R 23538 23515 23017 0 -1 4194304 7176 0 0 0 21310 325 0 0 25 0 1 0 648941112 31981568 7142 996147200 134512640 134931368 4294956256 18446744073709551615 134530274 0 0 4096 0 0 0 0 17 1 0 0

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

/proc/meminfo: memFree=1656048/2055920 swapFree=4179840/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=3.76
/proc/23515/stat : 23515 (sugar) S 23513 23515 23017 0 -1 4194304 1022 17830 0 2 3 1 350 22 16 0 1 0 648940722 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23515/statm: 3400 798 370 3 0 500 0
[pid=23538] ppid=23515 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23515 23515 23017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 648941111 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 232 193 169 0 50 0
[pid=23539] ppid=23538 vsize=39676 CPUtime=1293.95
/proc/23539/stat : 23539 (picosat) R 23538 23515 23017 0 -1 4194304 9440 0 0 0 129065 330 0 0 25 0 1 0 648941112 40628224 9306 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/23539/statm: 9919 9306 48 102 0 9814 0
Current children cumulated CPU time (s) 1297.71
Current children cumulated vsize (KiB) 58632

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 23590
/proc/meminfo: memFree=1655792/2055920 swapFree=4179840/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=3.76
/proc/23515/stat : 23515 (sugar) S 23513 23515 23017 0 -1 4194304 1022 17830 0 2 3 1 350 22 16 0 1 0 648940722 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23515/statm: 3400 798 370 3 0 500 0
[pid=23538] ppid=23515 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23515 23515 23017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 648941111 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 232 193 169 0 50 0
[pid=23539] ppid=23538 vsize=39940 CPUtime=1353.93
/proc/23539/stat : 23539 (picosat) R 23538 23515 23017 0 -1 4194304 9519 0 0 0 135063 330 0 0 25 0 1 0 648941112 40898560 9385 996147200 134512640 134931368 4294956256 18446744073709551615 134529486 0 0 4096 0 0 0 0 17 0 0 0
/proc/23539/statm: 9985 9385 48 102 0 9880 0
Current children cumulated CPU time (s) 1357.69
Current children cumulated vsize (KiB) 58896

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 23590
/proc/meminfo: memFree=1654704/2055920 swapFree=4179840/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=3.76
/proc/23515/stat : 23515 (sugar) S 23513 23515 23017 0 -1 4194304 1022 17830 0 2 3 1 350 22 16 0 1 0 648940722 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23515/statm: 3400 798 370 3 0 500 0
[pid=23538] ppid=23515 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23515 23515 23017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 648941111 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 232 193 169 0 50 0
[pid=23539] ppid=23538 vsize=40864 CPUtime=1413.9
/proc/23539/stat : 23539 (picosat) R 23538 23515 23017 0 -1 4194304 9745 0 0 0 141060 330 0 0 25 0 1 0 648941112 41844736 9611 996147200 134512640 134931368 4294956256 18446744073709551615 134544748 0 0 4096 0 0 0 0 17 0 0 0
/proc/23539/statm: 10216 9611 48 102 0 10111 0
Current children cumulated CPU time (s) 1417.66
Current children cumulated vsize (KiB) 59820

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 23590
/proc/meminfo: memFree=1653808/2055920 swapFree=4179840/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=3.76
/proc/23515/stat : 23515 (sugar) S 23513 23515 23017 0 -1 4194304 1022 17830 0 2 3 1 350 22 16 0 1 0 648940722 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23515/statm: 3400 798 370 3 0 500 0
[pid=23538] ppid=23515 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23515 23515 23017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 648941111 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 232 193 169 0 50 0
[pid=23539] ppid=23538 vsize=41656 CPUtime=1473.89
/proc/23539/stat : 23539 (picosat) R 23538 23515 23017 0 -1 4194304 9965 0 0 0 147058 331 0 0 25 0 1 0 648941112 42655744 9831 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23539/statm: 10414 9831 48 102 0 10309 0
Current children cumulated CPU time (s) 1477.65
Current children cumulated vsize (KiB) 60612

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 23590
/proc/meminfo: memFree=1653168/2055920 swapFree=4179840/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=3.76
/proc/23515/stat : 23515 (sugar) S 23513 23515 23017 0 -1 4194304 1022 17830 0 2 3 1 350 22 16 0 1 0 648940722 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23515/statm: 3400 798 370 3 0 500 0
[pid=23538] ppid=23515 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23515 23515 23017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 648941111 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 232 193 169 0 50 0
[pid=23539] ppid=23538 vsize=41920 CPUtime=1533.87
/proc/23539/stat : 23539 (picosat) R 23538 23515 23017 0 -1 4194304 10149 0 0 0 153056 331 0 0 25 0 1 0 648941112 42926080 9899 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23539/statm: 10480 9899 48 102 0 10375 0
Current children cumulated CPU time (s) 1537.63
Current children cumulated vsize (KiB) 60876

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 23590
/proc/meminfo: memFree=1652976/2055920 swapFree=4179840/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=3.76
/proc/23515/stat : 23515 (sugar) S 23513 23515 23017 0 -1 4194304 1022 17830 0 2 3 1 350 22 16 0 1 0 648940722 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23515/statm: 3400 798 370 3 0 500 0
[pid=23538] ppid=23515 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23515 23515 23017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 648941111 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 232 193 169 0 50 0
[pid=23539] ppid=23538 vsize=41920 CPUtime=1593.84
/proc/23539/stat : 23539 (picosat) R 23538 23515 23017 0 -1 4194304 10149 0 0 0 159053 331 0 0 25 0 1 0 648941112 42926080 9899 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 0 0 0
/proc/23539/statm: 10480 9899 48 102 0 10375 0
Current children cumulated CPU time (s) 1597.6
Current children cumulated vsize (KiB) 60876

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 23590
/proc/meminfo: memFree=1651120/2055920 swapFree=4179840/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=3.76
/proc/23515/stat : 23515 (sugar) S 23513 23515 23017 0 -1 4194304 1022 17830 0 2 3 1 350 22 16 0 1 0 648940722 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23515/statm: 3400 798 370 3 0 500 0
[pid=23538] ppid=23515 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23515 23515 23017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 648941111 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 232 193 169 0 50 0
[pid=23539] ppid=23538 vsize=41920 CPUtime=1653.82
/proc/23539/stat : 23539 (picosat) R 23538 23515 23017 0 -1 4194304 10149 0 0 0 165051 331 0 0 25 0 1 0 648941112 42926080 9899 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/23539/statm: 10480 9899 48 102 0 10375 0
Current children cumulated CPU time (s) 1657.58
Current children cumulated vsize (KiB) 60876

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 23590
/proc/meminfo: memFree=1649456/2055920 swapFree=4179840/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=3.76
/proc/23515/stat : 23515 (sugar) S 23513 23515 23017 0 -1 4194304 1022 17830 0 2 3 1 350 22 16 0 1 0 648940722 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23515/statm: 3400 798 370 3 0 500 0
[pid=23538] ppid=23515 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23515 23515 23017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 648941111 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 232 193 169 0 50 0
[pid=23539] ppid=23538 vsize=41920 CPUtime=1713.79
/proc/23539/stat : 23539 (picosat) R 23538 23515 23017 0 -1 4194304 10149 0 0 0 171048 331 0 0 25 0 1 0 648941112 42926080 9899 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/23539/statm: 10480 9899 48 102 0 10375 0
Current children cumulated CPU time (s) 1717.55
Current children cumulated vsize (KiB) 60876

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 23590
/proc/meminfo: memFree=1647856/2055920 swapFree=4179840/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=3.76
/proc/23515/stat : 23515 (sugar) S 23513 23515 23017 0 -1 4194304 1022 17830 0 2 3 1 350 22 16 0 1 0 648940722 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23515/statm: 3400 798 370 3 0 500 0
[pid=23538] ppid=23515 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23515 23515 23017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 648941111 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 232 193 169 0 50 0
[pid=23539] ppid=23538 vsize=41920 CPUtime=1773.77
/proc/23539/stat : 23539 (picosat) R 23538 23515 23017 0 -1 4194304 10149 0 0 0 177046 331 0 0 25 0 1 0 648941112 42926080 9899 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23539/statm: 10480 9899 48 102 0 10375 0
Current children cumulated CPU time (s) 1777.53
Current children cumulated vsize (KiB) 60876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 23590
/proc/meminfo: memFree=1647408/2055920 swapFree=4179840/4192956
[pid=23515] ppid=23513 vsize=13600 CPUtime=3.76
/proc/23515/stat : 23515 (sugar) S 23513 23515 23017 0 -1 4194304 1022 17830 0 2 3 1 350 22 16 0 1 0 648940722 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23515/statm: 3400 798 370 3 0 500 0
[pid=23538] ppid=23515 vsize=5356 CPUtime=0
/proc/23538/stat : 23538 (sh) S 23515 23515 23017 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 648941111 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23538/statm: 1339 232 193 169 0 50 0
[pid=23539] ppid=23538 vsize=41920 CPUtime=1796.27
/proc/23539/stat : 23539 (picosat) R 23538 23515 23017 0 -1 4194304 10149 0 0 0 179296 331 0 0 25 0 1 0 648941112 42926080 9899 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 0 0 0
/proc/23539/statm: 10480 9899 48 102 0 10375 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 60876

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

Real time (s): 1804.83
CPU time (s): 1800.03
CPU user time (s): 1796.49
CPU system time (s): 3.54
CPU usage (%): 99.734
Max. virtual memory (cumulated for all children) (KiB): 887516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.54346
system time used= 0.255961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19465
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= 4782
involuntary context switches= 4685

runsolver used 2.09768 second user time and 6.12207 second system time

The end

Launcher Data (download as text)

Begin job on node17 at 2008-07-05 19:05:14
IDJOB=1092813
IDBENCH=58658
IDSOLVER=345
FILE ID=node17/1092813-1215277514
PBS_JOBID= 7882251
Free space on /tmp= 66408 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/langford4/normalized-langford-4-30.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-1092813-1215277514/watcher-1092813-1215277514 -o /tmp/evaluation-result-1092813-1215277514/solver-1092813-1215277514 -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-1092813-1215277514.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 947fd10df4466df33806de675e63a7bd
RANDOM SEED=1954541051

node17.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.234
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.234
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:       1727536 kB
Buffers:         40148 kB
Cached:         208584 kB
SwapCached:       7220 kB
Active:         136232 kB
Inactive:       140432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1727536 kB
SwapTotal:     4192956 kB
SwapFree:      4179840 kB
Dirty:            2124 kB
Writeback:           0 kB
Mapped:          35008 kB
Slab:            36992 kB
Committed_AS:  1045908 kB
PageTables:       1844 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= 66404 MiB
End job on node17 at 2008-07-05 19:35:21