Trace number 460740

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
aig-cmusat 2007-05-15? (TO) 1200.09 1200.53

General information on the benchmark

Nameindustrial-aig/palacios/medium/
sortnet-7-ipc5-h16-sat.aig
MD5SUM932003c81d828cc2be8d4fb2ad040978
Bench CategoryALL (all instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark762.17
SatisfiableYES
(Un)Satisfiability was proved

Solver Data (download as text)

0.29/0.30	c Executing aigtocnf /tmp/evaluation/460740-1179256087/instance-460740-1179256087.aig /tmp/evaluation/460740-1179256087/instance-460740-1179256087.aig.cnf
0.29/0.30	c Pre-processing provided 0 assignments
0.29/0.30	c REMAP internally 1
0.29/0.31	c |  Number of variables:  125746                                               |
0.68/0.78	c |  Number of clauses:    375221                                               |

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/node3/watcher-460740-1179256087 -o ROOT/results/node3/solver-460740-1179256087 -C 1200 -W 1800 -M 1800 --output-limit 1,15 /tmp/evaluation/460740-1179256087/aig-cmusat /tmp/evaluation/460740-1179256087/instance-460740-1179256087.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.98 1.00 0.92 3/77 19398
/proc/meminfo: memFree=1592800/2055920 swapFree=4138692/4192956
[pid=19398] ppid=19396 vsize=1000 CPUtime=0
/proc/19398/stat : 19398 (aig-cmusat) S 19396 19398 19005 0 -1 0 109 0 0 0 0 0 0 0 18 0 1 0 401646426 1024000 94 18446744073709551615 134512640 135469250 4294956592 18446744073709551615 135073394 0 65536 4102 33 18446744071563356171 0 0 17 1 0 0
/proc/19398/statm: 250 94 83 233 0 10 0
[pid=19399] ppid=19398 vsize=2896 CPUtime=0
/proc/19399/stat : 19399 (aigtocnf) R 19398 19398 19005 0 -1 0 729 0 0 0 0 0 0 0 20 0 1 0 401646426 2965504 482 18446744073709551615 134512640 134935624 4294956592 18446744073709551615 134605452 0 0 4096 0 0 0 0 17 1 0 0
/proc/19399/statm: 724 490 34 103 0 619 0

[startup+0.103444 s]
/proc/loadavg: 0.98 1.00 0.92 3/77 19398
/proc/meminfo: memFree=1592800/2055920 swapFree=4138692/4192956
[pid=19398] ppid=19396 vsize=1000 CPUtime=0
/proc/19398/stat : 19398 (aig-cmusat) S 19396 19398 19005 0 -1 0 109 0 0 0 0 0 0 0 18 0 1 0 401646426 1024000 94 18446744073709551615 134512640 135469250 4294956592 18446744073709551615 135073394 0 65536 4102 33 18446744071563356171 0 0 17 1 0 0
/proc/19398/statm: 250 94 83 233 0 10 0
[pid=19399] ppid=19398 vsize=2912 CPUtime=0.09
/proc/19399/stat : 19399 (aigtocnf) R 19398 19398 19005 0 -1 0 913 0 0 0 9 0 0 0 20 0 1 0 401646426 2981888 664 18446744073709551615 134512640 134935624 4294956592 18446744073709551615 134609325 0 0 4096 0 0 0 0 17 1 0 0
/proc/19399/statm: 728 664 40 103 0 623 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3912

[startup+0.20146 s]
/proc/loadavg: 0.98 1.00 0.92 3/77 19398
/proc/meminfo: memFree=1592800/2055920 swapFree=4138692/4192956
[pid=19398] ppid=19396 vsize=1000 CPUtime=0
/proc/19398/stat : 19398 (aig-cmusat) S 19396 19398 19005 0 -1 0 109 0 0 0 0 0 0 0 18 0 1 0 401646426 1024000 94 18446744073709551615 134512640 135469250 4294956592 18446744073709551615 135073394 0 65536 4102 33 18446744071563356171 0 0 17 1 0 0
/proc/19398/statm: 250 94 83 233 0 10 0
[pid=19399] ppid=19398 vsize=2912 CPUtime=0.19
/proc/19399/stat : 19399 (aigtocnf) R 19398 19398 19005 0 -1 0 913 0 0 0 18 1 0 0 20 0 1 0 401646426 2981888 664 18446744073709551615 134512640 134935624 4294956592 18446744073709551615 134609325 0 0 4096 0 0 0 0 17 1 0 0
/proc/19399/statm: 728 664 40 103 0 623 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 3912

[startup+0.301475 s]
/proc/loadavg: 0.98 1.00 0.92 3/77 19398
/proc/meminfo: memFree=1592800/2055920 swapFree=4138692/4192956
[pid=19398] ppid=19396 vsize=1000 CPUtime=0
/proc/19398/stat : 19398 (aig-cmusat) S 19396 19398 19005 0 -1 0 109 0 0 0 0 0 0 0 18 0 1 0 401646426 1024000 94 18446744073709551615 134512640 135469250 4294956592 18446744073709551615 135073394 0 65536 4102 33 18446744071563356171 0 0 17 1 0 0
/proc/19398/statm: 250 94 83 233 0 10 0
[pid=19399] ppid=19398 vsize=2912 CPUtime=0.29
/proc/19399/stat : 19399 (aigtocnf) R 19398 19398 19005 0 -1 0 913 0 0 0 26 3 0 0 21 0 1 0 401646426 2981888 664 18446744073709551615 134512640 134935624 4294956592 18446744073709551615 134609325 0 0 4096 0 0 0 0 17 1 0 0
/proc/19399/statm: 728 664 40 103 0 623 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3912

[startup+0.701546 s]
/proc/loadavg: 0.98 1.00 0.92 3/77 19398
/proc/meminfo: memFree=1592800/2055920 swapFree=4138692/4192956
[pid=19398] ppid=19396 vsize=34712 CPUtime=0.68
/proc/19398/stat : 19398 (aig-cmusat) R 19396 19398 19005 0 -1 0 7347 914 0 0 36 3 26 3 19 0 1 0 401646426 35545088 7324 18446744073709551615 134512640 135469250 4294956592 18446744073709551615 134526660 0 0 4096 35 0 0 0 17 0 0 0
/proc/19398/statm: 8678 7324 101 233 0 8438 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 34712

[startup+1.50167 s]
/proc/loadavg: 0.98 1.00 0.92 2/78 19400
/proc/meminfo: memFree=1544792/2055920 swapFree=4138692/4192956
[pid=19398] ppid=19396 vsize=56600 CPUtime=1.47
/proc/19398/stat : 19398 (aig-cmusat) R 19396 19398 19005 0 -1 0 13272 914 0 0 112 6 26 3 25 0 1 0 401646426 57958400 13249 18446744073709551615 134512640 135469250 4294956592 18446744073709551615 135033488 0 0 4096 35 0 0 0 17 1 0 0
/proc/19398/statm: 14150 13249 111 233 0 13910 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 56600

[startup+3.10193 s]
/proc/loadavg: 0.98 1.00 0.92 2/78 19400
/proc/meminfo: memFree=1518744/2055920 swapFree=4138692/4192956
[pid=19398] ppid=19396 vsize=77308 CPUtime=3.07
/proc/19398/stat : 19398 (aig-cmusat) R 19396 19398 19005 0 -1 0 18334 914 0 0 269 9 26 3 25 0 1 0 401646426 79163392 18311 18446744073709551615 134512640 135469250 4294956592 18446744073709551615 134537413 0 0 4096 35 0 0 0 17 0 0 0
/proc/19398/statm: 19327 18311 111 233 0 19087 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 77308

[startup+6.30145 s]
/proc/loadavg: 0.98 1.00 0.92 2/78 19400
/proc/meminfo: memFree=1523992/2055920 swapFree=4138692/4192956
[pid=19398] ppid=19396 vsize=62836 CPUtime=6.27
/proc/19398/stat : 19398 (aig-cmusat) R 19396 19398 19005 0 -1 0 22077 914 0 0 586 12 26 3 25 0 1 0 401646426 64344064 15586 18446744073709551615 134512640 135469250 4294956592 18446744073709551615 134583538 0 0 4096 35 0 0 0 17 1 0 0
/proc/19398/statm: 15709 15586 117 233 0 15469 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 62836

[startup+12.7015 s]
/proc/loadavg: 0.98 1.00 0.92 2/78 19400
/proc/meminfo: memFree=1523992/2055920 swapFree=4138692/4192956
[pid=19398] ppid=19396 vsize=62836 CPUtime=12.67
/proc/19398/stat : 19398 (aig-cmusat) R 19396 19398 19005 0 -1 0 22078 914 0 0 1226 12 26 3 25 0 1 0 401646426 64344064 15587 18446744073709551615 134512640 135469250 4294956592 18446744073709551615 134582999 0 0 4096 35 0 0 0 17 1 0 0
/proc/19398/statm: 15709 15587 117 233 0 15469 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 62836

[startup+25.5016 s]
/proc/loadavg: 0.99 1.00 0.92 2/78 19400
/proc/meminfo: memFree=1523992/2055920 swapFree=4138692/4192956
[pid=19398] ppid=19396 vsize=62836 CPUtime=25.46
/proc/19398/stat : 19398 (aig-cmusat) R 19396 19398 19005 0 -1 0 22078 914 0 0 2505 12 26 3 25 0 1 0 401646426 64344064 15587 18446744073709551615 134512640 135469250 4294956592 18446744073709551615 134583996 0 0 4096 35 0 0 0 17 1 0 0
/proc/19398/statm: 15709 15587 117 233 0 15469 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 62836

[startup+51.1017 s]
/proc/loadavg: 0.99 1.00 0.92 2/78 19400
/proc/meminfo: memFree=1524120/2055920 swapFree=4138692/4192956
[pid=19398] ppid=19396 vsize=62836 CPUtime=51.04
/proc/19398/stat : 19398 (aig-cmusat) R 19396 19398 19005 0 -1 0 22078 914 0 0 5063 12 26 3 25 0 1 0 401646426 64344064 15587 18446744073709551615 134512640 135469250 4294956592 18446744073709551615 134583513 0 0 4096 35 0 0 0 17 1 0 0
/proc/19398/statm: 15709 15587 117 233 0 15469 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 62836

[startup+102.302 s]
/proc/loadavg: 0.99 1.00 0.92 2/78 19400
/proc/meminfo: memFree=1524184/2055920 swapFree=4138692/4192956
[pid=19398] ppid=19396 vsize=62836 CPUtime=102.22
/proc/19398/stat : 19398 (aig-cmusat) R 19396 19398 19005 0 -1 0 22078 914 0 0 10181 12 26 3 25 0 1 0 401646426 64344064 15587 18446744073709551615 134512640 135469250 4294956592 18446744073709551615 134583629 0 0 4096 35 0 0 0 17 1 0 0
/proc/19398/statm: 15709 15587 117 233 0 15469 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 62836

[startup+162.302 s]
/proc/loadavg: 0.99 1.00 0.92 2/78 19400
/proc/meminfo: memFree=1524184/2055920 swapFree=4138692/4192956
[pid=19398] ppid=19396 vsize=62836 CPUtime=162.21
/proc/19398/stat : 19398 (aig-cmusat) R 19396 19398 19005 0 -1 0 22078 914 0 0 16179 13 26 3 25 0 1 0 401646426 64344064 15587 18446744073709551615 134512640 135469250 4294956592 18446744073709551615 134583621 0 0 4096 35 0 0 0 17 1 0 0
/proc/19398/statm: 15709 15587 117 233 0 15469 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 62836

[startup+222.306 s]
/proc/loadavg: 0.99 1.00 0.92 2/78 19400
/proc/meminfo: memFree=1518168/2055920 swapFree=4138692/4192956
[pid=19398] ppid=19396 vsize=68992 CPUtime=222.19
/proc/19398/stat : 19398 (aig-cmusat) R 19396 19398 19005 0 -1 0 23608 914 0 0 22175 15 26 3 25 0 1 0 401646426 70647808 17117 18446744073709551615 134512640 135469250 4294956592 18446744073709551615 134583562 0 0 4096 35 0 0 0 17 1 0 0
/proc/19398/statm: 17248 17117 117 233 0 17008 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 68992

[startup+282.301 s]
/proc/loadavg: 0.99 1.00 0.92 2/78 19400
/proc/meminfo: memFree=1518168/2055920 swapFree=4138692/4192956
[pid=19398] ppid=19396 vsize=68992 CPUtime=282.17
/proc/19398/stat : 19398 (aig-cmusat) R 19396 19398 19005 0 -1 0 23609 914 0 0 28172 16 26 3 25 0 1 0 401646426 70647808 17118 18446744073709551615 134512640 135469250 4294956592 18446744073709551615 134583513 0 0 4096 35 0 0 0 17 1 0 0
/proc/19398/statm: 17248 17118 117 233 0 17008 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 68992

[startup+342.302 s]
/proc/loadavg: 0.99 1.00 0.92 2/78 19400
/proc/meminfo: memFree=1518168/2055920 swapFree=4138692/4192956
[pid=19398] ppid=19396 vsize=69040 CPUtime=342.14
/proc/19398/stat : 19398 (aig-cmusat) R 19396 19398 19005 0 -1 0 24132 914 0 0 34169 16 26 3 25 0 1 0 401646426 70696960 17130 18446744073709551615 134512640 135469250 4294956592 18446744073709551615 134584038 0 0 4096 35 0 0 0 17 1 0 0
/proc/19398/statm: 17260 17130 117 233 0 17020 0
Current children cumulated CPU time (s) 342.14
Current children cumulated vsize (KiB) 69040

[startup+402.302 s]
/proc/loadavg: 0.99 1.00 0.92 2/78 19400
/proc/meminfo: memFree=1518168/2055920 swapFree=4138692/4192956
[pid=19398] ppid=19396 vsize=69040 CPUtime=402.11
/proc/19398/stat : 19398 (aig-cmusat) R 19396 19398 19005 0 -1 0 24132 914 0 0 40166 16 26 3 25 0 1 0 401646426 70696960 17130 18446744073709551615 134512640 135469250 4294956592 18446744073709551615 134584168 0 0 4096 35 0 0 0 17 1 0 0
/proc/19398/statm: 17260 17130 117 233 0 17020 0
Current children cumulated CPU time (s) 402.11
Current children cumulated vsize (KiB) 69040

[startup+462.301 s]
/proc/loadavg: 0.99 1.00 0.92 2/78 19400
/proc/meminfo: memFree=1518168/2055920 swapFree=4138692/4192956
[pid=19398] ppid=19396 vsize=69040 CPUtime=462.1
/proc/19398/stat : 19398 (aig-cmusat) R 19396 19398 19005 0 -1 0 24132 914 0 0 46164 17 26 3 25 0 1 0 401646426 70696960 17130 18446744073709551615 134512640 135469250 4294956592 18446744073709551615 134579596 0 0 4096 35 0 0 0 17 1 0 0
/proc/19398/statm: 17260 17130 117 233 0 17020 0
Current children cumulated CPU time (s) 462.1
Current children cumulated vsize (KiB) 69040

[startup+522.302 s]
/proc/loadavg: 0.99 1.00 0.92 2/78 19400
/proc/meminfo: memFree=1510424/2055920 swapFree=4138692/4192956
[pid=19398] ppid=19396 vsize=76912 CPUtime=522.08
/proc/19398/stat : 19398 (aig-cmusat) R 19396 19398 19005 0 -1 0 26100 914 0 0 52158 21 26 3 25 0 1 0 401646426 78757888 19098 18446744073709551615 134512640 135469250 4294956592 18446744073709551615 134579503 0 0 4096 35 0 0 0 17 1 0 0
/proc/19398/statm: 19228 19098 117 233 0 18988 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 76912

[startup+582.302 s]
/proc/loadavg: 0.99 1.00 0.92 2/78 19400
/proc/meminfo: memFree=1500824/2055920 swapFree=4138692/4192956
[pid=19398] ppid=19396 vsize=86448 CPUtime=582.06
/proc/19398/stat : 19398 (aig-cmusat) R 19396 19398 19005 0 -1 0 28988 914 0 0 58152 25 26 3 25 0 1 0 401646426 88522752 21463 18446744073709551615 134512640 135469250 4294956592 18446744073709551615 134583562 0 0 4096 35 0 0 0 17 1 0 0
/proc/19398/statm: 21612 21463 117 233 0 21372 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 86448

[startup+642.302 s]
/proc/loadavg: 0.99 1.00 0.92 2/78 19400
/proc/meminfo: memFree=1492248/2055920 swapFree=4138692/4192956
[pid=19398] ppid=19396 vsize=94984 CPUtime=642.04
/proc/19398/stat : 19398 (aig-cmusat) R 19396 19398 19005 0 -1 0 31671 914 0 0 64147 28 26 3 25 0 1 0 401646426 97263616 23597 18446744073709551615 134512640 135469250 4294956592 18446744073709551615 134584147 0 0 4096 35 0 0 0 17 1 0 0
/proc/19398/statm: 23746 23597 117 233 0 23506 0
Current children cumulated CPU time (s) 642.04
Current children cumulated vsize (KiB) 94984

[startup+702.301 s]
/proc/loadavg: 0.99 1.00 0.92 2/78 19400
/proc/meminfo: memFree=1492248/2055920 swapFree=4138692/4192956
[pid=19398] ppid=19396 vsize=94984 CPUtime=702.02
/proc/19398/stat : 19398 (aig-cmusat) R 19396 19398 19005 0 -1 0 31671 914 0 0 70144 29 26 3 25 0 1 0 401646426 97263616 23597 18446744073709551615 134512640 135469250 4294956592 18446744073709551615 134579596 0 0 4096 35 0 0 0 17 1 0 0
/proc/19398/statm: 23746 23597 117 233 0 23506 0
Current children cumulated CPU time (s) 702.02
Current children cumulated vsize (KiB) 94984

[startup+762.302 s]
/proc/loadavg: 0.99 1.00 0.92 2/78 19400
/proc/meminfo: memFree=1488216/2055920 swapFree=4138692/4192956
[pid=19398] ppid=19396 vsize=99032 CPUtime=762
/proc/19398/stat : 19398 (aig-cmusat) R 19396 19398 19005 0 -1 0 32681 914 0 0 76140 31 26 3 25 0 1 0 401646426 101408768 24607 18446744073709551615 134512640 135469250 4294956592 18446744073709551615 134583513 0 0 4096 35 0 0 0 17 1 0 0
/proc/19398/statm: 24758 24607 117 233 0 24518 0
Current children cumulated CPU time (s) 762
Current children cumulated vsize (KiB) 99032

[startup+822.302 s]
/proc/loadavg: 1.07 1.01 0.93 2/78 19400
/proc/meminfo: memFree=1482712/2055920 swapFree=4138692/4192956
[pid=19398] ppid=19396 vsize=104556 CPUtime=821.97
/proc/19398/stat : 19398 (aig-cmusat) R 19396 19398 19005 0 -1 0 34627 914 0 0 82134 34 26 3 25 0 1 0 401646426 107065344 25984 18446744073709551615 134512640 135469250 4294956592 18446744073709551615 134583562 0 0 4096 35 0 0 0 17 1 0 0
/proc/19398/statm: 26139 25984 117 233 0 25899 0
Current children cumulated CPU time (s) 821.97
Current children cumulated vsize (KiB) 104556

[startup+882.306 s]
/proc/loadavg: 1.09 1.02 0.93 2/78 19400
/proc/meminfo: memFree=1481624/2055920 swapFree=4138692/4192956
[pid=19398] ppid=19396 vsize=105640 CPUtime=881.96
/proc/19398/stat : 19398 (aig-cmusat) R 19396 19398 19005 0 -1 0 34898 914 0 0 88132 35 26 3 25 0 1 0 401646426 108175360 26255 18446744073709551615 134512640 135469250 4294956592 18446744073709551615 134583562 0 0 4096 35 0 0 0 17 1 0 0
/proc/19398/statm: 26410 26255 117 233 0 26170 0
Current children cumulated CPU time (s) 881.96
Current children cumulated vsize (KiB) 105640

[startup+942.301 s]
/proc/loadavg: 1.09 1.03 0.94 2/78 19400
/proc/meminfo: memFree=1476504/2055920 swapFree=4138692/4192956
[pid=19398] ppid=19396 vsize=110932 CPUtime=941.93
/proc/19398/stat : 19398 (aig-cmusat) R 19396 19398 19005 0 -1 0 36778 914 0 0 94126 38 26 3 25 0 1 0 401646426 113594368 27542 18446744073709551615 134512640 135469250 4294956592 18446744073709551615 134579503 0 0 4096 35 0 0 0 17 1 0 0
/proc/19398/statm: 27733 27542 117 233 0 27493 0
Current children cumulated CPU time (s) 941.93
Current children cumulated vsize (KiB) 110932

[startup+1002.3 s]
/proc/loadavg: 1.03 1.02 0.94 2/78 19400
/proc/meminfo: memFree=1476440/2055920 swapFree=4138692/4192956
[pid=19398] ppid=19396 vsize=110932 CPUtime=1001.91
/proc/19398/stat : 19398 (aig-cmusat) R 19396 19398 19005 0 -1 0 36779 914 0 0 100123 39 26 3 25 0 1 0 401646426 113594368 27543 18446744073709551615 134512640 135469250 4294956592 18446744073709551615 134579573 0 0 4096 35 0 0 0 17 1 0 0
/proc/19398/statm: 27733 27543 117 233 0 27493 0
Current children cumulated CPU time (s) 1001.91
Current children cumulated vsize (KiB) 110932

[startup+1062.3 s]
/proc/loadavg: 1.01 1.02 0.94 2/78 19400
/proc/meminfo: memFree=1476312/2055920 swapFree=4138692/4192956
[pid=19398] ppid=19396 vsize=111092 CPUtime=1061.89
/proc/19398/stat : 19398 (aig-cmusat) R 19396 19398 19005 0 -1 0 36809 914 0 0 106121 39 26 3 25 0 1 0 401646426 113758208 27573 18446744073709551615 134512640 135469250 4294956592 18446744073709551615 134583629 0 0 4096 35 0 0 0 17 1 0 0
/proc/19398/statm: 27773 27573 117 233 0 27533 0
Current children cumulated CPU time (s) 1061.89
Current children cumulated vsize (KiB) 111092

[startup+1122.3 s]
/proc/loadavg: 1.00 1.01 0.94 2/78 19400
/proc/meminfo: memFree=1475480/2055920 swapFree=4138692/4192956
[pid=19398] ppid=19396 vsize=112640 CPUtime=1121.87
/proc/19398/stat : 19398 (aig-cmusat) R 19396 19398 19005 0 -1 0 37607 914 0 0 112118 40 26 3 25 0 1 0 401646426 115343360 27776 18446744073709551615 134512640 135469250 4294956592 18446744073709551615 135024637 0 0 4096 35 0 0 0 17 1 0 0
/proc/19398/statm: 28160 27776 117 233 0 27920 0
Current children cumulated CPU time (s) 1121.87
Current children cumulated vsize (KiB) 112640

[startup+1182.3 s]
/proc/loadavg: 1.00 1.01 0.94 2/78 19400
/proc/meminfo: memFree=1475352/2055920 swapFree=4138692/4192956
[pid=19398] ppid=19396 vsize=112640 CPUtime=1181.86
/proc/19398/stat : 19398 (aig-cmusat) R 19396 19398 19005 0 -1 0 37638 914 0 0 118116 41 26 3 25 0 1 0 401646426 115343360 27807 18446744073709551615 134512640 135469250 4294956592 18446744073709551615 134583562 0 0 4096 35 0 0 0 17 1 0 0
/proc/19398/statm: 28160 27807 117 233 0 27920 0
Current children cumulated CPU time (s) 1181.86
Current children cumulated vsize (KiB) 112640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 1.00 1.01 0.94 2/78 19400
/proc/meminfo: memFree=1475288/2055920 swapFree=4138692/4192956
[pid=19398] ppid=19396 vsize=112640 CPUtime=1200.05
/proc/19398/stat : 19398 (aig-cmusat) R 19396 19398 19005 0 -1 0 37661 914 0 0 119935 41 26 3 25 0 1 0 401646426 115343360 27830 18446744073709551615 134512640 135469250 4294956592 18446744073709551615 134579488 0 0 4096 35 0 0 0 17 1 0 0
/proc/19398/statm: 28160 27830 117 233 0 27920 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 112640

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.53
CPU time (s): 1200.09
CPU user time (s): 1199.62
CPU system time (s): 0.469928
CPU usage (%): 99.964
Max. virtual memory (cumulated for all children) (KiB): 112640

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

runsolver used 1.26381 second user time and 3.11053 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Tue May 15 19:08:07 UTC 2007

IDJOB= 460740
IDBENCH= 48529
IDSOLVER= 204
FILE ID= node3/460740-1179256087

PBS_JOBID= 5276856

Free space on /tmp= 66542 MiB

SOLVER NAME= aig-cmusat 2007-05-15
BENCH NAME= HOME/pub/bench/AIG07/industrial-aig/palacios/medium/sortnet-7-ipc5-h16-sat.aig
COMMAND LINE= /tmp/evaluation/460740-1179256087/aig-cmusat /tmp/evaluation/460740-1179256087/instance-460740-1179256087.aig
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-460740-1179256087 -o ROOT/results/node3/solver-460740-1179256087 -C 1200 -W 1800 -M 1800 --output-limit 1,15  /tmp/evaluation/460740-1179256087/aig-cmusat /tmp/evaluation/460740-1179256087/instance-460740-1179256087.aig

META MD5SUM SOLVER= 46c0b88679dc7b9c7f6dd96ef04c5851
MD5SUM BENCH=  932003c81d828cc2be8d4fb2ad040978

RANDOM SEED= 725349510

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node3.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.270
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.270
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:       1593016 kB
Buffers:         53124 kB
Cached:         313872 kB
SwapCached:      18360 kB
Active:          50976 kB
Inactive:       340328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1593016 kB
SwapTotal:     4192956 kB
SwapFree:      4138692 kB
Dirty:            2212 kB
Writeback:           0 kB
Mapped:          30060 kB
Slab:            57148 kB
Committed_AS: 11868072 kB
PageTables:       1780 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= 66536 MiB

End job on node3 on Tue May 15 19:28:09 UTC 2007