Trace number 460201

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, and are wall clock time (not CPU 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
picoaigersat 2007-05-15? (TO) 1200.03 1200.51

General information on the benchmark

Nameindustrial-aig/anbulagan/
hard-sat/partial-10-11-s.aig
MD5SUMb2a8941d54d1b6c3bc968c27b4f1a9a3
Bench CategoryALL (all instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved

Solver Data (download as text)

Verifier Data (download as text)

No verification made

Watcher Data (download as text)

runsolver version 3.2.4 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node20/watcher-460201-1179246101 -o ROOT/results/node20/solver-460201-1179246101 -C 1200 -W 1800 -M 1800 --output-limit 1,15 run /tmp/evaluation/460201-1179246101/instance-460201-1179246101.aig 

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.49 0.15 0.05 3/77 9843
/proc/meminfo: memFree=1676328/2055920 swapFree=4154884/4192956
[pid=9843] ppid=9841 vsize=5356 CPUtime=0
/proc/9843/stat : 9843 (run) S 9841 9843 9692 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 372527539 5484544 224 18446744073709551615 4194304 4889804 548682069216 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9843/statm: 1339 224 186 169 0 50 0
[pid=9844] ppid=9843 vsize=15860 CPUtime=0
/proc/9844/stat : 9844 (picoaigersat) R 9843 9843 9692 0 -1 4194304 463 0 0 0 0 0 0 0 20 0 1 0 372527540 16240640 436 18446744073709551615 134512640 135037457 4294956656 18446744073709551615 134562508 0 0 4096 0 0 0 0 17 1 0 0
/proc/9844/statm: 3965 444 45 128 0 3835 0
[pid=9845] ppid=9843 vsize=5356 CPUtime=0
/proc/9845/stat : 9845 (run) R 9843 9843 9692 0 -1 4194368 26 0 0 0 0 0 0 0 21 0 1 0 372527540 5484544 230 18446744073709551615 4194304 4889804 548682069216 18446744073709551615 273952599335 0 0 4096 0 0 0 0 17 1 0 0
/proc/9845/statm: 1339 230 192 169 0 50 0

[startup+0.050909 s]
/proc/loadavg: 0.49 0.15 0.05 3/77 9843
/proc/meminfo: memFree=1676328/2055920 swapFree=4154884/4192956
[pid=9843] ppid=9841 vsize=5356 CPUtime=0
/proc/9843/stat : 9843 (run) S 9841 9843 9692 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 372527539 5484544 224 18446744073709551615 4194304 4889804 548682069216 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9843/statm: 1339 224 186 169 0 50 0
[pid=9844] ppid=9843 vsize=38644 CPUtime=0.04
/proc/9844/stat : 9844 (picoaigersat) R 9843 9843 9692 0 -1 4194304 9043 0 0 0 0 4 0 0 20 0 1 0 372527540 39571456 9016 18446744073709551615 134512640 135037457 4294956656 18446744073709551615 134563578 0 0 4096 0 0 0 0 17 1 0 0
/proc/9844/statm: 9661 9022 45 128 0 9531 0
[pid=9845] ppid=9843 vsize=12268 CPUtime=0
/proc/9845/stat : 9845 (adapter.pl) S 9843 9843 9692 0 -1 4194304 365 0 0 0 0 0 0 0 21 0 1 0 372527540 12562432 322 18446744073709551615 4194304 4206940 548682069312 18446744073709551615 273961496674 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/9845/statm: 3067 322 248 3 0 167 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 56268

[startup+0.102916 s]
/proc/loadavg: 0.49 0.15 0.05 3/77 9843
/proc/meminfo: memFree=1676328/2055920 swapFree=4154884/4192956
[pid=9843] ppid=9841 vsize=5356 CPUtime=0
/proc/9843/stat : 9843 (run) S 9841 9843 9692 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 372527539 5484544 224 18446744073709551615 4194304 4889804 548682069216 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9843/statm: 1339 224 186 169 0 50 0
[pid=9844] ppid=9843 vsize=38644 CPUtime=0.09
/proc/9844/stat : 9844 (picoaigersat) R 9843 9843 9692 0 -1 4194304 9573 0 0 0 5 4 0 0 20 0 1 0 372527540 39571456 9546 18446744073709551615 134512640 135037457 4294956656 18446744073709551615 134688206 0 0 4096 0 0 0 0 17 1 0 0
/proc/9844/statm: 9661 9546 46 128 0 9531 0
[pid=9845] ppid=9843 vsize=12268 CPUtime=0
/proc/9845/stat : 9845 (adapter.pl) S 9843 9843 9692 0 -1 4194304 365 0 0 0 0 0 0 0 21 0 1 0 372527540 12562432 322 18446744073709551615 4194304 4206940 548682069312 18446744073709551615 273961496674 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/9845/statm: 3067 322 248 3 0 167 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56268

[startup+0.302954 s]
/proc/loadavg: 0.49 0.15 0.05 3/77 9843
/proc/meminfo: memFree=1676328/2055920 swapFree=4154884/4192956
[pid=9843] ppid=9841 vsize=5356 CPUtime=0
/proc/9843/stat : 9843 (run) S 9841 9843 9692 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 372527539 5484544 224 18446744073709551615 4194304 4889804 548682069216 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9843/statm: 1339 224 186 169 0 50 0
[pid=9844] ppid=9843 vsize=38644 CPUtime=0.29
/proc/9844/stat : 9844 (picoaigersat) R 9843 9843 9692 0 -1 4194304 9573 0 0 0 25 4 0 0 22 0 1 0 372527540 39571456 9546 18446744073709551615 134512640 135037457 4294956656 18446744073709551615 134688206 0 0 4096 0 0 0 0 17 1 0 0
/proc/9844/statm: 9661 9546 46 128 0 9531 0
[pid=9845] ppid=9843 vsize=12268 CPUtime=0
/proc/9845/stat : 9845 (adapter.pl) S 9843 9843 9692 0 -1 4194304 365 0 0 0 0 0 0 0 21 0 1 0 372527540 12562432 322 18446744073709551615 4194304 4206940 548682069312 18446744073709551615 273961496674 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/9845/statm: 3067 322 248 3 0 167 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56268

[startup+0.702034 s]
/proc/loadavg: 0.49 0.15 0.05 3/77 9843
/proc/meminfo: memFree=1676328/2055920 swapFree=4154884/4192956
[pid=9843] ppid=9841 vsize=5356 CPUtime=0
/proc/9843/stat : 9843 (run) S 9841 9843 9692 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 372527539 5484544 224 18446744073709551615 4194304 4889804 548682069216 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9843/statm: 1339 224 186 169 0 50 0
[pid=9844] ppid=9843 vsize=39964 CPUtime=0.69
/proc/9844/stat : 9844 (picoaigersat) R 9843 9843 9692 0 -1 4194304 9905 0 0 0 64 5 0 0 25 0 1 0 372527540 40923136 9878 18446744073709551615 134512640 135037457 4294956656 18446744073709551615 134688206 0 0 4096 0 0 0 0 17 1 0 0
/proc/9844/statm: 9991 9879 46 128 0 9861 0
[pid=9845] ppid=9843 vsize=12268 CPUtime=0
/proc/9845/stat : 9845 (adapter.pl) S 9843 9843 9692 0 -1 4194304 365 0 0 0 0 0 0 0 21 0 1 0 372527540 12562432 322 18446744073709551615 4194304 4206940 548682069312 18446744073709551615 273961496674 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/9845/statm: 3067 322 248 3 0 167 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 57588

[startup+1.50119 s]
/proc/loadavg: 0.49 0.15 0.05 2/80 9846
/proc/meminfo: memFree=1634896/2055920 swapFree=4154884/4192956
[pid=9843] ppid=9841 vsize=5356 CPUtime=0
/proc/9843/stat : 9843 (run) S 9841 9843 9692 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 372527539 5484544 224 18446744073709551615 4194304 4889804 548682069216 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9843/statm: 1339 224 186 169 0 50 0
[pid=9844] ppid=9843 vsize=54392 CPUtime=1.49
/proc/9844/stat : 9844 (picoaigersat) R 9843 9843 9692 0 -1 4194304 13653 0 0 0 122 27 0 0 25 0 1 0 372527540 55697408 13383 18446744073709551615 134512640 135037457 4294956656 18446744073709551615 134689073 0 0 4096 0 0 0 0 17 1 0 0
/proc/9844/statm: 13598 13383 50 128 0 13468 0
[pid=9845] ppid=9843 vsize=12268 CPUtime=0
/proc/9845/stat : 9845 (adapter.pl) S 9843 9843 9692 0 -1 4194304 365 0 0 0 0 0 0 0 21 0 1 0 372527540 12562432 322 18446744073709551615 4194304 4206940 548682069312 18446744073709551615 273961496674 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/9845/statm: 3067 322 248 3 0 167 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 72016

[startup+3.10151 s]
/proc/loadavg: 0.49 0.15 0.05 2/80 9846
/proc/meminfo: memFree=1618000/2055920 swapFree=4154884/4192956
[pid=9843] ppid=9841 vsize=5356 CPUtime=0
/proc/9843/stat : 9843 (run) S 9841 9843 9692 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 372527539 5484544 224 18446744073709551615 4194304 4889804 548682069216 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9843/statm: 1339 224 186 169 0 50 0
[pid=9844] ppid=9843 vsize=67212 CPUtime=3.09
/proc/9844/stat : 9844 (picoaigersat) R 9843 9843 9692 0 -1 4194304 16252 0 0 0 187 122 0 0 25 0 1 0 372527540 68825088 15982 18446744073709551615 134512640 135037457 4294956656 18446744073709551615 134689073 0 0 4096 0 0 0 0 17 1 0 0
/proc/9844/statm: 16803 15982 50 128 0 16673 0
[pid=9845] ppid=9843 vsize=12268 CPUtime=0
/proc/9845/stat : 9845 (adapter.pl) S 9843 9843 9692 0 -1 4194304 365 0 0 0 0 0 0 0 21 0 1 0 372527540 12562432 322 18446744073709551615 4194304 4206940 548682069312 18446744073709551615 273961496674 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/9845/statm: 3067 322 248 3 0 167 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84836

[startup+6.30115 s]
/proc/loadavg: 0.53 0.16 0.05 2/80 9846
/proc/meminfo: memFree=1596816/2055920 swapFree=4154884/4192956
[pid=9843] ppid=9841 vsize=5356 CPUtime=0
/proc/9843/stat : 9843 (run) S 9841 9843 9692 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 372527539 5484544 224 18446744073709551615 4194304 4889804 548682069216 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9843/statm: 1339 224 186 169 0 50 0
[pid=9844] ppid=9843 vsize=87656 CPUtime=6.28
/proc/9844/stat : 9844 (picoaigersat) R 9843 9843 9692 0 -1 4194304 21435 0 0 0 322 306 0 0 25 0 1 0 372527540 89759744 21165 18446744073709551615 134512640 135037457 4294956656 18446744073709551615 134689073 0 0 4096 0 0 0 0 17 1 0 0
/proc/9844/statm: 21914 21165 50 128 0 21784 0
[pid=9845] ppid=9843 vsize=12268 CPUtime=0
/proc/9845/stat : 9845 (adapter.pl) S 9843 9843 9692 0 -1 4194304 365 0 0 0 0 0 0 0 21 0 1 0 372527540 12562432 322 18446744073709551615 4194304 4206940 548682069312 18446744073709551615 273961496674 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/9845/statm: 3067 322 248 3 0 167 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 105280

[startup+12.7014 s]
/proc/loadavg: 0.57 0.17 0.06 2/80 9846
/proc/meminfo: memFree=1555088/2055920 swapFree=4154884/4192956
[pid=9843] ppid=9841 vsize=5356 CPUtime=0
/proc/9843/stat : 9843 (run) S 9841 9843 9692 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 372527539 5484544 224 18446744073709551615 4194304 4889804 548682069216 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9843/statm: 1339 224 186 169 0 50 0
[pid=9844] ppid=9843 vsize=137660 CPUtime=12.68
/proc/9844/stat : 9844 (picoaigersat) R 9843 9843 9692 0 -1 4194304 31355 0 0 0 588 680 0 0 25 0 1 0 372527540 140963840 31085 18446744073709551615 134512640 135037457 4294956656 18446744073709551615 134689073 0 0 4096 0 0 0 0 17 1 0 0
/proc/9844/statm: 34415 31085 50 128 0 34285 0
[pid=9845] ppid=9843 vsize=12268 CPUtime=0
/proc/9845/stat : 9845 (adapter.pl) S 9843 9843 9692 0 -1 4194304 365 0 0 0 0 0 0 0 21 0 1 0 372527540 12562432 322 18446744073709551615 4194304 4206940 548682069312 18446744073709551615 273961496674 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/9845/statm: 3067 322 248 3 0 167 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 155284

[startup+25.503 s]
/proc/loadavg: 0.67 0.21 0.07 2/80 9846
/proc/meminfo: memFree=1471632/2055920 swapFree=4154884/4192956
[pid=9843] ppid=9841 vsize=5356 CPUtime=0
/proc/9843/stat : 9843 (run) S 9841 9843 9692 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 372527539 5484544 224 18446744073709551615 4194304 4889804 548682069216 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9843/statm: 1339 224 186 169 0 50 0
[pid=9844] ppid=9843 vsize=215500 CPUtime=25.47
/proc/9844/stat : 9844 (picoaigersat) R 9843 9843 9692 0 -1 4194304 51652 0 0 0 1116 1431 0 0 25 0 1 0 372527540 220672000 51382 18446744073709551615 134512640 135037457 4294956656 18446744073709551615 134689073 0 0 4096 0 0 0 0 17 1 0 0
/proc/9844/statm: 53875 51382 50 128 0 53745 0
[pid=9845] ppid=9843 vsize=12268 CPUtime=0
/proc/9845/stat : 9845 (adapter.pl) S 9843 9843 9692 0 -1 4194304 365 0 0 0 0 0 0 0 21 0 1 0 372527540 12562432 322 18446744073709551615 4194304 4206940 548682069312 18446744073709551615 273961496674 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/9845/statm: 3067 322 248 3 0 167 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 233124

[startup+51.1021 s]
/proc/loadavg: 0.78 0.28 0.10 2/80 9846
/proc/meminfo: memFree=1359760/2055920 swapFree=4154884/4192956
[pid=9843] ppid=9841 vsize=5356 CPUtime=0
/proc/9843/stat : 9843 (run) S 9841 9843 9692 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 372527539 5484544 224 18446744073709551615 4194304 4889804 548682069216 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9843/statm: 1339 224 186 169 0 50 0
[pid=9844] ppid=9843 vsize=358644 CPUtime=51.05
/proc/9844/stat : 9844 (picoaigersat) R 9843 9843 9692 0 -1 4194304 79166 0 0 0 2954 2151 0 0 25 0 1 0 372527540 367251456 78869 18446744073709551615 134512640 135037457 4294956656 18446744073709551615 134528570 0 0 4096 0 0 0 0 17 1 0 0
/proc/9844/statm: 89661 78869 62 128 0 89531 0
[pid=9845] ppid=9843 vsize=12268 CPUtime=0
/proc/9845/stat : 9845 (adapter.pl) S 9843 9843 9692 0 -1 4194304 365 0 0 0 0 0 0 0 21 0 1 0 372527540 12562432 322 18446744073709551615 4194304 4206940 548682069312 18446744073709551615 273961496674 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/9845/statm: 3067 322 248 3 0 167 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 376268

[startup+102.306 s]
/proc/loadavg: 0.90 0.39 0.14 2/80 9846
/proc/meminfo: memFree=1357392/2055920 swapFree=4154884/4192956
[pid=9843] ppid=9841 vsize=5356 CPUtime=0
/proc/9843/stat : 9843 (run) S 9841 9843 9692 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 372527539 5484544 224 18446744073709551615 4194304 4889804 548682069216 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9843/statm: 1339 224 186 169 0 50 0
[pid=9844] ppid=9843 vsize=360832 CPUtime=102.24
/proc/9844/stat : 9844 (picoaigersat) R 9843 9843 9692 0 -1 4194304 79737 0 0 0 8072 2152 0 0 25 0 1 0 372527540 369491968 79440 18446744073709551615 134512640 135037457 4294956656 18446744073709551615 134528051 0 0 4096 0 0 0 0 17 1 0 0
/proc/9844/statm: 90208 79440 62 128 0 90078 0
[pid=9845] ppid=9843 vsize=12268 CPUtime=0
/proc/9845/stat : 9845 (adapter.pl) S 9843 9843 9692 0 -1 4194304 365 0 0 0 0 0 0 0 21 0 1 0 372527540 12562432 322 18446744073709551615 4194304 4206940 548682069312 18446744073709551615 273961496674 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/9845/statm: 3067 322 248 3 0 167 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 378456

[startup+162.301 s]
/proc/loadavg: 0.96 0.49 0.19 2/80 9846
/proc/meminfo: memFree=1354768/2055920 swapFree=4154884/4192956
[pid=9843] ppid=9841 vsize=5356 CPUtime=0
/proc/9843/stat : 9843 (run) S 9841 9843 9692 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 372527539 5484544 224 18446744073709551615 4194304 4889804 548682069216 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9843/statm: 1339 224 186 169 0 50 0
[pid=9844] ppid=9843 vsize=363408 CPUtime=162.21
/proc/9844/stat : 9844 (picoaigersat) R 9843 9843 9692 0 -1 4194304 80390 0 0 0 14068 2153 0 0 25 0 1 0 372527540 372129792 80093 18446744073709551615 134512640 135037457 4294956656 18446744073709551615 134535289 0 0 4096 0 0 0 0 17 1 0 0
/proc/9844/statm: 90852 80093 62 128 0 90722 0

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

/proc/meminfo: memFree=1311824/2055920 swapFree=4154884/4192956
[pid=9843] ppid=9841 vsize=5356 CPUtime=0
/proc/9843/stat : 9843 (run) S 9841 9843 9692 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 372527539 5484544 224 18446744073709551615 4194304 4889804 548682069216 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9843/statm: 1339 224 186 169 0 50 0
[pid=9844] ppid=9843 vsize=406224 CPUtime=761.99
/proc/9844/stat : 9844 (picoaigersat) R 9843 9843 9692 0 -1 4194304 91082 0 0 0 74029 2170 0 0 25 0 1 0 372527540 415973376 90785 18446744073709551615 134512640 135037457 4294956656 18446744073709551615 134528734 0 0 4096 0 0 0 0 17 1 0 0
/proc/9844/statm: 101556 90785 62 128 0 101426 0
[pid=9845] ppid=9843 vsize=12268 CPUtime=0
/proc/9845/stat : 9845 (adapter.pl) S 9843 9843 9692 0 -1 4194304 365 0 0 0 0 0 0 0 21 0 1 0 372527540 12562432 322 18446744073709551615 4194304 4206940 548682069312 18446744073709551615 273961496674 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/9845/statm: 3067 322 248 3 0 167 0
Current children cumulated CPU time (s) 761.99
Current children cumulated vsize (KiB) 423848

[startup+822.302 s]
/proc/loadavg: 0.99 0.93 0.58 2/80 9846
/proc/meminfo: memFree=1306704/2055920 swapFree=4154884/4192956
[pid=9843] ppid=9841 vsize=5356 CPUtime=0
/proc/9843/stat : 9843 (run) S 9841 9843 9692 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 372527539 5484544 224 18446744073709551615 4194304 4889804 548682069216 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9843/statm: 1339 224 186 169 0 50 0
[pid=9844] ppid=9843 vsize=411320 CPUtime=821.97
/proc/9844/stat : 9844 (picoaigersat) R 9843 9843 9692 0 -1 4194304 92381 0 0 0 80025 2172 0 0 25 0 1 0 372527540 421191680 92084 18446744073709551615 134512640 135037457 4294956656 18446744073709551615 134528833 0 0 4096 0 0 0 0 17 1 0 0
/proc/9844/statm: 102830 92084 62 128 0 102700 0
[pid=9845] ppid=9843 vsize=12268 CPUtime=0
/proc/9845/stat : 9845 (adapter.pl) S 9843 9843 9692 0 -1 4194304 365 0 0 0 0 0 0 0 21 0 1 0 372527540 12562432 322 18446744073709551615 4194304 4206940 548682069312 18446744073709551615 273961496674 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/9845/statm: 3067 322 248 3 0 167 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 428944

[startup+882.301 s]
/proc/loadavg: 0.99 0.94 0.60 2/80 9846
/proc/meminfo: memFree=1302160/2055920 swapFree=4154884/4192956
[pid=9843] ppid=9841 vsize=5356 CPUtime=0
/proc/9843/stat : 9843 (run) S 9841 9843 9692 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 372527539 5484544 224 18446744073709551615 4194304 4889804 548682069216 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9843/statm: 1339 224 186 169 0 50 0
[pid=9844] ppid=9843 vsize=415816 CPUtime=881.95
/proc/9844/stat : 9844 (picoaigersat) R 9843 9843 9692 0 -1 4194304 93501 0 0 0 86021 2174 0 0 25 0 1 0 372527540 425795584 93204 18446744073709551615 134512640 135037457 4294956656 18446744073709551615 134534411 0 0 4096 0 0 0 0 17 1 0 0
/proc/9844/statm: 103954 93204 62 128 0 103824 0
[pid=9845] ppid=9843 vsize=12268 CPUtime=0
/proc/9845/stat : 9845 (adapter.pl) S 9843 9843 9692 0 -1 4194304 365 0 0 0 0 0 0 0 21 0 1 0 372527540 12562432 322 18446744073709551615 4194304 4206940 548682069312 18446744073709551615 273961496674 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/9845/statm: 3067 322 248 3 0 167 0
Current children cumulated CPU time (s) 881.95
Current children cumulated vsize (KiB) 433440

[startup+942.301 s]
/proc/loadavg: 0.99 0.95 0.63 2/80 9846
/proc/meminfo: memFree=1296784/2055920 swapFree=4154884/4192956
[pid=9843] ppid=9841 vsize=5356 CPUtime=0
/proc/9843/stat : 9843 (run) S 9841 9843 9692 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 372527539 5484544 224 18446744073709551615 4194304 4889804 548682069216 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9843/statm: 1339 224 186 169 0 50 0
[pid=9844] ppid=9843 vsize=421184 CPUtime=941.92
/proc/9844/stat : 9844 (picoaigersat) R 9843 9843 9692 0 -1 4194304 94840 0 0 0 92016 2176 0 0 25 0 1 0 372527540 431292416 94543 18446744073709551615 134512640 135037457 4294956656 18446744073709551615 134528836 0 0 4096 0 0 0 0 17 1 0 0
/proc/9844/statm: 105296 94543 62 128 0 105166 0
[pid=9845] ppid=9843 vsize=12268 CPUtime=0
/proc/9845/stat : 9845 (adapter.pl) S 9843 9843 9692 0 -1 4194304 365 0 0 0 0 0 0 0 21 0 1 0 372527540 12562432 322 18446744073709551615 4194304 4206940 548682069312 18446744073709551615 273961496674 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/9845/statm: 3067 322 248 3 0 167 0
Current children cumulated CPU time (s) 941.92
Current children cumulated vsize (KiB) 438808

[startup+1002.3 s]
/proc/loadavg: 0.99 0.95 0.65 2/80 9846
/proc/meminfo: memFree=1291408/2055920 swapFree=4154884/4192956
[pid=9843] ppid=9841 vsize=5356 CPUtime=0
/proc/9843/stat : 9843 (run) S 9841 9843 9692 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 372527539 5484544 224 18446744073709551615 4194304 4889804 548682069216 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9843/statm: 1339 224 186 169 0 50 0
[pid=9844] ppid=9843 vsize=426568 CPUtime=1001.89
/proc/9844/stat : 9844 (picoaigersat) R 9843 9843 9692 0 -1 4194304 96174 0 0 0 98012 2177 0 0 25 0 1 0 372527540 436805632 95877 18446744073709551615 134512640 135037457 4294956656 18446744073709551615 134535285 0 0 4096 0 0 0 0 17 1 0 0
/proc/9844/statm: 106642 95877 62 128 0 106512 0
[pid=9845] ppid=9843 vsize=12268 CPUtime=0
/proc/9845/stat : 9845 (adapter.pl) S 9843 9843 9692 0 -1 4194304 365 0 0 0 0 0 0 0 21 0 1 0 372527540 12562432 322 18446744073709551615 4194304 4206940 548682069312 18446744073709551615 273961496674 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/9845/statm: 3067 322 248 3 0 167 0
Current children cumulated CPU time (s) 1001.89
Current children cumulated vsize (KiB) 444192

[startup+1062.3 s]
/proc/loadavg: 0.99 0.96 0.66 2/80 9846
/proc/meminfo: memFree=1288464/2055920 swapFree=4154884/4192956
[pid=9843] ppid=9841 vsize=5356 CPUtime=0
/proc/9843/stat : 9843 (run) S 9841 9843 9692 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 372527539 5484544 224 18446744073709551615 4194304 4889804 548682069216 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9843/statm: 1339 224 186 169 0 50 0
[pid=9844] ppid=9843 vsize=429636 CPUtime=1061.88
/proc/9844/stat : 9844 (picoaigersat) R 9843 9843 9692 0 -1 4194304 96936 0 0 0 104009 2179 0 0 25 0 1 0 372527540 439947264 96639 18446744073709551615 134512640 135037457 4294956656 18446744073709551615 134535285 0 0 4096 0 0 0 0 17 1 0 0
/proc/9844/statm: 107409 96639 62 128 0 107279 0
[pid=9845] ppid=9843 vsize=12268 CPUtime=0
/proc/9845/stat : 9845 (adapter.pl) S 9843 9843 9692 0 -1 4194304 365 0 0 0 0 0 0 0 21 0 1 0 372527540 12562432 322 18446744073709551615 4194304 4206940 548682069312 18446744073709551615 273961496674 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/9845/statm: 3067 322 248 3 0 167 0
Current children cumulated CPU time (s) 1061.88
Current children cumulated vsize (KiB) 447260

[startup+1122.3 s]
/proc/loadavg: 0.99 0.97 0.68 2/80 9846
/proc/meminfo: memFree=1282768/2055920 swapFree=4154884/4192956
[pid=9843] ppid=9841 vsize=5356 CPUtime=0
/proc/9843/stat : 9843 (run) S 9841 9843 9692 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 372527539 5484544 224 18446744073709551615 4194304 4889804 548682069216 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9843/statm: 1339 224 186 169 0 50 0
[pid=9844] ppid=9843 vsize=435144 CPUtime=1121.85
/proc/9844/stat : 9844 (picoaigersat) R 9843 9843 9692 0 -1 4194304 98334 0 0 0 110004 2181 0 0 25 0 1 0 372527540 445587456 98037 18446744073709551615 134512640 135037457 4294956656 18446744073709551615 134528579 0 0 4096 0 0 0 0 17 1 0 0
/proc/9844/statm: 108786 98037 62 128 0 108656 0
[pid=9845] ppid=9843 vsize=12268 CPUtime=0
/proc/9845/stat : 9845 (adapter.pl) S 9843 9843 9692 0 -1 4194304 365 0 0 0 0 0 0 0 21 0 1 0 372527540 12562432 322 18446744073709551615 4194304 4206940 548682069312 18446744073709551615 273961496674 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/9845/statm: 3067 322 248 3 0 167 0
Current children cumulated CPU time (s) 1121.85
Current children cumulated vsize (KiB) 452768

[startup+1182.3 s]
/proc/loadavg: 1.06 0.99 0.70 2/80 9846
/proc/meminfo: memFree=1277264/2055920 swapFree=4154884/4192956
[pid=9843] ppid=9841 vsize=5356 CPUtime=0
/proc/9843/stat : 9843 (run) S 9841 9843 9692 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 372527539 5484544 224 18446744073709551615 4194304 4889804 548682069216 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9843/statm: 1339 224 186 169 0 50 0
[pid=9844] ppid=9843 vsize=440772 CPUtime=1181.82
/proc/9844/stat : 9844 (picoaigersat) R 9843 9843 9692 0 -1 4194304 99723 0 0 0 115999 2183 0 0 25 0 1 0 372527540 451350528 99426 18446744073709551615 134512640 135037457 4294956656 18446744073709551615 134534403 0 0 4096 0 0 0 0 17 1 0 0
/proc/9844/statm: 110193 99426 62 128 0 110063 0
[pid=9845] ppid=9843 vsize=12268 CPUtime=0
/proc/9845/stat : 9845 (adapter.pl) S 9843 9843 9692 0 -1 4194304 365 0 0 0 0 0 0 0 21 0 1 0 372527540 12562432 322 18446744073709551615 4194304 4206940 548682069312 18446744073709551615 273961496674 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/9845/statm: 3067 322 248 3 0 167 0
Current children cumulated CPU time (s) 1181.82
Current children cumulated vsize (KiB) 458396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.04 0.99 0.71 2/80 9846
/proc/meminfo: memFree=1275856/2055920 swapFree=4154884/4192956
[pid=9843] ppid=9841 vsize=5356 CPUtime=0
/proc/9843/stat : 9843 (run) S 9841 9843 9692 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 372527539 5484544 224 18446744073709551615 4194304 4889804 548682069216 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9843/statm: 1339 224 186 169 0 50 0
[pid=9844] ppid=9843 vsize=442064 CPUtime=1200.03
/proc/9844/stat : 9844 (picoaigersat) R 9843 9843 9692 0 -1 4194304 100056 0 0 0 117819 2184 0 0 25 0 1 0 372527540 452673536 99759 18446744073709551615 134512640 135037457 4294956656 18446744073709551615 134535295 0 0 4096 0 0 0 0 17 1 0 0
/proc/9844/statm: 110516 99759 62 128 0 110386 0
[pid=9845] ppid=9843 vsize=12268 CPUtime=0
/proc/9845/stat : 9845 (adapter.pl) S 9843 9843 9692 0 -1 4194304 365 0 0 0 0 0 0 0 21 0 1 0 372527540 12562432 322 18446744073709551615 4194304 4206940 548682069312 18446744073709551615 273961496674 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/9845/statm: 3067 322 248 3 0 167 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 459688

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: 1.04 0.99 0.71 2/80 9846
/proc/meminfo: memFree=1275856/2055920 swapFree=4154884/4192956
[pid=9843] ppid=9841 vsize=5356 CPUtime=0
/proc/9843/stat : 9843 (run) S 9841 9843 9692 0 -1 4194304 283 0 0 0 0 0 0 0 19 0 1 0 372527539 5484544 224 18446744073709551615 4194304 4889804 548682069216 18446744073709551615 273952596804 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9843/statm: 1339 224 186 169 0 50 0
[pid=9844] ppid=9843 vsize=442064 CPUtime=1200.03
/proc/9844/stat : 9844 (picoaigersat) R 9843 9843 9692 0 -1 4194304 100056 0 0 0 117819 2184 0 0 25 0 1 0 372527540 452673536 99759 18446744073709551615 134512640 135037457 4294956656 18446744073709551615 134535295 0 0 4096 0 0 0 0 17 1 0 0
/proc/9844/statm: 110516 99759 62 128 0 110386 0
[pid=9845] ppid=9843 vsize=12268 CPUtime=0
/proc/9845/stat : 9845 (adapter.pl) S 9843 9843 9692 0 -1 4194304 365 0 0 0 0 0 0 0 21 0 1 0 372527540 12562432 322 18446744073709551615 4194304 4206940 548682069312 18446744073709551615 273961496674 0 0 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/9845/statm: 3067 322 248 3 0 167 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 459688

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9843 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=3999
# CPU time returned by wait4() is 0.004998
# while last known CPU time is 1200.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.51
CPU time (s): 1200.03
CPU user time (s): 1178.19
CPU system time (s): 21.84
CPU usage (%): 99.9598
Max. virtual memory (cumulated for all children) (KiB): 459688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0.003999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 648
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= 13
involuntary context switches= 2

runsolver used 1.2858 second user time and 3.08753 second system time

The end

Launcher Data (download as text)

Begin job on node20 on Tue May 15 16:21:42 UTC 2007

IDJOB= 460201
IDBENCH= 48395
IDSOLVER= 201
FILE ID= node20/460201-1179246101

PBS_JOBID= 5276795

Free space on /tmp= 66478 MiB

SOLVER NAME= picoaigersat 2007-05-15
BENCH NAME= HOME/pub/bench/AIG07/industrial-aig/anbulagan/hard-sat/partial-10-11-s.aig
COMMAND LINE= run /tmp/evaluation/460201-1179246101/instance-460201-1179246101.aig
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node20/watcher-460201-1179246101 -o ROOT/results/node20/solver-460201-1179246101 -C 1200 -W 1800 -M 1800 --output-limit 1,15  run /tmp/evaluation/460201-1179246101/instance-460201-1179246101.aig

META MD5SUM SOLVER= 89af3b8cab9005450328fbdec7734a02
MD5SUM BENCH=  b2a8941d54d1b6c3bc968c27b4f1a9a3

RANDOM SEED= 462860932

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node20.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.265
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.265
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:       1676544 kB
Buffers:         43780 kB
Cached:         242288 kB
SwapCached:      16396 kB
Active:          64684 kB
Inactive:       244176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1676544 kB
SwapTotal:     4192956 kB
SwapFree:      4154884 kB
Dirty:            9768 kB
Writeback:           0 kB
Mapped:          29760 kB
Slab:            56000 kB
Committed_AS:  6933224 kB
PageTables:       1776 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= 66478 MiB

End job on node20 on Tue May 15 16:41:45 UTC 2007