Trace number 1516548

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-32SAT 517.704 517.842

General information on the benchmark

NameRANDOM/MEDIUM/7SAT/SATISFIABLE/65/
unif-k7-r89-v65-c5785-S709270457-007.cnf
MD5SUM7d0170c2c90b6be41806d4509f495e21
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.457929
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of clauses5785
Sum of the clauses size40495
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55785

Solver Data

517.66/517.83	c clasp version 1.2.0-SAT09 
517.66/517.83	c Reading from ...271288/instance-1516548-1238271288.cnf
517.66/517.83	c Reading      : Done(0.000s)
517.66/517.83	c Preprocessing: |-Done(0.070s)
517.66/517.83	c Solving...
517.66/517.83	c Model: 1
517.66/517.83	v -1 2 3 -4 -5 -6 -7 -8 9 10
517.66/517.83	v 11 -12 -13 -14 15 -16 17 18 19 20
517.66/517.83	v 21 22 -23 -24 25 26 -27 28 -29 30
517.66/517.83	v 31 -32 -33 -34 -35 36 37 -38 -39 -40
517.66/517.83	v -41 -42 43 44 -45 46 -47 -48 49 50
517.66/517.83	v 51 52 53 -54 -55 56 -57 58 59 -60
517.66/517.83	v -61 -62 63 64 -65 0 
517.66/517.84	
517.66/517.84	c Models    : 1+    
517.66/517.84	c Time         : 517.770s (Solve: 517.700s)
517.66/517.84	s SATISFIABLE

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:489) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1516548-1238271288/watcher-1516548-1238271288 -o /tmp/evaluation-result-1516548-1238271288/solver-1516548-1238271288 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/clasp --file=HOME/instance-1516548-1238271288.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: 1.00 1.00 1.00 3/68 26234
/proc/meminfo: memFree=881136/2055920 swapFree=4176188/4192956
[pid=26234] ppid=26232 vsize=1828 CPUtime=0
/proc/26234/stat : 26234 (clasp) R 26232 26234 26092 0 -1 4194304 225 0 0 0 0 0 0 0 18 0 1 0 1099790495 1871872 209 1992294400 134512640 136057169 4294956160 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26234/statm: 457 209 144 377 0 77 0

[startup+0.0958129 s]
/proc/loadavg: 1.00 1.00 1.00 3/68 26234
/proc/meminfo: memFree=881136/2055920 swapFree=4176188/4192956
[pid=26234] ppid=26232 vsize=2364 CPUtime=0.09
/proc/26234/stat : 26234 (clasp) R 26232 26234 26092 0 -1 4194304 399 0 0 0 9 0 0 0 18 0 1 0 1099790495 2420736 383 1992294400 134512640 136057169 4294956160 18446744073709551615 134615628 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26234/statm: 591 383 182 377 0 211 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2364

[startup+0.102812 s]
/proc/loadavg: 1.00 1.00 1.00 3/68 26234
/proc/meminfo: memFree=881136/2055920 swapFree=4176188/4192956
[pid=26234] ppid=26232 vsize=2364 CPUtime=0.1
/proc/26234/stat : 26234 (clasp) R 26232 26234 26092 0 -1 4194304 399 0 0 0 10 0 0 0 18 0 1 0 1099790495 2420736 383 1992294400 134512640 136057169 4294956160 18446744073709551615 134618161 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26234/statm: 591 383 182 377 0 211 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2364

[startup+0.302835 s]
/proc/loadavg: 1.00 1.00 1.00 3/68 26234
/proc/meminfo: memFree=881136/2055920 swapFree=4176188/4192956
[pid=26234] ppid=26232 vsize=2632 CPUtime=0.3
/proc/26234/stat : 26234 (clasp) R 26232 26234 26092 0 -1 4194304 464 0 0 0 30 0 0 0 19 0 1 0 1099790495 2695168 448 1992294400 134512640 136057169 4294956160 18446744073709551615 134618126 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26234/statm: 658 448 182 377 0 278 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 2632

[startup+0.701878 s]
/proc/loadavg: 1.00 1.00 1.00 3/68 26234
/proc/meminfo: memFree=881136/2055920 swapFree=4176188/4192956
[pid=26234] ppid=26232 vsize=2896 CPUtime=0.69
/proc/26234/stat : 26234 (clasp) R 26232 26234 26092 0 -1 4194304 508 0 0 0 69 0 0 0 22 0 1 0 1099790495 2965504 492 1992294400 134512640 136057169 4294956160 18446744073709551615 134618129 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26234/statm: 724 492 182 377 0 344 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2896

[startup+1.50197 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 26235
/proc/meminfo: memFree=879848/2055920 swapFree=4176188/4192956
[pid=26234] ppid=26232 vsize=3040 CPUtime=1.49
/proc/26234/stat : 26234 (clasp) R 26232 26234 26092 0 -1 4194304 563 0 0 0 149 0 0 0 25 0 1 0 1099790495 3112960 547 1992294400 134512640 136057169 4294956160 18446744073709551615 134618193 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26234/statm: 760 547 182 377 0 380 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3040

[startup+3.10115 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 26235
/proc/meminfo: memFree=879400/2055920 swapFree=4176188/4192956
[pid=26234] ppid=26232 vsize=3452 CPUtime=3.09
/proc/26234/stat : 26234 (clasp) R 26232 26234 26092 0 -1 4194304 646 0 0 0 309 0 0 0 25 0 1 0 1099790495 3534848 630 1992294400 134512640 136057169 4294956160 18446744073709551615 134645282 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26234/statm: 863 630 182 377 0 483 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3452

[startup+6.3015 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 26235
/proc/meminfo: memFree=878824/2055920 swapFree=4176188/4192956
[pid=26234] ppid=26232 vsize=3876 CPUtime=6.29
/proc/26234/stat : 26234 (clasp) R 26232 26234 26092 0 -1 4194304 748 0 0 0 629 0 0 0 25 0 1 0 1099790495 3969024 732 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26234/statm: 969 732 182 377 0 589 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3876

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 26235
/proc/meminfo: memFree=878120/2055920 swapFree=4176188/4192956
[pid=26234] ppid=26232 vsize=4436 CPUtime=12.69
/proc/26234/stat : 26234 (clasp) R 26232 26234 26092 0 -1 4194304 905 0 0 0 1269 0 0 0 25 0 1 0 1099790495 4542464 889 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26234/statm: 1109 889 182 377 0 729 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4436

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 26235
/proc/meminfo: memFree=877416/2055920 swapFree=4176188/4192956
[pid=26234] ppid=26232 vsize=5188 CPUtime=25.48
/proc/26234/stat : 26234 (clasp) R 26232 26234 26092 0 -1 4194304 1068 0 0 0 2548 0 0 0 25 0 1 0 1099790495 5312512 1052 1992294400 134512640 136057169 4294956160 18446744073709551615 135459153 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26234/statm: 1297 1052 182 377 0 917 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 5188

[startup+51.1015 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 26235
/proc/meminfo: memFree=876520/2055920 swapFree=4176188/4192956
[pid=26234] ppid=26232 vsize=6204 CPUtime=51.07
/proc/26234/stat : 26234 (clasp) R 26232 26234 26092 0 -1 4194304 1290 0 0 0 5107 0 0 0 25 0 1 0 1099790495 6352896 1274 1992294400 134512640 136057169 4294956160 18446744073709551615 134612939 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26234/statm: 1551 1274 182 377 0 1171 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 6204

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 26235
/proc/meminfo: memFree=875112/2055920 swapFree=4176188/4192956
[pid=26234] ppid=26232 vsize=7644 CPUtime=102.27
/proc/26234/stat : 26234 (clasp) R 26232 26234 26092 0 -1 4194304 1630 0 0 0 10226 1 0 0 25 0 1 0 1099790495 7827456 1614 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26234/statm: 1911 1614 182 377 0 1531 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 7644

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 26235
/proc/meminfo: memFree=874216/2055920 swapFree=4176188/4192956
[pid=26234] ppid=26232 vsize=8612 CPUtime=162.25
/proc/26234/stat : 26234 (clasp) R 26232 26234 26092 0 -1 4194304 1862 0 0 0 16224 1 0 0 25 0 1 0 1099790495 8818688 1846 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26234/statm: 2153 1846 182 377 0 1773 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 8612

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 26235
/proc/meminfo: memFree=873512/2055920 swapFree=4176188/4192956
[pid=26234] ppid=26232 vsize=9352 CPUtime=222.23
/proc/26234/stat : 26234 (clasp) R 26232 26234 26092 0 -1 4194304 2030 0 0 0 22222 1 0 0 25 0 1 0 1099790495 9576448 2014 1992294400 134512640 136057169 4294956160 18446744073709551615 134618250 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26234/statm: 2338 2014 182 377 0 1958 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 9352

[startup+282.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 26235
/proc/meminfo: memFree=872872/2055920 swapFree=4176188/4192956
[pid=26234] ppid=26232 vsize=9896 CPUtime=282.21
/proc/26234/stat : 26234 (clasp) R 26232 26234 26092 0 -1 4194304 2170 0 0 0 28220 1 0 0 25 0 1 0 1099790495 10133504 2154 1992294400 134512640 136057169 4294956160 18446744073709551615 134618368 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26234/statm: 2474 2154 182 377 0 2094 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 9896

[startup+342.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 26235
/proc/meminfo: memFree=872488/2055920 swapFree=4176188/4192956
[pid=26234] ppid=26232 vsize=10432 CPUtime=342.2
/proc/26234/stat : 26234 (clasp) R 26232 26234 26092 0 -1 4194304 2271 0 0 0 34219 1 0 0 25 0 1 0 1099790495 10682368 2255 1992294400 134512640 136057169 4294956160 18446744073709551615 134618232 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26234/statm: 2608 2255 182 377 0 2228 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 10432

[startup+402.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 26235
/proc/meminfo: memFree=871912/2055920 swapFree=4176188/4192956
[pid=26234] ppid=26232 vsize=10908 CPUtime=402.18
/proc/26234/stat : 26234 (clasp) R 26232 26234 26092 0 -1 4194304 2396 0 0 0 40217 1 0 0 25 0 1 0 1099790495 11169792 2380 1992294400 134512640 136057169 4294956160 18446744073709551615 134618229 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26234/statm: 2727 2380 182 377 0 2347 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 10908

[startup+462.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 26235
/proc/meminfo: memFree=871464/2055920 swapFree=4176188/4192956
[pid=26234] ppid=26232 vsize=11288 CPUtime=462.17
/proc/26234/stat : 26234 (clasp) R 26232 26234 26092 0 -1 4194304 2501 0 0 0 46215 2 0 0 25 0 1 0 1099790495 11558912 2485 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26234/statm: 2822 2485 182 377 0 2442 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 11288

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

[startup+486.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 26235
/proc/meminfo: memFree=871528/2055920 swapFree=4176188/4192956
[pid=26234] ppid=26232 vsize=11288 CPUtime=486.17
/proc/26234/stat : 26234 (clasp) R 26232 26234 26092 0 -1 4194304 2504 0 0 0 48615 2 0 0 25 0 1 0 1099790495 11558912 2488 1992294400 134512640 136057169 4294956160 18446744073709551615 134618395 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26234/statm: 2822 2488 182 377 0 2442 0
Current children cumulated CPU time (s) 486.17
Current children cumulated vsize (KiB) 11288

[startup+499.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 26235
/proc/meminfo: memFree=871464/2055920 swapFree=4176188/4192956
[pid=26234] ppid=26232 vsize=11476 CPUtime=498.96
/proc/26234/stat : 26234 (clasp) R 26232 26234 26092 0 -1 4194304 2521 0 0 0 49894 2 0 0 25 0 1 0 1099790495 11751424 2505 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26234/statm: 2869 2505 182 377 0 2489 0
Current children cumulated CPU time (s) 498.96
Current children cumulated vsize (KiB) 11476

[startup+505.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 26235
/proc/meminfo: memFree=871336/2055920 swapFree=4176188/4192956
[pid=26234] ppid=26232 vsize=11476 CPUtime=505.36
/proc/26234/stat : 26234 (clasp) R 26232 26234 26092 0 -1 4194304 2550 0 0 0 50534 2 0 0 25 0 1 0 1099790495 11751424 2534 1992294400 134512640 136057169 4294956160 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26234/statm: 2869 2534 182 377 0 2489 0
Current children cumulated CPU time (s) 505.36
Current children cumulated vsize (KiB) 11476

[startup+511.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 26235
/proc/meminfo: memFree=871272/2055920 swapFree=4176188/4192956
[pid=26234] ppid=26232 vsize=11668 CPUtime=511.76
/proc/26234/stat : 26234 (clasp) R 26232 26234 26092 0 -1 4194304 2564 0 0 0 51174 2 0 0 25 0 1 0 1099790495 11948032 2548 1992294400 134512640 136057169 4294956160 18446744073709551615 134823850 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26234/statm: 2917 2548 182 377 0 2537 0
Current children cumulated CPU time (s) 511.76
Current children cumulated vsize (KiB) 11668

[startup+515.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 26235
/proc/meminfo: memFree=871272/2055920 swapFree=4176188/4192956
[pid=26234] ppid=26232 vsize=11668 CPUtime=514.96
/proc/26234/stat : 26234 (clasp) R 26232 26234 26092 0 -1 4194304 2564 0 0 0 51494 2 0 0 25 0 1 0 1099790495 11948032 2548 1992294400 134512640 136057169 4294956160 18446744073709551615 134618265 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26234/statm: 2917 2548 182 377 0 2537 0
Current children cumulated CPU time (s) 514.96
Current children cumulated vsize (KiB) 11668

[startup+516.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 26235
/proc/meminfo: memFree=871208/2055920 swapFree=4176188/4192956
[pid=26234] ppid=26232 vsize=11668 CPUtime=516.56
/proc/26234/stat : 26234 (clasp) R 26232 26234 26092 0 -1 4194304 2575 0 0 0 51654 2 0 0 25 0 1 0 1099790495 11948032 2559 1992294400 134512640 136057169 4294956160 18446744073709551615 134823876 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26234/statm: 2917 2559 182 377 0 2537 0
Current children cumulated CPU time (s) 516.56
Current children cumulated vsize (KiB) 11668

[startup+517.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 26235
/proc/meminfo: memFree=871208/2055920 swapFree=4176188/4192956
[pid=26234] ppid=26232 vsize=11668 CPUtime=517.36
/proc/26234/stat : 26234 (clasp) R 26232 26234 26092 0 -1 4194304 2575 0 0 0 51734 2 0 0 25 0 1 0 1099790495 11948032 2559 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26234/statm: 2917 2559 182 377 0 2537 0
Current children cumulated CPU time (s) 517.36
Current children cumulated vsize (KiB) 11668

[startup+517.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 26235
/proc/meminfo: memFree=871208/2055920 swapFree=4176188/4192956
[pid=26234] ppid=26232 vsize=11668 CPUtime=517.56
/proc/26234/stat : 26234 (clasp) R 26232 26234 26092 0 -1 4194304 2575 0 0 0 51754 2 0 0 25 0 1 0 1099790495 11948032 2559 1992294400 134512640 136057169 4294956160 18446744073709551615 134618256 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26234/statm: 2917 2559 182 377 0 2537 0
Current children cumulated CPU time (s) 517.56
Current children cumulated vsize (KiB) 11668

[startup+517.801 s]
/proc/loadavg: 1.00 1.00 1.00 2/69 26235
/proc/meminfo: memFree=871208/2055920 swapFree=4176188/4192956
[pid=26234] ppid=26232 vsize=11668 CPUtime=517.66
/proc/26234/stat : 26234 (clasp) R 26232 26234 26092 0 -1 4194304 2575 0 0 0 51764 2 0 0 25 0 1 0 1099790495 11948032 2559 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/26234/statm: 2917 2559 182 377 0 2537 0
Current children cumulated CPU time (s) 517.66
Current children cumulated vsize (KiB) 11668

Child status: 10
Real time (s): 517.842
CPU time (s): 517.704
CPU user time (s): 517.68
CPU system time (s): 0.023996
CPU usage (%): 99.9734
Max. virtual memory (cumulated for all children) (KiB): 11668

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

runsolver used 0.477927 second user time and 1.41078 second system time

The end

Launcher Data

Begin job on node59 at 2009-03-28 21:14:48
IDJOB=1516548
IDBENCH=70522
IDSOLVER=508
FILE ID=node59/1516548-1238271288
PBS_JOBID= 9060874
Free space on /tmp= 66212 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT09/RANDOM/MEDIUM/7SAT/SATISFIABLE/65/unif-k7-r89-v65-c5785-S709270457-007.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-1516548-1238271288/watcher-1516548-1238271288 -o /tmp/evaluation-result-1516548-1238271288/solver-1516548-1238271288 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/clasp --file=HOME/instance-1516548-1238271288.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= 7d0170c2c90b6be41806d4509f495e21
RANDOM SEED=1568445817

node59.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:        881616 kB
Buffers:         98176 kB
Cached:         972232 kB
SwapCached:      10112 kB
Active:         226752 kB
Inactive:       855216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        881616 kB
SwapTotal:     4192956 kB
SwapFree:      4176188 kB
Dirty:            1992 kB
Writeback:           0 kB
Mapped:          16728 kB
Slab:            77892 kB
Committed_AS:  2956488 kB
PageTables:       1720 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= 66212 MiB
End job on node59 at 2009-03-28 21:23:26