Trace number 1831547

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 2457.31 2457.86

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq4.cnf
MD5SUM6fcbaf8c6c7ed0c41d8ac12258cafaee
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark844.523
Satisfiable
(Un)Satisfiability was proved
Number of variables106013
Number of clauses1598301
Sum of the clauses size4617403
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 21491607
Number of clauses of size 324060
Number of clauses of size 45002
Number of clauses of size 59194
Number of clauses of size over 568437

Solver Data

2457.23/2457.86	c clasp version 1.2.0-SAT09 
2457.23/2457.86	c Reading from ...760428/instance-1831547-1242760428.cnf
2457.23/2457.86	c Reading      : Done(1.000s)
2457.23/2457.86	c Preprocessing: |-\|Done(17.650s)
2457.23/2457.86	c Solving...
2457.23/2457.86	
2457.23/2457.86	c Models    : 0     
2457.23/2457.86	c Time         : 2457.290s (Solve: 2438.640s)
2457.23/2457.86	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-1831547-1242760428/watcher-1831547-1242760428 -o /tmp/evaluation-result-1831547-1242760428/solver-1831547-1242760428 -C 10000 -W 12000 -M 1800 HOME/clasp --file=HOME/instance-1831547-1242760428.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.99 0.97 0.72 2/64 10410
/proc/meminfo: memFree=1960952/2055920 swapFree=4180964/4192956
[pid=10410] ppid=10408 vsize=2828 CPUtime=0
/proc/10410/stat : 10410 (clasp) R 10408 10410 10340 0 -1 4194304 555 0 0 0 0 0 0 0 18 0 1 0 304075669 2895872 361 1992294400 134512640 136057169 4294956160 18446744073709551615 134816709 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10410/statm: 707 364 139 377 0 327 0

[startup+0.058805 s]
/proc/loadavg: 0.99 0.97 0.72 2/64 10410
/proc/meminfo: memFree=1960952/2055920 swapFree=4180964/4192956
[pid=10410] ppid=10408 vsize=13332 CPUtime=0.04
/proc/10410/stat : 10410 (clasp) R 10408 10410 10340 0 -1 4194304 3454 0 0 0 4 0 0 0 18 0 1 0 304075669 13651968 2957 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10410/statm: 3333 2957 144 377 0 2953 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13332

[startup+0.101806 s]
/proc/loadavg: 0.99 0.97 0.72 2/64 10410
/proc/meminfo: memFree=1960952/2055920 swapFree=4180964/4192956
[pid=10410] ppid=10408 vsize=15684 CPUtime=0.09
/proc/10410/stat : 10410 (clasp) R 10408 10410 10340 0 -1 4194304 4023 0 0 0 9 0 0 0 18 0 1 0 304075669 16060416 3526 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10410/statm: 3921 3527 144 377 0 3541 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15684

[startup+0.301821 s]
/proc/loadavg: 0.99 0.97 0.72 2/64 10410
/proc/meminfo: memFree=1960952/2055920 swapFree=4180964/4192956
[pid=10410] ppid=10408 vsize=25940 CPUtime=0.29
/proc/10410/stat : 10410 (clasp) R 10408 10410 10340 0 -1 4194304 7222 0 0 0 26 3 0 0 19 0 1 0 304075669 26562560 6082 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10410/statm: 6485 6082 144 377 0 6105 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25940

[startup+0.70185 s]
/proc/loadavg: 0.99 0.97 0.72 2/64 10410
/proc/meminfo: memFree=1960952/2055920 swapFree=4180964/4192956
[pid=10410] ppid=10408 vsize=47824 CPUtime=0.69
/proc/10410/stat : 10410 (clasp) R 10408 10410 10340 0 -1 4194304 14409 0 0 0 62 7 0 0 23 0 1 0 304075669 48971776 11103 1992294400 134512640 136057169 4294956160 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10410/statm: 11956 11103 144 377 0 11576 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47824

[startup+1.50191 s]
/proc/loadavg: 0.99 0.97 0.72 2/65 10411
/proc/meminfo: memFree=1901936/2055920 swapFree=4180964/4192956
[pid=10410] ppid=10408 vsize=89920 CPUtime=1.49
/proc/10410/stat : 10410 (clasp) R 10408 10410 10340 0 -1 4194304 28599 0 0 0 135 14 0 0 25 0 1 0 304075669 92078080 21144 1992294400 134512640 136057169 4294956160 18446744073709551615 134771416 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10410/statm: 22480 21144 164 377 0 22100 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 89920

[startup+3.10102 s]
/proc/loadavg: 0.99 0.97 0.72 2/65 10411
/proc/meminfo: memFree=1859504/2055920 swapFree=4180964/4192956
[pid=10410] ppid=10408 vsize=109676 CPUtime=3.08
/proc/10410/stat : 10410 (clasp) R 10408 10410 10340 0 -1 4194304 35442 0 0 0 291 17 0 0 25 0 1 0 304075669 112308224 25423 1992294400 134512640 136057169 4294956160 18446744073709551615 134774710 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10410/statm: 27419 25423 167 377 0 27039 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 109676

[startup+6.30126 s]
/proc/loadavg: 1.07 0.99 0.73 2/65 10411
/proc/meminfo: memFree=1859440/2055920 swapFree=4180964/4192956
[pid=10410] ppid=10408 vsize=109848 CPUtime=6.29
/proc/10410/stat : 10410 (clasp) R 10408 10410 10340 0 -1 4194304 35495 0 0 0 611 18 0 0 25 0 1 0 304075669 112484352 25476 1992294400 134512640 136057169 4294956160 18446744073709551615 134765777 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10410/statm: 27462 25476 169 377 0 27082 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 109848

[startup+12.7017 s]
/proc/loadavg: 1.07 0.99 0.73 2/65 10411
/proc/meminfo: memFree=1856304/2055920 swapFree=4180964/4192956
[pid=10410] ppid=10408 vsize=113516 CPUtime=12.69
/proc/10410/stat : 10410 (clasp) R 10408 10410 10340 0 -1 4194304 36411 0 0 0 1250 19 0 0 25 0 1 0 304075669 116240384 26392 1992294400 134512640 136057169 4294956160 18446744073709551615 134766175 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10410/statm: 28379 26392 169 377 0 27999 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 113516

[startup+25.5017 s]
/proc/loadavg: 1.05 0.99 0.73 2/65 10411
/proc/meminfo: memFree=1861872/2055920 swapFree=4180964/4192956
[pid=10410] ppid=10408 vsize=101832 CPUtime=25.49
/proc/10410/stat : 10410 (clasp) R 10408 10410 10340 0 -1 4194304 38925 0 0 0 2529 20 0 0 25 0 1 0 304075669 104275968 24955 1992294400 134512640 136057169 4294956160 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10410/statm: 25458 24955 183 377 0 25078 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 101832

[startup+51.1015 s]
/proc/loadavg: 1.03 0.99 0.74 2/65 10411
/proc/meminfo: memFree=1861872/2055920 swapFree=4180964/4192956
[pid=10410] ppid=10408 vsize=101832 CPUtime=51.08
/proc/10410/stat : 10410 (clasp) R 10408 10410 10340 0 -1 4194304 38937 0 0 0 5088 20 0 0 25 0 1 0 304075669 104275968 24967 1992294400 134512640 136057169 4294956160 18446744073709551615 134823889 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10410/statm: 25458 24967 183 377 0 25078 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 101832

[startup+102.305 s]
/proc/loadavg: 1.01 0.99 0.75 2/65 10411
/proc/meminfo: memFree=1861424/2055920 swapFree=4180964/4192956
[pid=10410] ppid=10408 vsize=102096 CPUtime=102.27
/proc/10410/stat : 10410 (clasp) R 10408 10410 10340 0 -1 4194304 39097 0 0 0 10207 20 0 0 25 0 1 0 304075669 104546304 25127 1992294400 134512640 136057169 4294956160 18446744073709551615 134825035 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10410/statm: 25524 25127 183 377 0 25144 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 102096

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 0.76 2/65 10411
/proc/meminfo: memFree=1820080/2055920 swapFree=4180964/4192956
[pid=10410] ppid=10408 vsize=144548 CPUtime=162.26
/proc/10410/stat : 10410 (clasp) R 10408 10410 10340 0 -1 4194304 49761 0 0 0 16198 28 0 0 25 0 1 0 304075669 148017152 35655 1992294400 134512640 136057169 4294956160 18446744073709551615 134645199 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10410/statm: 36137 35655 183 377 0 35757 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 144548

[startup+222.302 s]
/proc/loadavg: 1.00 0.99 0.77 2/65 10411
/proc/meminfo: memFree=1728752/2055920 swapFree=4180964/4192956
[pid=10410] ppid=10408 vsize=235252 CPUtime=222.24
/proc/10410/stat : 10410 (clasp) R 10408 10410 10340 0 -1 4194304 72509 0 0 0 22182 42 0 0 25 0 1 0 304075669 240898048 58200 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10410/statm: 58813 58200 183 377 0 58433 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 235252

[startup+282.301 s]
/proc/loadavg: 1.00 0.99 0.78 2/65 10411
/proc/meminfo: memFree=1664816/2055920 swapFree=4180964/4192956
[pid=10410] ppid=10408 vsize=300868 CPUtime=282.22
/proc/10410/stat : 10410 (clasp) R 10408 10410 10340 0 -1 4194304 88939 0 0 0 28169 53 0 0 25 0 1 0 304075669 308088832 74630 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10410/statm: 75217 74630 183 377 0 74837 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 300868

[startup+342.302 s]
/proc/loadavg: 1.00 0.99 0.79 2/65 10411
/proc/meminfo: memFree=1586480/2055920 swapFree=4180964/4192956
[pid=10410] ppid=10408 vsize=377632 CPUtime=342.22
/proc/10410/stat : 10410 (clasp) R 10408 10410 10340 0 -1 4194304 108278 0 0 0 34160 62 0 0 25 0 1 0 304075669 386695168 93665 1992294400 134512640 136057169 4294956160 18446744073709551615 134645282 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10410/statm: 94408 93665 183 377 0 94028 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 377632

[startup+402.301 s]
/proc/loadavg: 1.00 0.99 0.81 2/65 10411
/proc/meminfo: memFree=1482992/2055920 swapFree=4180964/4192956
[pid=10410] ppid=10408 vsize=481548 CPUtime=402.2
/proc/10410/stat : 10410 (clasp) R 10408 10410 10340 0 -1 4194304 134251 0 0 0 40146 74 0 0 25 0 1 0 304075669 493105152 119638 1992294400 134512640 136057169 4294956160 18446744073709551615 134618496 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10410/statm: 120387 119638 183 377 0 120007 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 481548

[startup+462.301 s]
/proc/loadavg: 1.00 0.99 0.82 2/65 10411
/proc/meminfo: memFree=1410608/2055920 swapFree=4180964/4192956
[pid=10410] ppid=10408 vsize=555008 CPUtime=462.18
/proc/10410/stat : 10410 (clasp) R 10408 10410 10340 0 -1 4194304 152704 0 0 0 46133 85 0 0 25 0 1 0 304075669 568328192 137635 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10410/statm: 138752 137635 183 377 0 138372 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 555008

[startup+522.302 s]
/proc/loadavg: 1.00 0.99 0.82 2/65 10411
/proc/meminfo: memFree=1339184/2055920 swapFree=4180964/4192956
[pid=10410] ppid=10408 vsize=626056 CPUtime=522.17
/proc/10410/stat : 10410 (clasp) R 10408 10410 10340 0 -1 4194304 170433 0 0 0 52118 99 0 0 25 0 1 0 304075669 641081344 155364 1992294400 134512640 136057169 4294956160 18446744073709551615 135459153 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10410/statm: 156514 155364 183 377 0 156134 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 626056

[startup+582.301 s]
/proc/loadavg: 1.00 0.99 0.83 2/65 10411
/proc/meminfo: memFree=1339184/2055920 swapFree=4180964/4192956
[pid=10410] ppid=10408 vsize=626056 CPUtime=582.16
/proc/10410/stat : 10410 (clasp) R 10408 10410 10340 0 -1 4194304 170442 0 0 0 58117 99 0 0 25 0 1 0 304075669 641081344 155373 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10410/statm: 156514 155373 183 377 0 156134 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 626056

[startup+642.302 s]
/proc/loadavg: 1.00 0.99 0.84 2/65 10411
/proc/meminfo: memFree=1339056/2055920 swapFree=4180964/4192956
[pid=10410] ppid=10408 vsize=626056 CPUtime=642.15
/proc/10410/stat : 10410 (clasp) R 10408 10410 10340 0 -1 4194304 170464 0 0 0 64116 99 0 0 25 0 1 0 304075669 641081344 155395 1992294400 134512640 136057169 4294956160 18446744073709551615 134630868 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10410/statm: 156514 155395 183 377 0 156134 0
Current children cumulated CPU time (s) 642.15
Current children cumulated vsize (KiB) 626056

[startup+702.302 s]

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

/proc/meminfo: memFree=837360/2055920 swapFree=4180964/4192956
[pid=10410] ppid=10408 vsize=1129456 CPUtime=1841.87
/proc/10410/stat : 10410 (clasp) R 10408 10410 10340 0 -1 4194304 297697 0 0 0 183993 194 0 0 25 0 1 0 304075669 1156562944 280404 1992294400 134512640 136057169 4294956160 18446744073709551615 134811649 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10410/statm: 282364 280404 183 377 0 281984 0
Current children cumulated CPU time (s) 1841.87
Current children cumulated vsize (KiB) 1129456

[startup+1902.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 10413
/proc/meminfo: memFree=837232/2055920 swapFree=4180964/4192956
[pid=10410] ppid=10408 vsize=1129456 CPUtime=1901.86
/proc/10410/stat : 10410 (clasp) R 10408 10410 10340 0 -1 4194304 297723 0 0 0 189992 194 0 0 25 0 1 0 304075669 1156562944 280430 1992294400 134512640 136057169 4294956160 18446744073709551615 134820200 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10410/statm: 282364 280430 183 377 0 281984 0
Current children cumulated CPU time (s) 1901.86
Current children cumulated vsize (KiB) 1129456

[startup+1962.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 10413
/proc/meminfo: memFree=837168/2055920 swapFree=4180964/4192956
[pid=10410] ppid=10408 vsize=1129456 CPUtime=1961.85
/proc/10410/stat : 10410 (clasp) R 10408 10410 10340 0 -1 4194304 297740 0 0 0 195991 194 0 0 25 0 1 0 304075669 1156562944 280447 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10410/statm: 282364 280447 183 377 0 281984 0
Current children cumulated CPU time (s) 1961.85
Current children cumulated vsize (KiB) 1129456

[startup+2022.3 s]
/proc/loadavg: 1.00 0.99 0.91 2/65 10413
/proc/meminfo: memFree=837104/2055920 swapFree=4180964/4192956
[pid=10410] ppid=10408 vsize=1129456 CPUtime=2021.83
/proc/10410/stat : 10410 (clasp) R 10408 10410 10340 0 -1 4194304 297746 0 0 0 201989 194 0 0 25 0 1 0 304075669 1156562944 280453 1992294400 134512640 136057169 4294956160 18446744073709551615 134756858 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10410/statm: 282364 280453 183 377 0 281984 0
Current children cumulated CPU time (s) 2021.83
Current children cumulated vsize (KiB) 1129456

[startup+2082.31 s]
/proc/loadavg: 1.03 1.00 0.91 2/65 10413
/proc/meminfo: memFree=837104/2055920 swapFree=4180964/4192956
[pid=10410] ppid=10408 vsize=1129456 CPUtime=2081.82
/proc/10410/stat : 10410 (clasp) R 10408 10410 10340 0 -1 4194304 297748 0 0 0 207988 194 0 0 25 0 1 0 304075669 1156562944 280455 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10410/statm: 282364 280455 183 377 0 281984 0
Current children cumulated CPU time (s) 2081.82
Current children cumulated vsize (KiB) 1129456

[startup+2142.3 s]
/proc/loadavg: 1.04 1.01 0.92 2/65 10413
/proc/meminfo: memFree=836784/2055920 swapFree=4180964/4192956
[pid=10410] ppid=10408 vsize=1129860 CPUtime=2141.81
/proc/10410/stat : 10410 (clasp) R 10408 10410 10340 0 -1 4194304 297988 0 0 0 213986 195 0 0 25 0 1 0 304075669 1156976640 280492 1992294400 134512640 136057169 4294956160 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10410/statm: 282465 280492 183 377 0 282085 0
Current children cumulated CPU time (s) 2141.81
Current children cumulated vsize (KiB) 1129860

[startup+2202.3 s]
/proc/loadavg: 1.01 1.01 0.92 2/65 10413
/proc/meminfo: memFree=836080/2055920 swapFree=4180964/4192956
[pid=10410] ppid=10408 vsize=1131076 CPUtime=2201.79
/proc/10410/stat : 10410 (clasp) R 10408 10410 10340 0 -1 4194304 298199 0 0 0 219984 195 0 0 25 0 1 0 304075669 1158221824 280703 1992294400 134512640 136057169 4294956160 18446744073709551615 134828968 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10410/statm: 282769 280703 183 377 0 282389 0
Current children cumulated CPU time (s) 2201.79
Current children cumulated vsize (KiB) 1131076

[startup+2262.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 10413
/proc/meminfo: memFree=836080/2055920 swapFree=4180964/4192956
[pid=10410] ppid=10408 vsize=1131076 CPUtime=2261.78
/proc/10410/stat : 10410 (clasp) R 10408 10410 10340 0 -1 4194304 298205 0 0 0 225983 195 0 0 25 0 1 0 304075669 1158221824 280709 1992294400 134512640 136057169 4294956160 18446744073709551615 134645282 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10410/statm: 282769 280709 183 377 0 282389 0
Current children cumulated CPU time (s) 2261.78
Current children cumulated vsize (KiB) 1131076

[startup+2322.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 10413
/proc/meminfo: memFree=835952/2055920 swapFree=4180964/4192956
[pid=10410] ppid=10408 vsize=1131076 CPUtime=2321.76
/proc/10410/stat : 10410 (clasp) R 10408 10410 10340 0 -1 4194304 298210 0 0 0 231981 195 0 0 25 0 1 0 304075669 1158221824 280714 1992294400 134512640 136057169 4294956160 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10410/statm: 282769 280714 183 377 0 282389 0
Current children cumulated CPU time (s) 2321.76
Current children cumulated vsize (KiB) 1131076

[startup+2382.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 10413
/proc/meminfo: memFree=835696/2055920 swapFree=4180964/4192956
[pid=10410] ppid=10408 vsize=1131076 CPUtime=2381.75
/proc/10410/stat : 10410 (clasp) R 10408 10410 10340 0 -1 4194304 298233 0 0 0 237980 195 0 0 25 0 1 0 304075669 1158221824 280737 1992294400 134512640 136057169 4294956160 18446744073709551615 134612852 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10410/statm: 282769 280737 183 377 0 282389 0
Current children cumulated CPU time (s) 2381.75
Current children cumulated vsize (KiB) 1131076

[startup+2442.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 10413
/proc/meminfo: memFree=835696/2055920 swapFree=4180964/4192956
[pid=10410] ppid=10408 vsize=1131076 CPUtime=2441.74
/proc/10410/stat : 10410 (clasp) R 10408 10410 10340 0 -1 4194304 298237 0 0 0 243979 195 0 0 25 0 1 0 304075669 1158221824 280741 1992294400 134512640 136057169 4294956160 18446744073709551615 134823325 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10410/statm: 282769 280741 183 377 0 282389 0
Current children cumulated CPU time (s) 2441.74
Current children cumulated vsize (KiB) 1131076

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

[startup+2444.7 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 10413
/proc/meminfo: memFree=835696/2055920 swapFree=4180964/4192956
[pid=10410] ppid=10408 vsize=1131076 CPUtime=2444.13
/proc/10410/stat : 10410 (clasp) R 10408 10410 10340 0 -1 4194304 298237 0 0 0 244218 195 0 0 25 0 1 0 304075669 1158221824 280741 1992294400 134512640 136057169 4294956160 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10410/statm: 282769 280741 183 377 0 282389 0
Current children cumulated CPU time (s) 2444.13
Current children cumulated vsize (KiB) 1131076

[startup+2451.1 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 10413
/proc/meminfo: memFree=835696/2055920 swapFree=4180964/4192956
[pid=10410] ppid=10408 vsize=1131076 CPUtime=2450.53
/proc/10410/stat : 10410 (clasp) R 10408 10410 10340 0 -1 4194304 298237 0 0 0 244858 195 0 0 25 0 1 0 304075669 1158221824 280741 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10410/statm: 282769 280741 183 377 0 282389 0
Current children cumulated CPU time (s) 2450.53
Current children cumulated vsize (KiB) 1131076

[startup+2454.3 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 10413
/proc/meminfo: memFree=838512/2055920 swapFree=4180964/4192956
[pid=10410] ppid=10408 vsize=1127828 CPUtime=2453.74
/proc/10410/stat : 10410 (clasp) R 10408 10410 10340 0 -1 4194304 298237 0 0 0 245178 196 0 0 25 0 1 0 304075669 1154895872 279985 1992294400 134512640 136057169 4294956160 18446744073709551615 134615590 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10410/statm: 281957 279985 183 377 0 281577 0
Current children cumulated CPU time (s) 2453.74
Current children cumulated vsize (KiB) 1127828

[startup+2455.9 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 10413
/proc/meminfo: memFree=838512/2055920 swapFree=4180964/4192956
[pid=10410] ppid=10408 vsize=1125660 CPUtime=2455.34
/proc/10410/stat : 10410 (clasp) R 10408 10410 10340 0 -1 4194304 298237 0 0 0 245338 196 0 0 25 0 1 0 304075669 1152675840 279505 1992294400 134512640 136057169 4294956160 18446744073709551615 134825035 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10410/statm: 281415 279505 183 377 0 281035 0
Current children cumulated CPU time (s) 2455.34
Current children cumulated vsize (KiB) 1125660

[startup+2456.7 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 10413
/proc/meminfo: memFree=840432/2055920 swapFree=4180964/4192956
[pid=10410] ppid=10408 vsize=1124576 CPUtime=2456.14
/proc/10410/stat : 10410 (clasp) R 10408 10410 10340 0 -1 4194304 298237 0 0 0 245418 196 0 0 25 0 1 0 304075669 1151565824 279249 1992294400 134512640 136057169 4294956160 18446744073709551615 134624629 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10410/statm: 281144 279249 183 377 0 280764 0
Current children cumulated CPU time (s) 2456.14
Current children cumulated vsize (KiB) 1124576

[startup+2457.5 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 10413
/proc/meminfo: memFree=842480/2055920 swapFree=4180964/4192956
[pid=10410] ppid=10408 vsize=1123128 CPUtime=2456.94
/proc/10410/stat : 10410 (clasp) R 10408 10410 10340 0 -1 4194304 298241 0 0 0 245498 196 0 0 25 0 1 0 304075669 1150083072 279005 1992294400 134512640 136057169 4294956160 18446744073709551615 135438099 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10410/statm: 280782 279005 187 377 0 280402 0
Current children cumulated CPU time (s) 2456.94
Current children cumulated vsize (KiB) 1123128

[startup+2457.7 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 10413
/proc/meminfo: memFree=842480/2055920 swapFree=4180964/4192956
[pid=10410] ppid=10408 vsize=586168 CPUtime=2457.14
/proc/10410/stat : 10410 (clasp) R 10408 10410 10340 0 -1 4194304 298241 0 0 0 245509 205 0 0 25 0 1 0 304075669 600236032 145650 1992294400 134512640 136057169 4294956160 18446744073709551615 135651118 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10410/statm: 146542 145650 20933 377 0 146162 0
Current children cumulated CPU time (s) 2457.14
Current children cumulated vsize (KiB) 586168

[startup+2457.8 s]
/proc/loadavg: 1.00 1.00 0.92 2/65 10413
/proc/meminfo: memFree=842480/2055920 swapFree=4180964/4192956
[pid=10410] ppid=10408 vsize=91236 CPUtime=2457.23
/proc/10410/stat : 10410 (clasp) R 10408 10410 10340 0 -1 4194304 298241 0 0 0 245512 211 0 0 25 0 1 0 304075669 93425664 22524 1992294400 134512640 136057169 4294956160 18446744073709551615 135433599 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10410/statm: 22809 22524 187 377 0 22429 0
Current children cumulated CPU time (s) 2457.23
Current children cumulated vsize (KiB) 91236

Child status: 20
Real time (s): 2457.86
CPU time (s): 2457.31
CPU user time (s): 2455.17
CPU system time (s): 2.13268
CPU usage (%): 99.9774
Max. virtual memory (cumulated for all children) (KiB): 1131076

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

runsolver used 1.83772 second user time and 5.03523 second system time

The end

Launcher Data

Begin job on node34 at 2009-05-19 21:13:50
IDJOB=1831547
IDBENCH=20578
IDSOLVER=637
FILE ID=node34/1831547-1242760428
PBS_JOBID= 9322264
Free space on /tmp= 66452 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq4.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-1831547-1242760428/watcher-1831547-1242760428 -o /tmp/evaluation-result-1831547-1242760428/solver-1831547-1242760428 -C 10000 -W 12000 -M 1800  HOME/clasp --file=HOME/instance-1831547-1242760428.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= 6fcbaf8c6c7ed0c41d8ac12258cafaee
RANDOM SEED=22618823

node34.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:       1961368 kB
Buffers:          2480 kB
Cached:          56816 kB
SwapCached:       6052 kB
Active:          53796 kB
Inactive:        13664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1961368 kB
SwapTotal:     4192956 kB
SwapFree:      4180964 kB
Dirty:           33464 kB
Writeback:           0 kB
Mapped:          13400 kB
Slab:            13056 kB
Committed_AS:  1047824 kB
PageTables:       1384 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= 66448 MiB
End job on node34 at 2009-05-19 21:54:48