Trace number 1784946

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 2533.34 2534.01

General information on the benchmark

Namecrafted/Hard/contest05/QG/
QG7a-gensys-ukn009.sat05-3849.reshuffled-07.cnf
MD5SUM42a7abc6638576e7c05fba1c9e36829b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2533.34
Satisfiable
(Un)Satisfiability was proved
Number of variables2969
Number of clauses18718
Sum of the clauses size134151
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2435
Number of clauses of size 32341
Number of clauses of size 4498
Number of clauses of size 5677
Number of clauses of size over 514725

Solver Data

2533.32/2534.00	c clasp version 1.2.0-SAT09 
2533.32/2534.00	c Reading from ...876949/instance-1784946-1241876949.cnf
2533.32/2534.00	c Reading      : Done(0.020s)
2533.32/2534.00	c Preprocessing: |-\|Done(0.120s)
2533.32/2534.00	c Solving...
2533.32/2534.00	
2533.32/2534.00	c Models    : 0     
2533.32/2534.00	c Time         : 2533.710s (Solve: 2533.570s)
2533.32/2534.00	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-1784946-1241876949/watcher-1784946-1241876949 -o /tmp/evaluation-result-1784946-1241876949/solver-1784946-1241876949 -C 5000 -W 6000 -M 1800 HOME/clasp --file=HOME/instance-1784946-1241876949.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 4704
/proc/meminfo: memFree=1918052/2055920 swapFree=4181220/4192956
[pid=4704] ppid=4702 vsize=2032 CPUtime=0
/proc/4704/stat : 4704 (clasp) R 4702 4704 4667 0 -1 4194304 279 0 0 0 0 0 0 0 18 0 1 0 215727513 2080768 263 1992294400 134512640 136057169 4294956160 18446744073709551615 135459759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4704/statm: 508 263 147 377 0 128 0

[startup+0.023701 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 4704
/proc/meminfo: memFree=1918052/2055920 swapFree=4181220/4192956
[pid=4704] ppid=4702 vsize=2984 CPUtime=0.02
/proc/4704/stat : 4704 (clasp) R 4702 4704 4667 0 -1 4194304 557 0 0 0 2 0 0 0 18 0 1 0 215727513 3055616 518 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4704/statm: 746 520 165 377 0 366 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2984

[startup+0.10171 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 4704
/proc/meminfo: memFree=1918052/2055920 swapFree=4181220/4192956
[pid=4704] ppid=4702 vsize=4020 CPUtime=0.09
/proc/4704/stat : 4704 (clasp) R 4702 4704 4667 0 -1 4194304 789 0 0 0 9 0 0 0 18 0 1 0 215727513 4116480 750 1992294400 134512640 136057169 4294956160 18446744073709551615 134781720 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4704/statm: 1005 750 170 377 0 625 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4020

[startup+0.301732 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 4704
/proc/meminfo: memFree=1918052/2055920 swapFree=4181220/4192956
[pid=4704] ppid=4702 vsize=4192 CPUtime=0.29
/proc/4704/stat : 4704 (clasp) R 4702 4704 4667 0 -1 4194304 864 0 0 0 29 0 0 0 19 0 1 0 215727513 4292608 825 1992294400 134512640 136057169 4294956160 18446744073709551615 134618395 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4704/statm: 1048 825 183 377 0 668 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4192

[startup+0.701776 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 4704
/proc/meminfo: memFree=1918052/2055920 swapFree=4181220/4192956
[pid=4704] ppid=4702 vsize=4192 CPUtime=0.69
/proc/4704/stat : 4704 (clasp) R 4702 4704 4667 0 -1 4194304 876 0 0 0 69 0 0 0 22 0 1 0 215727513 4292608 837 1992294400 134512640 136057169 4294956160 18446744073709551615 134618190 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4704/statm: 1048 837 183 377 0 668 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4192

[startup+1.50286 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 4705
/proc/meminfo: memFree=1915292/2055920 swapFree=4181220/4192956
[pid=4704] ppid=4702 vsize=4588 CPUtime=1.49
/proc/4704/stat : 4704 (clasp) R 4702 4704 4667 0 -1 4194304 974 0 0 0 149 0 0 0 25 0 1 0 215727513 4698112 935 1992294400 134512640 136057169 4294956160 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4704/statm: 1147 935 183 377 0 767 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4588

[startup+3.10104 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 4705
/proc/meminfo: memFree=1914780/2055920 swapFree=4181220/4192956
[pid=4704] ppid=4702 vsize=5248 CPUtime=3.09
/proc/4704/stat : 4704 (clasp) R 4702 4704 4667 0 -1 4194304 1121 0 0 0 309 0 0 0 25 0 1 0 215727513 5373952 1082 1992294400 134512640 136057169 4294956160 18446744073709551615 135443063 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4704/statm: 1312 1082 183 377 0 932 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5248

[startup+6.3014 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 4705
/proc/meminfo: memFree=1913948/2055920 swapFree=4181220/4192956
[pid=4704] ppid=4702 vsize=5512 CPUtime=6.29
/proc/4704/stat : 4704 (clasp) R 4702 4704 4667 0 -1 4194304 1199 0 0 0 629 0 0 0 25 0 1 0 215727513 5644288 1160 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4704/statm: 1378 1160 183 377 0 998 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 5512

[startup+12.7011 s]
/proc/loadavg: 0.94 0.98 0.99 2/65 4705
/proc/meminfo: memFree=1912988/2055920 swapFree=4181220/4192956
[pid=4704] ppid=4702 vsize=6436 CPUtime=12.68
/proc/4704/stat : 4704 (clasp) R 4702 4704 4667 0 -1 4194304 1425 0 0 0 1268 0 0 0 25 0 1 0 215727513 6590464 1386 1992294400 134512640 136057169 4294956160 18446744073709551615 134823445 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4704/statm: 1609 1386 183 377 0 1229 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 6436

[startup+25.5015 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 4705
/proc/meminfo: memFree=1912540/2055920 swapFree=4181220/4192956
[pid=4704] ppid=4702 vsize=6964 CPUtime=25.49
/proc/4704/stat : 4704 (clasp) R 4702 4704 4667 0 -1 4194304 1574 0 0 0 2548 1 0 0 25 0 1 0 215727513 7131136 1535 1992294400 134512640 136057169 4294956160 18446744073709551615 134613315 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4704/statm: 1741 1535 183 377 0 1361 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 6964

[startup+51.1014 s]
/proc/loadavg: 0.97 0.98 0.99 2/65 4705
/proc/meminfo: memFree=1911324/2055920 swapFree=4181220/4192956
[pid=4704] ppid=4702 vsize=8364 CPUtime=51.08
/proc/4704/stat : 4704 (clasp) R 4702 4704 4667 0 -1 4194304 1896 0 0 0 5107 1 0 0 25 0 1 0 215727513 8564736 1857 1992294400 134512640 136057169 4294956160 18446744073709551615 134618347 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4704/statm: 2091 1857 183 377 0 1711 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 8364

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 4705
/proc/meminfo: memFree=1910108/2055920 swapFree=4181220/4192956
[pid=4704] ppid=4702 vsize=9460 CPUtime=102.27
/proc/4704/stat : 4704 (clasp) R 4702 4704 4667 0 -1 4194304 2181 0 0 0 10226 1 0 0 25 0 1 0 215727513 9687040 2142 1992294400 134512640 136057169 4294956160 18446744073709551615 134618267 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4704/statm: 2365 2142 183 377 0 1985 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 9460

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4705
/proc/meminfo: memFree=1908892/2055920 swapFree=4181220/4192956
[pid=4704] ppid=4702 vsize=10688 CPUtime=162.25
/proc/4704/stat : 4704 (clasp) R 4702 4704 4667 0 -1 4194304 2485 0 0 0 16224 1 0 0 25 0 1 0 215727513 10944512 2446 1992294400 134512640 136057169 4294956160 18446744073709551615 134618265 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4704/statm: 2672 2446 183 377 0 2292 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 10688

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4705
/proc/meminfo: memFree=1908060/2055920 swapFree=4181220/4192956
[pid=4704] ppid=4702 vsize=11536 CPUtime=222.23
/proc/4704/stat : 4704 (clasp) R 4702 4704 4667 0 -1 4194304 2689 0 0 0 22222 1 0 0 25 0 1 0 215727513 11812864 2650 1992294400 134512640 136057169 4294956160 18446744073709551615 134618265 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4704/statm: 2884 2650 183 377 0 2504 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 11536

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4705
/proc/meminfo: memFree=1907484/2055920 swapFree=4181220/4192956
[pid=4704] ppid=4702 vsize=12320 CPUtime=282.21
/proc/4704/stat : 4704 (clasp) R 4702 4704 4667 0 -1 4194304 2854 0 0 0 28220 1 0 0 25 0 1 0 215727513 12615680 2815 1992294400 134512640 136057169 4294956160 18446744073709551615 134828513 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4704/statm: 3080 2815 183 377 0 2700 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 12320

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4705
/proc/meminfo: memFree=1906652/2055920 swapFree=4181220/4192956
[pid=4704] ppid=4702 vsize=13068 CPUtime=342.2
/proc/4704/stat : 4704 (clasp) R 4702 4704 4667 0 -1 4194304 3022 0 0 0 34218 2 0 0 25 0 1 0 215727513 13381632 2983 1992294400 134512640 136057169 4294956160 18446744073709551615 134618126 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4704/statm: 3267 2983 183 377 0 2887 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 13068

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4705
/proc/meminfo: memFree=1905884/2055920 swapFree=4181220/4192956
[pid=4704] ppid=4702 vsize=13952 CPUtime=402.18
/proc/4704/stat : 4704 (clasp) R 4702 4704 4667 0 -1 4194304 3225 0 0 0 40216 2 0 0 25 0 1 0 215727513 14286848 3186 1992294400 134512640 136057169 4294956160 18446744073709551615 134618148 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4704/statm: 3488 3186 183 377 0 3108 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 13952

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4705
/proc/meminfo: memFree=1905116/2055920 swapFree=4181220/4192956
[pid=4704] ppid=4702 vsize=14640 CPUtime=462.17
/proc/4704/stat : 4704 (clasp) R 4702 4704 4667 0 -1 4194304 3405 0 0 0 46214 3 0 0 25 0 1 0 215727513 14991360 3366 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4704/statm: 3660 3366 183 377 0 3280 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 14640

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4705
/proc/meminfo: memFree=1904476/2055920 swapFree=4181220/4192956
[pid=4704] ppid=4702 vsize=15316 CPUtime=522.16
/proc/4704/stat : 4704 (clasp) R 4702 4704 4667 0 -1 4194304 3570 0 0 0 52213 3 0 0 25 0 1 0 215727513 15683584 3531 1992294400 134512640 136057169 4294956160 18446744073709551615 134813019 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4704/statm: 3829 3531 183 377 0 3449 0
Current children cumulated CPU time (s) 522.16
Current children cumulated vsize (KiB) 15316

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4705
/proc/meminfo: memFree=1904028/2055920 swapFree=4181220/4192956
[pid=4704] ppid=4702 vsize=15744 CPUtime=582.14
/proc/4704/stat : 4704 (clasp) R 4702 4704 4667 0 -1 4194304 3677 0 0 0 58211 3 0 0 25 0 1 0 215727513 16121856 3638 1992294400 134512640 136057169 4294956160 18446744073709551615 134823738 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4704/statm: 3936 3638 183 377 0 3556 0
Current children cumulated CPU time (s) 582.14
Current children cumulated vsize (KiB) 15744

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4705
/proc/meminfo: memFree=1903772/2055920 swapFree=4181220/4192956
[pid=4704] ppid=4702 vsize=16052 CPUtime=642.12
/proc/4704/stat : 4704 (clasp) R 4702 4704 4667 0 -1 4194304 3740 0 0 0 64209 3 0 0 25 0 1 0 215727513 16437248 3701 1992294400 134512640 136057169 4294956160 18446744073709551615 134820200 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4704/statm: 4013 3701 183 377 0 3633 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 16052

[startup+702.302 s]

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

/proc/meminfo: memFree=1897948/2055920 swapFree=4181220/4192956
[pid=4704] ppid=4702 vsize=21724 CPUtime=1901.78
/proc/4704/stat : 4704 (clasp) R 4702 4704 4667 0 -1 4194304 5065 0 0 0 190171 7 0 0 25 0 1 0 215727513 22245376 5026 1992294400 134512640 136057169 4294956160 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4704/statm: 5431 5026 183 377 0 5051 0
Current children cumulated CPU time (s) 1901.78
Current children cumulated vsize (KiB) 21724

[startup+1962.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4711
/proc/meminfo: memFree=1897756/2055920 swapFree=4181220/4192956
[pid=4704] ppid=4702 vsize=21872 CPUtime=1961.78
/proc/4704/stat : 4704 (clasp) R 4702 4704 4667 0 -1 4194304 5108 0 0 0 196170 8 0 0 25 0 1 0 215727513 22396928 5069 1992294400 134512640 136057169 4294956160 18446744073709551615 134823325 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4704/statm: 5468 5069 183 377 0 5088 0
Current children cumulated CPU time (s) 1961.78
Current children cumulated vsize (KiB) 21872

[startup+2022.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4711
/proc/meminfo: memFree=1897628/2055920 swapFree=4181220/4192956
[pid=4704] ppid=4702 vsize=22060 CPUtime=2021.76
/proc/4704/stat : 4704 (clasp) R 4702 4704 4667 0 -1 4194304 5148 0 0 0 202168 8 0 0 25 0 1 0 215727513 22589440 5109 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4704/statm: 5515 5109 183 377 0 5135 0
Current children cumulated CPU time (s) 2021.76
Current children cumulated vsize (KiB) 22060

[startup+2082.31 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4711
/proc/meminfo: memFree=1897436/2055920 swapFree=4181220/4192956
[pid=4704] ppid=4702 vsize=22228 CPUtime=2081.74
/proc/4704/stat : 4704 (clasp) R 4702 4704 4667 0 -1 4194304 5194 0 0 0 208166 8 0 0 25 0 1 0 215727513 22761472 5155 1992294400 134512640 136057169 4294956160 18446744073709551615 134823844 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4704/statm: 5557 5155 183 377 0 5177 0
Current children cumulated CPU time (s) 2081.74
Current children cumulated vsize (KiB) 22228

[startup+2142.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4711
/proc/meminfo: memFree=1897180/2055920 swapFree=4181220/4192956
[pid=4704] ppid=4702 vsize=22524 CPUtime=2141.72
/proc/4704/stat : 4704 (clasp) R 4702 4704 4667 0 -1 4194304 5256 0 0 0 214164 8 0 0 25 0 1 0 215727513 23064576 5217 1992294400 134512640 136057169 4294956160 18446744073709551615 134618256 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4704/statm: 5631 5217 183 377 0 5251 0
Current children cumulated CPU time (s) 2141.72
Current children cumulated vsize (KiB) 22524

[startup+2202.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4711
/proc/meminfo: memFree=1897116/2055920 swapFree=4181220/4192956
[pid=4704] ppid=4702 vsize=22672 CPUtime=2201.7
/proc/4704/stat : 4704 (clasp) R 4702 4704 4667 0 -1 4194304 5276 0 0 0 220162 8 0 0 25 0 1 0 215727513 23216128 5237 1992294400 134512640 136057169 4294956160 18446744073709551615 134823857 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4704/statm: 5668 5237 183 377 0 5288 0
Current children cumulated CPU time (s) 2201.7
Current children cumulated vsize (KiB) 22672

[startup+2262.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4711
/proc/meminfo: memFree=1897052/2055920 swapFree=4181220/4192956
[pid=4704] ppid=4702 vsize=22672 CPUtime=2261.7
/proc/4704/stat : 4704 (clasp) R 4702 4704 4667 0 -1 4194304 5280 0 0 0 226161 9 0 0 25 0 1 0 215727513 23216128 5241 1992294400 134512640 136057169 4294956160 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4704/statm: 5668 5241 183 377 0 5288 0
Current children cumulated CPU time (s) 2261.7
Current children cumulated vsize (KiB) 22672

[startup+2322.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4711
/proc/meminfo: memFree=1896860/2055920 swapFree=4181220/4192956
[pid=4704] ppid=4702 vsize=22892 CPUtime=2321.68
/proc/4704/stat : 4704 (clasp) R 4702 4704 4667 0 -1 4194304 5335 0 0 0 232159 9 0 0 25 0 1 0 215727513 23441408 5296 1992294400 134512640 136057169 4294956160 18446744073709551615 134825006 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4704/statm: 5723 5296 183 377 0 5343 0
Current children cumulated CPU time (s) 2321.68
Current children cumulated vsize (KiB) 22892

[startup+2382.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4711
/proc/meminfo: memFree=1896668/2055920 swapFree=4181220/4192956
[pid=4704] ppid=4702 vsize=22892 CPUtime=2381.66
/proc/4704/stat : 4704 (clasp) R 4702 4704 4667 0 -1 4194304 5336 0 0 0 238157 9 0 0 25 0 1 0 215727513 23441408 5297 1992294400 134512640 136057169 4294956160 18446744073709551615 134618371 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4704/statm: 5723 5297 183 377 0 5343 0
Current children cumulated CPU time (s) 2381.66
Current children cumulated vsize (KiB) 22892

[startup+2442.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4711
/proc/meminfo: memFree=1896604/2055920 swapFree=4181220/4192956
[pid=4704] ppid=4702 vsize=22892 CPUtime=2441.64
/proc/4704/stat : 4704 (clasp) R 4702 4704 4667 0 -1 4194304 5354 0 0 0 244155 9 0 0 25 0 1 0 215727513 23441408 5315 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4704/statm: 5723 5315 183 377 0 5343 0
Current children cumulated CPU time (s) 2441.64
Current children cumulated vsize (KiB) 22892

[startup+2502.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4711
/proc/meminfo: memFree=1896604/2055920 swapFree=4181220/4192956
[pid=4704] ppid=4702 vsize=22892 CPUtime=2501.63
/proc/4704/stat : 4704 (clasp) R 4702 4704 4667 0 -1 4194304 5354 0 0 0 250153 10 0 0 25 0 1 0 215727513 23441408 5315 1992294400 134512640 136057169 4294956160 18446744073709551615 134825032 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4704/statm: 5723 5315 183 377 0 5343 0
Current children cumulated CPU time (s) 2501.63
Current children cumulated vsize (KiB) 22892

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

[startup+2508.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4711
/proc/meminfo: memFree=1896604/2055920 swapFree=4181220/4192956
[pid=4704] ppid=4702 vsize=22892 CPUtime=2508.03
/proc/4704/stat : 4704 (clasp) R 4702 4704 4667 0 -1 4194304 5354 0 0 0 250793 10 0 0 25 0 1 0 215727513 23441408 5315 1992294400 134512640 136057169 4294956160 18446744073709551615 134823889 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4704/statm: 5723 5315 183 377 0 5343 0
Current children cumulated CPU time (s) 2508.03
Current children cumulated vsize (KiB) 22892

[startup+2521.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4711
/proc/meminfo: memFree=1896540/2055920 swapFree=4181220/4192956
[pid=4704] ppid=4702 vsize=22892 CPUtime=2520.82
/proc/4704/stat : 4704 (clasp) R 4702 4704 4667 0 -1 4194304 5361 0 0 0 252072 10 0 0 25 0 1 0 215727513 23441408 5322 1992294400 134512640 136057169 4294956160 18446744073709551615 134618129 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4704/statm: 5723 5322 183 377 0 5343 0
Current children cumulated CPU time (s) 2520.82
Current children cumulated vsize (KiB) 22892

[startup+2527.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4711
/proc/meminfo: memFree=1896540/2055920 swapFree=4181220/4192956
[pid=4704] ppid=4702 vsize=22892 CPUtime=2527.22
/proc/4704/stat : 4704 (clasp) R 4702 4704 4667 0 -1 4194304 5361 0 0 0 252712 10 0 0 25 0 1 0 215727513 23441408 5322 1992294400 134512640 136057169 4294956160 18446744073709551615 134823889 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4704/statm: 5723 5322 183 377 0 5343 0
Current children cumulated CPU time (s) 2527.22
Current children cumulated vsize (KiB) 22892

[startup+2531.11 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4711
/proc/meminfo: memFree=1896540/2055920 swapFree=4181220/4192956
[pid=4704] ppid=4702 vsize=22776 CPUtime=2530.43
/proc/4704/stat : 4704 (clasp) R 4702 4704 4667 0 -1 4194304 5362 0 0 0 253033 10 0 0 25 0 1 0 215727513 23322624 5310 1992294400 134512640 136057169 4294956160 18446744073709551615 134618217 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4704/statm: 5694 5310 183 377 0 5314 0
Current children cumulated CPU time (s) 2530.43
Current children cumulated vsize (KiB) 22776

[startup+2532.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4711
/proc/meminfo: memFree=1896540/2055920 swapFree=4181220/4192956
[pid=4704] ppid=4702 vsize=22736 CPUtime=2532.02
/proc/4704/stat : 4704 (clasp) R 4702 4704 4667 0 -1 4194304 5363 0 0 0 253192 10 0 0 25 0 1 0 215727513 23281664 5305 1992294400 134512640 136057169 4294956160 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4704/statm: 5684 5305 183 377 0 5304 0
Current children cumulated CPU time (s) 2532.02
Current children cumulated vsize (KiB) 22736

[startup+2533.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4711
/proc/meminfo: memFree=1896540/2055920 swapFree=4181220/4192956
[pid=4704] ppid=4702 vsize=22736 CPUtime=2532.82
/proc/4704/stat : 4704 (clasp) R 4702 4704 4667 0 -1 4194304 5363 0 0 0 253272 10 0 0 25 0 1 0 215727513 23281664 5305 1992294400 134512640 136057169 4294956160 18446744073709551615 134618256 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4704/statm: 5684 5305 183 377 0 5304 0
Current children cumulated CPU time (s) 2532.82
Current children cumulated vsize (KiB) 22736

[startup+2533.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4711
/proc/meminfo: memFree=1896540/2055920 swapFree=4181220/4192956
[pid=4704] ppid=4702 vsize=22736 CPUtime=2533.22
/proc/4704/stat : 4704 (clasp) R 4702 4704 4667 0 -1 4194304 5363 0 0 0 253312 10 0 0 25 0 1 0 215727513 23281664 5305 1992294400 134512640 136057169 4294956160 18446744073709551615 134823797 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4704/statm: 5684 5305 183 377 0 5304 0
Current children cumulated CPU time (s) 2533.22
Current children cumulated vsize (KiB) 22736

[startup+2534 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 4711
/proc/meminfo: memFree=1896540/2055920 swapFree=4181220/4192956
[pid=4704] ppid=4702 vsize=22736 CPUtime=2533.32
/proc/4704/stat : 4704 (clasp) R 4702 4704 4667 0 -1 4194304 5367 0 0 0 253322 10 0 0 25 0 1 0 215727513 23281664 5309 1992294400 134512640 136057169 4294956160 18446744073709551615 135437512 0 0 4096 16386 0 0 0 17 1 0 0
/proc/4704/statm: 5684 5309 187 377 0 5304 0
Current children cumulated CPU time (s) 2533.32
Current children cumulated vsize (KiB) 22736

Child status: 20
Real time (s): 2534.01
CPU time (s): 2533.34
CPU user time (s): 2533.23
CPU system time (s): 0.108983
CPU usage (%): 99.9736
Max. virtual memory (cumulated for all children) (KiB): 22892

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

runsolver used 1.9777 second user time and 5.05923 second system time

The end

Launcher Data

Begin job on node35 at 2009-05-09 15:49:10
IDJOB=1784946
IDBENCH=24648
IDSOLVER=637
FILE ID=node35/1784946-1241876949
PBS_JOBID= 9264668
Free space on /tmp= 66292 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT07/crafted/Hard/contest05/QG/QG7a-gensys-ukn009.sat05-3849.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-1784946-1241876949/watcher-1784946-1241876949 -o /tmp/evaluation-result-1784946-1241876949/solver-1784946-1241876949 -C 5000 -W 6000 -M 1800  HOME/clasp --file=HOME/instance-1784946-1241876949.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 42a7abc6638576e7c05fba1c9e36829b
RANDOM SEED=556965434

node35.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.214
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.214
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:       1918532 kB
Buffers:         27756 kB
Cached:          63744 kB
SwapCached:       6148 kB
Active:          50544 kB
Inactive:        49380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1918532 kB
SwapTotal:     4192956 kB
SwapFree:      4181220 kB
Dirty:            2804 kB
Writeback:           0 kB
Mapped:          13380 kB
Slab:            23416 kB
Committed_AS:   794488 kB
PageTables:       1396 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= 66292 MiB
End job on node35 at 2009-05-09 16:31:24