Trace number 1731444

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 852.684 852.967

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest04-lksat-n1000-m6860-k4-l4-s1935114289.sat05-523.reshuffled-07.cnf
MD5SUM27360692d166ffe055bd444eea177edf
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark852.684
Satisfiable
(Un)Satisfiability was proved
Number of variables987
Number of clauses6860
Sum of the clauses size27440
Maximum clause length4
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 46860
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

852.60/852.96	c clasp version 1.2.0-SAT09 
852.60/852.96	c Reading from ...770576/instance-1731444-1240770576.cnf
852.60/852.96	c Reading      : Done(0.000s)
852.60/852.96	c Preprocessing: |-\|Done(0.020s)
852.60/852.96	c Solving...
852.60/852.96	
852.60/852.96	c Models    : 0     
852.60/852.96	c Time         : 852.800s (Solve: 852.780s)
852.60/852.96	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-1731444-1240770576/watcher-1731444-1240770576 -o /tmp/evaluation-result-1731444-1240770576/solver-1731444-1240770576 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/clasp --file=HOME/instance-1731444-1240770576.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 27468
/proc/meminfo: memFree=1573368/2055920 swapFree=4180888/4192956
[pid=27468] ppid=27466 vsize=1960 CPUtime=0
/proc/27468/stat : 27468 (clasp) R 27466 27468 27249 0 -1 4194304 237 0 0 0 0 0 0 0 18 0 1 0 105084391 2007040 221 1992294400 134512640 136057169 4294956144 18446744073709551615 135443063 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27468/statm: 490 221 144 377 0 110 0

[startup+0.040645 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 27468
/proc/meminfo: memFree=1573368/2055920 swapFree=4180888/4192956
[pid=27468] ppid=27466 vsize=2232 CPUtime=0.03
/proc/27468/stat : 27468 (clasp) R 27466 27468 27249 0 -1 4194304 374 0 0 0 3 0 0 0 18 0 1 0 105084391 2285568 351 1992294400 134512640 136057169 4294956144 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27468/statm: 558 351 182 377 0 178 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2232

[startup+0.101653 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 27468
/proc/meminfo: memFree=1573368/2055920 swapFree=4180888/4192956
[pid=27468] ppid=27466 vsize=2232 CPUtime=0.09
/proc/27468/stat : 27468 (clasp) R 27466 27468 27249 0 -1 4194304 375 0 0 0 9 0 0 0 18 0 1 0 105084391 2285568 352 1992294400 134512640 136057169 4294956144 18446744073709551615 134828453 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27468/statm: 558 352 182 377 0 178 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2232

[startup+0.301689 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 27468
/proc/meminfo: memFree=1573368/2055920 swapFree=4180888/4192956
[pid=27468] ppid=27466 vsize=2364 CPUtime=0.29
/proc/27468/stat : 27468 (clasp) R 27466 27468 27249 0 -1 4194304 390 0 0 0 29 0 0 0 19 0 1 0 105084391 2420736 367 1992294400 134512640 136057169 4294956144 18446744073709551615 134618270 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27468/statm: 591 367 182 377 0 211 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2364

[startup+0.701761 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 27468
/proc/meminfo: memFree=1573368/2055920 swapFree=4180888/4192956
[pid=27468] ppid=27466 vsize=2496 CPUtime=0.69
/proc/27468/stat : 27468 (clasp) R 27466 27468 27249 0 -1 4194304 429 0 0 0 69 0 0 0 22 0 1 0 105084391 2555904 406 1992294400 134512640 136057169 4294956144 18446744073709551615 134823884 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27468/statm: 624 406 182 377 0 244 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2496

[startup+1.5019 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 27469
/proc/meminfo: memFree=1572272/2055920 swapFree=4180888/4192956
[pid=27468] ppid=27466 vsize=2628 CPUtime=1.49
/proc/27468/stat : 27468 (clasp) R 27466 27468 27249 0 -1 4194304 481 0 0 0 149 0 0 0 25 0 1 0 105084391 2691072 458 1992294400 134512640 136057169 4294956144 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27468/statm: 657 458 182 377 0 277 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2628

[startup+3.10119 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 27469
/proc/meminfo: memFree=1571952/2055920 swapFree=4180888/4192956
[pid=27468] ppid=27466 vsize=3028 CPUtime=3.09
/proc/27468/stat : 27468 (clasp) R 27466 27468 27249 0 -1 4194304 551 0 0 0 309 0 0 0 25 0 1 0 105084391 3100672 528 1992294400 134512640 136057169 4294956144 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27468/statm: 757 528 182 377 0 377 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3028

[startup+6.30176 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 27469
/proc/meminfo: memFree=1571504/2055920 swapFree=4180888/4192956
[pid=27468] ppid=27466 vsize=3292 CPUtime=6.29
/proc/27468/stat : 27468 (clasp) R 27466 27468 27249 0 -1 4194304 647 0 0 0 629 0 0 0 25 0 1 0 105084391 3371008 624 1992294400 134512640 136057169 4294956144 18446744073709551615 134823322 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27468/statm: 823 624 182 377 0 443 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3292

[startup+12.7029 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 27469
/proc/meminfo: memFree=1570736/2055920 swapFree=4180888/4192956
[pid=27468] ppid=27466 vsize=3828 CPUtime=12.69
/proc/27468/stat : 27468 (clasp) R 27466 27468 27249 0 -1 4194304 768 0 0 0 1269 0 0 0 25 0 1 0 105084391 3919872 745 1992294400 134512640 136057169 4294956144 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27468/statm: 957 745 182 377 0 577 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3828

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 27469
/proc/meminfo: memFree=1570040/2055920 swapFree=4180888/4192956
[pid=27468] ppid=27466 vsize=4500 CPUtime=25.48
/proc/27468/stat : 27468 (clasp) R 27466 27468 27249 0 -1 4194304 938 0 0 0 2548 0 0 0 25 0 1 0 105084391 4608000 915 1992294400 134512640 136057169 4294956144 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27468/statm: 1125 915 182 377 0 745 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4500

[startup+51.1018 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 27469
/proc/meminfo: memFree=1569464/2055920 swapFree=4180888/4192956
[pid=27468] ppid=27466 vsize=5164 CPUtime=51.08
/proc/27468/stat : 27468 (clasp) R 27466 27468 27249 0 -1 4194304 1105 0 0 0 5107 1 0 0 25 0 1 0 105084391 5287936 1082 1992294400 134512640 136057169 4294956144 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27468/statm: 1291 1082 182 377 0 911 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 5164

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 27469
/proc/meminfo: memFree=1568312/2055920 swapFree=4180888/4192956
[pid=27468] ppid=27466 vsize=6384 CPUtime=102.26
/proc/27468/stat : 27468 (clasp) R 27466 27468 27249 0 -1 4194304 1391 0 0 0 10225 1 0 0 25 0 1 0 105084391 6537216 1368 1992294400 134512640 136057169 4294956144 18446744073709551615 134618203 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27468/statm: 1596 1368 182 377 0 1216 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 6384

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27469
/proc/meminfo: memFree=1567416/2055920 swapFree=4180888/4192956
[pid=27468] ppid=27466 vsize=7208 CPUtime=162.24
/proc/27468/stat : 27468 (clasp) R 27466 27468 27249 0 -1 4194304 1601 0 0 0 16223 1 0 0 25 0 1 0 105084391 7380992 1578 1992294400 134512640 136057169 4294956144 18446744073709551615 134618307 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27468/statm: 1802 1578 182 377 0 1422 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 7208

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27469
/proc/meminfo: memFree=1566840/2055920 swapFree=4180888/4192956
[pid=27468] ppid=27466 vsize=7784 CPUtime=222.21
/proc/27468/stat : 27468 (clasp) R 27466 27468 27249 0 -1 4194304 1739 0 0 0 22220 1 0 0 25 0 1 0 105084391 7970816 1716 1992294400 134512640 136057169 4294956144 18446744073709551615 134615646 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27468/statm: 1946 1716 182 377 0 1566 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 7784

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27469
/proc/meminfo: memFree=1566264/2055920 swapFree=4180888/4192956
[pid=27468] ppid=27466 vsize=8376 CPUtime=282.2
/proc/27468/stat : 27468 (clasp) R 27466 27468 27249 0 -1 4194304 1876 0 0 0 28218 2 0 0 25 0 1 0 105084391 8577024 1853 1992294400 134512640 136057169 4294956144 18446744073709551615 134823889 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27468/statm: 2094 1853 182 377 0 1714 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 8376

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27469
/proc/meminfo: memFree=1565688/2055920 swapFree=4180888/4192956
[pid=27468] ppid=27466 vsize=8940 CPUtime=342.18
/proc/27468/stat : 27468 (clasp) R 27466 27468 27249 0 -1 4194304 2018 0 0 0 34216 2 0 0 25 0 1 0 105084391 9154560 1995 1992294400 134512640 136057169 4294956144 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27468/statm: 2235 1995 182 377 0 1855 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 8940

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27469
/proc/meminfo: memFree=1565368/2055920 swapFree=4180888/4192956
[pid=27468] ppid=27466 vsize=9204 CPUtime=402.15
/proc/27468/stat : 27468 (clasp) R 27466 27468 27249 0 -1 4194304 2099 0 0 0 40213 2 0 0 25 0 1 0 105084391 9424896 2076 1992294400 134512640 136057169 4294956144 18446744073709551615 134823884 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27468/statm: 2301 2076 182 377 0 1921 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 9204

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27469
/proc/meminfo: memFree=1564856/2055920 swapFree=4180888/4192956
[pid=27468] ppid=27466 vsize=9852 CPUtime=462.14
/proc/27468/stat : 27468 (clasp) R 27466 27468 27249 0 -1 4194304 2227 0 0 0 46211 3 0 0 25 0 1 0 105084391 10088448 2204 1992294400 134512640 136057169 4294956144 18446744073709551615 134618265 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27468/statm: 2463 2204 182 377 0 2083 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 9852

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27469
/proc/meminfo: memFree=1564408/2055920 swapFree=4180888/4192956
[pid=27468] ppid=27466 vsize=10276 CPUtime=522.12
/proc/27468/stat : 27468 (clasp) R 27466 27468 27249 0 -1 4194304 2339 0 0 0 52209 3 0 0 25 0 1 0 105084391 10522624 2316 1992294400 134512640 136057169 4294956144 18446744073709551615 134823325 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27468/statm: 2569 2316 182 377 0 2189 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 10276

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27471
/proc/meminfo: memFree=1564088/2055920 swapFree=4180888/4192956
[pid=27468] ppid=27466 vsize=10428 CPUtime=582.1
/proc/27468/stat : 27468 (clasp) R 27466 27468 27249 0 -1 4194304 2388 0 0 0 58207 3 0 0 25 0 1 0 105084391 10678272 2365 1992294400 134512640 136057169 4294956144 18446744073709551615 134823889 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27468/statm: 2607 2365 182 377 0 2227 0
Current children cumulated CPU time (s) 582.1
Current children cumulated vsize (KiB) 10428

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27471
/proc/meminfo: memFree=1563960/2055920 swapFree=4180888/4192956
[pid=27468] ppid=27466 vsize=10564 CPUtime=642.09
/proc/27468/stat : 27468 (clasp) R 27466 27468 27249 0 -1 4194304 2422 0 0 0 64205 4 0 0 25 0 1 0 105084391 10817536 2399 1992294400 134512640 136057169 4294956144 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27468/statm: 2641 2399 182 377 0 2261 0
Current children cumulated CPU time (s) 642.09
Current children cumulated vsize (KiB) 10564

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27471
/proc/meminfo: memFree=1563704/2055920 swapFree=4180888/4192956
[pid=27468] ppid=27466 vsize=10796 CPUtime=702.06
/proc/27468/stat : 27468 (clasp) R 27466 27468 27249 0 -1 4194304 2487 0 0 0 70202 4 0 0 25 0 1 0 105084391 11055104 2464 1992294400 134512640 136057169 4294956144 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27468/statm: 2699 2464 182 377 0 2319 0
Current children cumulated CPU time (s) 702.06
Current children cumulated vsize (KiB) 10796

[startup+762.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27471
/proc/meminfo: memFree=1563192/2055920 swapFree=4180888/4192956
[pid=27468] ppid=27466 vsize=11348 CPUtime=762.04
/proc/27468/stat : 27468 (clasp) R 27466 27468 27249 0 -1 4194304 2605 0 0 0 76200 4 0 0 25 0 1 0 105084391 11620352 2582 1992294400 134512640 136057169 4294956144 18446744073709551615 134618152 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27468/statm: 2837 2582 182 377 0 2457 0
Current children cumulated CPU time (s) 762.04
Current children cumulated vsize (KiB) 11348

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27471
/proc/meminfo: memFree=1563256/2055920 swapFree=4180888/4192956
[pid=27468] ppid=27466 vsize=11488 CPUtime=822.02
/proc/27468/stat : 27468 (clasp) R 27466 27468 27249 0 -1 4194304 2626 0 0 0 82198 4 0 0 25 0 1 0 105084391 11763712 2603 1992294400 134512640 136057169 4294956144 18446744073709551615 134618265 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27468/statm: 2872 2603 182 377 0 2492 0
Current children cumulated CPU time (s) 822.02
Current children cumulated vsize (KiB) 11488

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

[startup+831.901 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27471
/proc/meminfo: memFree=1563320/2055920 swapFree=4180888/4192956
[pid=27468] ppid=27466 vsize=11488 CPUtime=831.61
/proc/27468/stat : 27468 (clasp) R 27466 27468 27249 0 -1 4194304 2626 0 0 0 83157 4 0 0 25 0 1 0 105084391 11763712 2603 1992294400 134512640 136057169 4294956144 18446744073709551615 134618270 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27468/statm: 2872 2603 182 377 0 2492 0
Current children cumulated CPU time (s) 831.61
Current children cumulated vsize (KiB) 11488

[startup+844.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27471
/proc/meminfo: memFree=1563320/2055920 swapFree=4180888/4192956
[pid=27468] ppid=27466 vsize=11488 CPUtime=844.41
/proc/27468/stat : 27468 (clasp) R 27466 27468 27249 0 -1 4194304 2626 0 0 0 84437 4 0 0 25 0 1 0 105084391 11763712 2603 1992294400 134512640 136057169 4294956144 18446744073709551615 134825006 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27468/statm: 2872 2603 182 377 0 2492 0
Current children cumulated CPU time (s) 844.41
Current children cumulated vsize (KiB) 11488

[startup+847.901 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27471
/proc/meminfo: memFree=1563320/2055920 swapFree=4180888/4192956
[pid=27468] ppid=27466 vsize=11488 CPUtime=847.61
/proc/27468/stat : 27468 (clasp) R 27466 27468 27249 0 -1 4194304 2626 0 0 0 84757 4 0 0 25 0 1 0 105084391 11763712 2603 1992294400 134512640 136057169 4294956144 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27468/statm: 2872 2603 182 377 0 2492 0
Current children cumulated CPU time (s) 847.61
Current children cumulated vsize (KiB) 11488

[startup+851.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27471
/proc/meminfo: memFree=1563320/2055920 swapFree=4180888/4192956
[pid=27468] ppid=27466 vsize=11488 CPUtime=850.81
/proc/27468/stat : 27468 (clasp) R 27466 27468 27249 0 -1 4194304 2626 0 0 0 85077 4 0 0 25 0 1 0 105084391 11763712 2603 1992294400 134512640 136057169 4294956144 18446744073709551615 134615590 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27468/statm: 2872 2603 182 377 0 2492 0
Current children cumulated CPU time (s) 850.81
Current children cumulated vsize (KiB) 11488

[startup+851.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27471
/proc/meminfo: memFree=1563320/2055920 swapFree=4180888/4192956
[pid=27468] ppid=27466 vsize=11488 CPUtime=851.61
/proc/27468/stat : 27468 (clasp) R 27466 27468 27249 0 -1 4194304 2626 0 0 0 85157 4 0 0 25 0 1 0 105084391 11763712 2603 1992294400 134512640 136057169 4294956144 18446744073709551615 134618307 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27468/statm: 2872 2603 182 377 0 2492 0
Current children cumulated CPU time (s) 851.61
Current children cumulated vsize (KiB) 11488

[startup+852.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27471
/proc/meminfo: memFree=1563320/2055920 swapFree=4180888/4192956
[pid=27468] ppid=27466 vsize=11488 CPUtime=852.4
/proc/27468/stat : 27468 (clasp) R 27466 27468 27249 0 -1 4194304 2626 0 0 0 85236 4 0 0 25 0 1 0 105084391 11763712 2603 1992294400 134512640 136057169 4294956144 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27468/statm: 2872 2603 182 377 0 2492 0
Current children cumulated CPU time (s) 852.4
Current children cumulated vsize (KiB) 11488

[startup+852.901 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 27471
/proc/meminfo: memFree=1563320/2055920 swapFree=4180888/4192956
[pid=27468] ppid=27466 vsize=11488 CPUtime=852.6
/proc/27468/stat : 27468 (clasp) R 27466 27468 27249 0 -1 4194304 2626 0 0 0 85256 4 0 0 25 0 1 0 105084391 11763712 2603 1992294400 134512640 136057169 4294956144 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/27468/statm: 2872 2603 182 377 0 2492 0
Current children cumulated CPU time (s) 852.6
Current children cumulated vsize (KiB) 11488

Child status: 20
Real time (s): 852.967
CPU time (s): 852.684
CPU user time (s): 852.633
CPU system time (s): 0.050992
CPU usage (%): 99.9669
Max. virtual memory (cumulated for all children) (KiB): 11488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 852.633
system time used= 0.050992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2631
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= 1699

runsolver used 0.52192 second user time and 1.83972 second system time

The end

Launcher Data

Begin job on node60 at 2009-04-26 20:29:36
IDJOB=1731444
IDBENCH=24752
IDSOLVER=508
FILE ID=node60/1731444-1240770576
PBS_JOBID= 9187193
Free space on /tmp= 66416 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT07/crafted/Difficult/contest-02-03-04/contest04-lksat-n1000-m6860-k4-l4-s1935114289.sat05-523.reshuffled-07.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-1731444-1240770576/watcher-1731444-1240770576 -o /tmp/evaluation-result-1731444-1240770576/solver-1731444-1240770576 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/clasp --file=HOME/instance-1731444-1240770576.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= 27360692d166ffe055bd444eea177edf
RANDOM SEED=1847108527

node60.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:       1573848 kB
Buffers:         58268 kB
Cached:         336916 kB
SwapCached:       5948 kB
Active:          97536 kB
Inactive:       306096 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1573848 kB
SwapTotal:     4192956 kB
SwapFree:      4180888 kB
Dirty:            1972 kB
Writeback:           0 kB
Mapped:          14076 kB
Slab:            64404 kB
Committed_AS:   422860 kB
PageTables:       1448 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= 66412 MiB
End job on node60 at 2009-04-26 20:43:49