Trace number 1529355

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.09 1200.61

General information on the benchmark

NameRANDOM/LARGE/7SAT/UNKNOWN/220/
unif-k7-r85-v220-c18700-S886725553-011.cnf
MD5SUM149f4a347f3f97737dc0646d2caf1180
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 variables220
Number of clauses18700
Sum of the clauses size130900
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 518700

Solver Data

0.00/0.02	c Trying configuration 1
699.98/700.33	HOME/hydrasat-multi.sh: line 48: 21433 CPU time limit exceeded (core dumped) $SOLVER1 $BENCHNAME $OPTIONS1
699.98/700.33	c Trying configuration 2
1200.06/1200.61	HOME/hydrasat-multi.sh: line 64: 21850 Terminated              $SOLVER2 $BENCHNAME $OPTIONS2

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-1529355-1238378390/watcher-1529355-1238378390 -o /tmp/evaluation-result-1529355-1238378390/solver-1529355-1238378390 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/hydrasat-multi.sh HOME HOME/instance-1529355-1238378390.cnf 1800 1980807057 

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/64 21431
/proc/meminfo: memFree=1263144/2055920 swapFree=4178912/4192956
[pid=21431] ppid=21429 vsize=5356 CPUtime=0
/proc/21431/stat : 21431 (hydrasat-multi.) D 21429 21431 21177 0 -1 4194304 262 0 0 0 0 0 0 0 18 0 1 0 1110501530 5484544 230 1992294400 4194304 4889804 548682068736 18446744073709551615 4391600 0 0 4100 65536 18446744071563479169 0 0 17 1 0 0
/proc/21431/statm: 1339 230 191 169 0 50 0

[startup+0.0368401 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 21431
/proc/meminfo: memFree=1263144/2055920 swapFree=4178912/4192956
[pid=21431] ppid=21429 vsize=5360 CPUtime=0
/proc/21431/stat : 21431 (hydrasat-multi.) S 21429 21431 21177 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110501530 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21431/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.101844 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 21431
/proc/meminfo: memFree=1263144/2055920 swapFree=4178912/4192956
[pid=21431] ppid=21429 vsize=5360 CPUtime=0
/proc/21431/stat : 21431 (hydrasat-multi.) S 21429 21431 21177 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110501530 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21431/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.301864 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 21431
/proc/meminfo: memFree=1263144/2055920 swapFree=4178912/4192956
[pid=21431] ppid=21429 vsize=5360 CPUtime=0
/proc/21431/stat : 21431 (hydrasat-multi.) S 21429 21431 21177 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110501530 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21431/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+0.701907 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 21431
/proc/meminfo: memFree=1263144/2055920 swapFree=4178912/4192956
[pid=21431] ppid=21429 vsize=5360 CPUtime=0
/proc/21431/stat : 21431 (hydrasat-multi.) S 21429 21431 21177 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110501530 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21431/statm: 1340 239 197 169 0 51 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5360

[startup+1.50299 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21433
/proc/meminfo: memFree=1259672/2055920 swapFree=4178912/4192956
[pid=21431] ppid=21429 vsize=5360 CPUtime=0
/proc/21431/stat : 21431 (hydrasat-multi.) S 21429 21431 21177 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110501530 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21431/statm: 1340 239 197 169 0 51 0
[pid=21433] ppid=21431 vsize=4836 CPUtime=1.47
/proc/21433/stat : 21433 (hydrasat_cache4) R 21431 21431 21177 0 -1 4194304 1018 0 0 0 147 0 0 0 25 0 1 0 1110501532 4952064 999 1992294400 134512640 135813592 4294956176 18446744073709551615 134665211 0 0 4096 1 0 0 0 17 0 0 0
/proc/21433/statm: 1209 999 150 317 0 889 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 10196

[startup+3.10116 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21433
/proc/meminfo: memFree=1259224/2055920 swapFree=4178912/4192956
[pid=21431] ppid=21429 vsize=5360 CPUtime=0
/proc/21431/stat : 21431 (hydrasat-multi.) S 21429 21431 21177 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110501530 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21431/statm: 1340 239 197 169 0 51 0
[pid=21433] ppid=21431 vsize=5232 CPUtime=3.07
/proc/21433/stat : 21433 (hydrasat_cache4) R 21431 21431 21177 0 -1 4194304 1135 0 0 0 307 0 0 0 25 0 1 0 1110501532 5357568 1116 1992294400 134512640 135813592 4294956176 18446744073709551615 134665189 0 0 4096 1 0 0 0 17 0 0 0
/proc/21433/statm: 1308 1116 150 317 0 988 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10592

[startup+6.3015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21433
/proc/meminfo: memFree=1258520/2055920 swapFree=4178912/4192956
[pid=21431] ppid=21429 vsize=5360 CPUtime=0
/proc/21431/stat : 21431 (hydrasat-multi.) S 21429 21431 21177 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110501530 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21431/statm: 1340 239 197 169 0 51 0
[pid=21433] ppid=21431 vsize=5488 CPUtime=6.27
/proc/21433/stat : 21433 (hydrasat_cache4) R 21431 21431 21177 0 -1 4194304 1180 0 0 0 627 0 0 0 25 0 1 0 1110501532 5619712 1161 1992294400 134512640 135813592 4294956176 18446744073709551615 134665490 0 0 4096 1 0 0 0 17 0 0 0
/proc/21433/statm: 1372 1161 150 317 0 1052 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 10848

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21433
/proc/meminfo: memFree=1258456/2055920 swapFree=4178912/4192956
[pid=21431] ppid=21429 vsize=5360 CPUtime=0
/proc/21431/stat : 21431 (hydrasat-multi.) S 21429 21431 21177 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110501530 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21431/statm: 1340 239 197 169 0 51 0
[pid=21433] ppid=21431 vsize=5884 CPUtime=12.67
/proc/21433/stat : 21433 (hydrasat_cache4) R 21431 21431 21177 0 -1 4194304 1278 0 0 0 1267 0 0 0 25 0 1 0 1110501532 6025216 1259 1992294400 134512640 135813592 4294956176 18446744073709551615 134667446 0 0 4096 1 0 0 0 17 0 0 0
/proc/21433/statm: 1471 1259 150 317 0 1151 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 11244

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21433
/proc/meminfo: memFree=1257560/2055920 swapFree=4178912/4192956
[pid=21431] ppid=21429 vsize=5360 CPUtime=0
/proc/21431/stat : 21431 (hydrasat-multi.) S 21429 21431 21177 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110501530 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21431/statm: 1340 239 197 169 0 51 0
[pid=21433] ppid=21431 vsize=6688 CPUtime=25.45
/proc/21433/stat : 21433 (hydrasat_cache4) R 21431 21431 21177 0 -1 4194304 1472 0 0 0 2545 0 0 0 25 0 1 0 1110501532 6848512 1453 1992294400 134512640 135813592 4294956176 18446744073709551615 134665944 0 0 4096 1 0 0 0 17 0 0 0
/proc/21433/statm: 1672 1453 150 317 0 1352 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 12048

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21433
/proc/meminfo: memFree=1257560/2055920 swapFree=4178912/4192956
[pid=21431] ppid=21429 vsize=5360 CPUtime=0
/proc/21431/stat : 21431 (hydrasat-multi.) S 21429 21431 21177 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110501530 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21431/statm: 1340 239 197 169 0 51 0
[pid=21433] ppid=21431 vsize=6820 CPUtime=51.04
/proc/21433/stat : 21433 (hydrasat_cache4) R 21431 21431 21177 0 -1 4194304 1517 0 0 0 5104 0 0 0 25 0 1 0 1110501532 6983680 1498 1992294400 134512640 135813592 4294956176 18446744073709551615 134664928 0 0 4096 1 0 0 0 17 0 0 0
/proc/21433/statm: 1705 1498 150 317 0 1385 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 12180

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21439
/proc/meminfo: memFree=1250968/2055920 swapFree=4178912/4192956
[pid=21431] ppid=21429 vsize=5360 CPUtime=0
/proc/21431/stat : 21431 (hydrasat-multi.) S 21429 21431 21177 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110501530 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21431/statm: 1340 239 197 169 0 51 0
[pid=21433] ppid=21431 vsize=13572 CPUtime=102.23
/proc/21433/stat : 21433 (hydrasat_cache4) R 21431 21431 21177 0 -1 4194304 3159 0 0 0 10221 2 0 0 25 0 1 0 1110501532 13897728 3087 1992294400 134512640 135813592 4294956176 18446744073709551615 134665555 0 0 4096 1 0 0 0 17 0 0 0
/proc/21433/statm: 3393 3087 150 317 0 3073 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 18932

[startup+162.301 s]
/proc/loadavg: 1.14 1.04 1.01 2/66 21849
/proc/meminfo: memFree=1250392/2055920 swapFree=4178912/4192956
[pid=21431] ppid=21429 vsize=5360 CPUtime=0
/proc/21431/stat : 21431 (hydrasat-multi.) S 21429 21431 21177 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110501530 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21431/statm: 1340 239 197 169 0 51 0
[pid=21433] ppid=21431 vsize=13572 CPUtime=162.19
/proc/21433/stat : 21433 (hydrasat_cache4) R 21431 21431 21177 0 -1 4194304 3159 0 0 0 16216 3 0 0 25 0 1 0 1110501532 13897728 3087 1992294400 134512640 135813592 4294956176 18446744073709551615 134665544 0 0 4096 1 0 0 0 17 0 0 0
/proc/21433/statm: 3393 3087 150 317 0 3073 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 18932

[startup+222.302 s]
/proc/loadavg: 1.05 1.03 1.01 2/66 21849
/proc/meminfo: memFree=1250520/2055920 swapFree=4178912/4192956
[pid=21431] ppid=21429 vsize=5360 CPUtime=0
/proc/21431/stat : 21431 (hydrasat-multi.) S 21429 21431 21177 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110501530 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21431/statm: 1340 239 197 169 0 51 0
[pid=21433] ppid=21431 vsize=13792 CPUtime=222.16
/proc/21433/stat : 21433 (hydrasat_cache4) R 21431 21431 21177 0 -1 4194304 3180 0 0 0 22213 3 0 0 25 0 1 0 1110501532 14123008 3108 1992294400 134512640 135813592 4294956176 18446744073709551615 134668287 0 0 4096 1 0 0 0 17 0 0 0
/proc/21433/statm: 3448 3108 150 317 0 3128 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 19152

[startup+282.302 s]
/proc/loadavg: 1.02 1.02 1.00 2/66 21849
/proc/meminfo: memFree=1250520/2055920 swapFree=4178912/4192956
[pid=21431] ppid=21429 vsize=5360 CPUtime=0
/proc/21431/stat : 21431 (hydrasat-multi.) S 21429 21431 21177 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110501530 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21431/statm: 1340 239 197 169 0 51 0
[pid=21433] ppid=21431 vsize=13792 CPUtime=282.14
/proc/21433/stat : 21433 (hydrasat_cache4) R 21431 21431 21177 0 -1 4194304 3181 0 0 0 28211 3 0 0 25 0 1 0 1110501532 14123008 3109 1992294400 134512640 135813592 4294956176 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/21433/statm: 3448 3109 150 317 0 3128 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 19152

[startup+342.301 s]
/proc/loadavg: 1.00 1.02 1.00 2/66 21849
/proc/meminfo: memFree=1250264/2055920 swapFree=4178912/4192956
[pid=21431] ppid=21429 vsize=5360 CPUtime=0
/proc/21431/stat : 21431 (hydrasat-multi.) S 21429 21431 21177 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110501530 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21431/statm: 1340 239 197 169 0 51 0
[pid=21433] ppid=21431 vsize=14400 CPUtime=342.11
/proc/21433/stat : 21433 (hydrasat_cache4) R 21431 21431 21177 0 -1 4194304 3294 0 0 0 34208 3 0 0 25 0 1 0 1110501532 14745600 3222 1992294400 134512640 135813592 4294956176 18446744073709551615 134665113 0 0 4096 1 0 0 0 17 0 0 0
/proc/21433/statm: 3600 3222 150 317 0 3280 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 19760

[startup+402.302 s]
/proc/loadavg: 1.00 1.01 1.00 2/66 21849
/proc/meminfo: memFree=1243800/2055920 swapFree=4178912/4192956
[pid=21431] ppid=21429 vsize=5360 CPUtime=0
/proc/21431/stat : 21431 (hydrasat-multi.) S 21429 21431 21177 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110501530 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21431/statm: 1340 239 197 169 0 51 0
[pid=21433] ppid=21431 vsize=21168 CPUtime=402.1
/proc/21433/stat : 21433 (hydrasat_cache4) R 21431 21431 21177 0 -1 4194304 4898 0 0 0 40205 5 0 0 25 0 1 0 1110501532 21676032 4826 1992294400 134512640 135813592 4294956176 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/21433/statm: 5292 4826 150 317 0 4972 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 26528


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

[pid=21433] ppid=21431 vsize=25368 CPUtime=462.07
/proc/21433/stat : 21433 (hydrasat_cache4) R 21431 21431 21177 0 -1 4194304 5982 0 0 0 46201 6 0 0 25 0 1 0 1110501532 25976832 5855 1992294400 134512640 135813592 4294956176 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/21433/statm: 6342 5855 150 317 0 6022 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 30728

[startup+522.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21849
/proc/meminfo: memFree=1235800/2055920 swapFree=4178912/4192956
[pid=21431] ppid=21429 vsize=5360 CPUtime=0
/proc/21431/stat : 21431 (hydrasat-multi.) S 21429 21431 21177 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110501530 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21431/statm: 1340 239 197 169 0 51 0
[pid=21433] ppid=21431 vsize=29916 CPUtime=522.05
/proc/21433/stat : 21433 (hydrasat_cache4) R 21431 21431 21177 0 -1 4194304 7034 0 0 0 52198 7 0 0 25 0 1 0 1110501532 30633984 6849 1992294400 134512640 135813592 4294956176 18446744073709551615 134664934 0 0 4096 1 0 0 0 17 0 0 0
/proc/21433/statm: 7479 6849 150 317 0 7159 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 35276

[startup+582.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21849
/proc/meminfo: memFree=1232728/2055920 swapFree=4178912/4192956
[pid=21431] ppid=21429 vsize=5360 CPUtime=0
/proc/21431/stat : 21431 (hydrasat-multi.) S 21429 21431 21177 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110501530 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21431/statm: 1340 239 197 169 0 51 0
[pid=21433] ppid=21431 vsize=33092 CPUtime=582.03
/proc/21433/stat : 21433 (hydrasat_cache4) R 21431 21431 21177 0 -1 4194304 7851 0 0 0 58195 8 0 0 25 0 1 0 1110501532 33886208 7585 1992294400 134512640 135813592 4294956176 18446744073709551615 134664957 0 0 4096 1 0 0 0 17 0 0 0
/proc/21433/statm: 8273 7585 150 317 0 7953 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 38452

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21849
/proc/meminfo: memFree=1230552/2055920 swapFree=4178912/4192956
[pid=21431] ppid=21429 vsize=5360 CPUtime=0
/proc/21431/stat : 21431 (hydrasat-multi.) S 21429 21431 21177 0 -1 4194304 288 0 1 0 0 0 0 0 18 0 1 0 1110501530 5488640 239 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21431/statm: 1340 239 197 169 0 51 0
[pid=21433] ppid=21431 vsize=35380 CPUtime=642.01
/proc/21433/stat : 21433 (hydrasat_cache4) R 21431 21431 21177 0 -1 4194304 8414 0 0 0 64193 8 0 0 25 0 1 0 1110501532 36229120 8148 1992294400 134512640 135813592 4294956176 18446744073709551615 134665314 0 0 4096 1 0 0 0 17 0 0 0
/proc/21433/statm: 8845 8148 150 317 0 8525 0
Current children cumulated CPU time (s) 642.01
Current children cumulated vsize (KiB) 40740

[startup+702.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21850
/proc/meminfo: memFree=1224984/2055920 swapFree=4178912/4192956
[pid=21431] ppid=21429 vsize=5364 CPUtime=700.02
/proc/21431/stat : 21431 (hydrasat-multi.) S 21429 21431 21177 0 -1 4194304 321 9591 1 0 0 0 69980 22 19 0 1 0 1110501530 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21431/statm: 1341 245 202 169 0 52 0
[pid=21850] ppid=21431 vsize=3948 CPUtime=1.95
/proc/21850/stat : 21850 (hydrasat_cachew) R 21431 21431 21177 0 -1 4194304 793 0 0 0 195 0 0 0 25 0 1 0 1110571564 4042752 776 1992294400 134512640 135995732 4294956032 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/21850/statm: 987 776 172 362 0 622 0
Current children cumulated CPU time (s) 701.97
Current children cumulated vsize (KiB) 9312

[startup+762.306 s]
/proc/loadavg: 1.03 1.01 1.00 2/66 21850
/proc/meminfo: memFree=1222296/2055920 swapFree=4178912/4192956
[pid=21431] ppid=21429 vsize=5364 CPUtime=700.02
/proc/21431/stat : 21431 (hydrasat-multi.) S 21429 21431 21177 0 -1 4194304 321 9591 1 0 0 0 69980 22 19 0 1 0 1110501530 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21431/statm: 1341 245 202 169 0 52 0
[pid=21850] ppid=21431 vsize=7308 CPUtime=61.92
/proc/21850/stat : 21850 (hydrasat_cachew) R 21431 21431 21177 0 -1 4194304 1610 0 0 0 6191 1 0 0 25 0 1 0 1110571564 7483392 1593 1992294400 134512640 135995732 4294956032 18446744073709551615 134807724 0 0 4096 1 0 0 0 17 0 0 0
/proc/21850/statm: 1827 1593 172 362 0 1462 0
Current children cumulated CPU time (s) 761.94
Current children cumulated vsize (KiB) 12672

[startup+822.302 s]
/proc/loadavg: 1.01 1.01 1.00 2/66 21850
/proc/meminfo: memFree=1218264/2055920 swapFree=4178912/4192956
[pid=21431] ppid=21429 vsize=5364 CPUtime=700.02
/proc/21431/stat : 21431 (hydrasat-multi.) S 21429 21431 21177 0 -1 4194304 321 9591 1 0 0 0 69980 22 19 0 1 0 1110501530 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21431/statm: 1341 245 202 169 0 52 0
[pid=21850] ppid=21431 vsize=11464 CPUtime=121.89
/proc/21850/stat : 21850 (hydrasat_cachew) R 21431 21431 21177 0 -1 4194304 2604 0 0 0 12188 1 0 0 25 0 1 0 1110571564 11739136 2587 1992294400 134512640 135995732 4294956032 18446744073709551615 134806628 0 0 4096 1 0 0 0 17 0 0 0
/proc/21850/statm: 2866 2587 172 362 0 2501 0
Current children cumulated CPU time (s) 821.91
Current children cumulated vsize (KiB) 16828

[startup+882.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21850
/proc/meminfo: memFree=1214936/2055920 swapFree=4178912/4192956
[pid=21431] ppid=21429 vsize=5364 CPUtime=700.02
/proc/21431/stat : 21431 (hydrasat-multi.) S 21429 21431 21177 0 -1 4194304 321 9591 1 0 0 0 69980 22 19 0 1 0 1110501530 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21431/statm: 1341 245 202 169 0 52 0
[pid=21850] ppid=21431 vsize=14852 CPUtime=181.86
/proc/21850/stat : 21850 (hydrasat_cachew) R 21431 21431 21177 0 -1 4194304 3444 0 0 0 18184 2 0 0 25 0 1 0 1110571564 15208448 3427 1992294400 134512640 135995732 4294956032 18446744073709551615 134807732 0 0 4096 1 0 0 0 17 0 0 0
/proc/21850/statm: 3713 3427 172 362 0 3348 0
Current children cumulated CPU time (s) 881.88
Current children cumulated vsize (KiB) 20216

[startup+942.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21850
/proc/meminfo: memFree=1208536/2055920 swapFree=4178912/4192956
[pid=21431] ppid=21429 vsize=5364 CPUtime=700.02
/proc/21431/stat : 21431 (hydrasat-multi.) S 21429 21431 21177 0 -1 4194304 321 9591 1 0 0 0 69980 22 19 0 1 0 1110501530 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21431/statm: 1341 245 202 169 0 52 0
[pid=21850] ppid=21431 vsize=21524 CPUtime=241.83
/proc/21850/stat : 21850 (hydrasat_cachew) R 21431 21431 21177 0 -1 4194304 5052 0 0 0 24180 3 0 0 25 0 1 0 1110571564 22040576 5035 1992294400 134512640 135995732 4294956032 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/21850/statm: 5381 5035 172 362 0 5016 0
Current children cumulated CPU time (s) 941.85
Current children cumulated vsize (KiB) 26888

[startup+1002.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21850
/proc/meminfo: memFree=1203352/2055920 swapFree=4178912/4192956
[pid=21431] ppid=21429 vsize=5364 CPUtime=700.02
/proc/21431/stat : 21431 (hydrasat-multi.) S 21429 21431 21177 0 -1 4194304 321 9591 1 0 0 0 69980 22 19 0 1 0 1110501530 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21431/statm: 1341 245 202 169 0 52 0
[pid=21850] ppid=21431 vsize=26812 CPUtime=301.82
/proc/21850/stat : 21850 (hydrasat_cachew) R 21431 21431 21177 0 -1 4194304 6357 0 0 0 30177 5 0 0 25 0 1 0 1110571564 27455488 6340 1992294400 134512640 135995732 4294956032 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/21850/statm: 6703 6340 172 362 0 6338 0
Current children cumulated CPU time (s) 1001.84
Current children cumulated vsize (KiB) 32176

[startup+1062.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21850
/proc/meminfo: memFree=1199128/2055920 swapFree=4178912/4192956
[pid=21431] ppid=21429 vsize=5364 CPUtime=700.02
/proc/21431/stat : 21431 (hydrasat-multi.) S 21429 21431 21177 0 -1 4194304 321 9591 1 0 0 0 69980 22 19 0 1 0 1110501530 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21431/statm: 1341 245 202 169 0 52 0
[pid=21850] ppid=21431 vsize=31380 CPUtime=361.78
/proc/21850/stat : 21850 (hydrasat_cachew) R 21431 21431 21177 0 -1 4194304 7450 0 0 0 36172 6 0 0 25 0 1 0 1110571564 32133120 7433 1992294400 134512640 135995732 4294956032 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/21850/statm: 7845 7433 172 362 0 7480 0
Current children cumulated CPU time (s) 1061.8
Current children cumulated vsize (KiB) 36744

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21850
/proc/meminfo: memFree=1198296/2055920 swapFree=4178912/4192956
[pid=21431] ppid=21429 vsize=5364 CPUtime=700.02
/proc/21431/stat : 21431 (hydrasat-multi.) S 21429 21431 21177 0 -1 4194304 321 9591 1 0 0 0 69980 22 19 0 1 0 1110501530 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21431/statm: 1341 245 202 169 0 52 0
[pid=21850] ppid=21431 vsize=32104 CPUtime=421.77
/proc/21850/stat : 21850 (hydrasat_cachew) R 21431 21431 21177 0 -1 4194304 7675 0 0 0 42170 7 0 0 25 0 1 0 1110571564 32874496 7580 1992294400 134512640 135995732 4294956032 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/21850/statm: 8026 7580 172 362 0 7661 0
Current children cumulated CPU time (s) 1121.79
Current children cumulated vsize (KiB) 37468

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21850
/proc/meminfo: memFree=1198296/2055920 swapFree=4178912/4192956
[pid=21431] ppid=21429 vsize=5364 CPUtime=700.02
/proc/21431/stat : 21431 (hydrasat-multi.) S 21429 21431 21177 0 -1 4194304 321 9591 1 0 0 0 69980 22 19 0 1 0 1110501530 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21431/statm: 1341 245 202 169 0 52 0
[pid=21850] ppid=21431 vsize=32104 CPUtime=481.75
/proc/21850/stat : 21850 (hydrasat_cachew) R 21431 21431 21177 0 -1 4194304 7675 0 0 0 48168 7 0 0 25 0 1 0 1110571564 32874496 7580 1992294400 134512640 135995732 4294956032 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/21850/statm: 8026 7580 172 362 0 7661 0
Current children cumulated CPU time (s) 1181.77
Current children cumulated vsize (KiB) 37468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 21850
/proc/meminfo: memFree=1198296/2055920 swapFree=4178912/4192956
[pid=21431] ppid=21429 vsize=5364 CPUtime=700.02
/proc/21431/stat : 21431 (hydrasat-multi.) S 21429 21431 21177 0 -1 4194304 321 9591 1 0 0 0 69980 22 19 0 1 0 1110501530 5492736 245 1992294400 4194304 4889804 548682068736 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21431/statm: 1341 245 202 169 0 52 0
[pid=21850] ppid=21431 vsize=32104 CPUtime=500.04
/proc/21850/stat : 21850 (hydrasat_cachew) R 21431 21431 21177 0 -1 4194304 7676 0 0 0 49997 7 0 0 25 0 1 0 1110571564 32874496 7581 1992294400 134512640 135995732 4294956032 18446744073709551615 134807726 0 0 4096 1 0 0 0 17 0 0 0
/proc/21850/statm: 8026 7581 172 362 0 7661 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 37468

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1200.61
CPU time (s): 1200.09
CPU user time (s): 1199.78
CPU system time (s): 0.306953
CPU usage (%): 99.9563
Max. virtual memory (cumulated for all children) (KiB): 43332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1199.78
system time used= 0.306953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17595
page faults= 1
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= 3933

runsolver used 1.04184 second user time and 3.33849 second system time

The end

Launcher Data

Begin job on node47 at 2009-03-30 03:59:50
IDJOB=1529355
IDBENCH=70236
IDSOLVER=518
FILE ID=node47/1529355-1238378390
PBS_JOBID= 9061295
Free space on /tmp= 66340 MiB

SOLVER NAME= HydraSAT-Multi 2009-03-22-Multi
BENCH NAME= SAT09/RANDOM/LARGE/7SAT/UNKNOWN/220/unif-k7-r85-v220-c18700-S886725553-011.cnf
COMMAND LINE= DIR/hydrasat-multi.sh DIR BENCHNAME MEMLIMIT RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1529355-1238378390/watcher-1529355-1238378390 -o /tmp/evaluation-result-1529355-1238378390/solver-1529355-1238378390 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/hydrasat-multi.sh HOME HOME/instance-1529355-1238378390.cnf 1800 1980807057

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

MD5SUM BENCH= 149f4a347f3f97737dc0646d2caf1180
RANDOM SEED=1980807057

node47.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.216
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.216
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:       1263624 kB
Buffers:         99416 kB
Cached:         592308 kB
SwapCached:       7792 kB
Active:         160816 kB
Inactive:       541300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1263624 kB
SwapTotal:     4192956 kB
SwapFree:      4178912 kB
Dirty:            4628 kB
Writeback:           0 kB
Mapped:          16048 kB
Slab:            76124 kB
Committed_AS:  2935744 kB
PageTables:       1452 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= 66332 MiB
End job on node47 at 2009-03-30 04:19:53