Trace number 1786278

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-32? (TO) 5000.07 5001.75

General information on the benchmark

NameCRAFTED/parity-games/
instance_n8_i9_pp_ci_ce.cnf
MD5SUM30af8150f499f8e8270ccf7f0e5a1a0a
Bench CategoryCRAFTED (crafted instances)
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 variables24336
Number of clauses289842
Sum of the clauses size957634
Maximum clause length56
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 249577
Number of clauses of size 3140712
Number of clauses of size 476848
Number of clauses of size 517640
Number of clauses of size over 55065

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1786278-1241956003/watcher-1786278-1241956003 -o /tmp/evaluation-result-1786278-1241956003/solver-1786278-1241956003 -C 5000 -W 6000 -M 1800 HOME/clasp --file=HOME/instance-1786278-1241956003.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.99 0.98 0.99 3/64 29821
/proc/meminfo: memFree=899064/2055920 swapFree=4175260/4192956
[pid=29821] ppid=29819 vsize=3604 CPUtime=0
/proc/29821/stat : 29821 (clasp) R 29819 29821 29755 0 -1 4194304 538 0 0 0 0 0 0 0 18 0 1 0 223627143 3690496 478 1992294400 134512640 136057169 4294956160 18446744073709551615 134834619 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29821/statm: 901 482 140 377 0 521 0

[startup+0.0652671 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 29821
/proc/meminfo: memFree=899064/2055920 swapFree=4175260/4192956
[pid=29821] ppid=29819 vsize=6952 CPUtime=0.05
/proc/29821/stat : 29821 (clasp) R 29819 29821 29755 0 -1 4194304 1634 0 0 0 5 0 0 0 18 0 1 0 223627143 7118848 1472 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29821/statm: 1738 1472 144 377 0 1358 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 6952

[startup+0.102273 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 29821
/proc/meminfo: memFree=899064/2055920 swapFree=4175260/4192956
[pid=29821] ppid=29819 vsize=9116 CPUtime=0.09
/proc/29821/stat : 29821 (clasp) R 29819 29821 29755 0 -1 4194304 2342 0 0 0 8 1 0 0 18 0 1 0 223627143 9334784 1953 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29821/statm: 2279 1954 144 377 0 1899 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9116

[startup+0.301308 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 29821
/proc/meminfo: memFree=899064/2055920 swapFree=4175260/4192956
[pid=29821] ppid=29819 vsize=19588 CPUtime=0.29
/proc/29821/stat : 29821 (clasp) R 29819 29821 29755 0 -1 4194304 5507 0 0 0 27 2 0 0 19 0 1 0 223627143 20058112 4589 1992294400 134512640 136057169 4294956160 18446744073709551615 134772409 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29821/statm: 4897 4590 163 377 0 4517 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19588

[startup+0.70138 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 29821
/proc/meminfo: memFree=899064/2055920 swapFree=4175260/4192956
[pid=29821] ppid=29819 vsize=22584 CPUtime=0.69
/proc/29821/stat : 29821 (clasp) R 29819 29821 29755 0 -1 4194304 6503 0 0 0 67 2 0 0 22 0 1 0 223627143 23126016 5382 1992294400 134512640 136057169 4294956160 18446744073709551615 134774662 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29821/statm: 5646 5382 168 377 0 5266 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 22584

[startup+1.50152 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29822
/proc/meminfo: memFree=877680/2055920 swapFree=4175260/4192956
[pid=29821] ppid=29819 vsize=23328 CPUtime=1.49
/proc/29821/stat : 29821 (clasp) R 29819 29821 29755 0 -1 4194304 7480 0 0 0 146 3 0 0 25 0 1 0 223627143 23887872 5588 1992294400 134512640 136057169 4294956160 18446744073709551615 134811513 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29821/statm: 5832 5588 178 377 0 5452 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23328

[startup+3.10181 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29822
/proc/meminfo: memFree=877104/2055920 swapFree=4175260/4192956
[pid=29821] ppid=29819 vsize=23328 CPUtime=3.09
/proc/29821/stat : 29821 (clasp) R 29819 29821 29755 0 -1 4194304 7484 0 0 0 306 3 0 0 25 0 1 0 223627143 23887872 5592 1992294400 134512640 136057169 4294956160 18446744073709551615 134825006 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29821/statm: 5832 5592 182 377 0 5452 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23328

[startup+6.30138 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29822
/proc/meminfo: memFree=876912/2055920 swapFree=4175260/4192956
[pid=29821] ppid=29819 vsize=23328 CPUtime=6.29
/proc/29821/stat : 29821 (clasp) R 29819 29821 29755 0 -1 4194304 7484 0 0 0 625 4 0 0 25 0 1 0 223627143 23887872 5592 1992294400 134512640 136057169 4294956160 18446744073709551615 134618138 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29821/statm: 5832 5592 182 377 0 5452 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23328

[startup+12.7015 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29822
/proc/meminfo: memFree=873328/2055920 swapFree=4175260/4192956
[pid=29821] ppid=29819 vsize=27660 CPUtime=12.69
/proc/29821/stat : 29821 (clasp) R 29819 29821 29755 0 -1 4194304 8580 0 0 0 1264 5 0 0 25 0 1 0 223627143 28323840 6688 1992294400 134512640 136057169 4294956160 18446744073709551615 134823882 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29821/statm: 6915 6688 182 377 0 6535 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 27660

[startup+25.5018 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29822
/proc/meminfo: memFree=863216/2055920 swapFree=4175260/4192956
[pid=29821] ppid=29819 vsize=37836 CPUtime=25.47
/proc/29821/stat : 29821 (clasp) R 29819 29821 29755 0 -1 4194304 11095 0 0 0 2540 7 0 0 25 0 1 0 223627143 38744064 9203 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29821/statm: 9459 9203 182 377 0 9079 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 37836

[startup+51.1014 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29822
/proc/meminfo: memFree=855024/2055920 swapFree=4175260/4192956
[pid=29821] ppid=29819 vsize=45648 CPUtime=51.06
/proc/29821/stat : 29821 (clasp) R 29819 29821 29755 0 -1 4194304 13044 0 0 0 5097 9 0 0 25 0 1 0 223627143 46743552 11152 1992294400 134512640 136057169 4294956160 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29821/statm: 11412 11152 182 377 0 11032 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 45648

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29822
/proc/meminfo: memFree=837360/2055920 swapFree=4175260/4192956
[pid=29821] ppid=29819 vsize=63340 CPUtime=102.26
/proc/29821/stat : 29821 (clasp) R 29819 29821 29755 0 -1 4194304 17467 0 0 0 10211 15 0 0 25 0 1 0 223627143 64860160 15575 1992294400 134512640 136057169 4294956160 18446744073709551615 134618557 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29821/statm: 15835 15575 182 377 0 15455 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 63340

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29822
/proc/meminfo: memFree=815472/2055920 swapFree=4175260/4192956
[pid=29821] ppid=29819 vsize=85184 CPUtime=162.23
/proc/29821/stat : 29821 (clasp) R 29819 29821 29755 0 -1 4194304 22926 0 0 0 16204 19 0 0 25 0 1 0 223627143 87228416 21034 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29821/statm: 21296 21034 182 377 0 20916 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 85184

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29822
/proc/meminfo: memFree=815344/2055920 swapFree=4175260/4192956
[pid=29821] ppid=29819 vsize=85184 CPUtime=222.22
/proc/29821/stat : 29821 (clasp) R 29819 29821 29755 0 -1 4194304 22940 0 0 0 22202 20 0 0 25 0 1 0 223627143 87228416 21048 1992294400 134512640 136057169 4294956160 18446744073709551615 134823333 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29821/statm: 21296 21048 182 377 0 20916 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 85184

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29822
/proc/meminfo: memFree=811312/2055920 swapFree=4175260/4192956
[pid=29821] ppid=29819 vsize=89416 CPUtime=282.2
/proc/29821/stat : 29821 (clasp) R 29819 29821 29755 0 -1 4194304 24086 0 0 0 28199 21 0 0 25 0 1 0 223627143 91561984 22058 1992294400 134512640 136057169 4294956160 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29821/statm: 22354 22058 182 377 0 21974 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 89416

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29822
/proc/meminfo: memFree=789744/2055920 swapFree=4175260/4192956
[pid=29821] ppid=29819 vsize=111236 CPUtime=342.17
/proc/29821/stat : 29821 (clasp) R 29819 29821 29755 0 -1 4194304 29521 0 0 0 34191 26 0 0 25 0 1 0 223627143 113905664 27493 1992294400 134512640 136057169 4294956160 18446744073709551615 134823366 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29821/statm: 27809 27493 182 377 0 27429 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 111236

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29822
/proc/meminfo: memFree=783792/2055920 swapFree=4175260/4192956
[pid=29821] ppid=29819 vsize=116916 CPUtime=402.15
/proc/29821/stat : 29821 (clasp) R 29819 29821 29755 0 -1 4194304 30948 0 0 0 40188 27 0 0 25 0 1 0 223627143 119721984 28920 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29821/statm: 29229 28920 182 377 0 28849 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 116916

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29822
/proc/meminfo: memFree=783728/2055920 swapFree=4175260/4192956
[pid=29821] ppid=29819 vsize=116916 CPUtime=462.14
/proc/29821/stat : 29821 (clasp) R 29819 29821 29755 0 -1 4194304 30962 0 0 0 46186 28 0 0 25 0 1 0 223627143 119721984 28934 1992294400 134512640 136057169 4294956160 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29821/statm: 29229 28934 182 377 0 28849 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 116916

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29822
/proc/meminfo: memFree=783728/2055920 swapFree=4175260/4192956
[pid=29821] ppid=29819 vsize=116916 CPUtime=522.12
/proc/29821/stat : 29821 (clasp) R 29819 29821 29755 0 -1 4194304 30962 0 0 0 52184 28 0 0 25 0 1 0 223627143 119721984 28934 1992294400 134512640 136057169 4294956160 18446744073709551615 134612852 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29821/statm: 29229 28934 182 377 0 28849 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 116916

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29822
/proc/meminfo: memFree=783664/2055920 swapFree=4175260/4192956
[pid=29821] ppid=29819 vsize=116916 CPUtime=582.09
/proc/29821/stat : 29821 (clasp) R 29819 29821 29755 0 -1 4194304 30962 0 0 0 58181 28 0 0 25 0 1 0 223627143 119721984 28934 1992294400 134512640 136057169 4294956160 18446744073709551615 134618307 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29821/statm: 29229 28934 182 377 0 28849 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 116916

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 29822
/proc/meminfo: memFree=768816/2055920 swapFree=4175260/4192956
[pid=29821] ppid=29819 vsize=131892 CPUtime=642.08
/proc/29821/stat : 29821 (clasp) R 29819 29821 29755 0 -1 4194304 34689 0 0 0 64176 32 0 0 25 0 1 0 223627143 135057408 32661 1992294400 134512640 136057169 4294956160 18446744073709551615 134823322 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29821/statm: 32973 32661 182 377 0 32593 0
Current children cumulated CPU time (s) 642.08
Current children cumulated vsize (KiB) 131892

[startup+702.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29830
/proc/meminfo: memFree=648432/2055920 swapFree=4175260/4192956
[pid=29821] ppid=29819 vsize=252932 CPUtime=4060.93
/proc/29821/stat : 29821 (clasp) R 29819 29821 29755 0 -1 4194304 64932 0 0 0 406017 76 0 0 25 0 1 0 223627143 259002368 62580 1992294400 134512640 136057169 4294956160 18446744073709551615 134618112 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29821/statm: 63233 62580 182 377 0 62853 0
Current children cumulated CPU time (s) 4060.93
Current children cumulated vsize (KiB) 252932

[startup+4122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29830
/proc/meminfo: memFree=648432/2055920 swapFree=4175260/4192956
[pid=29821] ppid=29819 vsize=252932 CPUtime=4120.92
/proc/29821/stat : 29821 (clasp) R 29819 29821 29755 0 -1 4194304 64932 0 0 0 412015 77 0 0 25 0 1 0 223627143 259002368 62580 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29821/statm: 63233 62580 182 377 0 62853 0
Current children cumulated CPU time (s) 4120.92
Current children cumulated vsize (KiB) 252932

[startup+4182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29830
/proc/meminfo: memFree=648432/2055920 swapFree=4175260/4192956
[pid=29821] ppid=29819 vsize=252932 CPUtime=4180.9
/proc/29821/stat : 29821 (clasp) R 29819 29821 29755 0 -1 4194304 64932 0 0 0 418013 77 0 0 25 0 1 0 223627143 259002368 62580 1992294400 134512640 136057169 4294956160 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29821/statm: 63233 62580 182 377 0 62853 0
Current children cumulated CPU time (s) 4180.9
Current children cumulated vsize (KiB) 252932

[startup+4242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29830
/proc/meminfo: memFree=648432/2055920 swapFree=4175260/4192956
[pid=29821] ppid=29819 vsize=252932 CPUtime=4240.87
/proc/29821/stat : 29821 (clasp) R 29819 29821 29755 0 -1 4194304 64932 0 0 0 424010 77 0 0 25 0 1 0 223627143 259002368 62580 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29821/statm: 63233 62580 182 377 0 62853 0
Current children cumulated CPU time (s) 4240.87
Current children cumulated vsize (KiB) 252932

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29830
/proc/meminfo: memFree=648432/2055920 swapFree=4175260/4192956
[pid=29821] ppid=29819 vsize=252932 CPUtime=4300.85
/proc/29821/stat : 29821 (clasp) R 29819 29821 29755 0 -1 4194304 64956 0 0 0 430008 77 0 0 25 0 1 0 223627143 259002368 62604 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29821/statm: 63233 62604 182 377 0 62853 0
Current children cumulated CPU time (s) 4300.85
Current children cumulated vsize (KiB) 252932

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29830
/proc/meminfo: memFree=648496/2055920 swapFree=4175260/4192956
[pid=29821] ppid=29819 vsize=252932 CPUtime=4360.83
/proc/29821/stat : 29821 (clasp) R 29819 29821 29755 0 -1 4194304 64960 0 0 0 436006 77 0 0 25 0 1 0 223627143 259002368 62608 1992294400 134512640 136057169 4294956160 18446744073709551615 134820149 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29821/statm: 63233 62608 182 377 0 62853 0
Current children cumulated CPU time (s) 4360.83
Current children cumulated vsize (KiB) 252932

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29830
/proc/meminfo: memFree=648432/2055920 swapFree=4175260/4192956
[pid=29821] ppid=29819 vsize=252932 CPUtime=4420.81
/proc/29821/stat : 29821 (clasp) R 29819 29821 29755 0 -1 4194304 64965 0 0 0 442004 77 0 0 25 0 1 0 223627143 259002368 62613 1992294400 134512640 136057169 4294956160 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29821/statm: 63233 62613 182 377 0 62853 0
Current children cumulated CPU time (s) 4420.81
Current children cumulated vsize (KiB) 252932

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29836
/proc/meminfo: memFree=648296/2055920 swapFree=4175260/4192956
[pid=29821] ppid=29819 vsize=252932 CPUtime=4480.78
/proc/29821/stat : 29821 (clasp) R 29819 29821 29755 0 -1 4194304 64965 0 0 0 448000 78 0 0 25 0 1 0 223627143 259002368 62613 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29821/statm: 63233 62613 182 377 0 62853 0
Current children cumulated CPU time (s) 4480.78
Current children cumulated vsize (KiB) 252932

[startup+4542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29836
/proc/meminfo: memFree=648296/2055920 swapFree=4175260/4192956
[pid=29821] ppid=29819 vsize=252932 CPUtime=4540.76
/proc/29821/stat : 29821 (clasp) R 29819 29821 29755 0 -1 4194304 64965 0 0 0 453998 78 0 0 25 0 1 0 223627143 259002368 62613 1992294400 134512640 136057169 4294956160 18446744073709551615 134618265 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29821/statm: 63233 62613 182 377 0 62853 0
Current children cumulated CPU time (s) 4540.76
Current children cumulated vsize (KiB) 252932

[startup+4602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29836
/proc/meminfo: memFree=648232/2055920 swapFree=4175260/4192956
[pid=29821] ppid=29819 vsize=252932 CPUtime=4600.75
/proc/29821/stat : 29821 (clasp) R 29819 29821 29755 0 -1 4194304 64966 0 0 0 459996 79 0 0 25 0 1 0 223627143 259002368 62614 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29821/statm: 63233 62614 182 377 0 62853 0
Current children cumulated CPU time (s) 4600.75
Current children cumulated vsize (KiB) 252932

[startup+4662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29836
/proc/meminfo: memFree=648232/2055920 swapFree=4175260/4192956
[pid=29821] ppid=29819 vsize=252932 CPUtime=4660.73
/proc/29821/stat : 29821 (clasp) R 29819 29821 29755 0 -1 4194304 64966 0 0 0 465994 79 0 0 25 0 1 0 223627143 259002368 62614 1992294400 134512640 136057169 4294956160 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29821/statm: 63233 62614 182 377 0 62853 0
Current children cumulated CPU time (s) 4660.73
Current children cumulated vsize (KiB) 252932

[startup+4722.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29836
/proc/meminfo: memFree=648232/2055920 swapFree=4175260/4192956
[pid=29821] ppid=29819 vsize=252932 CPUtime=4720.71
/proc/29821/stat : 29821 (clasp) R 29819 29821 29755 0 -1 4194304 64968 0 0 0 471992 79 0 0 25 0 1 0 223627143 259002368 62616 1992294400 134512640 136057169 4294956160 18446744073709551615 134618437 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29821/statm: 63233 62616 182 377 0 62853 0
Current children cumulated CPU time (s) 4720.71
Current children cumulated vsize (KiB) 252932

[startup+4782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29836
/proc/meminfo: memFree=648304/2055920 swapFree=4175260/4192956
[pid=29821] ppid=29819 vsize=252932 CPUtime=4780.68
/proc/29821/stat : 29821 (clasp) R 29819 29821 29755 0 -1 4194304 64968 0 0 0 477989 79 0 0 25 0 1 0 223627143 259002368 62616 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29821/statm: 63233 62616 182 377 0 62853 0
Current children cumulated CPU time (s) 4780.68
Current children cumulated vsize (KiB) 252932

[startup+4842.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29836
/proc/meminfo: memFree=648304/2055920 swapFree=4175260/4192956
[pid=29821] ppid=29819 vsize=252932 CPUtime=4840.66
/proc/29821/stat : 29821 (clasp) R 29819 29821 29755 0 -1 4194304 64968 0 0 0 483987 79 0 0 25 0 1 0 223627143 259002368 62616 1992294400 134512640 136057169 4294956160 18446744073709551615 134823850 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29821/statm: 63233 62616 182 377 0 62853 0
Current children cumulated CPU time (s) 4840.66
Current children cumulated vsize (KiB) 252932

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29836
/proc/meminfo: memFree=648304/2055920 swapFree=4175260/4192956
[pid=29821] ppid=29819 vsize=252932 CPUtime=4900.64
/proc/29821/stat : 29821 (clasp) R 29819 29821 29755 0 -1 4194304 64968 0 0 0 489985 79 0 0 25 0 1 0 223627143 259002368 62616 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29821/statm: 63233 62616 182 377 0 62853 0
Current children cumulated CPU time (s) 4900.64
Current children cumulated vsize (KiB) 252932

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29836
/proc/meminfo: memFree=648304/2055920 swapFree=4175260/4192956
[pid=29821] ppid=29819 vsize=252932 CPUtime=4960.63
/proc/29821/stat : 29821 (clasp) R 29819 29821 29755 0 -1 4194304 64979 0 0 0 495983 80 0 0 25 0 1 0 223627143 259002368 62627 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29821/statm: 63233 62627 182 377 0 62853 0
Current children cumulated CPU time (s) 4960.63
Current children cumulated vsize (KiB) 252932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5001.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29836
/proc/meminfo: memFree=648304/2055920 swapFree=4175260/4192956
[pid=29821] ppid=29819 vsize=252932 CPUtime=5000.02
/proc/29821/stat : 29821 (clasp) R 29819 29821 29755 0 -1 4194304 64979 0 0 0 499922 80 0 0 25 0 1 0 223627143 259002368 62627 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29821/statm: 63233 62627 182 377 0 62853 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 252932

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

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

[startup+5001.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 29836
/proc/meminfo: memFree=648304/2055920 swapFree=4175260/4192956
[pid=29821] ppid=29819 vsize=252932 CPUtime=5000.02
/proc/29821/stat : 29821 (clasp) R 29819 29821 29755 0 -1 4194304 64979 0 0 0 499922 80 0 0 25 0 1 0 223627143 259002368 62627 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/29821/statm: 63233 62627 182 377 0 62853 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 252932

Child status: 0
Real time (s): 5001.75
CPU time (s): 5000.07
CPU user time (s): 4999.23
CPU system time (s): 0.842871
CPU usage (%): 99.9665
Max. virtual memory (cumulated for all children) (KiB): 252932

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

runsolver used 3.62445 second user time and 10.5204 second system time

The end

Launcher Data

Begin job on node60 at 2009-05-10 13:46:44
IDJOB=1786278
IDBENCH=71798
IDSOLVER=637
FILE ID=node60/1786278-1241956003
PBS_JOBID= 9265104
Free space on /tmp= 66036 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT09/CRAFTED/parity-games/instance_n8_i9_pp_ci_ce.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-1786278-1241956003/watcher-1786278-1241956003 -o /tmp/evaluation-result-1786278-1241956003/solver-1786278-1241956003 -C 5000 -W 6000 -M 1800  HOME/clasp --file=HOME/instance-1786278-1241956003.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= 30af8150f499f8e8270ccf7f0e5a1a0a
RANDOM SEED=1904756586

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:        899544 kB
Buffers:         73016 kB
Cached:         987968 kB
SwapCached:      12124 kB
Active:         409872 kB
Inactive:       665772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        899544 kB
SwapTotal:     4192956 kB
SwapFree:      4175260 kB
Dirty:            8104 kB
Writeback:           0 kB
Mapped:          14084 kB
Slab:            66668 kB
Committed_AS:   771996 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= 66036 MiB
End job on node60 at 2009-05-10 15:10:07