Trace number 1039611

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.11 1817.32

General information on the benchmark

Namecsp/frb59-26/
normalized-frb59-26-3_ext.xml
MD5SUM999ed450faf80e21d53a14e347aa0590
Bench Category2-ARY-EXT (binary constraints in extension)
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 variables59
Number of constraints669
Maximum constraint arity2
Maximum domain size26
Number of constraints which are defined in extension669
Number of constraints which are defined in intension0
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 Wed Jul  2 05:05:40 2008
0.00/0.04	c 0	PID 22037
0.03/0.05	c 0	HOST node18.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1039611-1214967940.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-1039611-1214967940.xml' 'HOME/temp.csp'
0.03/0.91	c 1	1 domains, 59 variables, 0 predicates, 669 relations, 669 constraints
0.03/0.94	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.94	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.92/1.02	c 1	Parsing HOME/temp.csp
1.61/1.74	c 2	parsed 1398 expressions
1.61/1.74	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.61/1.74	c 2	Converting to clausal form CSP
1.61/1.77	c 2	converted 140 (10%) expressions
1.72/1.86	c 2	converted 280 (20%) expressions
1.72/1.87	c 2	converted 420 (30%) expressions
1.72/1.87	c 2	converted 560 (40%) expressions
1.82/1.90	c 2	converted 699 (50%) expressions
1.82/1.96	c 2	converted 839 (60%) expressions
1.91/2.02	c 2	converted 979 (70%) expressions
1.91/2.09	c 2	converted 1119 (80%) expressions
2.11/2.28	c 2	converted 1259 (90%) expressions
2.21/2.37	c 2	converted 1398 (100%) expressions
2.21/2.37	c 2	CSP : 59 integers, 0 booleans, 669 clauses, largest domain size 26
2.21/2.37	c 2	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.21/2.38	c 2	Propagation in CSP
2.21/2.38	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.21/2.38	c 2	CSP : 59 integers, 0 booleans, 669 clauses, largest domain size 26
2.21/2.38	c 2	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.21/2.38	c 2	Simplifing CSP by introducing new Boolean variables
2.21/2.38	c 2	CSP : 59 integers, 0 booleans, 669 clauses, largest domain size 26
2.21/2.38	c 2	Heap : 25 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.30/2.46	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.30/2.48	c 2	6 (10%) CSP integer variables are encoded (144 clauses, 1440 bytes)
2.30/2.48	c 3	12 (20%) CSP integer variables are encoded (288 clauses, 3024 bytes)
2.30/2.48	c 3	18 (30%) CSP integer variables are encoded (432 clauses, 4608 bytes)
2.30/2.48	c 3	24 (40%) CSP integer variables are encoded (576 clauses, 6192 bytes)
2.30/2.48	c 3	30 (50%) CSP integer variables are encoded (720 clauses, 7776 bytes)
2.30/2.49	c 3	36 (60%) CSP integer variables are encoded (864 clauses, 9360 bytes)
2.30/2.49	c 3	42 (70%) CSP integer variables are encoded (1008 clauses, 11041 bytes)
2.30/2.49	c 3	48 (80%) CSP integer variables are encoded (1152 clauses, 12913 bytes)
2.30/2.49	c 3	54 (90%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
2.30/2.49	c 3	59 (100%) CSP integer variables are encoded (1416 clauses, 16345 bytes)
2.40/2.58	c 3	67 (10%) CSP clauses are encoded (9054 clauses, 149353 bytes)
2.51/2.62	c 3	134 (20%) CSP clauses are encoded (16656 clauses, 293495 bytes)
2.51/2.67	c 3	201 (30%) CSP clauses are encoded (24171 clauses, 443093 bytes)
2.60/2.71	c 3	268 (40%) CSP clauses are encoded (31777 clauses, 592564 bytes)
2.60/2.75	c 3	335 (50%) CSP clauses are encoded (39364 clauses, 744626 bytes)
2.70/2.80	c 3	402 (60%) CSP clauses are encoded (46927 clauses, 895413 bytes)
2.70/2.84	c 3	469 (70%) CSP clauses are encoded (54563 clauses, 1048619 bytes)
2.70/2.89	c 3	536 (80%) CSP clauses are encoded (62109 clauses, 1202654 bytes)
2.80/2.93	c 3	603 (90%) CSP clauses are encoded (69708 clauses, 1360030 bytes)
2.80/2.98	c 3	669 (100%) CSP clauses are encoded (77227 clauses, 1529614 bytes)
2.80/2.98	c 3	669 CSP clauses encoded
2.80/2.98	c 3	Writing map file : HOME/temp.map
2.80/2.98	c 3	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.80/2.98	c 3	SAT : 1475 SAT variables, 77227 SAT clauses, 1529614 bytes
2.80/2.98	c 3	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.89/3.03	c 3	SOLVING HOME/temp.cnf
2.89/3.03	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.07/1817.30	sh: line 1: 22061 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.07/1817.31	c 1817	DECODING HOME/temp.out WITH HOME/temp.map
1800.07/1817.31	c 1817	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.07/1817.31	c ERROR INTERRUPTED
1800.07/1817.31	s UNKNOWN
1800.07/1817.31	c 1817	CPU 1799.37 (0.03 0.01 1799.34 0.71)
1800.07/1817.31	c 1817	END Wed Jul  2 05:35:57 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-1039611-1214967940/watcher-1039611-1214967940 -o /tmp/evaluation-result-1039611-1214967940/solver-1039611-1214967940 -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-1039611-1214967940.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 22037
/proc/meminfo: memFree=1668496/2055920 swapFree=4180060/4192956
[pid=22037] ppid=22035 vsize=12268 CPUtime=0
/proc/22037/stat : 22037 (sugar) R 22035 22037 22000 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1975768394 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 227848976997 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/22037/statm: 3067 316 241 3 0 167 0

[startup+0.04975 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 22037
/proc/meminfo: memFree=1668496/2055920 swapFree=4180060/4192956
[pid=22037] ppid=22035 vsize=13600 CPUtime=0.03
/proc/22037/stat : 22037 (sugar) S 22035 22037 22000 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1975768394 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22037/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101509 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 22037
/proc/meminfo: memFree=1668496/2055920 swapFree=4180060/4192956
[pid=22037] ppid=22035 vsize=13600 CPUtime=0.03
/proc/22037/stat : 22037 (sugar) S 22035 22037 22000 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1975768394 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22037/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301542 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 22037
/proc/meminfo: memFree=1668496/2055920 swapFree=4180060/4192956
[pid=22037] ppid=22035 vsize=13600 CPUtime=0.03
/proc/22037/stat : 22037 (sugar) S 22035 22037 22000 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1975768394 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22037/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701616 s]
/proc/loadavg: 1.99 1.98 1.99 4/72 22037
/proc/meminfo: memFree=1668496/2055920 swapFree=4180060/4192956
[pid=22037] ppid=22035 vsize=13600 CPUtime=0.03
/proc/22037/stat : 22037 (sugar) S 22035 22037 22000 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1975768394 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22037/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50276 s]
/proc/loadavg: 2.07 2.00 2.00 4/83 22059
/proc/meminfo: memFree=1661944/2055920 swapFree=4180060/4192956
[pid=22037] ppid=22035 vsize=13600 CPUtime=0.88
/proc/22037/stat : 22037 (sugar) S 22035 22037 22000 0 -1 4194304 973 5158 0 1 3 0 79 6 16 0 1 0 1975768394 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22037/statm: 3400 797 370 3 0 500 0
[pid=22050] ppid=22037 vsize=5356 CPUtime=0
/proc/22050/stat : 22050 (sh) S 22037 22037 22000 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1975768488 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22050/statm: 1339 233 193 169 0 50 0
[pid=22051] ppid=22050 vsize=864012 CPUtime=0.54
/proc/22051/stat : 22051 (java) S 22050 22037 22000 0 -1 0 6557 0 1 0 50 4 0 0 18 0 9 0 1975768488 884748288 5846 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22051/statm: 216003 5846 2532 9 0 210585 0
[pid=22051/tid=22052] ppid=22050 vsize=864012 CPUtime=0.33
/proc/22051/task/22052/stat : 22052 (java) R 22050 22037 22000 0 -1 64 2458 0 1 0 32 1 0 0 22 0 9 0 1975768489 884748288 5846 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22051/tid=22053] ppid=22050 vsize=864012 CPUtime=0.11
/proc/22051/task/22053/stat : 22053 (java) R 22050 22037 22000 0 -1 64 3075 0 0 0 10 1 0 0 16 0 9 0 1975768490 884748288 5846 996147200 134512640 134550740 4294955952 18446744073709551615 102721867 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22051/tid=22054] ppid=22050 vsize=864012 CPUtime=0
/proc/22051/task/22054/stat : 22054 (java) S 22050 22037 22000 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1975768491 884748288 5846 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22051/tid=22055] ppid=22050 vsize=864012 CPUtime=0
/proc/22051/task/22055/stat : 22055 (java) S 22050 22037 22000 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1975768491 884748288 5846 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22051/tid=22056] ppid=22050 vsize=864012 CPUtime=0
/proc/22051/task/22056/stat : 22056 (java) S 22050 22037 22000 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1975768493 884748288 5846 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22051/tid=22057] ppid=22050 vsize=864012 CPUtime=0.06
/proc/22051/task/22057/stat : 22057 (java) S 22050 22037 22000 0 -1 64 327 0 0 0 6 0 0 0 16 0 9 0 1975768493 884748288 5846 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22051/tid=22058] ppid=22050 vsize=864012 CPUtime=0
/proc/22051/task/22058/stat : 22058 (java) S 22050 22037 22000 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1975768493 884748288 5846 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22051/tid=22059] ppid=22050 vsize=864012 CPUtime=0
/proc/22051/task/22059/stat : 22059 (java) S 22050 22037 22000 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1975768493 884748288 5846 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 882968

[startup+3.10104 s]
/proc/loadavg: 2.07 2.00 2.00 4/83 22059
/proc/meminfo: memFree=1637496/2055920 swapFree=4180060/4192956
[pid=22037] ppid=22035 vsize=13600 CPUtime=2.91
/proc/22037/stat : 22037 (sugar) S 22035 22037 22000 0 -1 4194304 1021 16899 0 2 3 1 272 15 16 0 1 0 1975768394 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22037/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 13600

[startup+6.3026 s]
/proc/loadavg: 2.07 2.00 2.00 3/75 22061
/proc/meminfo: memFree=1660216/2055920 swapFree=4180060/4192956
[pid=22037] ppid=22035 vsize=13600 CPUtime=2.91
/proc/22037/stat : 22037 (sugar) S 22035 22037 22000 0 -1 4194304 1021 16899 0 2 3 1 272 15 16 0 1 0 1975768394 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22037/statm: 3400 798 370 3 0 500 0
[pid=22060] ppid=22037 vsize=5356 CPUtime=0
/proc/22060/stat : 22060 (sh) S 22037 22037 22000 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975768698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22060/statm: 1339 232 193 169 0 50 0
[pid=22061] ppid=22060 vsize=4296 CPUtime=3.22
/proc/22061/stat : 22061 (picosat) R 22060 22037 22000 0 -1 4194304 975 0 0 0 275 47 0 0 25 0 1 0 1975768698 4399104 961 996147200 134512640 134931368 4294956256 18446744073709551615 134529076 0 0 4096 0 0 0 0 17 1 0 0
/proc/22061/statm: 1074 961 42 102 0 969 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 23252

[startup+12.7027 s]
/proc/loadavg: 2.06 2.00 2.00 3/75 22061
/proc/meminfo: memFree=1658552/2055920 swapFree=4180060/4192956
[pid=22037] ppid=22035 vsize=13600 CPUtime=2.91
/proc/22037/stat : 22037 (sugar) S 22035 22037 22000 0 -1 4194304 1021 16899 0 2 3 1 272 15 16 0 1 0 1975768394 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22037/statm: 3400 798 370 3 0 500 0
[pid=22060] ppid=22037 vsize=5356 CPUtime=0
/proc/22060/stat : 22060 (sh) S 22037 22037 22000 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975768698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22060/statm: 1339 232 193 169 0 50 0
[pid=22061] ppid=22060 vsize=5600 CPUtime=9.56
/proc/22061/stat : 22061 (picosat) R 22060 22037 22000 0 -1 4194304 1294 0 0 0 909 47 0 0 25 0 1 0 1975768698 5734400 1278 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/22061/statm: 1400 1278 48 102 0 1295 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 24556

[startup+25.502 s]
/proc/loadavg: 2.05 2.00 2.00 3/75 22061
/proc/meminfo: memFree=1658232/2055920 swapFree=4180060/4192956
[pid=22037] ppid=22035 vsize=13600 CPUtime=2.91
/proc/22037/stat : 22037 (sugar) S 22035 22037 22000 0 -1 4194304 1021 16899 0 2 3 1 272 15 16 0 1 0 1975768394 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22037/statm: 3400 798 370 3 0 500 0
[pid=22060] ppid=22037 vsize=5356 CPUtime=0
/proc/22060/stat : 22060 (sh) S 22037 22037 22000 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975768698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22060/statm: 1339 232 193 169 0 50 0
[pid=22061] ppid=22060 vsize=5896 CPUtime=22.23
/proc/22061/stat : 22061 (picosat) R 22060 22037 22000 0 -1 4194304 1377 0 0 0 2176 47 0 0 25 0 1 0 1975768698 6037504 1361 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22061/statm: 1474 1361 48 102 0 1369 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 24852

[startup+51.1015 s]
/proc/loadavg: 2.03 2.00 2.00 3/75 22061
/proc/meminfo: memFree=1657720/2055920 swapFree=4180060/4192956
[pid=22037] ppid=22035 vsize=13600 CPUtime=2.91
/proc/22037/stat : 22037 (sugar) S 22035 22037 22000 0 -1 4194304 1021 16899 0 2 3 1 272 15 16 0 1 0 1975768394 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22037/statm: 3400 798 370 3 0 500 0
[pid=22060] ppid=22037 vsize=5356 CPUtime=0
/proc/22060/stat : 22060 (sh) S 22037 22037 22000 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975768698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22060/statm: 1339 232 193 169 0 50 0
[pid=22061] ppid=22060 vsize=6376 CPUtime=47.59
/proc/22061/stat : 22061 (picosat) R 22060 22037 22000 0 -1 4194304 1512 0 0 0 4712 47 0 0 25 0 1 0 1975768698 6529024 1496 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22061/statm: 1594 1496 48 102 0 1489 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 25332

[startup+102.307 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 22061
/proc/meminfo: memFree=1656376/2055920 swapFree=4180060/4192956
[pid=22037] ppid=22035 vsize=13600 CPUtime=2.91
/proc/22037/stat : 22037 (sugar) S 22035 22037 22000 0 -1 4194304 1021 16899 0 2 3 1 272 15 16 0 1 0 1975768394 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22037/statm: 3400 798 370 3 0 500 0
[pid=22060] ppid=22037 vsize=5356 CPUtime=0
/proc/22060/stat : 22060 (sh) S 22037 22037 22000 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975768698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22060/statm: 1339 232 193 169 0 50 0
[pid=22061] ppid=22060 vsize=7404 CPUtime=98.32
/proc/22061/stat : 22061 (picosat) R 22060 22037 22000 0 -1 4194304 1789 0 0 0 9784 48 0 0 25 0 1 0 1975768698 7581696 1740 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22061/statm: 1851 1740 48 102 0 1746 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 26360

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22061
/proc/meminfo: memFree=1655352/2055920 swapFree=4180060/4192956
[pid=22037] ppid=22035 vsize=13600 CPUtime=2.91
/proc/22037/stat : 22037 (sugar) S 22035 22037 22000 0 -1 4194304 1021 16899 0 2 3 1 272 15 16 0 1 0 1975768394 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22037/statm: 3400 798 370 3 0 500 0
[pid=22060] ppid=22037 vsize=5356 CPUtime=0
/proc/22060/stat : 22060 (sh) S 22037 22037 22000 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975768698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22060/statm: 1339 232 193 169 0 50 0
[pid=22061] ppid=22060 vsize=8328 CPUtime=157.75
/proc/22061/stat : 22061 (picosat) R 22060 22037 22000 0 -1 4194304 2217 0 0 0 15727 48 0 0 25 0 1 0 1975768698 8527872 1973 996147200 134512640 134931368 4294956256 18446744073709551615 134525751 0 0 4096 0 0 0 0 17 1 0 0
/proc/22061/statm: 2082 1973 48 102 0 1977 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 27284

[startup+222.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22061
/proc/meminfo: memFree=1654840/2055920 swapFree=4180060/4192956
[pid=22037] ppid=22035 vsize=13600 CPUtime=2.91
/proc/22037/stat : 22037 (sugar) S 22035 22037 22000 0 -1 4194304 1021 16899 0 2 3 1 272 15 16 0 1 0 1975768394 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22037/statm: 3400 798 370 3 0 500 0
[pid=22060] ppid=22037 vsize=5356 CPUtime=0
/proc/22060/stat : 22060 (sh) S 22037 22037 22000 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975768698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22060/statm: 1339 232 193 169 0 50 0
[pid=22061] ppid=22060 vsize=8724 CPUtime=217.17
/proc/22061/stat : 22061 (picosat) R 22060 22037 22000 0 -1 4194304 2478 0 0 0 21669 48 0 0 25 0 1 0 1975768698 8933376 2095 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/22061/statm: 2181 2095 48 102 0 2076 0
Current children cumulated CPU time (s) 220.08
Current children cumulated vsize (KiB) 27680

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

[pid=22037] ppid=22035 vsize=13600 CPUtime=2.91
/proc/22037/stat : 22037 (sugar) S 22035 22037 22000 0 -1 4194304 1021 16899 0 2 3 1 272 15 16 0 1 0 1975768394 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22037/statm: 3400 798 370 3 0 500 0
[pid=22060] ppid=22037 vsize=5356 CPUtime=0
/proc/22060/stat : 22060 (sh) S 22037 22037 22000 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975768698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22060/statm: 1339 232 193 169 0 50 0
[pid=22061] ppid=22060 vsize=14752 CPUtime=1287
/proc/22061/stat : 22061 (picosat) R 22060 22037 22000 0 -1 4194304 5539 0 0 0 128647 53 0 0 25 0 1 0 1975768698 15106048 3493 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22061/statm: 3688 3493 48 102 0 3583 0
Current children cumulated CPU time (s) 1289.91
Current children cumulated vsize (KiB) 33708

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 22061
/proc/meminfo: memFree=1648056/2055920 swapFree=4180060/4192956
[pid=22037] ppid=22035 vsize=13600 CPUtime=2.91
/proc/22037/stat : 22037 (sugar) S 22035 22037 22000 0 -1 4194304 1021 16899 0 2 3 1 272 15 16 0 1 0 1975768394 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22037/statm: 3400 798 370 3 0 500 0
[pid=22060] ppid=22037 vsize=5356 CPUtime=0
/proc/22060/stat : 22060 (sh) S 22037 22037 22000 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975768698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22060/statm: 1339 232 193 169 0 50 0
[pid=22061] ppid=22060 vsize=15280 CPUtime=1346.45
/proc/22061/stat : 22061 (picosat) R 22060 22037 22000 0 -1 4194304 5769 0 0 0 134591 54 0 0 25 0 1 0 1975768698 15646720 3626 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22061/statm: 3820 3626 48 102 0 3715 0
Current children cumulated CPU time (s) 1349.36
Current children cumulated vsize (KiB) 34236

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 22118
/proc/meminfo: memFree=1634696/2055920 swapFree=4180060/4192956
[pid=22037] ppid=22035 vsize=13600 CPUtime=2.91
/proc/22037/stat : 22037 (sugar) S 22035 22037 22000 0 -1 4194304 1021 16899 0 2 3 1 272 15 16 0 1 0 1975768394 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22037/statm: 3400 798 370 3 0 500 0
[pid=22060] ppid=22037 vsize=5356 CPUtime=0
/proc/22060/stat : 22060 (sh) S 22037 22037 22000 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975768698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22060/statm: 1339 232 193 169 0 50 0
[pid=22061] ppid=22060 vsize=15280 CPUtime=1405.89
/proc/22061/stat : 22061 (picosat) R 22060 22037 22000 0 -1 4194304 5769 0 0 0 140535 54 0 0 25 0 1 0 1975768698 15646720 3626 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22061/statm: 3820 3626 48 102 0 3715 0
Current children cumulated CPU time (s) 1408.8
Current children cumulated vsize (KiB) 34236

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 22118
/proc/meminfo: memFree=1634056/2055920 swapFree=4180060/4192956
[pid=22037] ppid=22035 vsize=13600 CPUtime=2.91
/proc/22037/stat : 22037 (sugar) S 22035 22037 22000 0 -1 4194304 1021 16899 0 2 3 1 272 15 16 0 1 0 1975768394 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22037/statm: 3400 798 370 3 0 500 0
[pid=22060] ppid=22037 vsize=5356 CPUtime=0
/proc/22060/stat : 22060 (sh) S 22037 22037 22000 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975768698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22060/statm: 1339 232 193 169 0 50 0
[pid=22061] ppid=22060 vsize=15676 CPUtime=1465.31
/proc/22061/stat : 22061 (picosat) R 22060 22037 22000 0 -1 4194304 5994 0 0 0 146477 54 0 0 25 0 1 0 1975768698 16052224 3749 996147200 134512640 134931368 4294956256 18446744073709551615 134525823 0 0 4096 0 0 0 0 17 1 0 0
/proc/22061/statm: 3919 3749 48 102 0 3814 0
Current children cumulated CPU time (s) 1468.22
Current children cumulated vsize (KiB) 34632

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 22118
/proc/meminfo: memFree=1633800/2055920 swapFree=4180060/4192956
[pid=22037] ppid=22035 vsize=13600 CPUtime=2.91
/proc/22037/stat : 22037 (sugar) S 22035 22037 22000 0 -1 4194304 1021 16899 0 2 3 1 272 15 16 0 1 0 1975768394 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22037/statm: 3400 798 370 3 0 500 0
[pid=22060] ppid=22037 vsize=5356 CPUtime=0
/proc/22060/stat : 22060 (sh) S 22037 22037 22000 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975768698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22060/statm: 1339 232 193 169 0 50 0
[pid=22061] ppid=22060 vsize=15940 CPUtime=1524.76
/proc/22061/stat : 22061 (picosat) R 22060 22037 22000 0 -1 4194304 6153 0 0 0 152421 55 0 0 25 0 1 0 1975768698 16322560 3806 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/22061/statm: 3985 3806 48 102 0 3880 0
Current children cumulated CPU time (s) 1527.67
Current children cumulated vsize (KiB) 34896

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 22118
/proc/meminfo: memFree=1633736/2055920 swapFree=4180060/4192956
[pid=22037] ppid=22035 vsize=13600 CPUtime=2.91
/proc/22037/stat : 22037 (sugar) S 22035 22037 22000 0 -1 4194304 1021 16899 0 2 3 1 272 15 16 0 1 0 1975768394 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22037/statm: 3400 798 370 3 0 500 0
[pid=22060] ppid=22037 vsize=5356 CPUtime=0
/proc/22060/stat : 22060 (sh) S 22037 22037 22000 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975768698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22060/statm: 1339 232 193 169 0 50 0
[pid=22061] ppid=22060 vsize=15940 CPUtime=1584.19
/proc/22061/stat : 22061 (picosat) R 22060 22037 22000 0 -1 4194304 6153 0 0 0 158364 55 0 0 25 0 1 0 1975768698 16322560 3806 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 1 0 0
/proc/22061/statm: 3985 3806 48 102 0 3880 0
Current children cumulated CPU time (s) 1587.1
Current children cumulated vsize (KiB) 34896

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 22118
/proc/meminfo: memFree=1633288/2055920 swapFree=4180060/4192956
[pid=22037] ppid=22035 vsize=13600 CPUtime=2.91
/proc/22037/stat : 22037 (sugar) S 22035 22037 22000 0 -1 4194304 1021 16899 0 2 3 1 272 15 16 0 1 0 1975768394 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22037/statm: 3400 798 370 3 0 500 0
[pid=22060] ppid=22037 vsize=5356 CPUtime=0
/proc/22060/stat : 22060 (sh) S 22037 22037 22000 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975768698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22060/statm: 1339 232 193 169 0 50 0
[pid=22061] ppid=22060 vsize=16336 CPUtime=1643.62
/proc/22061/stat : 22061 (picosat) R 22060 22037 22000 0 -1 4194304 6339 0 0 0 164307 55 0 0 25 0 1 0 1975768698 16728064 3890 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22061/statm: 4084 3890 48 102 0 3979 0
Current children cumulated CPU time (s) 1646.53
Current children cumulated vsize (KiB) 35292

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 22118
/proc/meminfo: memFree=1633352/2055920 swapFree=4180060/4192956
[pid=22037] ppid=22035 vsize=13600 CPUtime=2.91
/proc/22037/stat : 22037 (sugar) S 22035 22037 22000 0 -1 4194304 1021 16899 0 2 3 1 272 15 16 0 1 0 1975768394 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22037/statm: 3400 798 370 3 0 500 0
[pid=22060] ppid=22037 vsize=5356 CPUtime=0
/proc/22060/stat : 22060 (sh) S 22037 22037 22000 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975768698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22060/statm: 1339 232 193 169 0 50 0
[pid=22061] ppid=22060 vsize=16012 CPUtime=1703.06
/proc/22061/stat : 22061 (picosat) R 22060 22037 22000 0 -1 4194304 6456 0 0 0 170251 55 0 0 25 0 1 0 1975768698 16396288 3848 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22061/statm: 4003 3848 48 102 0 3898 0
Current children cumulated CPU time (s) 1705.97
Current children cumulated vsize (KiB) 34968

[startup+1782.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/84 22118
/proc/meminfo: memFree=1633480/2055920 swapFree=4180060/4192956
[pid=22037] ppid=22035 vsize=13600 CPUtime=2.91
/proc/22037/stat : 22037 (sugar) S 22035 22037 22000 0 -1 4194304 1021 16899 0 2 3 1 272 15 16 0 1 0 1975768394 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22037/statm: 3400 798 370 3 0 500 0
[pid=22060] ppid=22037 vsize=5356 CPUtime=0
/proc/22060/stat : 22060 (sh) S 22037 22037 22000 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975768698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22060/statm: 1339 232 193 169 0 50 0
[pid=22061] ppid=22060 vsize=16012 CPUtime=1762.49
/proc/22061/stat : 22061 (picosat) R 22060 22037 22000 0 -1 4194304 6456 0 0 0 176194 55 0 0 25 0 1 0 1975768698 16396288 3848 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/22061/statm: 4003 3848 48 102 0 3898 0
Current children cumulated CPU time (s) 1765.4
Current children cumulated vsize (KiB) 34968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 22118
/proc/meminfo: memFree=1633480/2055920 swapFree=4180060/4192956
[pid=22037] ppid=22035 vsize=13600 CPUtime=2.91
/proc/22037/stat : 22037 (sugar) S 22035 22037 22000 0 -1 4194304 1021 16899 0 2 3 1 272 15 16 0 1 0 1975768394 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22037/statm: 3400 798 370 3 0 500 0
[pid=22060] ppid=22037 vsize=5356 CPUtime=0
/proc/22060/stat : 22060 (sh) S 22037 22037 22000 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975768698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22060/statm: 1339 232 193 169 0 50 0
[pid=22061] ppid=22060 vsize=16012 CPUtime=1797.16
/proc/22061/stat : 22061 (picosat) R 22060 22037 22000 0 -1 4194304 6456 0 0 0 179661 55 0 0 25 0 1 0 1975768698 16396288 3848 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 1 0 0
/proc/22061/statm: 4003 3848 48 102 0 3898 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 34968

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

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

[startup+1817.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/84 22118
/proc/meminfo: memFree=1633480/2055920 swapFree=4180060/4192956
[pid=22037] ppid=22035 vsize=13600 CPUtime=2.91
/proc/22037/stat : 22037 (sugar) S 22035 22037 22000 0 -1 4194304 1021 16899 0 2 3 1 272 15 16 0 1 0 1975768394 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22037/statm: 3400 798 370 3 0 500 0
[pid=22060] ppid=22037 vsize=5356 CPUtime=0
/proc/22060/stat : 22060 (sh) S 22037 22037 22000 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1975768698 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22060/statm: 1339 232 193 169 0 50 0
[pid=22061] ppid=22060 vsize=16012 CPUtime=1797.16
/proc/22061/stat : 22061 (picosat) R 22060 22037 22000 0 -1 4194304 6456 0 0 0 179661 55 0 0 25 0 1 0 1975768698 16396288 3848 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 1 0 0
/proc/22061/statm: 4003 3848 48 102 0 3898 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 34968

Child status: 0
Real time (s): 1817.32
CPU time (s): 1800.11
CPU user time (s): 1799.38
CPU system time (s): 0.727889
CPU usage (%): 99.053
Max. virtual memory (cumulated for all children) (KiB): 883248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.38
system time used= 0.727889
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25087
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= 2396
involuntary context switches= 49467

runsolver used 2.23866 second user time and 6.03608 second system time

The end

Launcher Data (download as text)

Begin job on node18 at 2008-07-02 05:05:40
IDJOB=1039611
IDBENCH=53629
IDSOLVER=345
FILE ID=node18/1039611-1214967940
PBS_JOBID= 7870382
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/frb59-26/normalized-frb59-26-3_ext.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-1039611-1214967940/watcher-1039611-1214967940 -o /tmp/evaluation-result-1039611-1214967940/solver-1039611-1214967940 -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-1039611-1214967940.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 999ed450faf80e21d53a14e347aa0590
RANDOM SEED=791864845

node18.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.268
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	: 5931.00
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.268
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:       1668976 kB
Buffers:         57876 kB
Cached:         243852 kB
SwapCached:       7128 kB
Active:         123596 kB
Inactive:       192600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1668976 kB
SwapTotal:     4192956 kB
SwapFree:      4180060 kB
Dirty:            3708 kB
Writeback:           0 kB
Mapped:          20980 kB
Slab:            56348 kB
Committed_AS:  3318692 kB
PageTables:       1688 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= 66548 MiB
End job on node18 at 2008-07-02 05:35:59