Trace number 1831869

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 2228.18 2229.3

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-10-10p0.cnf
MD5SUM76f64a29755badc2dae8f70e8e96bc3e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark33.4979
Satisfiable
(Un)Satisfiability was proved
Number of variables130859
Number of clauses627223
Sum of the clauses size1471348
Maximum clause length10
Minimum clause length1
Number of clauses of size 16856
Number of clauses of size 2498729
Number of clauses of size 387598
Number of clauses of size 43780
Number of clauses of size 515120
Number of clauses of size over 515140

Solver Data

2228.07/2229.29	c clasp version 1.2.0-SAT09 
2228.07/2229.29	c Reading from ...790521/instance-1831869-1242790521.cnf
2228.07/2229.29	c Reading      : Done(0.360s)
2228.07/2229.29	c Preprocessing: |-\Done(2.280s)
2228.07/2229.29	c Solving...
2228.07/2229.29	
2228.07/2229.29	c Models    : 0     
2228.07/2229.29	c Time         : 2228.300s (Solve: 2225.660s)
2228.07/2229.29	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-1831869-1242790521/watcher-1831869-1242790521 -o /tmp/evaluation-result-1831869-1242790521/solver-1831869-1242790521 -C 10000 -W 12000 -M 1800 HOME/clasp --file=HOME/instance-1831869-1242790521.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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.84 0.97 0.98 3/64 1325
/proc/meminfo: memFree=1683232/2055920 swapFree=4179912/4192956
[pid=1325] ppid=1323 vsize=3696 CPUtime=0
/proc/1325/stat : 1325 (clasp) R 1323 1325 1286 0 -1 4194304 617 0 0 0 0 0 0 0 18 0 1 0 307078988 3784704 423 1992294400 134512640 136057169 4294956160 18446744073709551615 135459759 0 0 4096 16386 0 0 0 17 0 0 0
/proc/1325/statm: 924 433 139 377 0 544 0

[startup+0.01736 s]
/proc/loadavg: 0.84 0.97 0.98 3/64 1325
/proc/meminfo: memFree=1683232/2055920 swapFree=4179912/4192956
[pid=1325] ppid=1323 vsize=11752 CPUtime=0.01
/proc/1325/stat : 1325 (clasp) R 1323 1325 1286 0 -1 4194304 1999 0 0 0 1 0 0 0 18 0 1 0 307078988 12034048 1502 1992294400 134512640 136057169 4294956160 18446744073709551615 134834619 0 0 4096 16386 0 0 0 17 0 0 0
/proc/1325/statm: 2938 1507 141 377 0 2558 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 11752

[startup+0.101375 s]
/proc/loadavg: 0.84 0.97 0.98 3/64 1325
/proc/meminfo: memFree=1683232/2055920 swapFree=4179912/4192956
[pid=1325] ppid=1323 vsize=17884 CPUtime=0.09
/proc/1325/stat : 1325 (clasp) R 1323 1325 1286 0 -1 4194304 4646 0 0 0 8 1 0 0 18 0 1 0 307078988 18313216 4013 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 0 0 0
/proc/1325/statm: 4471 4013 144 377 0 4091 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17884

[startup+0.301409 s]
/proc/loadavg: 0.84 0.97 0.98 3/64 1325
/proc/meminfo: memFree=1683232/2055920 swapFree=4179912/4192956
[pid=1325] ppid=1323 vsize=29180 CPUtime=0.29
/proc/1325/stat : 1325 (clasp) R 1323 1325 1286 0 -1 4194304 8313 0 0 0 25 4 0 0 19 0 1 0 307078988 29880320 6717 1992294400 134512640 136057169 4294956160 18446744073709551615 134756837 0 0 4096 16386 0 0 0 17 0 0 0
/proc/1325/statm: 7295 6717 147 377 0 6915 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29180

[startup+0.701482 s]
/proc/loadavg: 0.84 0.97 0.98 3/64 1325
/proc/meminfo: memFree=1683232/2055920 swapFree=4179912/4192956
[pid=1325] ppid=1323 vsize=46164 CPUtime=0.69
/proc/1325/stat : 1325 (clasp) R 1323 1325 1286 0 -1 4194304 14216 0 0 0 62 7 0 0 23 0 1 0 307078988 47271936 10955 1992294400 134512640 136057169 4294956160 18446744073709551615 134783962 0 0 4096 16386 0 0 0 17 0 0 0
/proc/1325/statm: 11541 10955 165 377 0 11161 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46164

[startup+1.50162 s]
/proc/loadavg: 0.84 0.97 0.98 2/65 1326
/proc/meminfo: memFree=1639128/2055920 swapFree=4179912/4192956
[pid=1325] ppid=1323 vsize=47500 CPUtime=1.49
/proc/1325/stat : 1325 (clasp) R 1323 1325 1286 0 -1 4194304 14983 0 0 0 142 7 0 0 25 0 1 0 307078988 48640000 11266 1992294400 134512640 136057169 4294956160 18446744073709551615 134771418 0 0 4096 16386 0 0 0 17 0 0 0
/proc/1325/statm: 11875 11266 170 377 0 11495 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47500

[startup+3.10191 s]
/proc/loadavg: 0.85 0.97 0.98 2/65 1326
/proc/meminfo: memFree=1636120/2055920 swapFree=4179912/4192956
[pid=1325] ppid=1323 vsize=42480 CPUtime=3.09
/proc/1325/stat : 1325 (clasp) R 1323 1325 1286 0 -1 4194304 16174 0 0 0 301 8 0 0 25 0 1 0 307078988 43499520 10327 1992294400 134512640 136057169 4294956160 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 0 0 0
/proc/1325/statm: 10620 10327 182 377 0 10240 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42480

[startup+6.30148 s]
/proc/loadavg: 0.85 0.97 0.98 2/65 1326
/proc/meminfo: memFree=1642264/2055920 swapFree=4179912/4192956
[pid=1325] ppid=1323 vsize=42480 CPUtime=6.28
/proc/1325/stat : 1325 (clasp) R 1323 1325 1286 0 -1 4194304 16174 0 0 0 620 8 0 0 25 0 1 0 307078988 43499520 10327 1992294400 134512640 136057169 4294956160 18446744073709551615 134624629 0 0 4096 16386 0 0 0 17 0 0 0
/proc/1325/statm: 10620 10327 182 377 0 10240 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 42480

[startup+12.7016 s]
/proc/loadavg: 0.88 0.97 0.98 2/65 1326
/proc/meminfo: memFree=1642336/2055920 swapFree=4179912/4192956
[pid=1325] ppid=1323 vsize=42480 CPUtime=12.68
/proc/1325/stat : 1325 (clasp) R 1323 1325 1286 0 -1 4194304 16174 0 0 0 1260 8 0 0 25 0 1 0 307078988 43499520 10327 1992294400 134512640 136057169 4294956160 18446744073709551615 134624354 0 0 4096 16386 0 0 0 17 0 0 0
/proc/1325/statm: 10620 10327 182 377 0 10240 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 42480

[startup+25.5019 s]
/proc/loadavg: 0.89 0.97 0.98 2/65 1326
/proc/meminfo: memFree=1642528/2055920 swapFree=4179912/4192956
[pid=1325] ppid=1323 vsize=42656 CPUtime=25.48
/proc/1325/stat : 1325 (clasp) R 1323 1325 1286 0 -1 4194304 16185 0 0 0 2539 9 0 0 25 0 1 0 307078988 43679744 10338 1992294400 134512640 136057169 4294956160 18446744073709551615 134823417 0 0 4096 16386 0 0 0 17 0 0 0
/proc/1325/statm: 10664 10338 182 377 0 10284 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 42656

[startup+51.1015 s]
/proc/loadavg: 0.93 0.97 0.98 2/65 1326
/proc/meminfo: memFree=1631648/2055920 swapFree=4179912/4192956
[pid=1325] ppid=1323 vsize=53668 CPUtime=51.06
/proc/1325/stat : 1325 (clasp) R 1323 1325 1286 0 -1 4194304 18937 0 0 0 5095 11 0 0 25 0 1 0 307078988 54956032 13090 1992294400 134512640 136057169 4294956160 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 0 0 0
/proc/1325/statm: 13417 13090 182 377 0 13037 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 53668

[startup+102.306 s]
/proc/loadavg: 0.97 0.97 0.98 2/65 1326
/proc/meminfo: memFree=1602208/2055920 swapFree=4179912/4192956
[pid=1325] ppid=1323 vsize=82964 CPUtime=102.24
/proc/1325/stat : 1325 (clasp) R 1323 1325 1286 0 -1 4194304 26274 0 0 0 10207 17 0 0 25 0 1 0 307078988 84955136 20427 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 0 0 0
/proc/1325/statm: 20741 20427 182 377 0 20361 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 82964

[startup+162.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1326
/proc/meminfo: memFree=1565472/2055920 swapFree=4179912/4192956
[pid=1325] ppid=1323 vsize=119820 CPUtime=162.21
/proc/1325/stat : 1325 (clasp) R 1323 1325 1286 0 -1 4194304 35493 0 0 0 16195 26 0 0 25 0 1 0 307078988 122695680 29646 1992294400 134512640 136057169 4294956160 18446744073709551615 134823828 0 0 4096 16386 0 0 0 17 0 0 0
/proc/1325/statm: 29955 29646 182 377 0 29575 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 119820

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1326
/proc/meminfo: memFree=1520992/2055920 swapFree=4179912/4192956
[pid=1325] ppid=1323 vsize=164216 CPUtime=222.18
/proc/1325/stat : 1325 (clasp) R 1323 1325 1286 0 -1 4194304 46561 0 0 0 22183 35 0 0 25 0 1 0 307078988 168157184 40714 1992294400 134512640 136057169 4294956160 18446744073709551615 134823826 0 0 4096 16386 0 0 0 17 0 0 0
/proc/1325/statm: 41054 40714 182 377 0 40674 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 164216

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1326
/proc/meminfo: memFree=1480224/2055920 swapFree=4179912/4192956
[pid=1325] ppid=1323 vsize=204860 CPUtime=282.15
/proc/1325/stat : 1325 (clasp) R 1323 1325 1286 0 -1 4194304 56689 0 0 0 28172 43 0 0 25 0 1 0 307078988 209776640 50842 1992294400 134512640 136057169 4294956160 18446744073709551615 134618270 0 0 4096 16386 0 0 0 17 0 0 0
/proc/1325/statm: 51215 50842 182 377 0 50835 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 204860

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1326
/proc/meminfo: memFree=1440360/2055920 swapFree=4179912/4192956
[pid=1325] ppid=1323 vsize=244724 CPUtime=342.12
/proc/1325/stat : 1325 (clasp) R 1323 1325 1286 0 -1 4194304 66684 0 0 0 34160 52 0 0 25 0 1 0 307078988 250597376 60837 1992294400 134512640 136057169 4294956160 18446744073709551615 134824081 0 0 4096 16386 0 0 0 17 0 0 0
/proc/1325/statm: 61181 60837 182 377 0 60801 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 244724

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1326
/proc/meminfo: memFree=1410728/2055920 swapFree=4179912/4192956
[pid=1325] ppid=1323 vsize=274404 CPUtime=402.07
/proc/1325/stat : 1325 (clasp) R 1323 1325 1286 0 -1 4194304 74081 0 0 0 40150 57 0 0 25 0 1 0 307078988 280989696 68234 1992294400 134512640 136057169 4294956160 18446744073709551615 134618232 0 0 4096 16386 0 0 0 17 0 0 0
/proc/1325/statm: 68601 68234 182 377 0 68221 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 274404

[startup+462.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1326
/proc/meminfo: memFree=1390056/2055920 swapFree=4179912/4192956
[pid=1325] ppid=1323 vsize=295060 CPUtime=462.05
/proc/1325/stat : 1325 (clasp) R 1323 1325 1286 0 -1 4194304 79276 0 0 0 46144 61 0 0 25 0 1 0 307078988 302141440 73429 1992294400 134512640 136057169 4294956160 18446744073709551615 134618259 0 0 4096 16386 0 0 0 17 0 0 0
/proc/1325/statm: 73765 73429 182 377 0 73385 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 295060

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1328
/proc/meminfo: memFree=1366376/2055920 swapFree=4179912/4192956
[pid=1325] ppid=1323 vsize=318148 CPUtime=522.02
/proc/1325/stat : 1325 (clasp) R 1323 1325 1286 0 -1 4194304 85058 0 0 0 52136 66 0 0 25 0 1 0 307078988 325783552 79211 1992294400 134512640 136057169 4294956160 18446744073709551615 134825035 0 0 4096 16386 0 0 0 17 0 0 0
/proc/1325/statm: 79537 79211 182 377 0 79157 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 318148

[startup+582.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1328
/proc/meminfo: memFree=1366312/2055920 swapFree=4179912/4192956
[pid=1325] ppid=1323 vsize=318148 CPUtime=581.99
/proc/1325/stat : 1325 (clasp) R 1323 1325 1286 0 -1 4194304 85059 0 0 0 58133 66 0 0 25 0 1 0 307078988 325783552 79212 1992294400 134512640 136057169 4294956160 18446744073709551615 134823925 0 0 4096 16386 0 0 0 17 0 0 0
/proc/1325/statm: 79537 79212 182 377 0 79157 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 318148

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1328
/proc/meminfo: memFree=1366312/2055920 swapFree=4179912/4192956
[pid=1325] ppid=1323 vsize=318148 CPUtime=641.96
/proc/1325/stat : 1325 (clasp) R 1323 1325 1286 0 -1 4194304 85059 0 0 0 64130 66 0 0 25 0 1 0 307078988 325783552 79212 1992294400 134512640 136057169 4294956160 18446744073709551615 134618265 0 0 4096 16386 0 0 0 17 0 0 0
/proc/1325/statm: 79537 79212 182 377 0 79157 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 318148

[startup+702.302 s]

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

/proc/meminfo: memFree=1189416/2055920 swapFree=4179912/4192956
[pid=1325] ppid=1323 vsize=494592 CPUtime=1601.49
/proc/1325/stat : 1325 (clasp) R 1323 1325 1286 0 -1 4194304 129224 0 0 0 160048 101 0 0 25 0 1 0 307078988 506462208 123241 1992294400 134512640 136057169 4294956160 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 0 0 0
/proc/1325/statm: 123648 123241 182 377 0 123268 0
Current children cumulated CPU time (s) 1601.49
Current children cumulated vsize (KiB) 494592

[startup+1662.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1334
/proc/meminfo: memFree=1184680/2055920 swapFree=4179912/4192956
[pid=1325] ppid=1323 vsize=499304 CPUtime=1661.46
/proc/1325/stat : 1325 (clasp) R 1323 1325 1286 0 -1 4194304 130403 0 0 0 166044 102 0 0 25 0 1 0 307078988 511287296 124420 1992294400 134512640 136057169 4294956160 18446744073709551615 134823325 0 0 4096 16386 0 0 0 17 0 0 0
/proc/1325/statm: 124826 124420 182 377 0 124446 0
Current children cumulated CPU time (s) 1661.46
Current children cumulated vsize (KiB) 499304

[startup+1722.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1334
/proc/meminfo: memFree=1184680/2055920 swapFree=4179912/4192956
[pid=1325] ppid=1323 vsize=499304 CPUtime=1721.43
/proc/1325/stat : 1325 (clasp) R 1323 1325 1286 0 -1 4194304 130403 0 0 0 172041 102 0 0 25 0 1 0 307078988 511287296 124420 1992294400 134512640 136057169 4294956160 18446744073709551615 134812866 0 0 4096 16386 0 0 0 17 0 0 0
/proc/1325/statm: 124826 124420 182 377 0 124446 0
Current children cumulated CPU time (s) 1721.43
Current children cumulated vsize (KiB) 499304

[startup+1782.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1334
/proc/meminfo: memFree=1184552/2055920 swapFree=4179912/4192956
[pid=1325] ppid=1323 vsize=499304 CPUtime=1781.4
/proc/1325/stat : 1325 (clasp) R 1323 1325 1286 0 -1 4194304 130403 0 0 0 178038 102 0 0 25 0 1 0 307078988 511287296 124420 1992294400 134512640 136057169 4294956160 18446744073709551615 134823325 0 0 4096 16386 0 0 0 17 0 0 0
/proc/1325/statm: 124826 124420 182 377 0 124446 0
Current children cumulated CPU time (s) 1781.4
Current children cumulated vsize (KiB) 499304

[startup+1842.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1334
/proc/meminfo: memFree=1184488/2055920 swapFree=4179912/4192956
[pid=1325] ppid=1323 vsize=499304 CPUtime=1841.37
/proc/1325/stat : 1325 (clasp) R 1323 1325 1286 0 -1 4194304 130403 0 0 0 184035 102 0 0 25 0 1 0 307078988 511287296 124420 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0
/proc/1325/statm: 124826 124420 182 377 0 124446 0
Current children cumulated CPU time (s) 1841.37
Current children cumulated vsize (KiB) 499304

[startup+1902.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1334
/proc/meminfo: memFree=1184488/2055920 swapFree=4179912/4192956
[pid=1325] ppid=1323 vsize=499304 CPUtime=1901.34
/proc/1325/stat : 1325 (clasp) R 1323 1325 1286 0 -1 4194304 130403 0 0 0 190032 102 0 0 25 0 1 0 307078988 511287296 124420 1992294400 134512640 136057169 4294956160 18446744073709551615 134618256 0 0 4096 16386 0 0 0 17 0 0 0
/proc/1325/statm: 124826 124420 182 377 0 124446 0
Current children cumulated CPU time (s) 1901.34
Current children cumulated vsize (KiB) 499304

[startup+1962.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1334
/proc/meminfo: memFree=1184488/2055920 swapFree=4179912/4192956
[pid=1325] ppid=1323 vsize=499304 CPUtime=1961.32
/proc/1325/stat : 1325 (clasp) R 1323 1325 1286 0 -1 4194304 130405 0 0 0 196030 102 0 0 25 0 1 0 307078988 511287296 124422 1992294400 134512640 136057169 4294956160 18446744073709551615 134615621 0 0 4096 16386 0 0 0 17 0 0 0
/proc/1325/statm: 124826 124422 182 377 0 124446 0
Current children cumulated CPU time (s) 1961.32
Current children cumulated vsize (KiB) 499304

[startup+2022.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1334
/proc/meminfo: memFree=1184424/2055920 swapFree=4179912/4192956
[pid=1325] ppid=1323 vsize=499304 CPUtime=2021.28
/proc/1325/stat : 1325 (clasp) R 1323 1325 1286 0 -1 4194304 130408 0 0 0 202026 102 0 0 25 0 1 0 307078988 511287296 124425 1992294400 134512640 136057169 4294956160 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 0 0 0
/proc/1325/statm: 124826 124425 182 377 0 124446 0
Current children cumulated CPU time (s) 2021.28
Current children cumulated vsize (KiB) 499304

[startup+2082.31 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1334
/proc/meminfo: memFree=1184424/2055920 swapFree=4179912/4192956
[pid=1325] ppid=1323 vsize=499304 CPUtime=2081.25
/proc/1325/stat : 1325 (clasp) R 1323 1325 1286 0 -1 4194304 130410 0 0 0 208023 102 0 0 25 0 1 0 307078988 511287296 124427 1992294400 134512640 136057169 4294956160 18446744073709551615 134624607 0 0 4096 16386 0 0 0 17 0 0 0
/proc/1325/statm: 124826 124427 182 377 0 124446 0
Current children cumulated CPU time (s) 2081.25
Current children cumulated vsize (KiB) 499304

[startup+2142.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1334
/proc/meminfo: memFree=1184360/2055920 swapFree=4179912/4192956
[pid=1325] ppid=1323 vsize=499304 CPUtime=2141.22
/proc/1325/stat : 1325 (clasp) R 1323 1325 1286 0 -1 4194304 130415 0 0 0 214020 102 0 0 25 0 1 0 307078988 511287296 124432 1992294400 134512640 136057169 4294956160 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 0 0 0
/proc/1325/statm: 124826 124432 182 377 0 124446 0
Current children cumulated CPU time (s) 2141.22
Current children cumulated vsize (KiB) 499304

[startup+2202.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1334
/proc/meminfo: memFree=1184360/2055920 swapFree=4179912/4192956
[pid=1325] ppid=1323 vsize=499304 CPUtime=2201.18
/proc/1325/stat : 1325 (clasp) R 1323 1325 1286 0 -1 4194304 130417 0 0 0 220016 102 0 0 25 0 1 0 307078988 511287296 124434 1992294400 134512640 136057169 4294956160 18446744073709551615 134624577 0 0 4096 16386 0 0 0 17 0 0 0
/proc/1325/statm: 124826 124434 182 377 0 124446 0
Current children cumulated CPU time (s) 2201.18
Current children cumulated vsize (KiB) 499304

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

[startup+2214.31 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1334
/proc/meminfo: memFree=1184360/2055920 swapFree=4179912/4192956
[pid=1325] ppid=1323 vsize=499304 CPUtime=2213.18
/proc/1325/stat : 1325 (clasp) R 1323 1325 1286 0 -1 4194304 130417 0 0 0 221216 102 0 0 25 0 1 0 307078988 511287296 124434 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0
/proc/1325/statm: 124826 124434 182 377 0 124446 0
Current children cumulated CPU time (s) 2213.18
Current children cumulated vsize (KiB) 499304

[startup+2220.7 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1334
/proc/meminfo: memFree=1184360/2055920 swapFree=4179912/4192956
[pid=1325] ppid=1323 vsize=499304 CPUtime=2219.58
/proc/1325/stat : 1325 (clasp) R 1323 1325 1286 0 -1 4194304 130417 0 0 0 221856 102 0 0 25 0 1 0 307078988 511287296 124434 1992294400 134512640 136057169 4294956160 18446744073709551615 134624579 0 0 4096 16386 0 0 0 17 0 0 0
/proc/1325/statm: 124826 124434 182 377 0 124446 0
Current children cumulated CPU time (s) 2219.58
Current children cumulated vsize (KiB) 499304

[startup+2223.9 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1334
/proc/meminfo: memFree=1184360/2055920 swapFree=4179912/4192956
[pid=1325] ppid=1323 vsize=499304 CPUtime=2222.77
/proc/1325/stat : 1325 (clasp) R 1323 1325 1286 0 -1 4194304 130417 0 0 0 222175 102 0 0 25 0 1 0 307078988 511287296 124434 1992294400 134512640 136057169 4294956160 18446744073709551615 134624585 0 0 4096 16386 0 0 0 17 0 0 0
/proc/1325/statm: 124826 124434 182 377 0 124446 0
Current children cumulated CPU time (s) 2222.77
Current children cumulated vsize (KiB) 499304

[startup+2227.1 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1334
/proc/meminfo: memFree=1184360/2055920 swapFree=4179912/4192956
[pid=1325] ppid=1323 vsize=499304 CPUtime=2225.97
/proc/1325/stat : 1325 (clasp) R 1323 1325 1286 0 -1 4194304 130417 0 0 0 222495 102 0 0 25 0 1 0 307078988 511287296 124434 1992294400 134512640 136057169 4294956160 18446744073709551615 134812866 0 0 4096 16386 0 0 0 17 0 0 0
/proc/1325/statm: 124826 124434 182 377 0 124446 0
Current children cumulated CPU time (s) 2225.97
Current children cumulated vsize (KiB) 499304

[startup+2227.9 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1334
/proc/meminfo: memFree=1184360/2055920 swapFree=4179912/4192956
[pid=1325] ppid=1323 vsize=499304 CPUtime=2226.77
/proc/1325/stat : 1325 (clasp) R 1323 1325 1286 0 -1 4194304 130417 0 0 0 222575 102 0 0 25 0 1 0 307078988 511287296 124434 1992294400 134512640 136057169 4294956160 18446744073709551615 134624577 0 0 4096 16386 0 0 0 17 0 0 0
/proc/1325/statm: 124826 124434 182 377 0 124446 0
Current children cumulated CPU time (s) 2226.77
Current children cumulated vsize (KiB) 499304

[startup+2228.7 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1334
/proc/meminfo: memFree=1184360/2055920 swapFree=4179912/4192956
[pid=1325] ppid=1323 vsize=499304 CPUtime=2227.57
/proc/1325/stat : 1325 (clasp) R 1323 1325 1286 0 -1 4194304 130417 0 0 0 222655 102 0 0 25 0 1 0 307078988 511287296 124434 1992294400 134512640 136057169 4294956160 18446744073709551615 134812866 0 0 4096 16386 0 0 0 17 0 0 0
/proc/1325/statm: 124826 124434 182 377 0 124446 0
Current children cumulated CPU time (s) 2227.57
Current children cumulated vsize (KiB) 499304

[startup+2229.1 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1334
/proc/meminfo: memFree=1184360/2055920 swapFree=4179912/4192956
[pid=1325] ppid=1323 vsize=499304 CPUtime=2227.97
/proc/1325/stat : 1325 (clasp) R 1323 1325 1286 0 -1 4194304 130422 0 0 0 222695 102 0 0 25 0 1 0 307078988 511287296 124439 1992294400 134512640 136057169 4294956160 18446744073709551615 135437512 0 0 4096 16386 0 0 0 17 0 0 0
/proc/1325/statm: 124826 124439 187 377 0 124446 0
Current children cumulated CPU time (s) 2227.97
Current children cumulated vsize (KiB) 499304

[startup+2229.2 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 1334
/proc/meminfo: memFree=1184360/2055920 swapFree=4179912/4192956
[pid=1325] ppid=1323 vsize=306688 CPUtime=2228.07
/proc/1325/stat : 1325 (clasp) R 1323 1325 1286 0 -1 4194304 130422 0 0 0 222702 105 0 0 25 0 1 0 307078988 314048512 76336 1992294400 134512640 136057169 4294956160 18446744073709551615 135651118 0 0 4096 16386 0 0 0 17 0 0 0
/proc/1325/statm: 76672 76336 6562 377 0 76292 0
Current children cumulated CPU time (s) 2228.07
Current children cumulated vsize (KiB) 306688

Child status: 20
Real time (s): 2229.3
CPU time (s): 2228.18
CPU user time (s): 2227.08
CPU system time (s): 1.10083
CPU usage (%): 99.95
Max. virtual memory (cumulated for all children) (KiB): 499304

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

runsolver used 1.86572 second user time and 6.24505 second system time

The end

Launcher Data

Begin job on node60 at 2009-05-20 05:35:22
IDJOB=1831869
IDBENCH=71042
IDSOLVER=637
FILE ID=node60/1831869-1242790521
PBS_JOBID= 9322420
Free space on /tmp= 66372 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-10-10p0.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-1831869-1242790521/watcher-1831869-1242790521 -o /tmp/evaluation-result-1831869-1242790521/solver-1831869-1242790521 -C 10000 -W 12000 -M 1800  HOME/clasp --file=HOME/instance-1831869-1242790521.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 76f64a29755badc2dae8f70e8e96bc3e
RANDOM SEED=2005281930

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:       1683712 kB
Buffers:         28348 kB
Cached:         294440 kB
SwapCached:       7352 kB
Active:          71620 kB
Inactive:       259964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1683712 kB
SwapTotal:     4192956 kB
SwapFree:      4179912 kB
Dirty:           12988 kB
Writeback:           0 kB
Mapped:          13932 kB
Slab:            26580 kB
Committed_AS:  1035248 kB
PageTables:       1452 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= 66368 MiB
End job on node60 at 2009-05-20 06:12:32