Trace number 1529619

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
HydraSAT-Multi 2009-03-22-Multi? (TO) 1200.08 1200.51

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/14000/
unif-k3-r4.2-v14000-c58800-S1339275181-076.cnf
MD5SUM0d3fcd560d811748824b45b279f18880
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables14000
Number of clauses58800
Sum of the clauses size176400
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 358800
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Trying configuration 1
699.94/700.20	HOME/hydrasat-multi.sh: line 48: 10293 CPU time limit exceeded (core dumped) $SOLVER1 $BENCHNAME $OPTIONS1
699.94/700.20	c Trying configuration 2
1200.06/1200.50	HOME/hydrasat-multi.sh: line 64: 10295 Terminated              $SOLVER2 $BENCHNAME $OPTIONS2
1200.06/1200.50	c Trying configuration 3

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1529619-1238396823/watcher-1529619-1238396823 -o /tmp/evaluation-result-1529619-1238396823/solver-1529619-1238396823 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat-multi.sh HOME HOME/instance-1529619-1238396823.cnf 1800 184504471 

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.98 0.96 0.98 3/64 10292
/proc/meminfo: memFree=1582232/2055920 swapFree=4175828/4192956
[pid=10292] ppid=10290 vsize=5360 CPUtime=0
/proc/10292/stat : 10292 (hydrasat-multi.) S 10290 10292 9822 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1112347318 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10292/statm: 1340 239 197 169 0 51 0
[pid=10293] ppid=10292 vsize=1816 CPUtime=0
/proc/10293/stat : 10293 (hydrasat_cache4) R 10292 10292 9822 0 -1 4194304 194 0 0 0 0 0 0 0 18 0 1 0 1112347318 1859584 176 1992294400 134512640 135813592 4294956160 18446744073709551615 135207862 0 0 4096 1 0 0 0 17 1 0 0
/proc/10293/statm: 454 177 117 317 0 134 0

[startup+0.071278 s]
/proc/loadavg: 0.98 0.96 0.98 3/64 10292
/proc/meminfo: memFree=1582232/2055920 swapFree=4175828/4192956
[pid=10292] ppid=10290 vsize=5360 CPUtime=0
/proc/10292/stat : 10292 (hydrasat-multi.) S 10290 10292 9822 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1112347318 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10292/statm: 1340 239 197 169 0 51 0
[pid=10293] ppid=10292 vsize=4060 CPUtime=0.06
/proc/10293/stat : 10293 (hydrasat_cache4) R 10292 10292 9822 0 -1 4194304 807 0 0 0 6 0 0 0 18 0 1 0 1112347318 4157440 790 1992294400 134512640 135813592 4294956160 18446744073709551615 135207862 0 0 4096 1 0 0 0 17 1 0 0
/proc/10293/statm: 1015 790 117 317 0 695 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9420

[startup+0.101284 s]
/proc/loadavg: 0.98 0.96 0.98 3/64 10292
/proc/meminfo: memFree=1582232/2055920 swapFree=4175828/4192956
[pid=10292] ppid=10290 vsize=5360 CPUtime=0
/proc/10292/stat : 10292 (hydrasat-multi.) S 10290 10292 9822 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1112347318 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10292/statm: 1340 239 197 169 0 51 0
[pid=10293] ppid=10292 vsize=5588 CPUtime=0.09
/proc/10293/stat : 10293 (hydrasat_cache4) R 10292 10292 9822 0 -1 4194304 1195 0 0 0 9 0 0 0 18 0 1 0 1112347318 5722112 1177 1992294400 134512640 135813592 4294956160 18446744073709551615 135207862 0 0 4096 1 0 0 0 17 1 0 0
/proc/10293/statm: 1397 1177 122 317 0 1077 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10948

[startup+0.301323 s]
/proc/loadavg: 0.98 0.96 0.98 3/64 10292
/proc/meminfo: memFree=1582232/2055920 swapFree=4175828/4192956
[pid=10292] ppid=10290 vsize=5360 CPUtime=0
/proc/10292/stat : 10292 (hydrasat-multi.) S 10290 10292 9822 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1112347318 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10292/statm: 1340 239 197 169 0 51 0
[pid=10293] ppid=10292 vsize=7432 CPUtime=0.29
/proc/10293/stat : 10293 (hydrasat_cache4) R 10292 10292 9822 0 -1 4194304 1688 0 0 0 29 0 0 0 19 0 1 0 1112347318 7610368 1548 1992294400 134512640 135813592 4294956160 18446744073709551615 134676631 0 0 4096 1 0 0 0 17 1 0 0
/proc/10293/statm: 1858 1548 126 317 0 1538 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12792

[startup+0.701403 s]
/proc/loadavg: 0.98 0.96 0.98 3/64 10292
/proc/meminfo: memFree=1582232/2055920 swapFree=4175828/4192956
[pid=10292] ppid=10290 vsize=5360 CPUtime=0
/proc/10292/stat : 10292 (hydrasat-multi.) S 10290 10292 9822 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1112347318 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10292/statm: 1340 239 197 169 0 51 0
[pid=10293] ppid=10292 vsize=11156 CPUtime=0.68
/proc/10293/stat : 10293 (hydrasat_cache4) R 10292 10292 9822 0 -1 4194304 2729 0 0 0 68 0 0 0 22 0 1 0 1112347318 11423744 2504 1992294400 134512640 135813592 4294956160 18446744073709551615 134592479 0 0 4096 1 0 0 0 17 1 0 0
/proc/10293/statm: 2789 2504 150 317 0 2469 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 16516

[startup+1.50156 s]
/proc/loadavg: 0.98 0.96 0.98 2/66 10294
/proc/meminfo: memFree=1572296/2055920 swapFree=4175828/4192956
[pid=10292] ppid=10290 vsize=5360 CPUtime=0
/proc/10292/stat : 10292 (hydrasat-multi.) S 10290 10292 9822 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1112347318 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10292/statm: 1340 239 197 169 0 51 0
[pid=10293] ppid=10292 vsize=11556 CPUtime=1.48
/proc/10293/stat : 10293 (hydrasat_cache4) R 10292 10292 9822 0 -1 4194304 2813 0 0 0 148 0 0 0 25 0 1 0 1112347318 11833344 2588 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 1 0 0
/proc/10293/statm: 2889 2588 150 317 0 2569 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 16916

[startup+3.10289 s]
/proc/loadavg: 0.98 0.96 0.98 2/66 10294
/proc/meminfo: memFree=1571976/2055920 swapFree=4175828/4192956
[pid=10292] ppid=10290 vsize=5360 CPUtime=0
/proc/10292/stat : 10292 (hydrasat-multi.) S 10290 10292 9822 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1112347318 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10292/statm: 1340 239 197 169 0 51 0
[pid=10293] ppid=10292 vsize=11692 CPUtime=3.08
/proc/10293/stat : 10293 (hydrasat_cache4) R 10292 10292 9822 0 -1 4194304 2855 0 0 0 308 0 0 0 25 0 1 0 1112347318 11972608 2630 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 1 0 0
/proc/10293/statm: 2923 2630 150 317 0 2603 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 17052

[startup+6.30153 s]
/proc/loadavg: 0.98 0.96 0.98 2/66 10294
/proc/meminfo: memFree=1571656/2055920 swapFree=4175828/4192956
[pid=10292] ppid=10290 vsize=5360 CPUtime=0
/proc/10292/stat : 10292 (hydrasat-multi.) S 10290 10292 9822 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1112347318 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10292/statm: 1340 239 197 169 0 51 0
[pid=10293] ppid=10292 vsize=11824 CPUtime=6.28
/proc/10293/stat : 10293 (hydrasat_cache4) R 10292 10292 9822 0 -1 4194304 2886 0 0 0 628 0 0 0 25 0 1 0 1112347318 12107776 2661 1992294400 134512640 135813592 4294956160 18446744073709551615 134665077 0 0 4096 1 0 0 0 17 1 0 0
/proc/10293/statm: 2956 2661 150 317 0 2636 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 17184

[startup+12.7018 s]
/proc/loadavg: 0.98 0.96 0.98 2/66 10294
/proc/meminfo: memFree=1571280/2055920 swapFree=4175828/4192956
[pid=10292] ppid=10290 vsize=5360 CPUtime=0
/proc/10292/stat : 10292 (hydrasat-multi.) S 10290 10292 9822 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1112347318 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10292/statm: 1340 239 197 169 0 51 0
[pid=10293] ppid=10292 vsize=12372 CPUtime=12.69
/proc/10293/stat : 10293 (hydrasat_cache4) R 10292 10292 9822 0 -1 4194304 3005 0 0 0 1268 1 0 0 25 0 1 0 1112347318 12668928 2780 1992294400 134512640 135813592 4294956160 18446744073709551615 134665845 0 0 4096 1 0 0 0 17 1 0 0
/proc/10293/statm: 3093 2780 150 317 0 2773 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17732

[startup+25.5014 s]
/proc/loadavg: 0.98 0.96 0.98 2/66 10294
/proc/meminfo: memFree=1571152/2055920 swapFree=4175828/4192956
[pid=10292] ppid=10290 vsize=5360 CPUtime=0
/proc/10292/stat : 10292 (hydrasat-multi.) S 10290 10292 9822 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1112347318 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10292/statm: 1340 239 197 169 0 51 0
[pid=10293] ppid=10292 vsize=12372 CPUtime=25.48
/proc/10293/stat : 10293 (hydrasat_cache4) R 10292 10292 9822 0 -1 4194304 3005 0 0 0 2547 1 0 0 25 0 1 0 1112347318 12668928 2780 1992294400 134512640 135813592 4294956160 18446744073709551615 134664957 0 0 4096 1 0 0 0 17 1 0 0
/proc/10293/statm: 3093 2780 150 317 0 2773 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 17732

[startup+51.1015 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10294
/proc/meminfo: memFree=1571152/2055920 swapFree=4175828/4192956
[pid=10292] ppid=10290 vsize=5360 CPUtime=0
/proc/10292/stat : 10292 (hydrasat-multi.) S 10290 10292 9822 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1112347318 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10292/statm: 1340 239 197 169 0 51 0
[pid=10293] ppid=10292 vsize=12372 CPUtime=51.07
/proc/10293/stat : 10293 (hydrasat_cache4) R 10292 10292 9822 0 -1 4194304 3022 0 0 0 5106 1 0 0 25 0 1 0 1112347318 12668928 2797 1992294400 134512640 135813592 4294956160 18446744073709551615 134664957 0 0 4096 1 0 0 0 17 1 0 0
/proc/10293/statm: 3093 2797 150 317 0 2773 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 17732

[startup+102.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10294
/proc/meminfo: memFree=1571088/2055920 swapFree=4175828/4192956
[pid=10292] ppid=10290 vsize=5360 CPUtime=0
/proc/10292/stat : 10292 (hydrasat-multi.) S 10290 10292 9822 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1112347318 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10292/statm: 1340 239 197 169 0 51 0
[pid=10293] ppid=10292 vsize=12504 CPUtime=102.25
/proc/10293/stat : 10293 (hydrasat_cache4) R 10292 10292 9822 0 -1 4194304 3048 0 0 0 10224 1 0 0 25 0 1 0 1112347318 12804096 2823 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 1 0 0
/proc/10293/statm: 3126 2823 150 317 0 2806 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 17864

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10294
/proc/meminfo: memFree=1570832/2055920 swapFree=4175828/4192956
[pid=10292] ppid=10290 vsize=5360 CPUtime=0
/proc/10292/stat : 10292 (hydrasat-multi.) S 10290 10292 9822 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1112347318 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10292/statm: 1340 239 197 169 0 51 0
[pid=10293] ppid=10292 vsize=12784 CPUtime=162.23
/proc/10293/stat : 10293 (hydrasat_cache4) R 10292 10292 9822 0 -1 4194304 3122 0 0 0 16222 1 0 0 25 0 1 0 1112347318 13090816 2897 1992294400 134512640 135813592 4294956160 18446744073709551615 134587716 0 0 4096 1 0 0 0 17 1 0 0
/proc/10293/statm: 3196 2897 150 317 0 2876 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 18144

[startup+222.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10294
/proc/meminfo: memFree=1570320/2055920 swapFree=4175828/4192956
[pid=10292] ppid=10290 vsize=5360 CPUtime=0
/proc/10292/stat : 10292 (hydrasat-multi.) S 10290 10292 9822 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1112347318 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10292/statm: 1340 239 197 169 0 51 0
[pid=10293] ppid=10292 vsize=13316 CPUtime=222.21
/proc/10293/stat : 10293 (hydrasat_cache4) R 10292 10292 9822 0 -1 4194304 3242 0 0 0 22219 2 0 0 25 0 1 0 1112347318 13635584 3017 1992294400 134512640 135813592 4294956160 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 1 0 0
/proc/10293/statm: 3329 3017 150 317 0 3009 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 18676

[startup+282.303 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10294
/proc/meminfo: memFree=1568784/2055920 swapFree=4175828/4192956
[pid=10292] ppid=10290 vsize=5360 CPUtime=0
/proc/10292/stat : 10292 (hydrasat-multi.) S 10290 10292 9822 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1112347318 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10292/statm: 1340 239 197 169 0 51 0
[pid=10293] ppid=10292 vsize=14776 CPUtime=282.19
/proc/10293/stat : 10293 (hydrasat_cache4) R 10292 10292 9822 0 -1 4194304 3624 0 0 0 28217 2 0 0 25 0 1 0 1112347318 15130624 3399 1992294400 134512640 135813592 4294956160 18446744073709551615 134664957 0 0 4096 1 0 0 0 17 1 0 0
/proc/10293/statm: 3694 3399 150 317 0 3374 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 20136

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10294
/proc/meminfo: memFree=1567832/2055920 swapFree=4175828/4192956
[pid=10292] ppid=10290 vsize=5360 CPUtime=0
/proc/10292/stat : 10292 (hydrasat-multi.) S 10290 10292 9822 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1112347318 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10292/statm: 1340 239 197 169 0 51 0
[pid=10293] ppid=10292 vsize=15716 CPUtime=342.17
/proc/10293/stat : 10293 (hydrasat_cache4) R 10292 10292 9822 0 -1 4194304 3867 0 0 0 34214 3 0 0 25 0 1 0 1112347318 16093184 3642 1992294400 134512640 135813592 4294956160 18446744073709551615 134664916 0 0 4096 1 0 0 0 17 1 0 0
/proc/10293/statm: 3929 3642 150 317 0 3609 0

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

[pid=10293] ppid=10292 vsize=15848 CPUtime=522.1
/proc/10293/stat : 10293 (hydrasat_cache4) R 10292 10292 9822 0 -1 4194304 3894 0 0 0 52207 3 0 0 25 0 1 0 1112347318 16228352 3669 1992294400 134512640 135813592 4294956160 18446744073709551615 134664971 0 0 4096 1 0 0 0 17 1 0 0
/proc/10293/statm: 3962 3669 150 317 0 3642 0
Current children cumulated CPU time (s) 522.1
Current children cumulated vsize (KiB) 21208

[startup+582.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10294
/proc/meminfo: memFree=1567704/2055920 swapFree=4175828/4192956
[pid=10292] ppid=10290 vsize=5360 CPUtime=0
/proc/10292/stat : 10292 (hydrasat-multi.) S 10290 10292 9822 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1112347318 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10292/statm: 1340 239 197 169 0 51 0
[pid=10293] ppid=10292 vsize=15848 CPUtime=582.09
/proc/10293/stat : 10293 (hydrasat_cache4) R 10292 10292 9822 0 -1 4194304 3894 0 0 0 58205 4 0 0 25 0 1 0 1112347318 16228352 3669 1992294400 134512640 135813592 4294956160 18446744073709551615 134665285 0 0 4096 1 0 0 0 17 1 0 0
/proc/10293/statm: 3962 3669 150 317 0 3642 0
Current children cumulated CPU time (s) 582.09
Current children cumulated vsize (KiB) 21208

[startup+642.301 s]
/proc/loadavg: 0.99 0.97 0.98 3/66 10294
/proc/meminfo: memFree=1567448/2055920 swapFree=4175828/4192956
[pid=10292] ppid=10290 vsize=5360 CPUtime=0
/proc/10292/stat : 10292 (hydrasat-multi.) S 10290 10292 9822 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1112347318 5488640 239 1992294400 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10292/statm: 1340 239 197 169 0 51 0
[pid=10293] ppid=10292 vsize=16112 CPUtime=642.07
/proc/10293/stat : 10293 (hydrasat_cache4) R 10292 10292 9822 0 -1 4194304 3964 0 0 0 64203 4 0 0 25 0 1 0 1112347318 16498688 3739 1992294400 134512640 135813592 4294956160 18446744073709551615 134664877 0 0 4096 1 0 0 0 17 1 0 0
/proc/10293/statm: 4028 3739 150 317 0 3708 0
Current children cumulated CPU time (s) 642.07
Current children cumulated vsize (KiB) 21472

[startup+702.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10295
/proc/meminfo: memFree=1561112/2055920 swapFree=4175828/4192956
[pid=10292] ppid=10290 vsize=5364 CPUtime=699.95
/proc/10292/stat : 10292 (hydrasat-multi.) S 10290 10292 9822 0 -1 4194304 321 4085 0 0 0 0 69985 10 16 0 1 0 1112347318 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10292/statm: 1341 245 202 169 0 52 0
[pid=10295] ppid=10292 vsize=8012 CPUtime=2.08
/proc/10295/stat : 10295 (hydrasat_cachew) R 10292 10292 9822 0 -1 4194304 1894 0 0 0 208 0 0 0 25 0 1 0 1112417339 8204288 1670 1992294400 134512640 135995732 4294956016 18446744073709551615 134841878 0 0 4096 1 0 0 0 17 1 0 0
/proc/10295/statm: 2003 1670 172 362 0 1638 0
Current children cumulated CPU time (s) 702.03
Current children cumulated vsize (KiB) 13376

[startup+762.306 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10295
/proc/meminfo: memFree=1560800/2055920 swapFree=4175828/4192956
[pid=10292] ppid=10290 vsize=5364 CPUtime=699.95
/proc/10292/stat : 10292 (hydrasat-multi.) S 10290 10292 9822 0 -1 4194304 321 4085 0 0 0 0 69985 10 16 0 1 0 1112347318 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10292/statm: 1341 245 202 169 0 52 0
[pid=10295] ppid=10292 vsize=8416 CPUtime=62.07
/proc/10295/stat : 10295 (hydrasat_cachew) R 10292 10292 9822 0 -1 4194304 2023 0 0 0 6205 2 0 0 25 0 1 0 1112417339 8617984 1799 1992294400 134512640 135995732 4294956016 18446744073709551615 134681891 0 0 4096 1 0 0 0 17 1 0 0
/proc/10295/statm: 2104 1799 172 362 0 1739 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 13780

[startup+822.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10295
/proc/meminfo: memFree=1559520/2055920 swapFree=4175828/4192956
[pid=10292] ppid=10290 vsize=5364 CPUtime=699.95
/proc/10292/stat : 10292 (hydrasat-multi.) S 10290 10292 9822 0 -1 4194304 321 4085 0 0 0 0 69985 10 16 0 1 0 1112347318 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10292/statm: 1341 245 202 169 0 52 0
[pid=10295] ppid=10292 vsize=9748 CPUtime=122.04
/proc/10295/stat : 10295 (hydrasat_cachew) R 10292 10292 9822 0 -1 4194304 2352 0 0 0 12202 2 0 0 25 0 1 0 1112417339 9981952 2128 1992294400 134512640 135995732 4294956016 18446744073709551615 134847521 0 0 4096 1 0 0 0 17 1 0 0
/proc/10295/statm: 2437 2128 172 362 0 2072 0
Current children cumulated CPU time (s) 821.99
Current children cumulated vsize (KiB) 15112

[startup+882.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10295
/proc/meminfo: memFree=1558624/2055920 swapFree=4175828/4192956
[pid=10292] ppid=10290 vsize=5364 CPUtime=699.95
/proc/10292/stat : 10292 (hydrasat-multi.) S 10290 10292 9822 0 -1 4194304 321 4085 0 0 0 0 69985 10 16 0 1 0 1112347318 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10292/statm: 1341 245 202 169 0 52 0
[pid=10295] ppid=10292 vsize=10672 CPUtime=182.02
/proc/10295/stat : 10295 (hydrasat_cachew) R 10292 10292 9822 0 -1 4194304 2575 0 0 0 18200 2 0 0 25 0 1 0 1112417339 10928128 2351 1992294400 134512640 135995732 4294956016 18446744073709551615 134681370 0 0 4096 1 0 0 0 17 1 0 0
/proc/10295/statm: 2668 2351 172 362 0 2303 0
Current children cumulated CPU time (s) 881.97
Current children cumulated vsize (KiB) 16036

[startup+942.302 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10295
/proc/meminfo: memFree=1558624/2055920 swapFree=4175828/4192956
[pid=10292] ppid=10290 vsize=5364 CPUtime=699.95
/proc/10292/stat : 10292 (hydrasat-multi.) S 10290 10292 9822 0 -1 4194304 321 4085 0 0 0 0 69985 10 16 0 1 0 1112347318 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10292/statm: 1341 245 202 169 0 52 0
[pid=10295] ppid=10292 vsize=10672 CPUtime=242
/proc/10295/stat : 10295 (hydrasat_cachew) R 10292 10292 9822 0 -1 4194304 2575 0 0 0 24197 3 0 0 25 0 1 0 1112417339 10928128 2351 1992294400 134512640 135995732 4294956016 18446744073709551615 134665277 0 0 4096 1 0 0 0 17 1 0 0
/proc/10295/statm: 2668 2351 172 362 0 2303 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 16036

[startup+1002.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10295
/proc/meminfo: memFree=1558624/2055920 swapFree=4175828/4192956
[pid=10292] ppid=10290 vsize=5364 CPUtime=699.95
/proc/10292/stat : 10292 (hydrasat-multi.) S 10290 10292 9822 0 -1 4194304 321 4085 0 0 0 0 69985 10 16 0 1 0 1112347318 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10292/statm: 1341 245 202 169 0 52 0
[pid=10295] ppid=10292 vsize=10672 CPUtime=301.98
/proc/10295/stat : 10295 (hydrasat_cachew) R 10292 10292 9822 0 -1 4194304 2575 0 0 0 30195 3 0 0 25 0 1 0 1112417339 10928128 2351 1992294400 134512640 135995732 4294956016 18446744073709551615 134807701 0 0 4096 1 0 0 0 17 1 0 0
/proc/10295/statm: 2668 2351 172 362 0 2303 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 16036

[startup+1062.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10295
/proc/meminfo: memFree=1558624/2055920 swapFree=4175828/4192956
[pid=10292] ppid=10290 vsize=5364 CPUtime=699.95
/proc/10292/stat : 10292 (hydrasat-multi.) S 10290 10292 9822 0 -1 4194304 321 4085 0 0 0 0 69985 10 16 0 1 0 1112347318 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10292/statm: 1341 245 202 169 0 52 0
[pid=10295] ppid=10292 vsize=10672 CPUtime=361.96
/proc/10295/stat : 10295 (hydrasat_cachew) R 10292 10292 9822 0 -1 4194304 2575 0 0 0 36193 3 0 0 25 0 1 0 1112417339 10928128 2351 1992294400 134512640 135995732 4294956016 18446744073709551615 134807904 0 0 4096 1 0 0 0 17 1 0 0
/proc/10295/statm: 2668 2351 172 362 0 2303 0
Current children cumulated CPU time (s) 1061.91
Current children cumulated vsize (KiB) 16036

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10295
/proc/meminfo: memFree=1558624/2055920 swapFree=4175828/4192956
[pid=10292] ppid=10290 vsize=5364 CPUtime=699.95
/proc/10292/stat : 10292 (hydrasat-multi.) S 10290 10292 9822 0 -1 4194304 321 4085 0 0 0 0 69985 10 16 0 1 0 1112347318 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10292/statm: 1341 245 202 169 0 52 0
[pid=10295] ppid=10292 vsize=10672 CPUtime=421.93
/proc/10295/stat : 10295 (hydrasat_cachew) R 10292 10292 9822 0 -1 4194304 2575 0 0 0 42190 3 0 0 25 0 1 0 1112417339 10928128 2351 1992294400 134512640 135995732 4294956016 18446744073709551615 134807654 0 0 4096 1 0 0 0 17 1 0 0
/proc/10295/statm: 2668 2351 172 362 0 2303 0
Current children cumulated CPU time (s) 1121.88
Current children cumulated vsize (KiB) 16036

[startup+1182.3 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10295
/proc/meminfo: memFree=1558624/2055920 swapFree=4175828/4192956
[pid=10292] ppid=10290 vsize=5364 CPUtime=699.95
/proc/10292/stat : 10292 (hydrasat-multi.) S 10290 10292 9822 0 -1 4194304 321 4085 0 0 0 0 69985 10 16 0 1 0 1112347318 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10292/statm: 1341 245 202 169 0 52 0
[pid=10295] ppid=10292 vsize=10672 CPUtime=481.91
/proc/10295/stat : 10295 (hydrasat_cachew) R 10292 10292 9822 0 -1 4194304 2575 0 0 0 48188 3 0 0 25 0 1 0 1112417339 10928128 2351 1992294400 134512640 135995732 4294956016 18446744073709551615 134590015 0 0 4096 1 0 0 0 17 1 0 0
/proc/10295/statm: 2668 2351 172 362 0 2303 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 16036



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10295
/proc/meminfo: memFree=1558624/2055920 swapFree=4175828/4192956
[pid=10292] ppid=10290 vsize=5364 CPUtime=699.95
/proc/10292/stat : 10292 (hydrasat-multi.) S 10290 10292 9822 0 -1 4194304 321 4085 0 0 0 0 69985 10 16 0 1 0 1112347318 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10292/statm: 1341 245 202 169 0 52 0
[pid=10295] ppid=10292 vsize=10672 CPUtime=500.11
/proc/10295/stat : 10295 (hydrasat_cachew) R 10292 10292 9822 0 -1 4194304 2575 0 0 0 50008 3 0 0 25 0 1 0 1112417339 10928128 2351 1992294400 134512640 135995732 4294956016 18446744073709551615 134682179 0 0 4096 1 0 0 0 17 1 0 0
/proc/10295/statm: 2668 2351 172 362 0 2303 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 16036

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1200.5 s]
/proc/loadavg: 0.99 0.97 0.98 2/66 10295
/proc/meminfo: memFree=1558624/2055920 swapFree=4175828/4192956
[pid=10292] ppid=10290 vsize=5364 CPUtime=699.95
/proc/10292/stat : 10292 (hydrasat-multi.) S 10290 10292 9822 0 -1 4194304 321 4085 0 0 0 0 69985 10 16 0 1 0 1112347318 5492736 245 1992294400 4194304 4889804 548682068720 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10292/statm: 1341 245 202 169 0 52 0
[pid=10295] ppid=10292 vsize=10672 CPUtime=500.11
/proc/10295/stat : 10295 (hydrasat_cachew) R 10292 10292 9822 0 -1 4194304 2575 0 0 0 50008 3 0 0 25 0 1 0 1112417339 10928128 2351 1992294400 134512640 135995732 4294956016 18446744073709551615 134682179 0 0 4096 1 0 0 0 17 1 0 0
/proc/10295/statm: 2668 2351 172 362 0 2303 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 16036

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.51
CPU time (s): 1200.08
CPU user time (s): 1199.94
CPU system time (s): 0.143978
CPU usage (%): 99.9641
Max. virtual memory (cumulated for all children) (KiB): 21472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.94
system time used= 0.143978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7007
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= 9
involuntary context switches= 2432

runsolver used 1.44778 second user time and 2.91856 second system time

The end

Launcher Data

Begin job on node33 at 2009-03-30 09:07:03
IDJOB=1529619
IDBENCH=70324
IDSOLVER=518
FILE ID=node33/1529619-1238396823
PBS_JOBID= 9061359
Free space on /tmp= 66132 MiB

SOLVER NAME= HydraSAT-Multi 2009-03-22-Multi
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/14000/unif-k3-r4.2-v14000-c58800-S1339275181-076.cnf
COMMAND LINE= DIR/hydrasat-multi.sh DIR BENCHNAME MEMLIMIT RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1529619-1238396823/watcher-1529619-1238396823 -o /tmp/evaluation-result-1529619-1238396823/solver-1529619-1238396823 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat-multi.sh HOME HOME/instance-1529619-1238396823.cnf 1800 184504471

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

MD5SUM BENCH= 0d3fcd560d811748824b45b279f18880
RANDOM SEED=184504471

node33.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.266
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.266
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:       1582712 kB
Buffers:         72788 kB
Cached:         310012 kB
SwapCached:      10920 kB
Active:         167840 kB
Inactive:       227460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1582712 kB
SwapTotal:     4192956 kB
SwapFree:      4175828 kB
Dirty:            5152 kB
Writeback:           0 kB
Mapped:          18232 kB
Slab:            63900 kB
Committed_AS:  3039108 kB
PageTables:       1400 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= 66116 MiB
End job on node33 at 2009-03-30 09:27:06