Trace number 1717093

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 1114.16 1114.5

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-27.cnf
MD5SUMa948576641dd03cc33abaca38a6e7e4c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1114.16
Satisfiable
(Un)Satisfiability was proved
Number of variables7729
Number of clauses29194
Sum of the clauses size77124
Maximum clause length201
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 214904
Number of clauses of size 311692
Number of clauses of size 41614
Number of clauses of size 5463
Number of clauses of size over 5520

Solver Data

1114.06/1114.49	c clasp version 1.2.0-SAT09 
1114.06/1114.49	c Reading from ...624116/instance-1717093-1240624116.cnf
1114.06/1114.49	c Reading      : Done(0.010s)
1114.06/1114.49	c Preprocessing: |-\|/Done(0.110s)
1114.06/1114.49	c Solving...
1114.06/1114.49	
1114.06/1114.49	c Models    : 0     
1114.06/1114.49	c Time         : 1114.310s (Solve: 1114.190s)
1114.06/1114.49	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-1717093-1240624116/watcher-1717093-1240624116 -o /tmp/evaluation-result-1717093-1240624116/solver-1717093-1240624116 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/clasp --file=HOME/instance-1717093-1240624116.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 1.05 3/64 21346
/proc/meminfo: memFree=1834920/2055920 swapFree=4181280/4192956
[pid=21346] ppid=21344 vsize=2448 CPUtime=0
/proc/21346/stat : 21346 (clasp) R 21344 21346 21185 0 -1 4194304 378 0 0 0 0 0 0 0 18 0 1 0 90439378 2506752 363 1992294400 134512640 136057169 4294956144 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21346/statm: 612 363 147 377 0 232 0

[startup+0.090727 s]
/proc/loadavg: 0.92 0.98 1.05 3/64 21346
/proc/meminfo: memFree=1834920/2055920 swapFree=4181280/4192956
[pid=21346] ppid=21344 vsize=4892 CPUtime=0.08
/proc/21346/stat : 21346 (clasp) R 21344 21346 21185 0 -1 4194304 1054 0 0 0 8 0 0 0 18 0 1 0 90439378 5009408 978 1992294400 134512640 136057169 4294956144 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21346/statm: 1258 978 170 377 0 878 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4892

[startup+0.101727 s]
/proc/loadavg: 0.92 0.98 1.05 3/64 21346
/proc/meminfo: memFree=1834920/2055920 swapFree=4181280/4192956
[pid=21346] ppid=21344 vsize=5032 CPUtime=0.09
/proc/21346/stat : 21346 (clasp) R 21344 21346 21185 0 -1 4194304 1063 0 0 0 9 0 0 0 18 0 1 0 90439378 5152768 987 1992294400 134512640 136057169 4294956144 18446744073709551615 134782956 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21346/statm: 1258 987 170 377 0 878 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5032

[startup+0.301746 s]
/proc/loadavg: 0.92 0.98 1.05 3/64 21346
/proc/meminfo: memFree=1834920/2055920 swapFree=4181280/4192956
[pid=21346] ppid=21344 vsize=4728 CPUtime=0.29
/proc/21346/stat : 21346 (clasp) R 21344 21346 21185 0 -1 4194304 1152 0 0 0 29 0 0 0 19 0 1 0 90439378 4841472 959 1992294400 134512640 136057169 4294956144 18446744073709551615 134823889 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21346/statm: 1182 959 183 377 0 802 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4728

[startup+0.701783 s]
/proc/loadavg: 0.92 0.98 1.05 3/64 21346
/proc/meminfo: memFree=1834920/2055920 swapFree=4181280/4192956
[pid=21346] ppid=21344 vsize=4992 CPUtime=0.69
/proc/21346/stat : 21346 (clasp) R 21344 21346 21185 0 -1 4194304 1211 0 0 0 69 0 0 0 22 0 1 0 90439378 5111808 1018 1992294400 134512640 136057169 4294956144 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21346/statm: 1248 1018 183 377 0 868 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4992

[startup+1.50186 s]
/proc/loadavg: 0.92 0.98 1.05 2/65 21347
/proc/meminfo: memFree=1831072/2055920 swapFree=4181280/4192956
[pid=21346] ppid=21344 vsize=5652 CPUtime=1.49
/proc/21346/stat : 21346 (clasp) R 21344 21346 21185 0 -1 4194304 1374 0 0 0 149 0 0 0 25 0 1 0 90439378 5787648 1181 1992294400 134512640 136057169 4294956144 18446744073709551615 134824457 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21346/statm: 1413 1181 183 377 0 1033 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5652

[startup+3.10201 s]
/proc/loadavg: 0.92 0.98 1.05 2/65 21347
/proc/meminfo: memFree=1830240/2055920 swapFree=4181280/4192956
[pid=21346] ppid=21344 vsize=6484 CPUtime=3.09
/proc/21346/stat : 21346 (clasp) R 21344 21346 21185 0 -1 4194304 1578 0 0 0 309 0 0 0 25 0 1 0 90439378 6639616 1385 1992294400 134512640 136057169 4294956144 18446744073709551615 134618307 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21346/statm: 1621 1385 183 377 0 1241 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6484

[startup+6.3013 s]
/proc/loadavg: 0.93 0.98 1.05 2/65 21347
/proc/meminfo: memFree=1829152/2055920 swapFree=4181280/4192956
[pid=21346] ppid=21344 vsize=7012 CPUtime=6.29
/proc/21346/stat : 21346 (clasp) R 21344 21346 21185 0 -1 4194304 1741 0 0 0 629 0 0 0 25 0 1 0 90439378 7180288 1548 1992294400 134512640 136057169 4294956144 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21346/statm: 1753 1548 183 377 0 1373 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 7012

[startup+12.7019 s]
/proc/loadavg: 0.93 0.98 1.05 2/65 21347
/proc/meminfo: memFree=1828384/2055920 swapFree=4181280/4192956
[pid=21346] ppid=21344 vsize=8464 CPUtime=12.69
/proc/21346/stat : 21346 (clasp) R 21344 21346 21185 0 -1 4194304 2101 0 0 0 1268 1 0 0 25 0 1 0 90439378 8667136 1908 1992294400 134512640 136057169 4294956144 18446744073709551615 134618158 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21346/statm: 2116 1908 183 377 0 1736 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8464

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 1.05 2/65 21347
/proc/meminfo: memFree=1826528/2055920 swapFree=4181280/4192956
[pid=21346] ppid=21344 vsize=9652 CPUtime=25.48
/proc/21346/stat : 21346 (clasp) R 21344 21346 21185 0 -1 4194304 2398 0 0 0 2547 1 0 0 25 0 1 0 90439378 9883648 2205 1992294400 134512640 136057169 4294956144 18446744073709551615 134823325 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21346/statm: 2413 2205 183 377 0 2033 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 9652

[startup+51.1015 s]
/proc/loadavg: 0.96 0.98 1.05 2/65 21347
/proc/meminfo: memFree=1824480/2055920 swapFree=4181280/4192956
[pid=21346] ppid=21344 vsize=11812 CPUtime=51.08
/proc/21346/stat : 21346 (clasp) R 21344 21346 21185 0 -1 4194304 2923 0 0 0 5106 2 0 0 25 0 1 0 90439378 12095488 2730 1992294400 134512640 136057169 4294956144 18446744073709551615 134828277 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21346/statm: 2953 2730 183 377 0 2573 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 11812

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 1.04 2/65 21347
/proc/meminfo: memFree=1822368/2055920 swapFree=4181280/4192956
[pid=21346] ppid=21344 vsize=13948 CPUtime=102.27
/proc/21346/stat : 21346 (clasp) R 21344 21346 21185 0 -1 4194304 3463 0 0 0 10225 2 0 0 25 0 1 0 90439378 14282752 3270 1992294400 134512640 136057169 4294956144 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21346/statm: 3487 3270 183 377 0 3107 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 13948

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 1.04 2/65 21347
/proc/meminfo: memFree=1820064/2055920 swapFree=4181280/4192956
[pid=21346] ppid=21344 vsize=16340 CPUtime=162.25
/proc/21346/stat : 21346 (clasp) R 21344 21346 21185 0 -1 4194304 4027 0 0 0 16222 3 0 0 25 0 1 0 90439378 16732160 3834 1992294400 134512640 136057169 4294956144 18446744073709551615 134823884 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21346/statm: 4085 3834 183 377 0 3705 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 16340

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 1.03 2/65 21347
/proc/meminfo: memFree=1818784/2055920 swapFree=4181280/4192956
[pid=21346] ppid=21344 vsize=17532 CPUtime=222.23
/proc/21346/stat : 21346 (clasp) R 21344 21346 21185 0 -1 4194304 4337 0 0 0 22220 3 0 0 25 0 1 0 90439378 17952768 4144 1992294400 134512640 136057169 4294956144 18446744073709551615 134823592 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21346/statm: 4383 4144 183 377 0 4003 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 17532

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 1.03 2/65 21347
/proc/meminfo: memFree=1817248/2055920 swapFree=4181280/4192956
[pid=21346] ppid=21344 vsize=19064 CPUtime=282.21
/proc/21346/stat : 21346 (clasp) R 21344 21346 21185 0 -1 4194304 4714 0 0 0 28218 3 0 0 25 0 1 0 90439378 19521536 4521 1992294400 134512640 136057169 4294956144 18446744073709551615 134615628 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21346/statm: 4766 4521 183 377 0 4386 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 19064

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 1.02 2/65 21347
/proc/meminfo: memFree=1816224/2055920 swapFree=4181280/4192956
[pid=21346] ppid=21344 vsize=20016 CPUtime=342.2
/proc/21346/stat : 21346 (clasp) R 21344 21346 21185 0 -1 4194304 4964 0 0 0 34216 4 0 0 25 0 1 0 90439378 20496384 4771 1992294400 134512640 136057169 4294956144 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21346/statm: 5004 4771 183 377 0 4624 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 20016

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 1.01 2/65 21347
/proc/meminfo: memFree=1814176/2055920 swapFree=4181280/4192956
[pid=21346] ppid=21344 vsize=22260 CPUtime=402.19
/proc/21346/stat : 21346 (clasp) R 21344 21346 21185 0 -1 4194304 5522 0 0 0 40214 5 0 0 25 0 1 0 90439378 22794240 5329 1992294400 134512640 136057169 4294956144 18446744073709551615 134618307 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21346/statm: 5565 5329 183 377 0 5185 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 22260

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 1.01 2/65 21347
/proc/meminfo: memFree=1811616/2055920 swapFree=4181280/4192956
[pid=21346] ppid=21344 vsize=24652 CPUtime=462.16
/proc/21346/stat : 21346 (clasp) R 21344 21346 21185 0 -1 4194304 6127 0 0 0 46211 5 0 0 25 0 1 0 90439378 25243648 5934 1992294400 134512640 136057169 4294956144 18446744073709551615 134825006 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21346/statm: 6163 5934 183 377 0 5783 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 24652

[startup+522.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 21347
/proc/meminfo: memFree=1811616/2055920 swapFree=4181280/4192956
[pid=21346] ppid=21344 vsize=24652 CPUtime=522.14
/proc/21346/stat : 21346 (clasp) R 21344 21346 21185 0 -1 4194304 6128 0 0 0 52209 5 0 0 25 0 1 0 90439378 25243648 5935 1992294400 134512640 136057169 4294956144 18446744073709551615 134613108 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21346/statm: 6163 5935 183 377 0 5783 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 24652

[startup+582.301 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 21347
/proc/meminfo: memFree=1809824/2055920 swapFree=4181280/4192956
[pid=21346] ppid=21344 vsize=26500 CPUtime=582.13
/proc/21346/stat : 21346 (clasp) R 21344 21346 21185 0 -1 4194304 6574 0 0 0 58207 6 0 0 25 0 1 0 90439378 27136000 6381 1992294400 134512640 136057169 4294956144 18446744073709551615 134823876 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21346/statm: 6625 6381 183 377 0 6245 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 26500

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 1.00 2/65 21347
/proc/meminfo: memFree=1808608/2055920 swapFree=4181280/4192956
[pid=21346] ppid=21344 vsize=27556 CPUtime=642.12
/proc/21346/stat : 21346 (clasp) R 21344 21346 21185 0 -1 4194304 6854 0 0 0 64206 6 0 0 25 0 1 0 90439378 28217344 6661 1992294400 134512640 136057169 4294956144 18446744073709551615 134823325 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21346/statm: 6889 6661 183 377 0 6509 0
Current children cumulated CPU time (s) 642.12
Current children cumulated vsize (KiB) 27556

[startup+702.301 s]
/proc/loadavg: 1.11 1.02 1.01 2/65 21347
/proc/meminfo: memFree=1808672/2055920 swapFree=4181280/4192956
[pid=21346] ppid=21344 vsize=27556 CPUtime=702.11
/proc/21346/stat : 21346 (clasp) R 21344 21346 21185 0 -1 4194304 6855 0 0 0 70204 7 0 0 25 0 1 0 90439378 28217344 6662 1992294400 134512640 136057169 4294956144 18446744073709551615 134828435 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21346/statm: 6889 6662 183 377 0 6509 0
Current children cumulated CPU time (s) 702.11
Current children cumulated vsize (KiB) 27556

[startup+762.306 s]
/proc/loadavg: 1.16 1.04 1.01 2/65 21353
/proc/meminfo: memFree=1806880/2055920 swapFree=4181280/4192956
[pid=21346] ppid=21344 vsize=28496 CPUtime=762.09
/proc/21346/stat : 21346 (clasp) R 21344 21346 21185 0 -1 4194304 7089 0 0 0 76202 7 0 0 25 0 1 0 90439378 29179904 6896 1992294400 134512640 136057169 4294956144 18446744073709551615 134823741 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21346/statm: 7124 6896 183 377 0 6744 0
Current children cumulated CPU time (s) 762.09
Current children cumulated vsize (KiB) 28496

[startup+822.301 s]
/proc/loadavg: 1.19 1.06 1.02 2/65 21829
/proc/meminfo: memFree=1804760/2055920 swapFree=4181280/4192956
[pid=21346] ppid=21344 vsize=28496 CPUtime=822.04
/proc/21346/stat : 21346 (clasp) R 21344 21346 21185 0 -1 4194304 7089 0 0 0 82196 8 0 0 25 0 1 0 90439378 29179904 6896 1992294400 134512640 136057169 4294956144 18446744073709551615 134823889 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21346/statm: 7124 6896 183 377 0 6744 0
Current children cumulated CPU time (s) 822.04
Current children cumulated vsize (KiB) 28496

[startup+882.302 s]
/proc/loadavg: 1.07 1.05 1.01 2/65 21829
/proc/meminfo: memFree=1805016/2055920 swapFree=4181280/4192956
[pid=21346] ppid=21344 vsize=28496 CPUtime=882.02
/proc/21346/stat : 21346 (clasp) R 21344 21346 21185 0 -1 4194304 7101 0 0 0 88194 8 0 0 25 0 1 0 90439378 29179904 6908 1992294400 134512640 136057169 4294956144 18446744073709551615 134823860 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21346/statm: 7124 6908 183 377 0 6744 0
Current children cumulated CPU time (s) 882.02
Current children cumulated vsize (KiB) 28496

[startup+942.302 s]
/proc/loadavg: 1.02 1.04 1.00 2/65 21829
/proc/meminfo: memFree=1805080/2055920 swapFree=4181280/4192956
[pid=21346] ppid=21344 vsize=28496 CPUtime=942
/proc/21346/stat : 21346 (clasp) R 21344 21346 21185 0 -1 4194304 7103 0 0 0 94192 8 0 0 25 0 1 0 90439378 29179904 6910 1992294400 134512640 136057169 4294956144 18446744073709551615 134824014 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21346/statm: 7124 6910 183 377 0 6744 0
Current children cumulated CPU time (s) 942
Current children cumulated vsize (KiB) 28496

[startup+1002.3 s]
/proc/loadavg: 1.01 1.03 1.00 2/65 21829
/proc/meminfo: memFree=1803288/2055920 swapFree=4181280/4192956
[pid=21346] ppid=21344 vsize=30344 CPUtime=1001.99
/proc/21346/stat : 21346 (clasp) R 21344 21346 21185 0 -1 4194304 7544 0 0 0 100190 9 0 0 25 0 1 0 90439378 31072256 7351 1992294400 134512640 136057169 4294956144 18446744073709551615 134823867 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21346/statm: 7586 7351 183 377 0 7206 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 30344

[startup+1062.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 21829
/proc/meminfo: memFree=1803288/2055920 swapFree=4181280/4192956
[pid=21346] ppid=21344 vsize=30344 CPUtime=1061.97
/proc/21346/stat : 21346 (clasp) R 21344 21346 21185 0 -1 4194304 7544 0 0 0 106188 9 0 0 25 0 1 0 90439378 31072256 7351 1992294400 134512640 136057169 4294956144 18446744073709551615 134823325 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21346/statm: 7586 7351 183 377 0 7206 0
Current children cumulated CPU time (s) 1061.97
Current children cumulated vsize (KiB) 30344

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

[startup+1075.1 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 21829
/proc/meminfo: memFree=1803288/2055920 swapFree=4181280/4192956
[pid=21346] ppid=21344 vsize=30344 CPUtime=1074.77
/proc/21346/stat : 21346 (clasp) R 21344 21346 21185 0 -1 4194304 7544 0 0 0 107468 9 0 0 25 0 1 0 90439378 31072256 7351 1992294400 134512640 136057169 4294956144 18446744073709551615 134823818 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21346/statm: 7586 7351 183 377 0 7206 0
Current children cumulated CPU time (s) 1074.77
Current children cumulated vsize (KiB) 30344

[startup+1100.7 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 21829
/proc/meminfo: memFree=1802904/2055920 swapFree=4181280/4192956
[pid=21346] ppid=21344 vsize=30740 CPUtime=1100.36
/proc/21346/stat : 21346 (clasp) R 21344 21346 21185 0 -1 4194304 7644 0 0 0 110027 9 0 0 25 0 1 0 90439378 31477760 7451 1992294400 134512640 136057169 4294956144 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21346/statm: 7685 7451 183 377 0 7305 0
Current children cumulated CPU time (s) 1100.36
Current children cumulated vsize (KiB) 30740

[startup+1107.1 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 21829
/proc/meminfo: memFree=1802904/2055920 swapFree=4181280/4192956
[pid=21346] ppid=21344 vsize=30740 CPUtime=1106.76
/proc/21346/stat : 21346 (clasp) R 21344 21346 21185 0 -1 4194304 7644 0 0 0 110667 9 0 0 25 0 1 0 90439378 31477760 7451 1992294400 134512640 136057169 4294956144 18446744073709551615 134823254 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21346/statm: 7685 7451 183 377 0 7305 0
Current children cumulated CPU time (s) 1106.76
Current children cumulated vsize (KiB) 30740

[startup+1110.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 21829
/proc/meminfo: memFree=1802912/2055920 swapFree=4181280/4192956
[pid=21346] ppid=21344 vsize=30740 CPUtime=1109.96
/proc/21346/stat : 21346 (clasp) R 21344 21346 21185 0 -1 4194304 7644 0 0 0 110987 9 0 0 25 0 1 0 90439378 31477760 7451 1992294400 134512640 136057169 4294956144 18446744073709551615 134823958 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21346/statm: 7685 7451 183 377 0 7305 0
Current children cumulated CPU time (s) 1109.96
Current children cumulated vsize (KiB) 30740

[startup+1111.9 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 21829
/proc/meminfo: memFree=1802912/2055920 swapFree=4181280/4192956
[pid=21346] ppid=21344 vsize=30740 CPUtime=1111.56
/proc/21346/stat : 21346 (clasp) R 21344 21346 21185 0 -1 4194304 7644 0 0 0 111147 9 0 0 25 0 1 0 90439378 31477760 7451 1992294400 134512640 136057169 4294956144 18446744073709551615 134823850 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21346/statm: 7685 7451 183 377 0 7305 0
Current children cumulated CPU time (s) 1111.56
Current children cumulated vsize (KiB) 30740

[startup+1113.5 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 21829
/proc/meminfo: memFree=1802912/2055920 swapFree=4181280/4192956
[pid=21346] ppid=21344 vsize=30740 CPUtime=1113.16
/proc/21346/stat : 21346 (clasp) R 21344 21346 21185 0 -1 4194304 7644 0 0 0 111307 9 0 0 25 0 1 0 90439378 31477760 7451 1992294400 134512640 136057169 4294956144 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21346/statm: 7685 7451 183 377 0 7305 0
Current children cumulated CPU time (s) 1113.16
Current children cumulated vsize (KiB) 30740

[startup+1113.9 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 21829
/proc/meminfo: memFree=1802912/2055920 swapFree=4181280/4192956
[pid=21346] ppid=21344 vsize=30740 CPUtime=1113.56
/proc/21346/stat : 21346 (clasp) R 21344 21346 21185 0 -1 4194304 7644 0 0 0 111347 9 0 0 25 0 1 0 90439378 31477760 7451 1992294400 134512640 136057169 4294956144 18446744073709551615 134811823 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21346/statm: 7685 7451 183 377 0 7305 0
Current children cumulated CPU time (s) 1113.56
Current children cumulated vsize (KiB) 30740

[startup+1114.31 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 21829
/proc/meminfo: memFree=1802912/2055920 swapFree=4181280/4192956
[pid=21346] ppid=21344 vsize=30740 CPUtime=1113.96
/proc/21346/stat : 21346 (clasp) R 21344 21346 21185 0 -1 4194304 7644 0 0 0 111387 9 0 0 25 0 1 0 90439378 31477760 7451 1992294400 134512640 136057169 4294956144 18446744073709551615 134823876 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21346/statm: 7685 7451 183 377 0 7305 0
Current children cumulated CPU time (s) 1113.96
Current children cumulated vsize (KiB) 30740

[startup+1114.4 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 21829
/proc/meminfo: memFree=1802912/2055920 swapFree=4181280/4192956
[pid=21346] ppid=21344 vsize=30740 CPUtime=1114.06
/proc/21346/stat : 21346 (clasp) R 21344 21346 21185 0 -1 4194304 7644 0 0 0 111397 9 0 0 25 0 1 0 90439378 31477760 7451 1992294400 134512640 136057169 4294956144 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21346/statm: 7685 7451 183 377 0 7305 0
Current children cumulated CPU time (s) 1114.06
Current children cumulated vsize (KiB) 30740

Child status: 20
Real time (s): 1114.5
CPU time (s): 1114.16
CPU user time (s): 1114.06
CPU system time (s): 0.101984
CPU usage (%): 99.97
Max. virtual memory (cumulated for all children) (KiB): 30740

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

runsolver used 0.977851 second user time and 2.15967 second system time

The end

Launcher Data

Begin job on node48 at 2009-04-25 03:48:36
IDJOB=1717093
IDBENCH=20404
IDSOLVER=508
FILE ID=node48/1717093-1240624116
PBS_JOBID= 9186348
Free space on /tmp= 66308 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-27.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-1717093-1240624116/watcher-1717093-1240624116 -o /tmp/evaluation-result-1717093-1240624116/solver-1717093-1240624116 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/clasp --file=HOME/instance-1717093-1240624116.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= a948576641dd03cc33abaca38a6e7e4c
RANDOM SEED=809300169

node48.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.209
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.209
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:       1835400 kB
Buffers:         46160 kB
Cached:          97164 kB
SwapCached:       5596 kB
Active:          14444 kB
Inactive:       136844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1835400 kB
SwapTotal:     4192956 kB
SwapFree:      4181280 kB
Dirty:            2296 kB
Writeback:           0 kB
Mapped:          13488 kB
Slab:            55244 kB
Committed_AS:   390580 kB
PageTables:       1368 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= 66308 MiB
End job on node48 at 2009-04-25 04:07:11