Trace number 1784874

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 1373.78 1374.48

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-gigamax.used-as.sat04-984.sat05-4194.reshuffled-07.cnf
MD5SUMc7db94a671d9411eb90a6ffa8f8c530f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark95.5065
Satisfiable
(Un)Satisfiability was proved
Number of variables29249
Number of clauses861366
Sum of the clauses size1745389
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2858070
Number of clauses of size 30
Number of clauses of size 46
Number of clauses of size 528
Number of clauses of size over 53262

Solver Data

1373.70/1374.47	c clasp version 1.2.0-SAT09 
1373.70/1374.47	c Reading from ...871865/instance-1784874-1241871865.cnf
1373.70/1374.47	c Reading      : Done(0.420s)
1373.70/1374.47	c Preprocessing: |-\|/Done(14.060s)
1373.70/1374.47	c Solving...
1373.70/1374.47	
1373.70/1374.47	c Models    : 0     
1373.70/1374.47	c Time         : 1373.750s (Solve: 1359.270s)
1373.70/1374.47	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-1784874-1241871865/watcher-1784874-1241871865 -o /tmp/evaluation-result-1784874-1241871865/solver-1784874-1241871865 -C 5000 -W 6000 -M 1800 HOME/clasp --file=HOME/instance-1784874-1241871865.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.96 3/64 22672
/proc/meminfo: memFree=1895688/2055920 swapFree=4164244/4192956
[pid=22672] ppid=22670 vsize=4048 CPUtime=0
/proc/22672/stat : 22672 (clasp) R 22670 22672 22528 0 -1 4194304 609 0 0 0 0 0 0 0 18 0 1 0 215219728 4145152 495 1992294400 134512640 136057169 4294956160 18446744073709551615 134834619 0 0 4096 16386 0 0 0 17 0 0 0
/proc/22672/statm: 1012 499 140 377 0 632 0

[startup+0.0326009 s]
/proc/loadavg: 0.92 0.98 0.96 3/64 22672
/proc/meminfo: memFree=1895688/2055920 swapFree=4164244/4192956
[pid=22672] ppid=22670 vsize=5908 CPUtime=0.02
/proc/22672/stat : 22672 (clasp) R 22670 22672 22528 0 -1 4194304 1301 0 0 0 2 0 0 0 18 0 1 0 215219728 6049792 1187 1992294400 134512640 136057169 4294956160 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 0 0 0
/proc/22672/statm: 1477 1187 144 377 0 1097 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5908

[startup+0.101611 s]
/proc/loadavg: 0.92 0.98 0.96 3/64 22672
/proc/meminfo: memFree=1895688/2055920 swapFree=4164244/4192956
[pid=22672] ppid=22670 vsize=9776 CPUtime=0.09
/proc/22672/stat : 22672 (clasp) R 22670 22672 22528 0 -1 4194304 2570 0 0 0 8 1 0 0 18 0 1 0 215219728 10010624 2168 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 0 0 0
/proc/22672/statm: 2444 2168 144 377 0 2064 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9776

[startup+0.301646 s]
/proc/loadavg: 0.92 0.98 0.96 3/64 22672
/proc/meminfo: memFree=1895688/2055920 swapFree=4164244/4192956
[pid=22672] ppid=22670 vsize=21468 CPUtime=0.29
/proc/22672/stat : 22672 (clasp) R 22670 22672 22528 0 -1 4194304 6353 0 0 0 27 2 0 0 19 0 1 0 215219728 21983232 4988 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 0 0 0
/proc/22672/statm: 5367 4989 144 377 0 4987 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21468

[startup+0.702715 s]
/proc/loadavg: 0.92 0.98 0.96 3/64 22672
/proc/meminfo: memFree=1895688/2055920 swapFree=4164244/4192956
[pid=22672] ppid=22670 vsize=36132 CPUtime=0.69
/proc/22672/stat : 22672 (clasp) R 22670 22672 22528 0 -1 4194304 11193 0 0 0 64 5 0 0 23 0 1 0 215219728 36999168 8577 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 0 0 0
/proc/22672/statm: 9033 8577 163 377 0 8653 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36132

[startup+1.50185 s]
/proc/loadavg: 0.92 0.98 0.96 2/65 22673
/proc/meminfo: memFree=1855616/2055920 swapFree=4164244/4192956
[pid=22672] ppid=22670 vsize=47468 CPUtime=1.48
/proc/22672/stat : 22672 (clasp) R 22670 22672 22528 0 -1 4194304 15293 0 0 0 140 8 0 0 25 0 1 0 215219728 48607232 11233 1992294400 134512640 136057169 4294956160 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 0 0 0
/proc/22672/statm: 11867 11233 166 377 0 11487 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 47468

[startup+3.10113 s]
/proc/loadavg: 1.01 1.00 0.97 2/65 22673
/proc/meminfo: memFree=1851072/2055920 swapFree=4164244/4192956
[pid=22672] ppid=22670 vsize=47468 CPUtime=3.08
/proc/22672/stat : 22672 (clasp) R 22670 22672 22528 0 -1 4194304 15293 0 0 0 300 8 0 0 25 0 1 0 215219728 48607232 11233 1992294400 134512640 136057169 4294956160 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 0 0 0
/proc/22672/statm: 11867 11233 166 377 0 11487 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 47468

[startup+6.30167 s]
/proc/loadavg: 1.01 1.00 0.97 2/65 22673
/proc/meminfo: memFree=1851072/2055920 swapFree=4164244/4192956
[pid=22672] ppid=22670 vsize=47468 CPUtime=6.28
/proc/22672/stat : 22672 (clasp) R 22670 22672 22528 0 -1 4194304 15293 0 0 0 620 8 0 0 25 0 1 0 215219728 48607232 11233 1992294400 134512640 136057169 4294956160 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 0 0 0
/proc/22672/statm: 11867 11233 166 377 0 11487 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 47468

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 0.97 3/65 22673
/proc/meminfo: memFree=1846792/2055920 swapFree=4164244/4192956
[pid=22672] ppid=22670 vsize=52616 CPUtime=12.68
/proc/22672/stat : 22672 (clasp) R 22670 22672 22528 0 -1 4194304 16575 0 0 0 1259 9 0 0 25 0 1 0 215219728 53878784 12515 1992294400 134512640 136057169 4294956160 18446744073709551615 134765714 0 0 4096 16386 0 0 0 17 0 0 0
/proc/22672/statm: 13154 12515 170 377 0 12774 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 52616

[startup+25.502 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 22673
/proc/meminfo: memFree=1853256/2055920 swapFree=4164244/4192956
[pid=22672] ppid=22670 vsize=44136 CPUtime=25.47
/proc/22672/stat : 22672 (clasp) R 22670 22672 22528 0 -1 4194304 16733 0 0 0 2538 9 0 0 25 0 1 0 215219728 45195264 10760 1992294400 134512640 136057169 4294956160 18446744073709551615 134823325 0 0 4096 16386 0 0 0 17 0 0 0
/proc/22672/statm: 11034 10760 183 377 0 10654 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 44136

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 22673
/proc/meminfo: memFree=1853128/2055920 swapFree=4164244/4192956
[pid=22672] ppid=22670 vsize=44136 CPUtime=51.07
/proc/22672/stat : 22672 (clasp) R 22670 22672 22528 0 -1 4194304 16733 0 0 0 5097 10 0 0 25 0 1 0 215219728 45195264 10760 1992294400 134512640 136057169 4294956160 18446744073709551615 134823809 0 0 4096 16386 0 0 0 17 0 0 0
/proc/22672/statm: 11034 10760 183 377 0 10654 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 44136

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 22673
/proc/meminfo: memFree=1853064/2055920 swapFree=4164244/4192956
[pid=22672] ppid=22670 vsize=44496 CPUtime=102.25
/proc/22672/stat : 22672 (clasp) R 22670 22672 22528 0 -1 4194304 16816 0 0 0 10215 10 0 0 25 0 1 0 215219728 45563904 10843 1992294400 134512640 136057169 4294956160 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 0 0 0
/proc/22672/statm: 11124 10843 183 377 0 10744 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 44496

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 22673
/proc/meminfo: memFree=1843080/2055920 swapFree=4164244/4192956
[pid=22672] ppid=22670 vsize=54688 CPUtime=162.2
/proc/22672/stat : 22672 (clasp) R 22670 22672 22528 0 -1 4194304 19371 0 0 0 16207 13 0 0 25 0 1 0 215219728 56000512 13398 1992294400 134512640 136057169 4294956160 18446744073709551615 134823495 0 0 4096 16386 0 0 0 17 0 0 0
/proc/22672/statm: 13672 13398 183 377 0 13292 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 54688

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 22673
/proc/meminfo: memFree=1826888/2055920 swapFree=4164244/4192956
[pid=22672] ppid=22670 vsize=70768 CPUtime=222.17
/proc/22672/stat : 22672 (clasp) R 22670 22672 22528 0 -1 4194304 23476 0 0 0 22200 17 0 0 25 0 1 0 215219728 72466432 17367 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 0 0 0
/proc/22672/statm: 17692 17367 183 377 0 17312 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 70768

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 22673
/proc/meminfo: memFree=1821832/2055920 swapFree=4164244/4192956
[pid=22672] ppid=22670 vsize=75724 CPUtime=282.13
/proc/22672/stat : 22672 (clasp) R 22670 22672 22528 0 -1 4194304 24730 0 0 0 28195 18 0 0 25 0 1 0 215219728 77541376 18621 1992294400 134512640 136057169 4294956160 18446744073709551615 134828552 0 0 4096 16386 0 0 0 17 0 0 0
/proc/22672/statm: 18931 18621 183 377 0 18551 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 75724

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 22673
/proc/meminfo: memFree=1812168/2055920 swapFree=4164244/4192956
[pid=22672] ppid=22670 vsize=85488 CPUtime=342.11
/proc/22672/stat : 22672 (clasp) R 22670 22672 22528 0 -1 4194304 27170 0 0 0 34189 22 0 0 25 0 1 0 215219728 87539712 21061 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0
/proc/22672/statm: 21372 21061 183 377 0 20992 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 85488

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 22673
/proc/meminfo: memFree=1791752/2055920 swapFree=4164244/4192956
[pid=22672] ppid=22670 vsize=106368 CPUtime=402.08
/proc/22672/stat : 22672 (clasp) R 22670 22672 22528 0 -1 4194304 32348 0 0 0 40179 29 0 0 25 0 1 0 215219728 108920832 26239 1992294400 134512640 136057169 4294956160 18446744073709551615 134613070 0 0 4096 16386 0 0 0 17 0 0 0
/proc/22672/statm: 26592 26239 183 377 0 26212 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 106368

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 22673
/proc/meminfo: memFree=1772424/2055920 swapFree=4164244/4192956
[pid=22672] ppid=22670 vsize=125448 CPUtime=462.03
/proc/22672/stat : 22672 (clasp) R 22670 22672 22528 0 -1 4194304 37096 0 0 0 46170 33 0 0 25 0 1 0 215219728 128458752 30987 1992294400 134512640 136057169 4294956160 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 0 0 0
/proc/22672/statm: 31362 30987 183 377 0 30982 0
Current children cumulated CPU time (s) 462.03
Current children cumulated vsize (KiB) 125448

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 22673
/proc/meminfo: memFree=1759624/2055920 swapFree=4164244/4192956
[pid=22672] ppid=22670 vsize=138016 CPUtime=522.01
/proc/22672/stat : 22672 (clasp) R 22670 22672 22528 0 -1 4194304 40246 0 0 0 52165 36 0 0 25 0 1 0 215219728 141328384 34137 1992294400 134512640 136057169 4294956160 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 0 0 0
/proc/22672/statm: 34504 34137 183 377 0 34124 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 138016

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 22673
/proc/meminfo: memFree=1759560/2055920 swapFree=4164244/4192956
[pid=22672] ppid=22670 vsize=138016 CPUtime=581.98
/proc/22672/stat : 22672 (clasp) R 22670 22672 22528 0 -1 4194304 40247 0 0 0 58162 36 0 0 25 0 1 0 215219728 141328384 34138 1992294400 134512640 136057169 4294956160 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 0 0 0
/proc/22672/statm: 34504 34138 183 377 0 34124 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 138016

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 22673
/proc/meminfo: memFree=1759560/2055920 swapFree=4164244/4192956
[pid=22672] ppid=22670 vsize=138016 CPUtime=641.95
/proc/22672/stat : 22672 (clasp) R 22670 22672 22528 0 -1 4194304 40252 0 0 0 64159 36 0 0 25 0 1 0 215219728 141328384 34143 1992294400 134512640 136057169 4294956160 18446744073709551615 134823417 0 0 4096 16386 0 0 0 17 0 0 0
/proc/22672/statm: 34504 34143 183 377 0 34124 0
Current children cumulated CPU time (s) 641.95
Current children cumulated vsize (KiB) 138016

[startup+702.302 s]

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

/proc/meminfo: memFree=1759304/2055920 swapFree=4164244/4192956
[pid=22672] ppid=22670 vsize=138016 CPUtime=701.92
/proc/22672/stat : 22672 (clasp) R 22670 22672 22528 0 -1 4194304 40265 0 0 0 70156 36 0 0 25 0 1 0 215219728 141328384 34156 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 0 0 0
/proc/22672/statm: 34504 34156 183 377 0 34124 0
Current children cumulated CPU time (s) 701.92
Current children cumulated vsize (KiB) 138016

[startup+762.307 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 22673
/proc/meminfo: memFree=1737096/2055920 swapFree=4164244/4192956
[pid=22672] ppid=22670 vsize=160364 CPUtime=761.89
/proc/22672/stat : 22672 (clasp) R 22670 22672 22528 0 -1 4194304 45824 0 0 0 76148 41 0 0 25 0 1 0 215219728 164212736 39715 1992294400 134512640 136057169 4294956160 18446744073709551615 134823417 0 0 4096 16386 0 0 0 17 0 0 0
/proc/22672/statm: 40091 39715 183 377 0 39711 0
Current children cumulated CPU time (s) 761.89
Current children cumulated vsize (KiB) 160364

[startup+822.301 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 22673
/proc/meminfo: memFree=1725768/2055920 swapFree=4164244/4192956
[pid=22672] ppid=22670 vsize=171572 CPUtime=821.86
/proc/22672/stat : 22672 (clasp) R 22670 22672 22528 0 -1 4194304 48632 0 0 0 82141 45 0 0 25 0 1 0 215219728 175689728 42523 1992294400 134512640 136057169 4294956160 18446744073709551615 134618265 0 0 4096 16386 0 0 0 17 0 0 0
/proc/22672/statm: 42893 42523 183 377 0 42513 0
Current children cumulated CPU time (s) 821.86
Current children cumulated vsize (KiB) 171572

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 22673
/proc/meminfo: memFree=1725768/2055920 swapFree=4164244/4192956
[pid=22672] ppid=22670 vsize=171572 CPUtime=881.83
/proc/22672/stat : 22672 (clasp) R 22670 22672 22528 0 -1 4194304 48633 0 0 0 88138 45 0 0 25 0 1 0 215219728 175689728 42524 1992294400 134512640 136057169 4294956160 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 0 0 0
/proc/22672/statm: 42893 42524 183 377 0 42513 0
Current children cumulated CPU time (s) 881.83
Current children cumulated vsize (KiB) 171572

[startup+942.302 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 22673
/proc/meminfo: memFree=1725192/2055920 swapFree=4164244/4192956
[pid=22672] ppid=22670 vsize=172388 CPUtime=941.8
/proc/22672/stat : 22672 (clasp) R 22670 22672 22528 0 -1 4194304 48920 0 0 0 94135 45 0 0 25 0 1 0 215219728 176525312 42608 1992294400 134512640 136057169 4294956160 18446744073709551615 134823950 0 0 4096 16386 0 0 0 17 0 0 0
/proc/22672/statm: 43097 42608 183 377 0 42717 0
Current children cumulated CPU time (s) 941.8
Current children cumulated vsize (KiB) 172388

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 22675
/proc/meminfo: memFree=1725192/2055920 swapFree=4164244/4192956
[pid=22672] ppid=22670 vsize=172388 CPUtime=1001.76
/proc/22672/stat : 22672 (clasp) R 22670 22672 22528 0 -1 4194304 48920 0 0 0 100131 45 0 0 25 0 1 0 215219728 176525312 42608 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 0 0 0
/proc/22672/statm: 43097 42608 183 377 0 42717 0
Current children cumulated CPU time (s) 1001.76
Current children cumulated vsize (KiB) 172388

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 22675
/proc/meminfo: memFree=1725128/2055920 swapFree=4164244/4192956
[pid=22672] ppid=22670 vsize=172388 CPUtime=1061.74
/proc/22672/stat : 22672 (clasp) R 22670 22672 22528 0 -1 4194304 48924 0 0 0 106129 45 0 0 25 0 1 0 215219728 176525312 42612 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 0 0 0
/proc/22672/statm: 43097 42612 183 377 0 42717 0
Current children cumulated CPU time (s) 1061.74
Current children cumulated vsize (KiB) 172388

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 22675
/proc/meminfo: memFree=1725128/2055920 swapFree=4164244/4192956
[pid=22672] ppid=22670 vsize=172388 CPUtime=1121.71
/proc/22672/stat : 22672 (clasp) R 22670 22672 22528 0 -1 4194304 48926 0 0 0 112126 45 0 0 25 0 1 0 215219728 176525312 42614 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 0 0 0
/proc/22672/statm: 43097 42614 183 377 0 42717 0
Current children cumulated CPU time (s) 1121.71
Current children cumulated vsize (KiB) 172388

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 22675
/proc/meminfo: memFree=1725128/2055920 swapFree=4164244/4192956
[pid=22672] ppid=22670 vsize=172388 CPUtime=1181.68
/proc/22672/stat : 22672 (clasp) R 22670 22672 22528 0 -1 4194304 48927 0 0 0 118123 45 0 0 25 0 1 0 215219728 176525312 42615 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0
/proc/22672/statm: 43097 42615 183 377 0 42717 0
Current children cumulated CPU time (s) 1181.68
Current children cumulated vsize (KiB) 172388

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 22675
/proc/meminfo: memFree=1725064/2055920 swapFree=4164244/4192956
[pid=22672] ppid=22670 vsize=172388 CPUtime=1241.65
/proc/22672/stat : 22672 (clasp) R 22670 22672 22528 0 -1 4194304 48929 0 0 0 124120 45 0 0 25 0 1 0 215219728 176525312 42617 1992294400 134512640 136057169 4294956160 18446744073709551615 134618449 0 0 4096 16386 0 0 0 17 0 0 0
/proc/22672/statm: 43097 42617 183 377 0 42717 0
Current children cumulated CPU time (s) 1241.65
Current children cumulated vsize (KiB) 172388

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 22675
/proc/meminfo: memFree=1725064/2055920 swapFree=4164244/4192956
[pid=22672] ppid=22670 vsize=172388 CPUtime=1301.64
/proc/22672/stat : 22672 (clasp) R 22670 22672 22528 0 -1 4194304 48938 0 0 0 130118 46 0 0 25 0 1 0 215219728 176525312 42626 1992294400 134512640 136057169 4294956160 18446744073709551615 134823889 0 0 4096 16386 0 0 0 17 0 0 0
/proc/22672/statm: 43097 42626 183 377 0 42717 0
Current children cumulated CPU time (s) 1301.64
Current children cumulated vsize (KiB) 172388

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 22675
/proc/meminfo: memFree=1725000/2055920 swapFree=4164244/4192956
[pid=22672] ppid=22670 vsize=172388 CPUtime=1361.6
/proc/22672/stat : 22672 (clasp) R 22670 22672 22528 0 -1 4194304 48946 0 0 0 136114 46 0 0 25 0 1 0 215219728 176525312 42634 1992294400 134512640 136057169 4294956160 18446744073709551615 134823643 0 0 4096 16386 0 0 0 17 0 0 0
/proc/22672/statm: 43097 42634 183 377 0 42717 0
Current children cumulated CPU time (s) 1361.6
Current children cumulated vsize (KiB) 172388

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

[startup+1363.1 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 22675
/proc/meminfo: memFree=1725000/2055920 swapFree=4164244/4192956
[pid=22672] ppid=22670 vsize=172388 CPUtime=1362.4
/proc/22672/stat : 22672 (clasp) R 22670 22672 22528 0 -1 4194304 48946 0 0 0 136194 46 0 0 25 0 1 0 215219728 176525312 42634 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0
/proc/22672/statm: 43097 42634 183 377 0 42717 0
Current children cumulated CPU time (s) 1362.4
Current children cumulated vsize (KiB) 172388

[startup+1369.51 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 22675
/proc/meminfo: memFree=1725000/2055920 swapFree=4164244/4192956
[pid=22672] ppid=22670 vsize=172388 CPUtime=1368.8
/proc/22672/stat : 22672 (clasp) R 22670 22672 22528 0 -1 4194304 48946 0 0 0 136834 46 0 0 25 0 1 0 215219728 176525312 42634 1992294400 134512640 136057169 4294956160 18446744073709551615 134613079 0 0 4096 16386 0 0 0 17 0 0 0
/proc/22672/statm: 43097 42634 183 377 0 42717 0
Current children cumulated CPU time (s) 1368.8
Current children cumulated vsize (KiB) 172388

[startup+1372.7 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 22675
/proc/meminfo: memFree=1725000/2055920 swapFree=4164244/4192956
[pid=22672] ppid=22670 vsize=172388 CPUtime=1372
/proc/22672/stat : 22672 (clasp) R 22670 22672 22528 0 -1 4194304 48946 0 0 0 137154 46 0 0 25 0 1 0 215219728 176525312 42634 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0
/proc/22672/statm: 43097 42634 183 377 0 42717 0
Current children cumulated CPU time (s) 1372
Current children cumulated vsize (KiB) 172388

[startup+1373.5 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 22675
/proc/meminfo: memFree=1725000/2055920 swapFree=4164244/4192956
[pid=22672] ppid=22670 vsize=172388 CPUtime=1372.8
/proc/22672/stat : 22672 (clasp) R 22670 22672 22528 0 -1 4194304 48946 0 0 0 137234 46 0 0 25 0 1 0 215219728 176525312 42634 1992294400 134512640 136057169 4294956160 18446744073709551615 134624627 0 0 4096 16386 0 0 0 17 0 0 0
/proc/22672/statm: 43097 42634 183 377 0 42717 0
Current children cumulated CPU time (s) 1372.8
Current children cumulated vsize (KiB) 172388

[startup+1373.91 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 22675
/proc/meminfo: memFree=1725000/2055920 swapFree=4164244/4192956
[pid=22672] ppid=22670 vsize=172388 CPUtime=1373.2
/proc/22672/stat : 22672 (clasp) R 22670 22672 22528 0 -1 4194304 48946 0 0 0 137274 46 0 0 25 0 1 0 215219728 176525312 42634 1992294400 134512640 136057169 4294956160 18446744073709551615 134624593 0 0 4096 16386 0 0 0 17 0 0 0
/proc/22672/statm: 43097 42634 183 377 0 42717 0
Current children cumulated CPU time (s) 1373.2
Current children cumulated vsize (KiB) 172388

[startup+1374.3 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 22675
/proc/meminfo: memFree=1725000/2055920 swapFree=4164244/4192956
[pid=22672] ppid=22670 vsize=172388 CPUtime=1373.6
/proc/22672/stat : 22672 (clasp) R 22670 22672 22528 0 -1 4194304 48950 0 0 0 137314 46 0 0 25 0 1 0 215219728 176525312 42638 1992294400 134512640 136057169 4294956160 18446744073709551615 135437996 0 0 4096 16386 0 0 0 17 0 0 0
/proc/22672/statm: 43097 42638 187 377 0 42717 0
Current children cumulated CPU time (s) 1373.6
Current children cumulated vsize (KiB) 172388

[startup+1374.4 s]
/proc/loadavg: 1.00 1.00 0.97 2/65 22675
/proc/meminfo: memFree=1725000/2055920 swapFree=4164244/4192956
[pid=22672] ppid=22670 vsize=41092 CPUtime=1373.7
/proc/22672/stat : 22672 (clasp) R 22670 22672 22528 0 -1 4194304 48950 0 0 0 137322 48 0 0 25 0 1 0 215219728 42078208 10061 1992294400 134512640 136057169 4294956160 18446744073709551615 135433673 0 0 4096 16386 0 0 0 17 0 0 0
/proc/22672/statm: 10273 10061 187 377 0 9893 0
Current children cumulated CPU time (s) 1373.7
Current children cumulated vsize (KiB) 41092

Child status: 20
Real time (s): 1374.48
CPU time (s): 1373.78
CPU user time (s): 1373.29
CPU system time (s): 0.488925
CPU usage (%): 99.9492
Max. virtual memory (cumulated for all children) (KiB): 172388

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

runsolver used 1.09283 second user time and 3.90941 second system time

The end

Launcher Data

Begin job on node25 at 2009-05-09 14:24:27
IDJOB=1784874
IDBENCH=24634
IDSOLVER=637
FILE ID=node25/1784874-1241871865
PBS_JOBID= 9264587
Free space on /tmp= 66028 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-gigamax.used-as.sat04-984.sat05-4194.reshuffled-07.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-1784874-1241871865/watcher-1784874-1241871865 -o /tmp/evaluation-result-1784874-1241871865/solver-1784874-1241871865 -C 5000 -W 6000 -M 1800  HOME/clasp --file=HOME/instance-1784874-1241871865.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= c7db94a671d9411eb90a6ffa8f8c530f
RANDOM SEED=2095658847

node25.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.259
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.259
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:       1896104 kB
Buffers:         26092 kB
Cached:          69728 kB
SwapCached:      23384 kB
Active:          77192 kB
Inactive:        43520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1896104 kB
SwapTotal:     4192956 kB
SwapFree:      4164244 kB
Dirty:           13944 kB
Writeback:           0 kB
Mapped:          14012 kB
Slab:            25052 kB
Committed_AS:   712592 kB
PageTables:       1460 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= 66024 MiB
End job on node25 at 2009-05-09 14:47:22