Trace number 1831947

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 1560.46 1561.03

General information on the benchmark

Namemanol-pipe-g10bidw.cnf
MD5SUM6ade683f6bfd116f49e58395d70ae6c0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark97.2212
Satisfiable
(Un)Satisfiability was proved
Number of variables237485
Number of clauses705220
Sum of the clauses size1645512
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2470146
Number of clauses of size 3235073
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

1560.41/1561.03	c clasp version 1.2.0-SAT09 
1560.41/1561.03	c Reading from ...793270/instance-1831947-1242793270.cnf
1560.41/1561.03	c Reading      : Done(0.430s)
1560.41/1561.03	c Preprocessing: |-\|Done(7.260s)
1560.41/1561.03	c Solving...
1560.41/1561.03	
1560.41/1561.03	c Models    : 0     
1560.41/1561.03	c Time         : 1560.060s (Solve: 1552.370s)
1560.41/1561.03	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-1831947-1242793270/watcher-1831947-1242793270 -o /tmp/evaluation-result-1831947-1242793270/solver-1831947-1242793270 -C 10000 -W 12000 -M 1800 HOME/clasp --file=HOME/instance-1831947-1242793270.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: 1.07 1.02 1.00 3/64 11668
/proc/meminfo: memFree=1717808/2055920 swapFree=4179968/4192956
[pid=11668] ppid=11666 vsize=3600 CPUtime=0
/proc/11668/stat : 11668 (clasp) R 11666 11668 11569 0 -1 4194304 584 0 0 0 0 0 0 0 18 0 1 0 307353075 3686400 390 1992294400 134512640 136057169 4294956160 18446744073709551615 134816709 0 0 4096 16386 0 0 0 17 0 0 0
/proc/11668/statm: 900 394 139 377 0 520 0

[startup+0.033979 s]
/proc/loadavg: 1.07 1.02 1.00 3/64 11668
/proc/meminfo: memFree=1717808/2055920 swapFree=4179968/4192956
[pid=11668] ppid=11666 vsize=20392 CPUtime=0.02
/proc/11668/stat : 11668 (clasp) R 11666 11668 11569 0 -1 4194304 3884 0 0 0 1 1 0 0 18 0 1 0 307353075 20881408 2712 1992294400 134512640 136057169 4294956160 18446744073709551615 134834619 0 0 4096 16386 0 0 0 17 0 0 0
/proc/11668/statm: 5098 2716 140 377 0 4718 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 20392

[startup+0.101986 s]
/proc/loadavg: 1.07 1.02 1.00 3/64 11668
/proc/meminfo: memFree=1717808/2055920 swapFree=4179968/4192956
[pid=11668] ppid=11666 vsize=26680 CPUtime=0.09
/proc/11668/stat : 11668 (clasp) R 11666 11668 11569 0 -1 4194304 7210 0 0 0 7 2 0 0 18 0 1 0 307353075 27320320 6037 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 0 0 0
/proc/11668/statm: 6670 6037 144 377 0 6290 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26680

[startup+0.302012 s]
/proc/loadavg: 1.07 1.02 1.00 3/64 11668
/proc/meminfo: memFree=1717808/2055920 swapFree=4179968/4192956
[pid=11668] ppid=11666 vsize=37876 CPUtime=0.29
/proc/11668/stat : 11668 (clasp) R 11666 11668 11569 0 -1 4194304 10663 0 0 0 25 4 0 0 20 0 1 0 307353075 38785024 8847 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 0 0 0
/proc/11668/statm: 9469 8847 144 377 0 9089 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37876

[startup+0.701068 s]
/proc/loadavg: 1.07 1.02 1.00 3/64 11668
/proc/meminfo: memFree=1717808/2055920 swapFree=4179968/4192956
[pid=11668] ppid=11666 vsize=65236 CPUtime=0.69
/proc/11668/stat : 11668 (clasp) R 11666 11668 11569 0 -1 4194304 20741 0 0 0 61 8 0 0 23 0 1 0 307353075 66801664 15229 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 0 0 0
/proc/11668/statm: 16309 15229 165 377 0 15929 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65236

[startup+1.50118 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 11669
/proc/meminfo: memFree=1646760/2055920 swapFree=4179968/4192956
[pid=11668] ppid=11666 vsize=81804 CPUtime=1.49
/proc/11668/stat : 11668 (clasp) R 11666 11668 11569 0 -1 4194304 26356 0 0 0 138 11 0 0 25 0 1 0 307353075 83767296 19026 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 0 0 0
/proc/11668/statm: 20451 19026 170 377 0 20071 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 81804

[startup+3.10139 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 11669
/proc/meminfo: memFree=1634408/2055920 swapFree=4179968/4192956
[pid=11668] ppid=11666 vsize=98060 CPUtime=3.09
/proc/11668/stat : 11668 (clasp) R 11666 11668 11569 0 -1 4194304 30677 0 0 0 296 13 0 0 25 0 1 0 307353075 100413440 23027 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 0 0 0
/proc/11668/statm: 24515 23027 170 377 0 24135 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 98060

[startup+6.30183 s]
/proc/loadavg: 1.06 1.02 1.00 2/65 11669
/proc/meminfo: memFree=1618216/2055920 swapFree=4179968/4192956
[pid=11668] ppid=11666 vsize=108668 CPUtime=6.29
/proc/11668/stat : 11668 (clasp) R 11666 11668 11569 0 -1 4194304 33607 0 0 0 614 15 0 0 25 0 1 0 307353075 111276032 25669 1992294400 134512640 136057169 4294956160 18446744073709551615 134781597 0 0 4096 16386 0 0 0 17 0 0 0
/proc/11668/statm: 27167 25669 170 377 0 26787 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 108668

[startup+12.7017 s]
/proc/loadavg: 1.06 1.01 1.00 2/65 11669
/proc/meminfo: memFree=1621352/2055920 swapFree=4179968/4192956
[pid=11668] ppid=11666 vsize=99872 CPUtime=12.68
/proc/11668/stat : 11668 (clasp) R 11666 11668 11569 0 -1 4194304 35355 0 0 0 1253 15 0 0 25 0 1 0 307353075 102268928 24183 1992294400 134512640 136057169 4294956160 18446744073709551615 134649293 0 0 4096 16386 0 0 0 17 0 0 0
/proc/11668/statm: 24968 24183 182 377 0 24588 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 99872

[startup+25.5014 s]
/proc/loadavg: 1.04 1.01 1.00 2/65 11669
/proc/meminfo: memFree=1621416/2055920 swapFree=4179968/4192956
[pid=11668] ppid=11666 vsize=99872 CPUtime=25.48
/proc/11668/stat : 11668 (clasp) R 11666 11668 11569 0 -1 4194304 35373 0 0 0 2533 15 0 0 25 0 1 0 307353075 102268928 24201 1992294400 134512640 136057169 4294956160 18446744073709551615 134823325 0 0 4096 16386 0 0 0 17 0 0 0
/proc/11668/statm: 24968 24201 182 377 0 24588 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 99872

[startup+51.1019 s]
/proc/loadavg: 1.03 1.01 1.00 2/65 11669
/proc/meminfo: memFree=1621224/2055920 swapFree=4179968/4192956
[pid=11668] ppid=11666 vsize=100048 CPUtime=51.06
/proc/11668/stat : 11668 (clasp) R 11666 11668 11569 0 -1 4194304 35419 0 0 0 5091 15 0 0 25 0 1 0 307353075 102449152 24247 1992294400 134512640 136057169 4294956160 18446744073709551615 134649287 0 0 4096 16386 0 0 0 17 0 0 0
/proc/11668/statm: 25012 24247 182 377 0 24632 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 100048

[startup+102.306 s]
/proc/loadavg: 1.01 1.01 1.00 2/65 11669
/proc/meminfo: memFree=1621096/2055920 swapFree=4179968/4192956
[pid=11668] ppid=11666 vsize=100316 CPUtime=102.26
/proc/11668/stat : 11668 (clasp) R 11666 11668 11569 0 -1 4194304 35459 0 0 0 10210 16 0 0 25 0 1 0 307353075 102723584 24287 1992294400 134512640 136057169 4294956160 18446744073709551615 134649331 0 0 4096 16386 0 0 0 17 0 0 0
/proc/11668/statm: 25079 24287 182 377 0 24699 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 100316

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11669
/proc/meminfo: memFree=1619880/2055920 swapFree=4179968/4192956
[pid=11668] ppid=11666 vsize=101576 CPUtime=162.23
/proc/11668/stat : 11668 (clasp) R 11666 11668 11569 0 -1 4194304 35778 0 0 0 16207 16 0 0 25 0 1 0 307353075 104013824 24606 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0
/proc/11668/statm: 25394 24606 182 377 0 25014 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 101576

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11669
/proc/meminfo: memFree=1612200/2055920 swapFree=4179968/4192956
[pid=11668] ppid=11666 vsize=109316 CPUtime=222.19
/proc/11668/stat : 11668 (clasp) R 11666 11668 11569 0 -1 4194304 37674 0 0 0 22201 18 0 0 25 0 1 0 307353075 111939584 26502 1992294400 134512640 136057169 4294956160 18446744073709551615 134612852 0 0 4096 16386 0 0 0 17 0 0 0
/proc/11668/statm: 27329 26502 182 377 0 26949 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 109316

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11669
/proc/meminfo: memFree=1606440/2055920 swapFree=4179968/4192956
[pid=11668] ppid=11666 vsize=115132 CPUtime=282.17
/proc/11668/stat : 11668 (clasp) R 11666 11668 11569 0 -1 4194304 39127 0 0 0 28198 19 0 0 25 0 1 0 307353075 117895168 27955 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 0 0 0
/proc/11668/statm: 28783 27955 182 377 0 28403 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 115132

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11669
/proc/meminfo: memFree=1601256/2055920 swapFree=4179968/4192956
[pid=11668] ppid=11666 vsize=120252 CPUtime=342.15
/proc/11668/stat : 11668 (clasp) R 11666 11668 11569 0 -1 4194304 40386 0 0 0 34195 20 0 0 25 0 1 0 307353075 123138048 29214 1992294400 134512640 136057169 4294956160 18446744073709551615 134811518 0 0 4096 16386 0 0 0 17 0 0 0
/proc/11668/statm: 30063 29214 182 377 0 29683 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 120252

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11669
/proc/meminfo: memFree=1601192/2055920 swapFree=4179968/4192956
[pid=11668] ppid=11666 vsize=120252 CPUtime=402.12
/proc/11668/stat : 11668 (clasp) R 11666 11668 11569 0 -1 4194304 40387 0 0 0 40192 20 0 0 25 0 1 0 307353075 123138048 29215 1992294400 134512640 136057169 4294956160 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0
/proc/11668/statm: 30063 29215 182 377 0 29683 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 120252

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11669
/proc/meminfo: memFree=1601192/2055920 swapFree=4179968/4192956
[pid=11668] ppid=11666 vsize=120252 CPUtime=462.09
/proc/11668/stat : 11668 (clasp) R 11666 11668 11569 0 -1 4194304 40387 0 0 0 46189 20 0 0 25 0 1 0 307353075 123138048 29215 1992294400 134512640 136057169 4294956160 18446744073709551615 134649358 0 0 4096 16386 0 0 0 17 0 0 0
/proc/11668/statm: 30063 29215 182 377 0 29683 0
Current children cumulated CPU time (s) 462.09
Current children cumulated vsize (KiB) 120252

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11669
/proc/meminfo: memFree=1596776/2055920 swapFree=4179968/4192956
[pid=11668] ppid=11666 vsize=124944 CPUtime=522.06
/proc/11668/stat : 11668 (clasp) R 11666 11668 11569 0 -1 4194304 41642 0 0 0 52185 21 0 0 25 0 1 0 307353075 127942656 30334 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 0 0 0
/proc/11668/statm: 31236 30334 182 377 0 30856 0
Current children cumulated CPU time (s) 522.06
Current children cumulated vsize (KiB) 124944

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11669
/proc/meminfo: memFree=1594216/2055920 swapFree=4179968/4192956
[pid=11668] ppid=11666 vsize=127628 CPUtime=582.03
/proc/11668/stat : 11668 (clasp) R 11666 11668 11569 0 -1 4194304 42288 0 0 0 58181 22 0 0 25 0 1 0 307353075 130691072 30980 1992294400 134512640 136057169 4294956160 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 0 0 0
/proc/11668/statm: 31907 30980 182 377 0 31527 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 127628

[startup+642.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11669
/proc/meminfo: memFree=1586344/2055920 swapFree=4179968/4192956
[pid=11668] ppid=11666 vsize=135464 CPUtime=642.01
/proc/11668/stat : 11668 (clasp) R 11666 11668 11569 0 -1 4194304 44232 0 0 0 64178 23 0 0 25 0 1 0 307353075 138715136 32924 1992294400 134512640 136057169 4294956160 18446744073709551615 134649358 0 0 4096 16386 0 0 0 17 0 0 0
/proc/11668/statm: 33866 32924 182 377 0 33486 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 135464

[startup+702.302 s]

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

/proc/meminfo: memFree=1572392/2055920 swapFree=4179968/4192956
[pid=11668] ppid=11666 vsize=149280 CPUtime=881.91
/proc/11668/stat : 11668 (clasp) R 11666 11668 11569 0 -1 4194304 47660 0 0 0 88166 25 0 0 25 0 1 0 307353075 152862720 36352 1992294400 134512640 136057169 4294956160 18446744073709551615 134756790 0 0 4096 16386 0 0 0 17 0 0 0
/proc/11668/statm: 37320 36352 182 377 0 36940 0
Current children cumulated CPU time (s) 881.91
Current children cumulated vsize (KiB) 149280

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11669
/proc/meminfo: memFree=1572328/2055920 swapFree=4179968/4192956
[pid=11668] ppid=11666 vsize=149280 CPUtime=941.9
/proc/11668/stat : 11668 (clasp) R 11666 11668 11569 0 -1 4194304 47676 0 0 0 94164 26 0 0 25 0 1 0 307353075 152862720 36368 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 0 0 0
/proc/11668/statm: 37320 36368 182 377 0 36940 0
Current children cumulated CPU time (s) 941.9
Current children cumulated vsize (KiB) 149280

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11669
/proc/meminfo: memFree=1572264/2055920 swapFree=4179968/4192956
[pid=11668] ppid=11666 vsize=149280 CPUtime=1001.88
/proc/11668/stat : 11668 (clasp) R 11666 11668 11569 0 -1 4194304 47676 0 0 0 100162 26 0 0 25 0 1 0 307353075 152862720 36368 1992294400 134512640 136057169 4294956160 18446744073709551615 134825009 0 0 4096 16386 0 0 0 17 0 0 0
/proc/11668/statm: 37320 36368 182 377 0 36940 0
Current children cumulated CPU time (s) 1001.88
Current children cumulated vsize (KiB) 149280

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11669
/proc/meminfo: memFree=1572264/2055920 swapFree=4179968/4192956
[pid=11668] ppid=11666 vsize=149280 CPUtime=1061.86
/proc/11668/stat : 11668 (clasp) R 11666 11668 11569 0 -1 4194304 47677 0 0 0 106160 26 0 0 25 0 1 0 307353075 152862720 36369 1992294400 134512640 136057169 4294956160 18446744073709551615 134823876 0 0 4096 16386 0 0 0 17 0 0 0
/proc/11668/statm: 37320 36369 182 377 0 36940 0
Current children cumulated CPU time (s) 1061.86
Current children cumulated vsize (KiB) 149280

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11669
/proc/meminfo: memFree=1572200/2055920 swapFree=4179968/4192956
[pid=11668] ppid=11666 vsize=149280 CPUtime=1121.85
/proc/11668/stat : 11668 (clasp) R 11666 11668 11569 0 -1 4194304 47677 0 0 0 112159 26 0 0 25 0 1 0 307353075 152862720 36369 1992294400 134512640 136057169 4294956160 18446744073709551615 134649280 0 0 4096 16386 0 0 0 17 0 0 0
/proc/11668/statm: 37320 36369 182 377 0 36940 0
Current children cumulated CPU time (s) 1121.85
Current children cumulated vsize (KiB) 149280

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11669
/proc/meminfo: memFree=1572072/2055920 swapFree=4179968/4192956
[pid=11668] ppid=11666 vsize=149280 CPUtime=1181.83
/proc/11668/stat : 11668 (clasp) R 11666 11668 11569 0 -1 4194304 47677 0 0 0 118157 26 0 0 25 0 1 0 307353075 152862720 36369 1992294400 134512640 136057169 4294956160 18446744073709551615 134645282 0 0 4096 16386 0 0 0 17 0 0 0
/proc/11668/statm: 37320 36369 182 377 0 36940 0
Current children cumulated CPU time (s) 1181.83
Current children cumulated vsize (KiB) 149280

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11669
/proc/meminfo: memFree=1572008/2055920 swapFree=4179968/4192956
[pid=11668] ppid=11666 vsize=149280 CPUtime=1241.81
/proc/11668/stat : 11668 (clasp) R 11666 11668 11569 0 -1 4194304 47677 0 0 0 124155 26 0 0 25 0 1 0 307353075 152862720 36369 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0
/proc/11668/statm: 37320 36369 182 377 0 36940 0
Current children cumulated CPU time (s) 1241.81
Current children cumulated vsize (KiB) 149280

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11669
/proc/meminfo: memFree=1566952/2055920 swapFree=4179968/4192956
[pid=11668] ppid=11666 vsize=154444 CPUtime=1301.8
/proc/11668/stat : 11668 (clasp) R 11666 11668 11569 0 -1 4194304 48966 0 0 0 130153 27 0 0 25 0 1 0 307353075 158150656 37658 1992294400 134512640 136057169 4294956160 18446744073709551615 134756839 0 0 4096 16386 0 0 0 17 0 0 0
/proc/11668/statm: 38611 37658 182 377 0 38231 0
Current children cumulated CPU time (s) 1301.8
Current children cumulated vsize (KiB) 154444

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11669
/proc/meminfo: memFree=1566888/2055920 swapFree=4179968/4192956
[pid=11668] ppid=11666 vsize=154444 CPUtime=1361.77
/proc/11668/stat : 11668 (clasp) R 11666 11668 11569 0 -1 4194304 48966 0 0 0 136150 27 0 0 25 0 1 0 307353075 158150656 37658 1992294400 134512640 136057169 4294956160 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 0 0 0
/proc/11668/statm: 38611 37658 182 377 0 38231 0
Current children cumulated CPU time (s) 1361.77
Current children cumulated vsize (KiB) 154444

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11669
/proc/meminfo: memFree=1566824/2055920 swapFree=4179968/4192956
[pid=11668] ppid=11666 vsize=154444 CPUtime=1421.76
/proc/11668/stat : 11668 (clasp) R 11666 11668 11569 0 -1 4194304 48966 0 0 0 142149 27 0 0 25 0 1 0 307353075 158150656 37658 1992294400 134512640 136057169 4294956160 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 0 0 0
/proc/11668/statm: 38611 37658 182 377 0 38231 0
Current children cumulated CPU time (s) 1421.76
Current children cumulated vsize (KiB) 154444

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11671
/proc/meminfo: memFree=1566760/2055920 swapFree=4179968/4192956
[pid=11668] ppid=11666 vsize=154444 CPUtime=1481.73
/proc/11668/stat : 11668 (clasp) R 11666 11668 11569 0 -1 4194304 48966 0 0 0 148146 27 0 0 25 0 1 0 307353075 158150656 37658 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 0 0 0
/proc/11668/statm: 38611 37658 182 377 0 38231 0
Current children cumulated CPU time (s) 1481.73
Current children cumulated vsize (KiB) 154444

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11671
/proc/meminfo: memFree=1566760/2055920 swapFree=4179968/4192956
[pid=11668] ppid=11666 vsize=154444 CPUtime=1541.72
/proc/11668/stat : 11668 (clasp) R 11666 11668 11569 0 -1 4194304 48966 0 0 0 154145 27 0 0 25 0 1 0 307353075 158150656 37658 1992294400 134512640 136057169 4294956160 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 0 0 0
/proc/11668/statm: 38611 37658 182 377 0 38231 0
Current children cumulated CPU time (s) 1541.72
Current children cumulated vsize (KiB) 154444

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

[startup+1548.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11671
/proc/meminfo: memFree=1566760/2055920 swapFree=4179968/4192956
[pid=11668] ppid=11666 vsize=154444 CPUtime=1548.12
/proc/11668/stat : 11668 (clasp) R 11666 11668 11569 0 -1 4194304 48966 0 0 0 154785 27 0 0 25 0 1 0 307353075 158150656 37658 1992294400 134512640 136057169 4294956160 18446744073709551615 134823884 0 0 4096 16386 0 0 0 17 0 0 0
/proc/11668/statm: 38611 37658 182 377 0 38231 0
Current children cumulated CPU time (s) 1548.12
Current children cumulated vsize (KiB) 154444

[startup+1555.1 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11671
/proc/meminfo: memFree=1566696/2055920 swapFree=4179968/4192956
[pid=11668] ppid=11666 vsize=154444 CPUtime=1554.51
/proc/11668/stat : 11668 (clasp) R 11666 11668 11569 0 -1 4194304 48966 0 0 0 155424 27 0 0 25 0 1 0 307353075 158150656 37658 1992294400 134512640 136057169 4294956160 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 0 0 0
/proc/11668/statm: 38611 37658 182 377 0 38231 0
Current children cumulated CPU time (s) 1554.51
Current children cumulated vsize (KiB) 154444

[startup+1558.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11671
/proc/meminfo: memFree=1566696/2055920 swapFree=4179968/4192956
[pid=11668] ppid=11666 vsize=154444 CPUtime=1557.71
/proc/11668/stat : 11668 (clasp) R 11666 11668 11569 0 -1 4194304 48966 0 0 0 155744 27 0 0 25 0 1 0 307353075 158150656 37658 1992294400 134512640 136057169 4294956160 18446744073709551615 134812866 0 0 4096 16386 0 0 0 17 0 0 0
/proc/11668/statm: 38611 37658 182 377 0 38231 0
Current children cumulated CPU time (s) 1557.71
Current children cumulated vsize (KiB) 154444

[startup+1559.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11671
/proc/meminfo: memFree=1566696/2055920 swapFree=4179968/4192956
[pid=11668] ppid=11666 vsize=154444 CPUtime=1559.31
/proc/11668/stat : 11668 (clasp) R 11666 11668 11569 0 -1 4194304 48966 0 0 0 155904 27 0 0 25 0 1 0 307353075 158150656 37658 1992294400 134512640 136057169 4294956160 18446744073709551615 134624577 0 0 4096 16386 0 0 0 17 0 0 0
/proc/11668/statm: 38611 37658 182 377 0 38231 0
Current children cumulated CPU time (s) 1559.31
Current children cumulated vsize (KiB) 154444

[startup+1560.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11671
/proc/meminfo: memFree=1566696/2055920 swapFree=4179968/4192956
[pid=11668] ppid=11666 vsize=71228 CPUtime=1560.11
/proc/11668/stat : 11668 (clasp) R 11666 11668 11569 0 -1 4194304 48971 0 0 0 155983 28 0 0 25 0 1 0 307353075 72937472 17401 1992294400 134512640 136057169 4294956160 18446744073709551615 134764163 0 0 4096 16386 0 0 0 17 0 0 0
/proc/11668/statm: 17807 17401 187 377 0 17427 0
Current children cumulated CPU time (s) 1560.11
Current children cumulated vsize (KiB) 71228

[startup+1560.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11671
/proc/meminfo: memFree=1647784/2055920 swapFree=4179968/4192956
[pid=11668] ppid=11666 vsize=71228 CPUtime=1560.31
/proc/11668/stat : 11668 (clasp) R 11666 11668 11569 0 -1 4194304 48971 0 0 0 156003 28 0 0 25 0 1 0 307353075 72937472 17401 1992294400 134512640 136057169 4294956160 18446744073709551615 135433867 0 0 4096 16386 0 0 0 17 0 0 0
/proc/11668/statm: 17807 17401 187 377 0 17427 0
Current children cumulated CPU time (s) 1560.31
Current children cumulated vsize (KiB) 71228

[startup+1561 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 11671
/proc/meminfo: memFree=1647784/2055920 swapFree=4179968/4192956
[pid=11668] ppid=11666 vsize=71228 CPUtime=1560.41
/proc/11668/stat : 11668 (clasp) R 11666 11668 11569 0 -1 4194304 48971 0 0 0 156013 28 0 0 25 0 1 0 307353075 72937472 17401 1992294400 134512640 136057169 4294956160 18446744073709551615 135433673 0 0 4096 16386 0 0 0 17 0 0 0
/proc/11668/statm: 17807 17401 187 377 0 17427 0
Current children cumulated CPU time (s) 1560.41
Current children cumulated vsize (KiB) 71228

Child status: 20
Real time (s): 1561.03
CPU time (s): 1560.46
CPU user time (s): 1560.16
CPU system time (s): 0.299954
CPU usage (%): 99.963
Max. virtual memory (cumulated for all children) (KiB): 154444

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

runsolver used 1.42478 second user time and 4.26135 second system time

The end

Launcher Data

Begin job on node71 at 2009-05-20 06:21:11
IDJOB=1831947
IDBENCH=71689
IDSOLVER=637
FILE ID=node71/1831947-1242793270
PBS_JOBID= 9322423
Free space on /tmp= 66284 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT_RACE06/manol-pipe-g10bidw.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-1831947-1242793270/watcher-1831947-1242793270 -o /tmp/evaluation-result-1831947-1242793270/solver-1831947-1242793270 -C 10000 -W 12000 -M 1800  HOME/clasp --file=HOME/instance-1831947-1242793270.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= 6ade683f6bfd116f49e58395d70ae6c0
RANDOM SEED=1648251833

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:       1718288 kB
Buffers:         40240 kB
Cached:         248132 kB
SwapCached:       7156 kB
Active:          66388 kB
Inactive:       230816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1718288 kB
SwapTotal:     4192956 kB
SwapFree:      4179968 kB
Dirty:           14396 kB
Writeback:           0 kB
Mapped:          14052 kB
Slab:            26416 kB
Committed_AS:   903580 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= 66284 MiB
End job on node71 at 2009-05-20 06:47:12