Trace number 1720369

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
clasp 1.2.0-SAT09-32UNSAT 779.381 779.667

General information on the benchmark

Namealoul-chnl11-13.cnf
MD5SUMc7162bc1ddb6d2592f237fef1b04b5ce
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.431933
Satisfiable
(Un)Satisfiability was proved
Number of variables286
Number of clauses1742
Sum of the clauses size3718
Maximum clause length11
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21716
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 526

Solver Data

779.30/779.66	c clasp version 1.2.0-SAT09 
779.30/779.66	c Reading from ...655331/instance-1720369-1240655331.cnf
779.30/779.66	c Reading      : Done(0.000s)
779.30/779.66	c Preprocessing: |-\Done(0.000s)
779.30/779.66	c Solving...
779.30/779.66	
779.30/779.66	c Models    : 0     
779.30/779.66	c Time         : 779.490s (Solve: 779.490s)
779.30/779.66	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1720369-1240655331/watcher-1720369-1240655331 -o /tmp/evaluation-result-1720369-1240655331/solver-1720369-1240655331 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/clasp --file=HOME/instance-1720369-1240655331.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 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: 0.92 0.98 0.99 3/64 24651
/proc/meminfo: memFree=1828752/2055920 swapFree=4181848/4192956
[pid=24651] ppid=24649 vsize=1836 CPUtime=0
/proc/24651/stat : 24651 (clasp) R 24649 24651 24436 0 -1 4194304 238 0 0 0 0 0 0 0 18 0 1 0 93566926 1880064 220 1992294400 134512640 136057169 4294956144 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24651/statm: 459 220 167 377 0 79 0

[startup+0.079177 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 24651
/proc/meminfo: memFree=1828752/2055920 swapFree=4181848/4192956
[pid=24651] ppid=24649 vsize=1968 CPUtime=0.07
/proc/24651/stat : 24651 (clasp) R 24649 24651 24436 0 -1 4194304 295 0 0 0 7 0 0 0 18 0 1 0 93566926 2015232 277 1992294400 134512640 136057169 4294956144 18446744073709551615 134618344 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24651/statm: 492 277 181 377 0 112 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1968

[startup+0.10218 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 24651
/proc/meminfo: memFree=1828752/2055920 swapFree=4181848/4192956
[pid=24651] ppid=24649 vsize=1968 CPUtime=0.1
/proc/24651/stat : 24651 (clasp) R 24649 24651 24436 0 -1 4194304 304 0 0 0 10 0 0 0 18 0 1 0 93566926 2015232 286 1992294400 134512640 136057169 4294956144 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24651/statm: 492 287 181 377 0 112 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1968

[startup+0.302216 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 24651
/proc/meminfo: memFree=1828752/2055920 swapFree=4181848/4192956
[pid=24651] ppid=24649 vsize=2232 CPUtime=0.29
/proc/24651/stat : 24651 (clasp) R 24649 24651 24436 0 -1 4194304 344 0 0 0 29 0 0 0 19 0 1 0 93566926 2285568 326 1992294400 134512640 136057169 4294956144 18446744073709551615 134649328 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24651/statm: 558 326 181 377 0 178 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2232

[startup+0.701291 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 24651
/proc/meminfo: memFree=1828752/2055920 swapFree=4181848/4192956
[pid=24651] ppid=24649 vsize=2364 CPUtime=0.69
/proc/24651/stat : 24651 (clasp) R 24649 24651 24436 0 -1 4194304 381 0 0 0 69 0 0 0 23 0 1 0 93566926 2420736 363 1992294400 134512640 136057169 4294956144 18446744073709551615 134615835 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24651/statm: 591 363 181 377 0 211 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2364

[startup+1.50144 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 24652
/proc/meminfo: memFree=1827912/2055920 swapFree=4181848/4192956
[pid=24651] ppid=24649 vsize=2500 CPUtime=1.49
/proc/24651/stat : 24651 (clasp) R 24649 24651 24436 0 -1 4194304 425 0 0 0 149 0 0 0 25 0 1 0 93566926 2560000 407 1992294400 134512640 136057169 4294956144 18446744073709551615 134615603 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24651/statm: 625 407 181 377 0 245 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2500

[startup+3.10173 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 24652
/proc/meminfo: memFree=1827592/2055920 swapFree=4181848/4192956
[pid=24651] ppid=24649 vsize=2632 CPUtime=3.09
/proc/24651/stat : 24651 (clasp) R 24649 24651 24436 0 -1 4194304 474 0 0 0 309 0 0 0 25 0 1 0 93566926 2695168 456 1992294400 134512640 136057169 4294956144 18446744073709551615 134618250 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24651/statm: 658 456 181 377 0 278 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 2632

[startup+6.30132 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 24652
/proc/meminfo: memFree=1827080/2055920 swapFree=4181848/4192956
[pid=24651] ppid=24649 vsize=2896 CPUtime=6.29
/proc/24651/stat : 24651 (clasp) R 24649 24651 24436 0 -1 4194304 537 0 0 0 629 0 0 0 25 0 1 0 93566926 2965504 519 1992294400 134512640 136057169 4294956144 18446744073709551615 135440796 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24651/statm: 724 519 181 377 0 344 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 2896

[startup+12.7015 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 24652
/proc/meminfo: memFree=1826824/2055920 swapFree=4181848/4192956
[pid=24651] ppid=24649 vsize=3300 CPUtime=12.69
/proc/24651/stat : 24651 (clasp) R 24649 24651 24436 0 -1 4194304 613 0 0 0 1269 0 0 0 25 0 1 0 93566926 3379200 595 1992294400 134512640 136057169 4294956144 18446744073709551615 134618232 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24651/statm: 825 595 181 377 0 445 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3300

[startup+25.5019 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 24652
/proc/meminfo: memFree=1826376/2055920 swapFree=4181848/4192956
[pid=24651] ppid=24649 vsize=3704 CPUtime=25.48
/proc/24651/stat : 24651 (clasp) R 24649 24651 24436 0 -1 4194304 712 0 0 0 2548 0 0 0 25 0 1 0 93566926 3792896 694 1992294400 134512640 136057169 4294956144 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24651/statm: 926 694 181 377 0 546 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 3704

[startup+51.1016 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 24652
/proc/meminfo: memFree=1825800/2055920 swapFree=4181848/4192956
[pid=24651] ppid=24649 vsize=4384 CPUtime=51.07
/proc/24651/stat : 24651 (clasp) R 24649 24651 24436 0 -1 4194304 884 0 0 0 5107 0 0 0 25 0 1 0 93566926 4489216 866 1992294400 134512640 136057169 4294956144 18446744073709551615 135459153 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24651/statm: 1096 866 181 377 0 716 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 4384

[startup+102.304 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 24652
/proc/meminfo: memFree=1825224/2055920 swapFree=4181848/4192956
[pid=24651] ppid=24649 vsize=4924 CPUtime=102.25
/proc/24651/stat : 24651 (clasp) R 24649 24651 24436 0 -1 4194304 1018 0 0 0 10225 0 0 0 25 0 1 0 93566926 5042176 1000 1992294400 134512640 136057169 4294956144 18446744073709551615 134615628 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24651/statm: 1231 1000 181 377 0 851 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 4924

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 24652
/proc/meminfo: memFree=1824776/2055920 swapFree=4181848/4192956
[pid=24651] ppid=24649 vsize=5332 CPUtime=162.23
/proc/24651/stat : 24651 (clasp) R 24649 24651 24436 0 -1 4194304 1137 0 0 0 16223 0 0 0 25 0 1 0 93566926 5459968 1119 1992294400 134512640 136057169 4294956144 18446744073709551615 134823958 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24651/statm: 1333 1119 181 377 0 953 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 5332

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 24652
/proc/meminfo: memFree=1824392/2055920 swapFree=4181848/4192956
[pid=24651] ppid=24649 vsize=5624 CPUtime=222.21
/proc/24651/stat : 24651 (clasp) R 24649 24651 24436 0 -1 4194304 1210 0 0 0 22221 0 0 0 25 0 1 0 93566926 5758976 1192 1992294400 134512640 136057169 4294956144 18446744073709551615 134618235 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24651/statm: 1406 1192 181 377 0 1026 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 5624

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 3/65 24652
/proc/meminfo: memFree=1824008/2055920 swapFree=4181848/4192956
[pid=24651] ppid=24649 vsize=6016 CPUtime=282.18
/proc/24651/stat : 24651 (clasp) R 24649 24651 24436 0 -1 4194304 1290 0 0 0 28218 0 0 0 25 0 1 0 93566926 6160384 1272 1992294400 134512640 136057169 4294956144 18446744073709551615 134823841 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24651/statm: 1504 1272 181 377 0 1124 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 6016

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 24652
/proc/meminfo: memFree=1823816/2055920 swapFree=4181848/4192956
[pid=24651] ppid=24649 vsize=6160 CPUtime=342.16
/proc/24651/stat : 24651 (clasp) R 24649 24651 24436 0 -1 4194304 1336 0 0 0 34216 0 0 0 25 0 1 0 93566926 6307840 1318 1992294400 134512640 136057169 4294956144 18446744073709551615 134618270 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24651/statm: 1540 1318 181 377 0 1160 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 6160

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 24652
/proc/meminfo: memFree=1823752/2055920 swapFree=4181848/4192956
[pid=24651] ppid=24649 vsize=6300 CPUtime=402.14
/proc/24651/stat : 24651 (clasp) R 24649 24651 24436 0 -1 4194304 1348 0 0 0 40214 0 0 0 25 0 1 0 93566926 6451200 1330 1992294400 134512640 136057169 4294956144 18446744073709551615 134618232 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24651/statm: 1575 1330 181 377 0 1195 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 6300

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 24652
/proc/meminfo: memFree=1823240/2055920 swapFree=4181848/4192956
[pid=24651] ppid=24649 vsize=6880 CPUtime=462.13
/proc/24651/stat : 24651 (clasp) R 24649 24651 24436 0 -1 4194304 1469 0 0 0 46212 1 0 0 25 0 1 0 93566926 7045120 1451 1992294400 134512640 136057169 4294956144 18446744073709551615 134823844 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24651/statm: 1720 1451 181 377 0 1340 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 6880

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 24654
/proc/meminfo: memFree=1822984/2055920 swapFree=4181848/4192956
[pid=24651] ppid=24649 vsize=6880 CPUtime=522.1
/proc/24651/stat : 24651 (clasp) R 24649 24651 24436 0 -1 4194304 1482 0 0 0 52209 1 0 0 25 0 1 0 93566926 7045120 1464 1992294400 134512640 136057169 4294956144 18446744073709551615 134618270 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24651/statm: 1720 1464 181 377 0 1340 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 6880

[startup+582.302 s]
/proc/loadavg: 1.03 1.00 1.00 2/65 24654
/proc/meminfo: memFree=1822984/2055920 swapFree=4181848/4192956
[pid=24651] ppid=24649 vsize=6880 CPUtime=582.08
/proc/24651/stat : 24651 (clasp) R 24649 24651 24436 0 -1 4194304 1485 0 0 0 58207 1 0 0 25 0 1 0 93566926 7045120 1467 1992294400 134512640 136057169 4294956144 18446744073709551615 134618259 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24651/statm: 1720 1467 181 377 0 1340 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 6880

[startup+642.302 s]
/proc/loadavg: 1.01 1.00 1.00 2/65 24654
/proc/meminfo: memFree=1822984/2055920 swapFree=4181848/4192956
[pid=24651] ppid=24649 vsize=6880 CPUtime=642.06
/proc/24651/stat : 24651 (clasp) R 24649 24651 24436 0 -1 4194304 1489 0 0 0 64205 1 0 0 25 0 1 0 93566926 7045120 1471 1992294400 134512640 136057169 4294956144 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24651/statm: 1720 1471 181 377 0 1340 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 6880

[startup+702.302 s]
/proc/loadavg: 1.11 1.03 1.01 2/65 24654
/proc/meminfo: memFree=1822984/2055920 swapFree=4181848/4192956
[pid=24651] ppid=24649 vsize=6880 CPUtime=702.03
/proc/24651/stat : 24651 (clasp) R 24649 24651 24436 0 -1 4194304 1489 0 0 0 70202 1 0 0 25 0 1 0 93566926 7045120 1471 1992294400 134512640 136057169 4294956144 18446744073709551615 134828471 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24651/statm: 1720 1471 181 377 0 1340 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 6880

[startup+762.305 s]
/proc/loadavg: 1.11 1.04 1.00 2/65 24654
/proc/meminfo: memFree=1822920/2055920 swapFree=4181848/4192956
[pid=24651] ppid=24649 vsize=6880 CPUtime=762.01
/proc/24651/stat : 24651 (clasp) R 24649 24651 24436 0 -1 4194304 1499 0 0 0 76200 1 0 0 25 0 1 0 93566926 7045120 1481 1992294400 134512640 136057169 4294956144 18446744073709551615 134828499 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24651/statm: 1720 1481 181 377 0 1340 0
Current children cumulated CPU time (s) 762.01
Current children cumulated vsize (KiB) 6880

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

[startup+767.901 s]
/proc/loadavg: 1.10 1.04 1.00 2/65 24654
/proc/meminfo: memFree=1822920/2055920 swapFree=4181848/4192956
[pid=24651] ppid=24649 vsize=6880 CPUtime=767.61
/proc/24651/stat : 24651 (clasp) R 24649 24651 24436 0 -1 4194304 1499 0 0 0 76760 1 0 0 25 0 1 0 93566926 7045120 1481 1992294400 134512640 136057169 4294956144 18446744073709551615 134618344 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24651/statm: 1720 1481 181 377 0 1340 0
Current children cumulated CPU time (s) 767.61
Current children cumulated vsize (KiB) 6880

[startup+774.301 s]
/proc/loadavg: 1.10 1.04 1.00 2/65 24654
/proc/meminfo: memFree=1822920/2055920 swapFree=4181848/4192956
[pid=24651] ppid=24649 vsize=6880 CPUtime=774.01
/proc/24651/stat : 24651 (clasp) R 24649 24651 24436 0 -1 4194304 1499 0 0 0 77400 1 0 0 25 0 1 0 93566926 7045120 1481 1992294400 134512640 136057169 4294956144 18446744073709551615 134819918 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24651/statm: 1720 1481 181 377 0 1340 0
Current children cumulated CPU time (s) 774.01
Current children cumulated vsize (KiB) 6880

[startup+777.503 s]
/proc/loadavg: 1.09 1.04 1.00 2/65 24654
/proc/meminfo: memFree=1822920/2055920 swapFree=4181848/4192956
[pid=24651] ppid=24649 vsize=6880 CPUtime=777.21
/proc/24651/stat : 24651 (clasp) R 24649 24651 24436 0 -1 4194304 1499 0 0 0 77720 1 0 0 25 0 1 0 93566926 7045120 1481 1992294400 134512640 136057169 4294956144 18446744073709551615 134618212 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24651/statm: 1720 1481 181 377 0 1340 0
Current children cumulated CPU time (s) 777.21
Current children cumulated vsize (KiB) 6880

[startup+778.302 s]
/proc/loadavg: 1.09 1.04 1.00 2/65 24654
/proc/meminfo: memFree=1822920/2055920 swapFree=4181848/4192956
[pid=24651] ppid=24649 vsize=6880 CPUtime=778
/proc/24651/stat : 24651 (clasp) R 24649 24651 24436 0 -1 4194304 1499 0 0 0 77799 1 0 0 25 0 1 0 93566926 7045120 1481 1992294400 134512640 136057169 4294956144 18446744073709551615 134624336 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24651/statm: 1720 1481 181 377 0 1340 0
Current children cumulated CPU time (s) 778
Current children cumulated vsize (KiB) 6880

[startup+779.101 s]
/proc/loadavg: 1.09 1.04 1.00 2/65 24654
/proc/meminfo: memFree=1822920/2055920 swapFree=4181848/4192956
[pid=24651] ppid=24649 vsize=6880 CPUtime=778.8
/proc/24651/stat : 24651 (clasp) R 24649 24651 24436 0 -1 4194304 1499 0 0 0 77879 1 0 0 25 0 1 0 93566926 7045120 1481 1992294400 134512640 136057169 4294956144 18446744073709551615 134618275 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24651/statm: 1720 1481 181 377 0 1340 0
Current children cumulated CPU time (s) 778.8
Current children cumulated vsize (KiB) 6880

[startup+779.501 s]
/proc/loadavg: 1.09 1.04 1.00 2/65 24654
/proc/meminfo: memFree=1822920/2055920 swapFree=4181848/4192956
[pid=24651] ppid=24649 vsize=6880 CPUtime=779.2
/proc/24651/stat : 24651 (clasp) R 24649 24651 24436 0 -1 4194304 1499 0 0 0 77919 1 0 0 25 0 1 0 93566926 7045120 1481 1992294400 134512640 136057169 4294956144 18446744073709551615 134624614 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24651/statm: 1720 1481 181 377 0 1340 0
Current children cumulated CPU time (s) 779.2
Current children cumulated vsize (KiB) 6880

[startup+779.601 s]
/proc/loadavg: 1.09 1.04 1.00 2/65 24654
/proc/meminfo: memFree=1822920/2055920 swapFree=4181848/4192956
[pid=24651] ppid=24649 vsize=6880 CPUtime=779.3
/proc/24651/stat : 24651 (clasp) R 24649 24651 24436 0 -1 4194304 1499 0 0 0 77929 1 0 0 25 0 1 0 93566926 7045120 1481 1992294400 134512640 136057169 4294956144 18446744073709551615 134637467 0 0 4096 16386 0 0 0 17 1 0 0
/proc/24651/statm: 1720 1481 181 377 0 1340 0
Current children cumulated CPU time (s) 779.3
Current children cumulated vsize (KiB) 6880

Child status: 20
Real time (s): 779.667
CPU time (s): 779.381
CPU user time (s): 779.364
CPU system time (s): 0.017997
CPU usage (%): 99.9634
Max. virtual memory (cumulated for all children) (KiB): 6880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 779.364
system time used= 0.017997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1505
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2
involuntary context switches= 1643

runsolver used 0.688895 second user time and 1.46178 second system time

The end

Launcher Data

Begin job on node7 at 2009-04-25 12:28:51
IDJOB=1720369
IDBENCH=69602
IDSOLVER=508
FILE ID=node7/1720369-1240655331
PBS_JOBID= 9186537
Free space on /tmp= 66200 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT_RACE08/cnf/aloul-chnl11-13.cnf
COMMAND LINE= HOME/clasp --file=BENCHNAME --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1720369-1240655331/watcher-1720369-1240655331 -o /tmp/evaluation-result-1720369-1240655331/solver-1720369-1240655331 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/clasp --file=HOME/instance-1720369-1240655331.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= c7162bc1ddb6d2592f237fef1b04b5ce
RANDOM SEED=905950994

node7.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.256
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.256
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:       1829168 kB
Buffers:         11520 kB
Cached:         145084 kB
SwapCached:       4828 kB
Active:          52224 kB
Inactive:       112108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1829168 kB
SwapTotal:     4192956 kB
SwapFree:      4181848 kB
Dirty:            1860 kB
Writeback:           0 kB
Mapped:          13396 kB
Slab:            48360 kB
Committed_AS:   637040 kB
PageTables:       1444 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= 66196 MiB
End job on node7 at 2009-04-25 12:41:50