Trace number 1064441

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.01 1818.23

General information on the benchmark

Namecsp/tdsp/
normalized-C3-2-30.xml
MD5SUM580d1f4298858f6e76af46cd173ebb13
Bench CategoryN-ARY-INT (n-ary 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 variables89
Number of constraints464
Maximum constraint arity6
Maximum domain size61
Number of constraints which are defined in extension0
Number of constraints which are defined in intension464
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 05:18:18 2008
0.00/0.04	c 0	PID 26059
0.03/0.05	c 0	HOST node74.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1064441-1215141498.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-1064441-1215141498.xml' 'HOME/temp.csp'
0.03/0.53	c 1	5 domains, 89 variables, 2 predicates, 0 relations, 464 constraints
0.03/0.57	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.57	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.51/0.65	c 1	Parsing HOME/temp.csp
0.51/0.78	c 1	parsed 560 expressions
0.51/0.79	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.51/0.79	c 1	Converting to clausal form CSP
0.51/0.81	c 1	converted 56 (10%) expressions
0.51/0.84	c 1	converted 112 (20%) expressions
0.51/0.95	c 1	converted 168 (30%) expressions
0.51/0.97	c 1	converted 224 (40%) expressions
0.51/0.99	c 1	converted 280 (50%) expressions
0.91/1.01	c 1	converted 336 (60%) expressions
0.91/1.02	c 1	converted 392 (70%) expressions
0.91/1.03	c 1	converted 448 (80%) expressions
0.91/1.03	c 1	converted 504 (90%) expressions
0.91/1.04	c 1	converted 560 (100%) expressions
0.91/1.04	c 1	CSP : 145 integers, 0 booleans, 572 clauses, largest domain size 61
0.91/1.04	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.91/1.04	c 1	Propagation in CSP
0.91/1.06	c 1	282 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.91/1.06	c 1	CSP : 145 integers, 0 booleans, 572 clauses, largest domain size 60
0.91/1.06	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.91/1.06	c 1	Simplifing CSP by introducing new Boolean variables
0.91/1.09	c 1	CSP : 145 integers, 1624 booleans, 2196 clauses, largest domain size 60
0.91/1.09	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.01/1.12	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.01/1.13	c 1	15 (10%) CSP integer variables are encoded (372 clauses, 3948 bytes)
1.01/1.13	c 1	29 (20%) CSP integer variables are encoded (716 clauses, 7732 bytes)
1.01/1.13	c 1	44 (30%) CSP integer variables are encoded (1100 clauses, 12231 bytes)
1.01/1.13	c 1	58 (40%) CSP integer variables are encoded (1490 clauses, 17301 bytes)
1.01/1.14	c 1	73 (50%) CSP integer variables are encoded (1872 clauses, 22267 bytes)
1.01/1.14	c 1	87 (60%) CSP integer variables are encoded (2246 clauses, 27129 bytes)
1.01/1.14	c 1	102 (70%) CSP integer variables are encoded (2340 clauses, 28351 bytes)
1.01/1.14	c 1	116 (80%) CSP integer variables are encoded (2389 clauses, 28988 bytes)
1.01/1.14	c 1	131 (90%) CSP integer variables are encoded (2492 clauses, 30327 bytes)
1.01/1.14	c 1	145 (100%) CSP integer variables are encoded (2572 clauses, 31367 bytes)
1.01/1.19	c 2	220 (10%) CSP clauses are encoded (16660 clauses, 309605 bytes)
1.20/1.31	c 2	440 (20%) CSP clauses are encoded (70474 clauses, 1454655 bytes)
1.31/1.42	c 2	659 (30%) CSP clauses are encoded (115208 clauses, 2418642 bytes)
1.40/1.50	c 2	879 (40%) CSP clauses are encoded (151136 clauses, 3192028 bytes)
1.40/1.58	c 2	1098 (50%) CSP clauses are encoded (184384 clauses, 3906782 bytes)
1.50/1.66	c 2	1318 (60%) CSP clauses are encoded (220219 clauses, 4682109 bytes)
1.61/1.74	c 2	1538 (70%) CSP clauses are encoded (258896 clauses, 5528315 bytes)
1.71/1.82	c 2	1757 (80%) CSP clauses are encoded (290383 clauses, 6238016 bytes)
1.80/1.91	c 2	1977 (90%) CSP clauses are encoded (327864 clauses, 7092337 bytes)
1.90/2.01	c 2	2196 (100%) CSP clauses are encoded (372006 clauses, 8103172 bytes)
1.90/2.01	c 2	2196 CSP clauses encoded
1.90/2.01	c 2	Writing map file : HOME/temp.map
1.90/2.01	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.90/2.01	c 2	SAT : 4337 SAT variables, 372006 SAT clauses, 8103172 bytes
1.90/2.01	c 2	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.90/2.04	c 2	SOLVING HOME/temp.cnf
1.90/2.04	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.01/1818.22	c 1819	DECODING HOME/temp.out WITH HOME/temp.map
1800.01/1818.22	c 1819	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.01/1818.22	c ERROR INTERRUPTED
1800.01/1818.22	s UNKNOWN
1800.01/1818.22	c 1819	CPU 1.78 (0.03 0.01 1.75 0.15)
1800.01/1818.22	c 1819	END Fri Jul  4 05:48:37 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064441-1215141498/watcher-1064441-1215141498 -o /tmp/evaluation-result-1064441-1215141498/solver-1064441-1215141498 -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-1064441-1215141498.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.91 1.97 1.95 4/82 26059
/proc/meminfo: memFree=1540608/2055920 swapFree=4179604/4192956
[pid=26059] ppid=26057 vsize=18572 CPUtime=0
/proc/26059/stat : 26059 (runsolver) R 26057 26059 24766 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1993100962 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 228774702375 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26059/statm: 4643 292 257 25 0 2626 0

[startup+0.0496189 s]
/proc/loadavg: 1.91 1.97 1.95 4/82 26059
/proc/meminfo: memFree=1540608/2055920 swapFree=4179604/4192956
[pid=26059] ppid=26057 vsize=13600 CPUtime=0.03
/proc/26059/stat : 26059 (sugar) S 26057 26059 24766 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1993100962 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26059/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101759 s]
/proc/loadavg: 1.91 1.97 1.95 4/82 26059
/proc/meminfo: memFree=1540608/2055920 swapFree=4179604/4192956
[pid=26059] ppid=26057 vsize=13600 CPUtime=0.03
/proc/26059/stat : 26059 (sugar) S 26057 26059 24766 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993100962 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26059/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301792 s]
/proc/loadavg: 1.91 1.97 1.95 4/82 26059
/proc/meminfo: memFree=1540608/2055920 swapFree=4179604/4192956
[pid=26059] ppid=26057 vsize=13600 CPUtime=0.03
/proc/26059/stat : 26059 (sugar) S 26057 26059 24766 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1993100962 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26059/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701876 s]
/proc/loadavg: 1.91 1.97 1.95 4/82 26059
/proc/meminfo: memFree=1540608/2055920 swapFree=4179604/4192956
[pid=26059] ppid=26057 vsize=13600 CPUtime=0.51
/proc/26059/stat : 26059 (sugar) S 26057 26059 24766 0 -1 4194304 973 4540 0 1 3 0 45 3 16 0 1 0 1993100962 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26059/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 13600

[startup+1.50303 s]
/proc/loadavg: 1.91 1.97 1.95 4/93 26081
/proc/meminfo: memFree=1527720/2055920 swapFree=4179604/4192956
[pid=26059] ppid=26057 vsize=13600 CPUtime=0.51
/proc/26059/stat : 26059 (sugar) S 26057 26059 24766 0 -1 4194304 974 4540 0 1 3 0 45 3 15 0 1 0 1993100962 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26059/statm: 3400 797 370 3 0 500 0
[pid=26072] ppid=26059 vsize=5356 CPUtime=0
/proc/26072/stat : 26072 (sh) S 26059 26059 24766 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1993101020 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26072/statm: 1339 233 193 169 0 50 0
[pid=26073] ppid=26072 vsize=868340 CPUtime=0.89
/proc/26073/stat : 26073 (java) S 26072 26059 24766 0 -1 0 6474 0 1 0 83 6 0 0 18 0 9 0 1993101020 889180160 5600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26073/statm: 217085 5600 2562 9 0 211632 0
[pid=26073/tid=26074] ppid=26072 vsize=868340 CPUtime=0.59
/proc/26073/task/26074/stat : 26074 (java) R 26072 26059 24766 0 -1 64 2797 0 1 0 56 3 0 0 20 0 9 0 1993101021 889180160 5600 996147200 134512640 134550740 4294955952 18446744073709551615 4126808066 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26073/tid=26075] ppid=26072 vsize=868340 CPUtime=0.07
/proc/26073/task/26075/stat : 26075 (java) S 26072 26059 24766 0 -1 64 1519 0 0 0 6 1 0 0 16 0 9 0 1993101022 889180160 5600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26073/tid=26076] ppid=26072 vsize=868340 CPUtime=0
/proc/26073/task/26076/stat : 26076 (java) S 26072 26059 24766 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1993101022 889180160 5600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26073/tid=26077] ppid=26072 vsize=868340 CPUtime=0
/proc/26073/task/26077/stat : 26077 (java) S 26072 26059 24766 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1993101022 889180160 5600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26073/tid=26078] ppid=26072 vsize=868340 CPUtime=0
/proc/26073/task/26078/stat : 26078 (java) S 26072 26059 24766 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1993101024 889180160 5600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26073/tid=26079] ppid=26072 vsize=868340 CPUtime=0.21
/proc/26073/task/26079/stat : 26079 (java) S 26072 26059 24766 0 -1 64 1465 0 0 0 20 1 0 0 16 0 9 0 1993101024 889180160 5600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26073/tid=26080] ppid=26072 vsize=868340 CPUtime=0
/proc/26073/task/26080/stat : 26080 (java) S 26072 26059 24766 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1993101024 889180160 5600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26073/tid=26081] ppid=26072 vsize=868340 CPUtime=0
/proc/26073/task/26081/stat : 26081 (java) S 26072 26059 24766 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1993101024 889180160 5600 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 887296

[startup+3.10134 s]
/proc/loadavg: 1.91 1.97 1.95 3/85 26083
/proc/meminfo: memFree=1529576/2055920 swapFree=4179604/4192956
[pid=26059] ppid=26057 vsize=13600 CPUtime=1.94
/proc/26059/stat : 26059 (sugar) S 26057 26059 24766 0 -1 4194304 1022 11482 0 2 3 1 175 15 16 0 1 0 1993100962 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26059/statm: 3400 798 370 3 0 500 0
[pid=26082] ppid=26059 vsize=5356 CPUtime=0
/proc/26082/stat : 26082 (sh) S 26059 26059 24766 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993101166 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26082/statm: 1339 232 193 169 0 50 0
[pid=26083] ppid=26082 vsize=4276 CPUtime=1.04
/proc/26083/stat : 26083 (picosat) R 26082 26059 24766 0 -1 4194304 972 0 0 0 49 55 0 0 25 0 1 0 1993101167 4378624 958 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/26083/statm: 1069 958 40 102 0 964 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 23232

[startup+6.30197 s]
/proc/loadavg: 1.92 1.97 1.95 3/85 26083
/proc/meminfo: memFree=1518952/2055920 swapFree=4179604/4192956
[pid=26059] ppid=26057 vsize=13600 CPUtime=1.94
/proc/26059/stat : 26059 (sugar) S 26057 26059 24766 0 -1 4194304 1022 11482 0 2 3 1 175 15 16 0 1 0 1993100962 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26059/statm: 3400 798 370 3 0 500 0
[pid=26082] ppid=26059 vsize=5356 CPUtime=0
/proc/26082/stat : 26082 (sh) S 26059 26059 24766 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993101166 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26082/statm: 1339 232 193 169 0 50 0
[pid=26083] ppid=26082 vsize=14884 CPUtime=4.2
/proc/26083/stat : 26083 (picosat) R 26082 26059 24766 0 -1 4194304 3445 0 0 0 209 211 0 0 25 0 1 0 1993101167 15241216 3429 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/26083/statm: 3721 3429 42 102 0 3616 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 33840

[startup+12.7012 s]
/proc/loadavg: 1.93 1.97 1.95 3/85 26083
/proc/meminfo: memFree=1514280/2055920 swapFree=4179604/4192956
[pid=26059] ppid=26057 vsize=13600 CPUtime=1.94
/proc/26059/stat : 26059 (sugar) S 26057 26059 24766 0 -1 4194304 1022 11482 0 2 3 1 175 15 16 0 1 0 1993100962 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26059/statm: 3400 798 370 3 0 500 0
[pid=26082] ppid=26059 vsize=5356 CPUtime=0
/proc/26082/stat : 26082 (sh) S 26059 26059 24766 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993101166 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26082/statm: 1339 232 193 169 0 50 0
[pid=26083] ppid=26082 vsize=17260 CPUtime=10.55
/proc/26083/stat : 26083 (picosat) R 26082 26059 24766 0 -1 4194304 4083 0 0 0 843 212 0 0 25 0 1 0 1993101167 17674240 4067 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/26083/statm: 4315 4067 42 102 0 4210 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 36216

[startup+25.5017 s]
/proc/loadavg: 1.94 1.97 1.95 3/85 26083
/proc/meminfo: memFree=1510376/2055920 swapFree=4179604/4192956
[pid=26059] ppid=26057 vsize=13600 CPUtime=1.94
/proc/26059/stat : 26059 (sugar) S 26057 26059 24766 0 -1 4194304 1022 11482 0 2 3 1 175 15 16 0 1 0 1993100962 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26059/statm: 3400 798 370 3 0 500 0
[pid=26082] ppid=26059 vsize=5356 CPUtime=0
/proc/26082/stat : 26082 (sh) S 26059 26059 24766 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993101166 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26082/statm: 1339 232 193 169 0 50 0
[pid=26083] ppid=26082 vsize=21088 CPUtime=23.22
/proc/26083/stat : 26083 (picosat) R 26082 26059 24766 0 -1 4194304 5052 0 0 0 2109 213 0 0 25 0 1 0 1993101167 21594112 5036 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26083/statm: 5272 5036 42 102 0 5167 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 40044

[startup+51.1017 s]
/proc/loadavg: 1.96 1.97 1.95 3/85 26083
/proc/meminfo: memFree=1504232/2055920 swapFree=4179604/4192956
[pid=26059] ppid=26057 vsize=13600 CPUtime=1.94
/proc/26059/stat : 26059 (sugar) S 26057 26059 24766 0 -1 4194304 1022 11482 0 2 3 1 175 15 16 0 1 0 1993100962 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26059/statm: 3400 798 370 3 0 500 0
[pid=26082] ppid=26059 vsize=5356 CPUtime=0
/proc/26082/stat : 26082 (sh) S 26059 26059 24766 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993101166 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26082/statm: 1339 232 193 169 0 50 0
[pid=26083] ppid=26082 vsize=27160 CPUtime=48.58
/proc/26083/stat : 26083 (picosat) R 26082 26059 24766 0 -1 4194304 6586 0 0 0 4643 215 0 0 25 0 1 0 1993101167 27811840 6570 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/26083/statm: 6790 6570 42 102 0 6685 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 46116

[startup+102.307 s]
/proc/loadavg: 1.98 1.97 1.95 3/85 26083
/proc/meminfo: memFree=1499624/2055920 swapFree=4179604/4192956
[pid=26059] ppid=26057 vsize=13600 CPUtime=1.94
/proc/26059/stat : 26059 (sugar) S 26057 26059 24766 0 -1 4194304 1022 11482 0 2 3 1 175 15 16 0 1 0 1993100962 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26059/statm: 3400 798 370 3 0 500 0
[pid=26082] ppid=26059 vsize=5356 CPUtime=0
/proc/26082/stat : 26082 (sh) S 26059 26059 24766 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993101166 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26082/statm: 1339 232 193 169 0 50 0
[pid=26083] ppid=26082 vsize=31512 CPUtime=99.3
/proc/26083/stat : 26083 (picosat) R 26082 26059 24766 0 -1 4194304 7778 0 0 0 9714 216 0 0 25 0 1 0 1993101167 32268288 7663 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26083/statm: 7878 7663 48 102 0 7773 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 50468

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.95 3/85 26083
/proc/meminfo: memFree=1496552/2055920 swapFree=4179604/4192956
[pid=26059] ppid=26057 vsize=13600 CPUtime=1.94
/proc/26059/stat : 26059 (sugar) S 26057 26059 24766 0 -1 4194304 1022 11482 0 2 3 1 175 15 16 0 1 0 1993100962 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26059/statm: 3400 798 370 3 0 500 0
[pid=26082] ppid=26059 vsize=5356 CPUtime=0
/proc/26082/stat : 26082 (sh) S 26059 26059 24766 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993101166 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26082/statm: 1339 232 193 169 0 50 0
[pid=26083] ppid=26082 vsize=34416 CPUtime=158.72
/proc/26083/stat : 26083 (picosat) R 26082 26059 24766 0 -1 4194304 8603 0 0 0 15656 216 0 0 25 0 1 0 1993101167 35241984 8394 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26083/statm: 8604 8394 48 102 0 8499 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 53372

[startup+222.302 s]
/proc/loadavg: 1.99 1.97 1.95 3/85 26083
/proc/meminfo: memFree=1494632/2055920 swapFree=4179604/4192956
[pid=26059] ppid=26057 vsize=13600 CPUtime=1.94
/proc/26059/stat : 26059 (sugar) S 26057 26059 24766 0 -1 4194304 1022 11482 0 2 3 1 175 15 16 0 1 0 1993100962 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26059/statm: 3400 798 370 3 0 500 0
[pid=26082] ppid=26059 vsize=5356 CPUtime=0
/proc/26082/stat : 26082 (sh) S 26059 26059 24766 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993101166 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/meminfo: memFree=805920/2055920 swapFree=4179604/4192956
[pid=26059] ppid=26057 vsize=13600 CPUtime=1.94
/proc/26059/stat : 26059 (sugar) S 26057 26059 24766 0 -1 4194304 1022 11482 0 2 3 1 175 15 16 0 1 0 1993100962 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26059/statm: 3400 798 370 3 0 500 0
[pid=26082] ppid=26059 vsize=5356 CPUtime=0
/proc/26082/stat : 26082 (sh) S 26059 26059 24766 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993101166 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26082/statm: 1339 232 193 169 0 50 0
[pid=26083] ppid=26082 vsize=51032 CPUtime=1287.94
/proc/26083/stat : 26083 (picosat) R 26082 26059 24766 0 -1 4194304 13624 0 0 0 128567 227 0 0 25 0 1 0 1993101167 52256768 12493 996147200 134512640 134931368 4294956256 18446744073709551615 134525675 0 0 4096 0 0 0 0 17 1 0 0
/proc/26083/statm: 12758 12493 48 102 0 12653 0
Current children cumulated CPU time (s) 1289.88
Current children cumulated vsize (KiB) 69988

[startup+1362.3 s]
/proc/loadavg: 2.48 2.41 2.22 3/86 26123
/proc/meminfo: memFree=811424/2055920 swapFree=4179604/4192956
[pid=26059] ppid=26057 vsize=13600 CPUtime=1.94
/proc/26059/stat : 26059 (sugar) S 26057 26059 24766 0 -1 4194304 1022 11482 0 2 3 1 175 15 16 0 1 0 1993100962 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26059/statm: 3400 798 370 3 0 500 0
[pid=26082] ppid=26059 vsize=5356 CPUtime=0
/proc/26082/stat : 26082 (sh) S 26059 26059 24766 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993101166 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26082/statm: 1339 232 193 169 0 50 0
[pid=26083] ppid=26082 vsize=52748 CPUtime=1347.25
/proc/26083/stat : 26083 (picosat) R 26082 26059 24766 0 -1 4194304 14242 0 0 0 134497 228 0 0 25 0 1 0 1993101167 54013952 12965 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26083/statm: 13187 12965 48 102 0 13082 0
Current children cumulated CPU time (s) 1349.19
Current children cumulated vsize (KiB) 71704

[startup+1422.31 s]
/proc/loadavg: 2.41 2.39 2.22 3/86 26123
/proc/meminfo: memFree=803680/2055920 swapFree=4179604/4192956
[pid=26059] ppid=26057 vsize=13600 CPUtime=1.94
/proc/26059/stat : 26059 (sugar) S 26057 26059 24766 0 -1 4194304 1022 11482 0 2 3 1 175 15 16 0 1 0 1993100962 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26059/statm: 3400 798 370 3 0 500 0
[pid=26082] ppid=26059 vsize=5356 CPUtime=0
/proc/26082/stat : 26082 (sh) S 26059 26059 24766 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993101166 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26082/statm: 1339 232 193 169 0 50 0
[pid=26083] ppid=26082 vsize=52748 CPUtime=1406.56
/proc/26083/stat : 26083 (picosat) R 26082 26059 24766 0 -1 4194304 14242 0 0 0 140428 228 0 0 25 0 1 0 1993101167 54013952 12965 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/26083/statm: 13187 12965 48 102 0 13082 0
Current children cumulated CPU time (s) 1408.5
Current children cumulated vsize (KiB) 71704

[startup+1482.3 s]
/proc/loadavg: 2.47 2.41 2.23 3/86 26123
/proc/meminfo: memFree=1011296/2055920 swapFree=4179604/4192956
[pid=26059] ppid=26057 vsize=13600 CPUtime=1.94
/proc/26059/stat : 26059 (sugar) S 26057 26059 24766 0 -1 4194304 1022 11482 0 2 3 1 175 15 16 0 1 0 1993100962 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26059/statm: 3400 798 370 3 0 500 0
[pid=26082] ppid=26059 vsize=5356 CPUtime=0
/proc/26082/stat : 26082 (sh) S 26059 26059 24766 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993101166 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26082/statm: 1339 232 193 169 0 50 0
[pid=26083] ppid=26082 vsize=54728 CPUtime=1465.9
/proc/26083/stat : 26083 (picosat) R 26082 26059 24766 0 -1 4194304 14707 0 0 0 146361 229 0 0 25 0 1 0 1993101167 56041472 13430 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26083/statm: 13682 13430 48 102 0 13577 0
Current children cumulated CPU time (s) 1467.84
Current children cumulated vsize (KiB) 73684

[startup+1542.3 s]
/proc/loadavg: 2.34 2.38 2.23 5/86 26123
/proc/meminfo: memFree=800032/2055920 swapFree=4179604/4192956
[pid=26059] ppid=26057 vsize=13600 CPUtime=1.94
/proc/26059/stat : 26059 (sugar) S 26057 26059 24766 0 -1 4194304 1022 11482 0 2 3 1 175 15 16 0 1 0 1993100962 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26059/statm: 3400 798 370 3 0 500 0
[pid=26082] ppid=26059 vsize=5356 CPUtime=0
/proc/26082/stat : 26082 (sh) S 26059 26059 24766 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993101166 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26082/statm: 1339 232 193 169 0 50 0
[pid=26083] ppid=26082 vsize=56708 CPUtime=1525.26
/proc/26083/stat : 26083 (picosat) R 26082 26059 24766 0 -1 4194304 15370 0 0 0 152296 230 0 0 25 0 1 0 1993101167 58068992 13940 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26083/statm: 14177 13940 48 102 0 14072 0
Current children cumulated CPU time (s) 1527.2
Current children cumulated vsize (KiB) 75664

[startup+1602.3 s]
/proc/loadavg: 2.49 2.41 2.25 4/86 26123
/proc/meminfo: memFree=799712/2055920 swapFree=4179604/4192956
[pid=26059] ppid=26057 vsize=13600 CPUtime=1.94
/proc/26059/stat : 26059 (sugar) S 26057 26059 24766 0 -1 4194304 1022 11482 0 2 3 1 175 15 16 0 1 0 1993100962 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26059/statm: 3400 798 370 3 0 500 0
[pid=26082] ppid=26059 vsize=5356 CPUtime=0
/proc/26082/stat : 26082 (sh) S 26059 26059 24766 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993101166 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26082/statm: 1339 232 193 169 0 50 0
[pid=26083] ppid=26082 vsize=56708 CPUtime=1584.61
/proc/26083/stat : 26083 (picosat) R 26082 26059 24766 0 -1 4194304 15370 0 0 0 158231 230 0 0 25 0 1 0 1993101167 58068992 13940 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26083/statm: 14177 13940 48 102 0 14072 0
Current children cumulated CPU time (s) 1586.55
Current children cumulated vsize (KiB) 75664

[startup+1662.3 s]
/proc/loadavg: 2.34 2.38 2.25 4/86 26123
/proc/meminfo: memFree=1020896/2055920 swapFree=4179604/4192956
[pid=26059] ppid=26057 vsize=13600 CPUtime=1.94
/proc/26059/stat : 26059 (sugar) S 26057 26059 24766 0 -1 4194304 1022 11482 0 2 3 1 175 15 16 0 1 0 1993100962 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26059/statm: 3400 798 370 3 0 500 0
[pid=26082] ppid=26059 vsize=5356 CPUtime=0
/proc/26082/stat : 26082 (sh) S 26059 26059 24766 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993101166 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26082/statm: 1339 232 193 169 0 50 0
[pid=26083] ppid=26082 vsize=56708 CPUtime=1643.94
/proc/26083/stat : 26083 (picosat) R 26082 26059 24766 0 -1 4194304 15370 0 0 0 164164 230 0 0 25 0 1 0 1993101167 58068992 13940 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 1 0 0
/proc/26083/statm: 14177 13940 48 102 0 14072 0
Current children cumulated CPU time (s) 1645.88
Current children cumulated vsize (KiB) 75664

[startup+1722.3 s]
/proc/loadavg: 2.51 2.42 2.27 4/86 26125
/proc/meminfo: memFree=798752/2055920 swapFree=4179604/4192956
[pid=26059] ppid=26057 vsize=13600 CPUtime=1.94
/proc/26059/stat : 26059 (sugar) S 26057 26059 24766 0 -1 4194304 1022 11482 0 2 3 1 175 15 16 0 1 0 1993100962 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26059/statm: 3400 798 370 3 0 500 0
[pid=26082] ppid=26059 vsize=5356 CPUtime=0
/proc/26082/stat : 26082 (sh) S 26059 26059 24766 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993101166 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26082/statm: 1339 232 193 169 0 50 0
[pid=26083] ppid=26082 vsize=59680 CPUtime=1703.28
/proc/26083/stat : 26083 (picosat) R 26082 26059 24766 0 -1 4194304 15785 0 0 0 170097 231 0 0 25 0 1 0 1993101167 61112320 14196 996147200 134512640 134931368 4294956256 18446744073709551615 134525927 0 0 4096 0 0 0 0 17 1 0 0
/proc/26083/statm: 14920 14196 48 102 0 14815 0
Current children cumulated CPU time (s) 1705.22
Current children cumulated vsize (KiB) 78636

[startup+1782.3 s]
/proc/loadavg: 2.37 2.39 2.27 5/86 26125
/proc/meminfo: memFree=847648/2055920 swapFree=4179604/4192956
[pid=26059] ppid=26057 vsize=13600 CPUtime=1.94
/proc/26059/stat : 26059 (sugar) S 26057 26059 24766 0 -1 4194304 1022 11482 0 2 3 1 175 15 16 0 1 0 1993100962 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26059/statm: 3400 798 370 3 0 500 0
[pid=26082] ppid=26059 vsize=5356 CPUtime=0
/proc/26082/stat : 26082 (sh) S 26059 26059 24766 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993101166 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26082/statm: 1339 232 193 169 0 50 0
[pid=26083] ppid=26082 vsize=59680 CPUtime=1762.58
/proc/26083/stat : 26083 (picosat) R 26082 26059 24766 0 -1 4194304 15785 0 0 0 176027 231 0 0 25 0 1 0 1993101167 61112320 14196 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/26083/statm: 14920 14196 48 102 0 14815 0
Current children cumulated CPU time (s) 1764.52
Current children cumulated vsize (KiB) 78636



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1818.2 s]
/proc/loadavg: 2.42 2.40 2.28 4/86 26125
/proc/meminfo: memFree=933984/2055920 swapFree=4179604/4192956
[pid=26059] ppid=26057 vsize=13600 CPUtime=1.94
/proc/26059/stat : 26059 (sugar) S 26057 26059 24766 0 -1 4194304 1022 11482 0 2 3 1 175 15 16 0 1 0 1993100962 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26059/statm: 3400 798 370 3 0 500 0
[pid=26082] ppid=26059 vsize=5356 CPUtime=0
/proc/26082/stat : 26082 (sh) S 26059 26059 24766 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1993101166 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26082/statm: 1339 232 193 169 0 50 0
[pid=26083] ppid=26082 vsize=59680 CPUtime=1798.07
/proc/26083/stat : 26083 (picosat) R 26082 26059 24766 0 -1 4194304 15785 0 0 0 179576 231 0 0 25 0 1 0 1993101167 61112320 14196 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 1 0 0
/proc/26083/statm: 14920 14196 48 102 0 14815 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 78636

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 26059 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=794727
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=168974
# CPU time returned by wait4() is 1.9637
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1818.23
CPU time (s): 1800.01
CPU user time (s): 1797.54
CPU system time (s): 2.47
CPU usage (%): 98.9982
Max. virtual memory (cumulated for all children) (KiB): 887296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.79473
system time used= 0.168974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12914
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= 3149
involuntary context switches= 3090

runsolver used 2.30765 second user time and 6.81496 second system time

The end

Launcher Data (download as text)

Begin job on node74 at 2008-07-04 05:18:18
IDJOB=1064441
IDBENCH=54956
IDSOLVER=345
FILE ID=node74/1064441-1215141498
PBS_JOBID= 7877338
Free space on /tmp= 103236 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/tdsp/normalized-C3-2-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-1064441-1215141498/watcher-1064441-1215141498 -o /tmp/evaluation-result-1064441-1215141498/solver-1064441-1215141498 -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-1064441-1215141498.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 580d1f4298858f6e76af46cd173ebb13
RANDOM SEED=1072094497

node74.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:       1541088 kB
Buffers:         57156 kB
Cached:         294428 kB
SwapCached:       6708 kB
Active:         204896 kB
Inactive:       246744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1541088 kB
SwapTotal:     4192956 kB
SwapFree:      4179604 kB
Dirty:            1360 kB
Writeback:           0 kB
Mapped:         113864 kB
Slab:            47972 kB
Committed_AS:  4706064 kB
PageTables:       2092 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= 103236 MiB
End job on node74 at 2008-07-04 05:48:39