Trace number 1831873

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 2560.54 2561.37

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-15-5p0.cnf
MD5SUM46c031b3f08c6158a2e68fd75d34fa31
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark160.007
Satisfiable
(Un)Satisfiability was proved
Number of variables162682
Number of clauses820958
Sum of the clauses size1953119
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2617783
Number of clauses of size 3153189
Number of clauses of size 44620
Number of clauses of size 518480
Number of clauses of size over 518500

Solver Data

2560.46/2561.36	c clasp version 1.2.0-SAT09 
2560.46/2561.36	c Reading from ...790622/instance-1831873-1242790622.cnf
2560.46/2561.36	c Reading      : Done(0.510s)
2560.46/2561.36	c Preprocessing: |-\Done(3.260s)
2560.46/2561.36	c Solving...
2560.46/2561.36	
2560.46/2561.36	c Models    : 0     
2560.46/2561.36	c Time         : 2560.690s (Solve: 2556.920s)
2560.46/2561.36	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-1831873-1242790622/watcher-1831873-1242790622 -o /tmp/evaluation-result-1831873-1242790622/solver-1831873-1242790622 -C 10000 -W 12000 -M 1800 HOME/clasp --file=HOME/instance-1831873-1242790622.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.95 0.98 3/64 11606
/proc/meminfo: memFree=1725872/2055920 swapFree=4179968/4192956
[pid=11606] ppid=11604 vsize=4488 CPUtime=0
/proc/11606/stat : 11606 (clasp) R 11604 11606 11569 0 -1 4194304 856 0 0 0 0 0 0 0 18 0 1 0 307088305 4595712 541 1992294400 134512640 136057169 4294956160 18446744073709551615 135459759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/11606/statm: 1122 550 139 377 0 742 0

[startup+0.0360181 s]
/proc/loadavg: 0.84 0.95 0.98 3/64 11606
/proc/meminfo: memFree=1725872/2055920 swapFree=4179968/4192956
[pid=11606] ppid=11604 vsize=14472 CPUtime=0.02
/proc/11606/stat : 11606 (clasp) R 11604 11606 11569 0 -1 4194304 3777 0 0 0 1 1 0 0 18 0 1 0 307088305 14819328 3010 1992294400 134512640 136057169 4294956160 18446744073709551615 134834619 0 0 4096 16386 0 0 0 17 1 0 0
/proc/11606/statm: 3618 3014 140 377 0 3238 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 14472

[startup+0.101026 s]
/proc/loadavg: 0.84 0.95 0.98 3/64 11606
/proc/meminfo: memFree=1725872/2055920 swapFree=4179968/4192956
[pid=11606] ppid=11604 vsize=20168 CPUtime=0.09
/proc/11606/stat : 11606 (clasp) R 11604 11606 11569 0 -1 4194304 5285 0 0 0 7 2 0 0 18 0 1 0 307088305 20652032 4518 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/11606/statm: 5042 4518 144 377 0 4662 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20168

[startup+0.301053 s]
/proc/loadavg: 0.84 0.95 0.98 3/64 11606
/proc/meminfo: memFree=1725872/2055920 swapFree=4179968/4192956
[pid=11606] ppid=11604 vsize=30028 CPUtime=0.29
/proc/11606/stat : 11606 (clasp) R 11604 11606 11569 0 -1 4194304 8400 0 0 0 25 4 0 0 19 0 1 0 307088305 30748672 6990 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/11606/statm: 7507 6990 144 377 0 7127 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30028

[startup+0.701107 s]
/proc/loadavg: 0.84 0.95 0.98 3/64 11606
/proc/meminfo: memFree=1725872/2055920 swapFree=4179968/4192956
[pid=11606] ppid=11604 vsize=56920 CPUtime=0.69
/proc/11606/stat : 11606 (clasp) R 11604 11606 11569 0 -1 4194304 17580 0 0 0 61 8 0 0 22 0 1 0 307088305 58286080 13381 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/11606/statm: 14230 13381 165 377 0 13850 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56920

[startup+1.50121 s]
/proc/loadavg: 0.84 0.95 0.98 2/65 11607
/proc/meminfo: memFree=1671144/2055920 swapFree=4179968/4192956
[pid=11606] ppid=11604 vsize=60820 CPUtime=1.49
/proc/11606/stat : 11606 (clasp) R 11604 11606 11569 0 -1 4194304 19527 0 0 0 139 10 0 0 25 0 1 0 307088305 62279680 14432 1992294400 134512640 136057169 4294956160 18446744073709551615 134774710 0 0 4096 16386 0 0 0 17 1 0 0
/proc/11606/statm: 15205 14432 168 377 0 14825 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 60820

[startup+3.10143 s]
/proc/loadavg: 0.84 0.95 0.98 2/65 11607
/proc/meminfo: memFree=1667432/2055920 swapFree=4179968/4192956
[pid=11606] ppid=11604 vsize=65644 CPUtime=3.09
/proc/11606/stat : 11606 (clasp) R 11604 11606 11569 0 -1 4194304 20755 0 0 0 299 10 0 0 25 0 1 0 307088305 67219456 15660 1992294400 134512640 136057169 4294956160 18446744073709551615 134781584 0 0 4096 16386 0 0 0 17 1 0 0
/proc/11606/statm: 16411 15660 170 377 0 16031 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65644

[startup+6.30186 s]
/proc/loadavg: 0.85 0.95 0.98 2/65 11607
/proc/meminfo: memFree=1672232/2055920 swapFree=4179968/4192956
[pid=11606] ppid=11604 vsize=56228 CPUtime=6.29
/proc/11606/stat : 11606 (clasp) R 11604 11606 11569 0 -1 4194304 21443 0 0 0 618 11 0 0 25 0 1 0 307088305 57577472 13617 1992294400 134512640 136057169 4294956160 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0
/proc/11606/statm: 14057 13617 182 377 0 13677 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 56228

[startup+12.7027 s]
/proc/loadavg: 0.87 0.95 0.98 2/65 11607
/proc/meminfo: memFree=1672168/2055920 swapFree=4179968/4192956
[pid=11606] ppid=11604 vsize=56228 CPUtime=12.69
/proc/11606/stat : 11606 (clasp) R 11604 11606 11569 0 -1 4194304 21457 0 0 0 1258 11 0 0 25 0 1 0 307088305 57577472 13631 1992294400 134512640 136057169 4294956160 18446744073709551615 134823831 0 0 4096 16386 0 0 0 17 1 0 0
/proc/11606/statm: 14057 13631 182 377 0 13677 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 56228

[startup+25.5015 s]
/proc/loadavg: 0.89 0.95 0.98 2/65 11607
/proc/meminfo: memFree=1672296/2055920 swapFree=4179968/4192956
[pid=11606] ppid=11604 vsize=56228 CPUtime=25.48
/proc/11606/stat : 11606 (clasp) R 11604 11606 11569 0 -1 4194304 21457 0 0 0 2537 11 0 0 25 0 1 0 307088305 57577472 13631 1992294400 134512640 136057169 4294956160 18446744073709551615 134823325 0 0 4096 16386 0 0 0 17 1 0 0
/proc/11606/statm: 14057 13631 182 377 0 13677 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 56228

[startup+51.1019 s]
/proc/loadavg: 0.93 0.96 0.98 2/65 11607
/proc/meminfo: memFree=1672360/2055920 swapFree=4179968/4192956
[pid=11606] ppid=11604 vsize=56228 CPUtime=51.05
/proc/11606/stat : 11606 (clasp) R 11604 11606 11569 0 -1 4194304 21457 0 0 0 5094 11 0 0 25 0 1 0 307088305 57577472 13631 1992294400 134512640 136057169 4294956160 18446744073709551615 134618582 0 0 4096 16386 0 0 0 17 1 0 0
/proc/11606/statm: 14057 13631 182 377 0 13677 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 56228

[startup+102.306 s]
/proc/loadavg: 0.97 0.96 0.98 2/65 11607
/proc/meminfo: memFree=1660200/2055920 swapFree=4179968/4192956
[pid=11606] ppid=11604 vsize=68612 CPUtime=102.24
/proc/11606/stat : 11606 (clasp) R 11604 11606 11569 0 -1 4194304 24520 0 0 0 10210 14 0 0 25 0 1 0 307088305 70258688 16694 1992294400 134512640 136057169 4294956160 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 1 0 0
/proc/11606/statm: 17153 16694 182 377 0 16773 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 68612

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11607
/proc/meminfo: memFree=1640296/2055920 swapFree=4179968/4192956
[pid=11606] ppid=11604 vsize=88680 CPUtime=162.22
/proc/11606/stat : 11606 (clasp) R 11604 11606 11569 0 -1 4194304 29551 0 0 0 16204 18 0 0 25 0 1 0 307088305 90808320 21725 1992294400 134512640 136057169 4294956160 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 1 0 0
/proc/11606/statm: 22170 21725 182 377 0 21790 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 88680

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11607
/proc/meminfo: memFree=1614056/2055920 swapFree=4179968/4192956
[pid=11606] ppid=11604 vsize=114536 CPUtime=222.2
/proc/11606/stat : 11606 (clasp) R 11604 11606 11569 0 -1 4194304 36024 0 0 0 22197 23 0 0 25 0 1 0 307088305 117284864 28198 1992294400 134512640 136057169 4294956160 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 1 0 0
/proc/11606/statm: 28634 28198 182 377 0 28254 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 114536

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11607
/proc/meminfo: memFree=1589864/2055920 swapFree=4179968/4192956
[pid=11606] ppid=11604 vsize=138788 CPUtime=282.18
/proc/11606/stat : 11606 (clasp) R 11604 11606 11569 0 -1 4194304 42049 0 0 0 28188 30 0 0 25 0 1 0 307088305 142118912 34223 1992294400 134512640 136057169 4294956160 18446744073709551615 134637484 0 0 4096 16386 0 0 0 17 1 0 0
/proc/11606/statm: 34697 34223 182 377 0 34317 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 138788

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11607
/proc/meminfo: memFree=1567912/2055920 swapFree=4179968/4192956
[pid=11606] ppid=11604 vsize=160536 CPUtime=342.16
/proc/11606/stat : 11606 (clasp) R 11604 11606 11569 0 -1 4194304 47515 0 0 0 34181 35 0 0 25 0 1 0 307088305 164388864 39689 1992294400 134512640 136057169 4294956160 18446744073709551615 134823371 0 0 4096 16386 0 0 0 17 1 0 0
/proc/11606/statm: 40134 39689 182 377 0 39754 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 160536

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11607
/proc/meminfo: memFree=1539752/2055920 swapFree=4179968/4192956
[pid=11606] ppid=11604 vsize=188900 CPUtime=402.15
/proc/11606/stat : 11606 (clasp) R 11604 11606 11569 0 -1 4194304 54595 0 0 0 40174 41 0 0 25 0 1 0 307088305 193433600 46769 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/11606/statm: 47225 46769 182 377 0 46845 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 188900

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11607
/proc/meminfo: memFree=1509480/2055920 swapFree=4179968/4192956
[pid=11606] ppid=11604 vsize=219096 CPUtime=462.13
/proc/11606/stat : 11606 (clasp) R 11604 11606 11569 0 -1 4194304 62125 0 0 0 46164 49 0 0 25 0 1 0 307088305 224354304 54299 1992294400 134512640 136057169 4294956160 18446744073709551615 134825035 0 0 4096 16386 0 0 0 17 1 0 0
/proc/11606/statm: 54774 54299 182 377 0 54394 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 219096

[startup+522.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11609
/proc/meminfo: memFree=1482152/2055920 swapFree=4179968/4192956
[pid=11606] ppid=11604 vsize=246436 CPUtime=522.11
/proc/11606/stat : 11606 (clasp) R 11604 11606 11569 0 -1 4194304 68972 0 0 0 52156 55 0 0 25 0 1 0 307088305 252350464 61146 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/11606/statm: 61609 61146 182 377 0 61229 0
Current children cumulated CPU time (s) 522.11
Current children cumulated vsize (KiB) 246436

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11609
/proc/meminfo: memFree=1452584/2055920 swapFree=4179968/4192956
[pid=11606] ppid=11604 vsize=275928 CPUtime=582.09
/proc/11606/stat : 11606 (clasp) R 11604 11606 11569 0 -1 4194304 76321 0 0 0 58147 62 0 0 25 0 1 0 307088305 282550272 68495 1992294400 134512640 136057169 4294956160 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 1 0 0
/proc/11606/statm: 68982 68495 182 377 0 68602 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 275928

[startup+642.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11609
/proc/meminfo: memFree=1420712/2055920 swapFree=4179968/4192956
[pid=11606] ppid=11604 vsize=307384 CPUtime=642.07
/proc/11606/stat : 11606 (clasp) R 11604 11606 11569 0 -1 4194304 84177 0 0 0 64140 67 0 0 25 0 1 0 307088305 314761216 76351 1992294400 134512640 136057169 4294956160 18446744073709551615 134624607 0 0 4096 16386 0 0 0 17 1 0 0
/proc/11606/statm: 76846 76351 182 377 0 76466 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 307384

[startup+702.302 s]

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

/proc/meminfo: memFree=1172008/2055920 swapFree=4179968/4192956
[pid=11606] ppid=11604 vsize=555584 CPUtime=1961.65
/proc/11606/stat : 11606 (clasp) R 11604 11606 11569 0 -1 4194304 146391 0 0 0 196039 126 0 0 25 0 1 0 307088305 568918016 138226 1992294400 134512640 136057169 4294956160 18446744073709551615 134823417 0 0 4096 16386 0 0 0 17 1 0 0
/proc/11606/statm: 138896 138226 182 377 0 138516 0
Current children cumulated CPU time (s) 1961.65
Current children cumulated vsize (KiB) 555584

[startup+2022.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11615
/proc/meminfo: memFree=1157608/2055920 swapFree=4179968/4192956
[pid=11606] ppid=11604 vsize=569964 CPUtime=2021.63
/proc/11606/stat : 11606 (clasp) R 11604 11606 11569 0 -1 4194304 149984 0 0 0 202033 130 0 0 25 0 1 0 307088305 583643136 141819 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/11606/statm: 142491 141819 182 377 0 142111 0
Current children cumulated CPU time (s) 2021.63
Current children cumulated vsize (KiB) 569964

[startup+2082.31 s]
/proc/loadavg: 0.99 0.97 0.98 2/65 11615
/proc/meminfo: memFree=1157608/2055920 swapFree=4179968/4192956
[pid=11606] ppid=11604 vsize=569964 CPUtime=2081.62
/proc/11606/stat : 11606 (clasp) R 11604 11606 11569 0 -1 4194304 149984 0 0 0 208032 130 0 0 25 0 1 0 307088305 583643136 141819 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/11606/statm: 142491 141819 182 377 0 142111 0
Current children cumulated CPU time (s) 2081.62
Current children cumulated vsize (KiB) 569964

[startup+2142.3 s]
/proc/loadavg: 1.16 1.02 1.00 2/65 11615
/proc/meminfo: memFree=1157544/2055920 swapFree=4179968/4192956
[pid=11606] ppid=11604 vsize=569964 CPUtime=2141.6
/proc/11606/stat : 11606 (clasp) R 11604 11606 11569 0 -1 4194304 149984 0 0 0 214030 130 0 0 25 0 1 0 307088305 583643136 141819 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/11606/statm: 142491 141819 182 377 0 142111 0
Current children cumulated CPU time (s) 2141.6
Current children cumulated vsize (KiB) 569964

[startup+2202.3 s]
/proc/loadavg: 1.13 1.03 1.00 2/65 11615
/proc/meminfo: memFree=1157544/2055920 swapFree=4179968/4192956
[pid=11606] ppid=11604 vsize=569964 CPUtime=2201.58
/proc/11606/stat : 11606 (clasp) R 11604 11606 11569 0 -1 4194304 149984 0 0 0 220028 130 0 0 25 0 1 0 307088305 583643136 141819 1992294400 134512640 136057169 4294956160 18446744073709551615 134618307 0 0 4096 16386 0 0 0 17 1 0 0
/proc/11606/statm: 142491 141819 182 377 0 142111 0
Current children cumulated CPU time (s) 2201.58
Current children cumulated vsize (KiB) 569964

[startup+2262.3 s]
/proc/loadavg: 1.11 1.04 1.00 2/65 11615
/proc/meminfo: memFree=1157480/2055920 swapFree=4179968/4192956
[pid=11606] ppid=11604 vsize=569964 CPUtime=2261.56
/proc/11606/stat : 11606 (clasp) R 11604 11606 11569 0 -1 4194304 149984 0 0 0 226026 130 0 0 25 0 1 0 307088305 583643136 141819 1992294400 134512640 136057169 4294956160 18446744073709551615 134825035 0 0 4096 16386 0 0 0 17 1 0 0
/proc/11606/statm: 142491 141819 182 377 0 142111 0
Current children cumulated CPU time (s) 2261.56
Current children cumulated vsize (KiB) 569964

[startup+2322.3 s]
/proc/loadavg: 1.04 1.03 1.00 2/65 11615
/proc/meminfo: memFree=1157416/2055920 swapFree=4179968/4192956
[pid=11606] ppid=11604 vsize=569964 CPUtime=2321.54
/proc/11606/stat : 11606 (clasp) R 11604 11606 11569 0 -1 4194304 149984 0 0 0 232024 130 0 0 25 0 1 0 307088305 583643136 141819 1992294400 134512640 136057169 4294956160 18446744073709551615 134624629 0 0 4096 16386 0 0 0 17 1 0 0
/proc/11606/statm: 142491 141819 182 377 0 142111 0
Current children cumulated CPU time (s) 2321.54
Current children cumulated vsize (KiB) 569964

[startup+2382.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/65 11615
/proc/meminfo: memFree=1157416/2055920 swapFree=4179968/4192956
[pid=11606] ppid=11604 vsize=569964 CPUtime=2381.52
/proc/11606/stat : 11606 (clasp) R 11604 11606 11569 0 -1 4194304 149985 0 0 0 238022 130 0 0 25 0 1 0 307088305 583643136 141820 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/11606/statm: 142491 141820 182 377 0 142111 0
Current children cumulated CPU time (s) 2381.52
Current children cumulated vsize (KiB) 569964

[startup+2442.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 11615
/proc/meminfo: memFree=1157352/2055920 swapFree=4179968/4192956
[pid=11606] ppid=11604 vsize=569964 CPUtime=2441.5
/proc/11606/stat : 11606 (clasp) R 11604 11606 11569 0 -1 4194304 149985 0 0 0 244020 130 0 0 25 0 1 0 307088305 583643136 141820 1992294400 134512640 136057169 4294956160 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 1 0 0
/proc/11606/statm: 142491 141820 182 377 0 142111 0
Current children cumulated CPU time (s) 2441.5
Current children cumulated vsize (KiB) 569964

[startup+2502.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 11615
/proc/meminfo: memFree=1157416/2055920 swapFree=4179968/4192956
[pid=11606] ppid=11604 vsize=569964 CPUtime=2501.48
/proc/11606/stat : 11606 (clasp) R 11604 11606 11569 0 -1 4194304 149985 0 0 0 250018 130 0 0 25 0 1 0 307088305 583643136 141820 1992294400 134512640 136057169 4294956160 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 1 0 0
/proc/11606/statm: 142491 141820 182 377 0 142111 0
Current children cumulated CPU time (s) 2501.48
Current children cumulated vsize (KiB) 569964

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

[startup+2508.7 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 11615
/proc/meminfo: memFree=1157416/2055920 swapFree=4179968/4192956
[pid=11606] ppid=11604 vsize=569964 CPUtime=2507.88
/proc/11606/stat : 11606 (clasp) R 11604 11606 11569 0 -1 4194304 149985 0 0 0 250658 130 0 0 25 0 1 0 307088305 583643136 141820 1992294400 134512640 136057169 4294956160 18446744073709551615 134825035 0 0 4096 16386 0 0 0 17 1 0 0
/proc/11606/statm: 142491 141820 182 377 0 142111 0
Current children cumulated CPU time (s) 2507.88
Current children cumulated vsize (KiB) 569964

[startup+2534.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 11615
/proc/meminfo: memFree=1157352/2055920 swapFree=4179968/4192956
[pid=11606] ppid=11604 vsize=569964 CPUtime=2533.47
/proc/11606/stat : 11606 (clasp) R 11604 11606 11569 0 -1 4194304 149985 0 0 0 253217 130 0 0 25 0 1 0 307088305 583643136 141820 1992294400 134512640 136057169 4294956160 18446744073709551615 134624577 0 0 4096 16386 0 0 0 17 1 0 0
/proc/11606/statm: 142491 141820 182 377 0 142111 0
Current children cumulated CPU time (s) 2533.47
Current children cumulated vsize (KiB) 569964

[startup+2547.1 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 11615
/proc/meminfo: memFree=1157352/2055920 swapFree=4179968/4192956
[pid=11606] ppid=11604 vsize=569964 CPUtime=2546.26
/proc/11606/stat : 11606 (clasp) R 11604 11606 11569 0 -1 4194304 149985 0 0 0 254496 130 0 0 25 0 1 0 307088305 583643136 141820 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/11606/statm: 142491 141820 182 377 0 142111 0
Current children cumulated CPU time (s) 2546.26
Current children cumulated vsize (KiB) 569964

[startup+2553.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11615
/proc/meminfo: memFree=1157352/2055920 swapFree=4179968/4192956
[pid=11606] ppid=11604 vsize=569964 CPUtime=2552.67
/proc/11606/stat : 11606 (clasp) R 11604 11606 11569 0 -1 4194304 149985 0 0 0 255136 131 0 0 25 0 1 0 307088305 583643136 141820 1992294400 134512640 136057169 4294956160 18446744073709551615 134825035 0 0 4096 16386 0 0 0 17 1 0 0
/proc/11606/statm: 142491 141820 182 377 0 142111 0
Current children cumulated CPU time (s) 2552.67
Current children cumulated vsize (KiB) 569964

[startup+2556.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11615
/proc/meminfo: memFree=1157352/2055920 swapFree=4179968/4192956
[pid=11606] ppid=11604 vsize=569964 CPUtime=2555.87
/proc/11606/stat : 11606 (clasp) R 11604 11606 11569 0 -1 4194304 149985 0 0 0 255456 131 0 0 25 0 1 0 307088305 583643136 141820 1992294400 134512640 136057169 4294956160 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 1 0 0
/proc/11606/statm: 142491 141820 182 377 0 142111 0
Current children cumulated CPU time (s) 2555.87
Current children cumulated vsize (KiB) 569964

[startup+2559.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11615
/proc/meminfo: memFree=1157352/2055920 swapFree=4179968/4192956
[pid=11606] ppid=11604 vsize=569964 CPUtime=2559.07
/proc/11606/stat : 11606 (clasp) R 11604 11606 11569 0 -1 4194304 149985 0 0 0 255776 131 0 0 25 0 1 0 307088305 583643136 141820 1992294400 134512640 136057169 4294956160 18446744073709551615 134624593 0 0 4096 16386 0 0 0 17 1 0 0
/proc/11606/statm: 142491 141820 182 377 0 142111 0
Current children cumulated CPU time (s) 2559.07
Current children cumulated vsize (KiB) 569964

[startup+2560.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11615
/proc/meminfo: memFree=1157352/2055920 swapFree=4179968/4192956
[pid=11606] ppid=11604 vsize=569964 CPUtime=2559.87
/proc/11606/stat : 11606 (clasp) R 11604 11606 11569 0 -1 4194304 149985 0 0 0 255856 131 0 0 25 0 1 0 307088305 583643136 141820 1992294400 134512640 136057169 4294956160 18446744073709551615 134624607 0 0 4096 16386 0 0 0 17 1 0 0
/proc/11606/statm: 142491 141820 182 377 0 142111 0
Current children cumulated CPU time (s) 2559.87
Current children cumulated vsize (KiB) 569964

[startup+2561.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11615
/proc/meminfo: memFree=1157352/2055920 swapFree=4179968/4192956
[pid=11606] ppid=11604 vsize=569964 CPUtime=2560.27
/proc/11606/stat : 11606 (clasp) R 11604 11606 11569 0 -1 4194304 149985 0 0 0 255896 131 0 0 25 0 1 0 307088305 583643136 141820 1992294400 134512640 136057169 4294956160 18446744073709551615 135441217 0 0 4096 16386 0 0 0 17 1 0 0
/proc/11606/statm: 142491 141820 182 377 0 142111 0
Current children cumulated CPU time (s) 2560.27
Current children cumulated vsize (KiB) 569964

[startup+2561.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11615
/proc/meminfo: memFree=1157352/2055920 swapFree=4179968/4192956
[pid=11606] ppid=11604 vsize=38692 CPUtime=2560.46
/proc/11606/stat : 11606 (clasp) R 11604 11606 11569 0 -1 4194304 149990 0 0 0 255908 138 0 0 25 0 1 0 307088305 39620608 9406 1992294400 134512640 136057169 4294956160 18446744073709551615 134764163 0 0 4096 16386 0 0 0 17 1 0 0
/proc/11606/statm: 9673 9406 187 377 0 9293 0
Current children cumulated CPU time (s) 2560.46
Current children cumulated vsize (KiB) 38692

Child status: 20
Real time (s): 2561.37
CPU time (s): 2560.54
CPU user time (s): 2559.14
CPU system time (s): 1.39579
CPU usage (%): 99.9677
Max. virtual memory (cumulated for all children) (KiB): 569964

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

runsolver used 1.83972 second user time and 5.50116 second system time

The end

Launcher Data

Begin job on node71 at 2009-05-20 05:37:03
IDJOB=1831873
IDBENCH=71046
IDSOLVER=637
FILE ID=node71/1831873-1242790622
PBS_JOBID= 9322423
Free space on /tmp= 66284 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-15-5p0.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-1831873-1242790622/watcher-1831873-1242790622 -o /tmp/evaluation-result-1831873-1242790622/solver-1831873-1242790622 -C 10000 -W 12000 -M 1800  HOME/clasp --file=HOME/instance-1831873-1242790622.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= 46c031b3f08c6158a2e68fd75d34fa31
RANDOM SEED=264605398

node71.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.236
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.236
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:       1726800 kB
Buffers:         38784 kB
Cached:         241224 kB
SwapCached:       7156 kB
Active:          67084 kB
Inactive:       221620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1726800 kB
SwapTotal:     4192956 kB
SwapFree:      4179968 kB
Dirty:           17032 kB
Writeback:           0 kB
Mapped:          13928 kB
Slab:            26488 kB
Committed_AS:   903524 kB
PageTables:       1440 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= 66280 MiB
End job on node71 at 2009-05-20 06:19:45