Trace number 1831485

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 904.918 905.189

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h33-unknown.cnf
MD5SUM6197e38464facb30636a5a3ad5b2f0b5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark78.1181
Satisfiable
(Un)Satisfiability was proved
Number of variables172950
Number of clauses837466
Sum of the clauses size2168190
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2666462
Number of clauses of size 3164950
Number of clauses of size 41526
Number of clauses of size 5129
Number of clauses of size over 54123

Solver Data

904.82/905.18	c clasp version 1.2.0-SAT09 
904.82/905.18	c Reading from ...759128/instance-1831485-1242759128.cnf
904.82/905.18	c Reading      : Done(0.520s)
904.82/905.18	c Preprocessing: |-\|Done(10.980s)
904.82/905.18	c Solving...
904.82/905.18	
904.82/905.18	c Models    : 0     
904.82/905.18	c Time         : 904.530s (Solve: 893.030s)
904.82/905.18	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-1831485-1242759128/watcher-1831485-1242759128 -o /tmp/evaluation-result-1831485-1242759128/solver-1831485-1242759128 -C 10000 -W 12000 -M 1800 HOME/clasp --file=HOME/instance-1831485-1242759128.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.00 0.00 0.00 3/64 7871
/proc/meminfo: memFree=1977560/2055920 swapFree=4180060/4192956
[pid=7871] ppid=7869 vsize=3564 CPUtime=0
/proc/7871/stat : 7871 (clasp) R 7869 7871 7834 0 -1 4194304 559 0 0 0 0 0 0 0 18 0 1 0 303946449 3649536 365 1992294400 134512640 136057169 4294956160 18446744073709551615 135507841 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7871/statm: 810 366 139 377 0 430 0

[startup+0.094611 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 7871
/proc/meminfo: memFree=1977560/2055920 swapFree=4180060/4192956
[pid=7871] ppid=7869 vsize=20740 CPUtime=0.09
/proc/7871/stat : 7871 (clasp) R 7869 7871 7834 0 -1 4194304 5471 0 0 0 7 2 0 0 18 0 1 0 303946449 21237760 4704 1992294400 134512640 136057169 4294956160 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7871/statm: 5185 4705 147 377 0 4805 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20740

[startup+0.101611 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 7871
/proc/meminfo: memFree=1977560/2055920 swapFree=4180060/4192956
[pid=7871] ppid=7869 vsize=21416 CPUtime=0.09
/proc/7871/stat : 7871 (clasp) R 7869 7871 7834 0 -1 4194304 5598 0 0 0 7 2 0 0 18 0 1 0 303946449 21929984 4831 1992294400 134512640 136057169 4294956160 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7871/statm: 5354 4831 147 377 0 4974 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21416

[startup+0.301634 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 7871
/proc/meminfo: memFree=1977560/2055920 swapFree=4180060/4192956
[pid=7871] ppid=7869 vsize=31804 CPUtime=0.29
/proc/7871/stat : 7871 (clasp) R 7869 7871 7834 0 -1 4194304 8852 0 0 0 25 4 0 0 19 0 1 0 303946449 32567296 7442 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7871/statm: 7951 7442 147 377 0 7571 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31804

[startup+0.701678 s]
/proc/loadavg: 0.00 0.00 0.00 3/64 7871
/proc/meminfo: memFree=1977560/2055920 swapFree=4180060/4192956
[pid=7871] ppid=7869 vsize=59480 CPUtime=0.69
/proc/7871/stat : 7871 (clasp) R 7869 7871 7834 0 -1 4194304 18678 0 0 0 61 8 0 0 22 0 1 0 303946449 60907520 14070 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7871/statm: 14870 14072 165 377 0 14490 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 59480

[startup+1.50177 s]
/proc/loadavg: 0.08 0.02 0.01 2/65 7872
/proc/meminfo: memFree=1908304/2055920 swapFree=4180060/4192956
[pid=7871] ppid=7869 vsize=73484 CPUtime=1.49
/proc/7871/stat : 7871 (clasp) R 7869 7871 7834 0 -1 4194304 23446 0 0 0 139 10 0 0 25 0 1 0 303946449 75247616 17417 1992294400 134512640 136057169 4294956160 18446744073709551615 134774634 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7871/statm: 18371 17417 168 377 0 17991 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 73484

[startup+3.10195 s]
/proc/loadavg: 0.08 0.02 0.01 2/65 7872
/proc/meminfo: memFree=1908176/2055920 swapFree=4180060/4192956
[pid=7871] ppid=7869 vsize=73484 CPUtime=3.09
/proc/7871/stat : 7871 (clasp) R 7869 7871 7834 0 -1 4194304 23446 0 0 0 299 10 0 0 25 0 1 0 303946449 75247616 17417 1992294400 134512640 136057169 4294956160 18446744073709551615 134774451 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7871/statm: 18371 17417 168 377 0 17991 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 73484

[startup+6.30131 s]
/proc/loadavg: 0.08 0.02 0.01 2/65 7872
/proc/meminfo: memFree=1894224/2055920 swapFree=4180060/4192956
[pid=7871] ppid=7869 vsize=94500 CPUtime=6.29
/proc/7871/stat : 7871 (clasp) R 7869 7871 7834 0 -1 4194304 28801 0 0 0 616 13 0 0 25 0 1 0 303946449 96768000 22644 1992294400 134512640 136057169 4294956160 18446744073709551615 134765647 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7871/statm: 23625 22644 170 377 0 23245 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 94500

[startup+12.701 s]
/proc/loadavg: 0.22 0.05 0.02 2/65 7872
/proc/meminfo: memFree=1887952/2055920 swapFree=4180060/4192956
[pid=7871] ppid=7869 vsize=92124 CPUtime=12.69
/proc/7871/stat : 7871 (clasp) R 7869 7871 7834 0 -1 4194304 31807 0 0 0 1253 16 0 0 25 0 1 0 303946449 94334976 22449 1992294400 134512640 136057169 4294956160 18446744073709551615 134811518 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7871/statm: 23031 22449 179 377 0 22651 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 92124

[startup+25.5015 s]
/proc/loadavg: 0.34 0.08 0.02 2/65 7872
/proc/meminfo: memFree=1888016/2055920 swapFree=4180060/4192956
[pid=7871] ppid=7869 vsize=92124 CPUtime=25.48
/proc/7871/stat : 7871 (clasp) R 7869 7871 7834 0 -1 4194304 31849 0 0 0 2532 16 0 0 25 0 1 0 303946449 94334976 22491 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7871/statm: 23031 22491 183 377 0 22651 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 92124

[startup+51.1014 s]
/proc/loadavg: 0.60 0.17 0.05 2/65 7872
/proc/meminfo: memFree=1888144/2055920 swapFree=4180060/4192956
[pid=7871] ppid=7869 vsize=92124 CPUtime=51.07
/proc/7871/stat : 7871 (clasp) R 7869 7871 7834 0 -1 4194304 31849 0 0 0 5091 16 0 0 25 0 1 0 303946449 94334976 22491 1992294400 134512640 136057169 4294956160 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7871/statm: 23031 22491 183 377 0 22651 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 92124

[startup+102.305 s]
/proc/loadavg: 0.82 0.29 0.10 2/65 7872
/proc/meminfo: memFree=1887632/2055920 swapFree=4180060/4192956
[pid=7871] ppid=7869 vsize=92740 CPUtime=102.26
/proc/7871/stat : 7871 (clasp) R 7869 7871 7834 0 -1 4194304 31965 0 0 0 10210 16 0 0 25 0 1 0 303946449 94965760 22607 1992294400 134512640 136057169 4294956160 18446744073709551615 134823417 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7871/statm: 23185 22607 183 377 0 22805 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 92740

[startup+162.302 s]
/proc/loadavg: 0.93 0.42 0.15 2/65 7872
/proc/meminfo: memFree=1883344/2055920 swapFree=4180060/4192956
[pid=7871] ppid=7869 vsize=97076 CPUtime=162.25
/proc/7871/stat : 7871 (clasp) R 7869 7871 7834 0 -1 4194304 33057 0 0 0 16207 18 0 0 25 0 1 0 303946449 99405824 23699 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7871/statm: 24269 23699 183 377 0 23889 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 97076

[startup+222.302 s]
/proc/loadavg: 0.97 0.52 0.20 2/65 7872
/proc/meminfo: memFree=1869648/2055920 swapFree=4180060/4192956
[pid=7871] ppid=7869 vsize=110792 CPUtime=222.22
/proc/7871/stat : 7871 (clasp) R 7869 7871 7834 0 -1 4194304 36440 0 0 0 22201 21 0 0 25 0 1 0 303946449 113451008 27082 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7871/statm: 27698 27082 183 377 0 27318 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 110792

[startup+282.302 s]
/proc/loadavg: 0.99 0.61 0.25 2/65 7872
/proc/meminfo: memFree=1857872/2055920 swapFree=4180060/4192956
[pid=7871] ppid=7869 vsize=122504 CPUtime=282.2
/proc/7871/stat : 7871 (clasp) R 7869 7871 7834 0 -1 4194304 39391 0 0 0 28196 24 0 0 25 0 1 0 303946449 125444096 30033 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7871/statm: 30626 30033 183 377 0 30246 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 122504

[startup+342.301 s]
/proc/loadavg: 0.99 0.67 0.30 2/65 7872
/proc/meminfo: memFree=1848528/2055920 swapFree=4180060/4192956
[pid=7871] ppid=7869 vsize=131960 CPUtime=342.19
/proc/7871/stat : 7871 (clasp) R 7869 7871 7834 0 -1 4194304 41839 0 0 0 34192 27 0 0 25 0 1 0 303946449 135127040 32345 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7871/statm: 32990 32345 183 377 0 32610 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 131960

[startup+402.301 s]
/proc/loadavg: 0.99 0.73 0.34 2/65 7872
/proc/meminfo: memFree=1834704/2055920 swapFree=4180060/4192956
[pid=7871] ppid=7869 vsize=145828 CPUtime=402.18
/proc/7871/stat : 7871 (clasp) R 7869 7871 7834 0 -1 4194304 45316 0 0 0 40186 32 0 0 25 0 1 0 303946449 149327872 35822 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7871/statm: 36457 35822 183 377 0 36077 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 145828

[startup+462.301 s]
/proc/loadavg: 0.99 0.78 0.38 2/65 7872
/proc/meminfo: memFree=1825872/2055920 swapFree=4180060/4192956
[pid=7871] ppid=7869 vsize=154940 CPUtime=462.15
/proc/7871/stat : 7871 (clasp) R 7869 7871 7834 0 -1 4194304 47650 0 0 0 46181 34 0 0 25 0 1 0 303946449 158658560 37953 1992294400 134512640 136057169 4294956160 18446744073709551615 134756814 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7871/statm: 38735 37953 183 377 0 38355 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 154940

[startup+522.302 s]
/proc/loadavg: 0.99 0.81 0.41 2/65 7872
/proc/meminfo: memFree=1825616/2055920 swapFree=4180060/4192956
[pid=7871] ppid=7869 vsize=155100 CPUtime=522.14
/proc/7871/stat : 7871 (clasp) R 7869 7871 7834 0 -1 4194304 47720 0 0 0 52180 34 0 0 25 0 1 0 303946449 158822400 38023 1992294400 134512640 136057169 4294956160 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7871/statm: 38775 38023 183 377 0 38395 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 155100

[startup+582.302 s]
/proc/loadavg: 0.99 0.85 0.45 2/65 7878
/proc/meminfo: memFree=1819208/2055920 swapFree=4180060/4192956
[pid=7871] ppid=7869 vsize=162060 CPUtime=582.12
/proc/7871/stat : 7871 (clasp) R 7869 7871 7834 0 -1 4194304 49405 0 0 0 58175 37 0 0 25 0 1 0 303946449 165949440 39708 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7871/statm: 40515 39708 183 377 0 40135 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 162060

[startup+642.301 s]
/proc/loadavg: 0.99 0.87 0.48 2/65 7878
/proc/meminfo: memFree=1802376/2055920 swapFree=4180060/4192956
[pid=7871] ppid=7869 vsize=178564 CPUtime=642.1
/proc/7871/stat : 7871 (clasp) R 7869 7871 7834 0 -1 4194304 53479 0 0 0 64169 41 0 0 25 0 1 0 303946449 182849536 43782 1992294400 134512640 136057169 4294956160 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7871/statm: 44641 43782 183 377 0 44261 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 178564

[startup+702.301 s]
/proc/loadavg: 0.99 0.89 0.51 2/65 7878
/proc/meminfo: memFree=1778696/2055920 swapFree=4180060/4192956
[pid=7871] ppid=7869 vsize=202324 CPUtime=702.07
/proc/7871/stat : 7871 (clasp) R 7869 7871 7834 0 -1 4194304 59404 0 0 0 70161 46 0 0 25 0 1 0 303946449 207179776 49707 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7871/statm: 50581 49707 183 377 0 50201 0
Current children cumulated CPU time (s) 702.07
Current children cumulated vsize (KiB) 202324

[startup+762.305 s]
/proc/loadavg: 0.99 0.91 0.54 2/65 7878
/proc/meminfo: memFree=1777736/2055920 swapFree=4180060/4192956
[pid=7871] ppid=7869 vsize=203304 CPUtime=762.07
/proc/7871/stat : 7871 (clasp) R 7869 7871 7834 0 -1 4194304 59620 0 0 0 76160 47 0 0 25 0 1 0 303946449 208183296 49923 1992294400 134512640 136057169 4294956160 18446744073709551615 134825035 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7871/statm: 50826 49923 183 377 0 50446 0
Current children cumulated CPU time (s) 762.07
Current children cumulated vsize (KiB) 203304

[startup+822.302 s]
/proc/loadavg: 0.99 0.92 0.56 2/65 7878
/proc/meminfo: memFree=1777160/2055920 swapFree=4180060/4192956
[pid=7871] ppid=7869 vsize=203836 CPUtime=822.04
/proc/7871/stat : 7871 (clasp) R 7869 7871 7834 0 -1 4194304 59753 0 0 0 82157 47 0 0 25 0 1 0 303946449 208728064 50056 1992294400 134512640 136057169 4294956160 18446744073709551615 134825035 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7871/statm: 50959 50056 183 377 0 50579 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 203836

[startup+882.302 s]
/proc/loadavg: 0.99 0.93 0.58 2/65 7878
/proc/meminfo: memFree=1777104/2055920 swapFree=4180060/4192956
[pid=7871] ppid=7869 vsize=203836 CPUtime=882.02
/proc/7871/stat : 7871 (clasp) R 7869 7871 7834 0 -1 4194304 59765 0 0 0 88155 47 0 0 25 0 1 0 303946449 208728064 50068 1992294400 134512640 136057169 4294956160 18446744073709551615 134819954 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7871/statm: 50959 50068 183 377 0 50579 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 203836

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

[startup+883.103 s]
/proc/loadavg: 0.99 0.93 0.58 2/65 7878
/proc/meminfo: memFree=1777104/2055920 swapFree=4180060/4192956
[pid=7871] ppid=7869 vsize=203836 CPUtime=882.82
/proc/7871/stat : 7871 (clasp) R 7869 7871 7834 0 -1 4194304 59765 0 0 0 88235 47 0 0 25 0 1 0 303946449 208728064 50068 1992294400 134512640 136057169 4294956160 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7871/statm: 50959 50068 183 377 0 50579 0
Current children cumulated CPU time (s) 882.82
Current children cumulated vsize (KiB) 203836

[startup+895.901 s]
/proc/loadavg: 0.99 0.94 0.59 2/65 7878
/proc/meminfo: memFree=1777104/2055920 swapFree=4180060/4192956
[pid=7871] ppid=7869 vsize=203836 CPUtime=895.62
/proc/7871/stat : 7871 (clasp) R 7869 7871 7834 0 -1 4194304 59765 0 0 0 89515 47 0 0 25 0 1 0 303946449 208728064 50068 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7871/statm: 50959 50068 183 377 0 50579 0
Current children cumulated CPU time (s) 895.62
Current children cumulated vsize (KiB) 203836

[startup+899.102 s]
/proc/loadavg: 0.99 0.94 0.59 2/65 7878
/proc/meminfo: memFree=1777104/2055920 swapFree=4180060/4192956
[pid=7871] ppid=7869 vsize=203836 CPUtime=898.82
/proc/7871/stat : 7871 (clasp) R 7869 7871 7834 0 -1 4194304 59765 0 0 0 89835 47 0 0 25 0 1 0 303946449 208728064 50068 1992294400 134512640 136057169 4294956160 18446744073709551615 135441070 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7871/statm: 50959 50068 183 377 0 50579 0
Current children cumulated CPU time (s) 898.82
Current children cumulated vsize (KiB) 203836

[startup+902.302 s]
/proc/loadavg: 0.99 0.94 0.59 2/65 7878
/proc/meminfo: memFree=1777104/2055920 swapFree=4180060/4192956
[pid=7871] ppid=7869 vsize=203836 CPUtime=902.02
/proc/7871/stat : 7871 (clasp) R 7869 7871 7834 0 -1 4194304 59765 0 0 0 90155 47 0 0 25 0 1 0 303946449 208728064 50068 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7871/statm: 50959 50068 183 377 0 50579 0
Current children cumulated CPU time (s) 902.02
Current children cumulated vsize (KiB) 203836

[startup+903.901 s]
/proc/loadavg: 0.99 0.94 0.59 2/65 7878
/proc/meminfo: memFree=1777104/2055920 swapFree=4180060/4192956
[pid=7871] ppid=7869 vsize=203836 CPUtime=903.62
/proc/7871/stat : 7871 (clasp) R 7869 7871 7834 0 -1 4194304 59765 0 0 0 90315 47 0 0 25 0 1 0 303946449 208728064 50068 1992294400 134512640 136057169 4294956160 18446744073709551615 134624577 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7871/statm: 50959 50068 183 377 0 50579 0
Current children cumulated CPU time (s) 903.62
Current children cumulated vsize (KiB) 203836

[startup+904.701 s]
/proc/loadavg: 0.99 0.94 0.59 2/65 7878
/proc/meminfo: memFree=1777104/2055920 swapFree=4180060/4192956
[pid=7871] ppid=7869 vsize=203836 CPUtime=904.42
/proc/7871/stat : 7871 (clasp) R 7869 7871 7834 0 -1 4194304 59769 0 0 0 90395 47 0 0 25 0 1 0 303946449 208728064 50072 1992294400 134512640 136057169 4294956160 18446744073709551615 135437996 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7871/statm: 50959 50072 187 377 0 50579 0
Current children cumulated CPU time (s) 904.42
Current children cumulated vsize (KiB) 203836

[startup+905.101 s]
/proc/loadavg: 0.99 0.94 0.59 2/65 7878
/proc/meminfo: memFree=1777104/2055920 swapFree=4180060/4192956
[pid=7871] ppid=7869 vsize=74260 CPUtime=904.82
/proc/7871/stat : 7871 (clasp) R 7869 7871 7834 0 -1 4194304 59769 0 0 0 90433 49 0 0 25 0 1 0 303946449 76042240 18250 1992294400 134512640 136057169 4294956160 18446744073709551615 135433673 0 0 4096 16386 0 0 0 17 1 0 0
/proc/7871/statm: 18565 18250 187 377 0 18185 0
Current children cumulated CPU time (s) 904.82
Current children cumulated vsize (KiB) 74260

Child status: 20
Real time (s): 905.189
CPU time (s): 904.918
CPU user time (s): 904.409
CPU system time (s): 0.509922
CPU usage (%): 99.9701
Max. virtual memory (cumulated for all children) (KiB): 203836

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

runsolver used 0.664898 second user time and 1.87571 second system time

The end

Launcher Data

Begin job on node23 at 2009-05-19 20:52:09
IDJOB=1831485
IDBENCH=20418
IDSOLVER=637
FILE ID=node23/1831485-1242759128
PBS_JOBID= 9322275
Free space on /tmp= 66436 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT07/industrial/palacios/uts/uts-l06-ipc5-h33-unknown.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-1831485-1242759128/watcher-1831485-1242759128 -o /tmp/evaluation-result-1831485-1242759128/solver-1831485-1242759128 -C 10000 -W 12000 -M 1800  HOME/clasp --file=HOME/instance-1831485-1242759128.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= 6197e38464facb30636a5a3ad5b2f0b5
RANDOM SEED=1087898588

node23.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.238
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.238
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:       1978296 kB
Buffers:          4204 kB
Cached:          38804 kB
SwapCached:       6972 kB
Active:          29972 kB
Inactive:        21612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1978296 kB
SwapTotal:     4192956 kB
SwapFree:      4180060 kB
Dirty:           17232 kB
Writeback:           0 kB
Mapped:          13820 kB
Slab:            12136 kB
Committed_AS:  1014200 kB
PageTables:       1392 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= 66436 MiB
End job on node23 at 2009-05-19 21:07:15