Trace number 1524881

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
ManySAT 1.1 aimd 0/2009-03-20? (TO) 1200.07 1200.52

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/700/
unif-k5-r20-v700-c14000-S1192890414-033.cnf
MD5SUMb3febcd5ef9d5b37314559489b51c141
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark9.61754
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses14000
Sum of the clauses size70000
Maximum clause length5
Minimum clause length5
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 514000
Number of clauses of size over 50

Solver Data

0.00/0.04	c Parsing...
0.00/0.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   14000    70000 |    4199       0        0     nan |  0.000 % |
0.00/0.04	c ==============================================================================
0.00/0.04	c Result  :   #vars: 700   #clauses: 14000   #literals: 70000
0.00/0.04	c CPU time:   0.013997 s
0.00/0.04	c ==============================================================================

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-1524881-1238366080/watcher-1524881-1238366080 -o /tmp/evaluation-result-1524881-1238366080/solver-1524881-1238366080 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1524881-1238366080.cnf aimd 0 

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: 3.00 2.99 2.88 4/86 24624
/proc/meminfo: memFree=1672736/2055924 swapFree=4179676/4192956
[pid=24624] ppid=24622 vsize=5356 CPUtime=0.03
/proc/24624/stat : 24624 (manysat.sh) S 24622 24624 24224 0 -1 4194304 312 397 0 0 0 0 3 0 18 0 1 0 462938478 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24624/statm: 1339 238 195 169 0 50 0
[pid=24626] ppid=24624 vsize=2260 CPUtime=0
/proc/24626/stat : 24626 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194304 247 0 0 0 0 0 0 0 19 0 1 0 462938482 2314240 234 1992294400 134512640 135305190 4294956144 18446744073709551615 134840070 0 0 4096 3 0 0 0 17 1 0 0
/proc/24626/statm: 565 234 71 193 0 369 0

[startup+0.113864 s]
/proc/loadavg: 3.00 2.99 2.88 4/86 24624
/proc/meminfo: memFree=1672736/2055924 swapFree=4179676/4192956
[pid=24624] ppid=24622 vsize=5356 CPUtime=0.03
/proc/24624/stat : 24624 (manysat.sh) S 24622 24624 24224 0 -1 4194304 312 397 0 0 0 0 3 0 18 0 1 0 462938478 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24624/statm: 1339 238 195 169 0 50 0
[pid=24626] ppid=24624 vsize=14640 CPUtime=0.06
/proc/24626/stat : 24626 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194304 798 0 0 0 6 0 0 0 19 0 2 0 462938482 14991360 784 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24626/statm: 3660 784 83 193 0 3464 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19996

[startup+0.20188 s]
/proc/loadavg: 3.00 2.99 2.88 4/86 24624
/proc/meminfo: memFree=1672736/2055924 swapFree=4179676/4192956
[pid=24624] ppid=24622 vsize=5356 CPUtime=0.03
/proc/24624/stat : 24624 (manysat.sh) S 24622 24624 24224 0 -1 4194304 312 397 0 0 0 0 3 0 18 0 1 0 462938478 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24624/statm: 1339 238 195 169 0 50 0
[pid=24626] ppid=24624 vsize=15024 CPUtime=0.15
/proc/24626/stat : 24626 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194304 911 0 0 0 15 0 0 0 20 0 2 0 462938482 15384576 897 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24626/statm: 3756 897 83 193 0 3560 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 20380

[startup+0.301898 s]
/proc/loadavg: 3.00 2.99 2.88 4/86 24624
/proc/meminfo: memFree=1672736/2055924 swapFree=4179676/4192956
[pid=24624] ppid=24622 vsize=5356 CPUtime=0.03
/proc/24624/stat : 24624 (manysat.sh) S 24622 24624 24224 0 -1 4194304 312 397 0 0 0 0 3 0 18 0 1 0 462938478 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24624/statm: 1339 238 195 169 0 50 0
[pid=24626] ppid=24624 vsize=15552 CPUtime=0.25
/proc/24626/stat : 24626 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194304 1033 0 0 0 25 0 0 0 20 0 2 0 462938482 15925248 1019 1992294400 134512640 135305190 4294956144 18446744073709551615 134840070 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24626/statm: 3888 1019 83 193 0 3692 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 20908

[startup+0.701971 s]
/proc/loadavg: 3.00 2.99 2.88 4/86 24624
/proc/meminfo: memFree=1672736/2055924 swapFree=4179676/4192956
[pid=24624] ppid=24622 vsize=5356 CPUtime=0.03
/proc/24624/stat : 24624 (manysat.sh) S 24622 24624 24224 0 -1 4194304 312 397 0 0 0 0 3 0 18 0 1 0 462938478 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24624/statm: 1339 238 195 169 0 50 0
[pid=24626] ppid=24624 vsize=17264 CPUtime=0.65
/proc/24626/stat : 24626 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194304 1458 0 0 0 65 0 0 0 22 0 2 0 462938482 17678336 1444 1992294400 134512640 135305190 4294956144 18446744073709551615 134557916 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24626/statm: 4316 1444 83 193 0 4120 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 22620

[startup+1.50112 s]
/proc/loadavg: 3.00 2.99 2.88 4/89 24628
/proc/meminfo: memFree=1665032/2055924 swapFree=4179676/4192956
[pid=24624] ppid=24622 vsize=5356 CPUtime=0.03
/proc/24624/stat : 24624 (manysat.sh) S 24622 24624 24224 0 -1 4194304 312 397 0 0 0 0 3 0 18 0 1 0 462938478 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24624/statm: 1339 238 195 169 0 50 0
[pid=24626] ppid=24624 vsize=20308 CPUtime=1.45
/proc/24626/stat : 24626 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194304 2228 0 0 0 144 1 0 0 25 0 2 0 462938482 20795392 2214 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24626/statm: 5077 2214 83 193 0 4881 0
[pid=24626/tid=24628] ppid=24624 vsize=20308 CPUtime=0.71
/proc/24626/task/24628/stat : 24628 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194368 786 0 0 0 71 0 0 0 25 0 2 0 462938484 20795392 2214 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 25664

[startup+3.10141 s]
/proc/loadavg: 3.00 2.99 2.88 4/89 24628
/proc/meminfo: memFree=1661320/2055924 swapFree=4179676/4192956
[pid=24624] ppid=24622 vsize=5356 CPUtime=0.03
/proc/24624/stat : 24624 (manysat.sh) S 24622 24624 24224 0 -1 4194304 312 397 0 0 0 0 3 0 18 0 1 0 462938478 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24624/statm: 1339 238 195 169 0 50 0
[pid=24626] ppid=24624 vsize=23872 CPUtime=3.04
/proc/24626/stat : 24626 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194304 3104 0 0 0 303 1 0 0 25 0 2 0 462938482 24444928 3090 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24626/statm: 5968 3090 83 193 0 5772 0
[pid=24626/tid=24628] ppid=24624 vsize=23872 CPUtime=1.5
/proc/24626/task/24628/stat : 24628 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194368 1249 0 0 0 150 0 0 0 25 0 2 0 462938484 24444928 3090 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 29228

[startup+6.302 s]
/proc/loadavg: 3.00 2.99 2.88 4/89 24628
/proc/meminfo: memFree=1653256/2055924 swapFree=4179676/4192956
[pid=24624] ppid=24622 vsize=5356 CPUtime=0.03
/proc/24624/stat : 24624 (manysat.sh) S 24622 24624 24224 0 -1 4194304 312 397 0 0 0 0 3 0 18 0 1 0 462938478 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24624/statm: 1339 238 195 169 0 50 0
[pid=24626] ppid=24624 vsize=31780 CPUtime=6.25
/proc/24626/stat : 24626 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194304 5079 0 0 0 622 3 0 0 25 0 2 0 462938482 32542720 5065 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24626/statm: 7945 5065 83 193 0 7749 0
[pid=24626/tid=24628] ppid=24624 vsize=31780 CPUtime=3.1
/proc/24626/task/24628/stat : 24628 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194368 2267 0 0 0 309 1 0 0 25 0 2 0 462938484 32542720 5065 1992294400 134512640 135305190 4294956144 18446744073709551615 134551703 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 37136

[startup+12.7012 s]
/proc/loadavg: 3.00 2.99 2.88 4/89 24628
/proc/meminfo: memFree=1646280/2055924 swapFree=4179676/4192956
[pid=24624] ppid=24622 vsize=5356 CPUtime=0.03
/proc/24624/stat : 24624 (manysat.sh) S 24622 24624 24224 0 -1 4194304 312 397 0 0 0 0 3 0 18 0 1 0 462938478 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24624/statm: 1339 238 195 169 0 50 0
[pid=24626] ppid=24624 vsize=38232 CPUtime=12.64
/proc/24626/stat : 24626 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194304 6436 0 0 0 1261 3 0 0 25 0 2 0 462938482 39149568 6422 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24626/statm: 9558 6422 83 193 0 9362 0
[pid=24626/tid=24628] ppid=24624 vsize=38232 CPUtime=6.3
/proc/24626/task/24628/stat : 24628 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194368 3004 0 0 0 629 1 0 0 25 0 2 0 462938484 39149568 6422 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 43588

[startup+25.5015 s]
/proc/loadavg: 3.00 2.99 2.88 4/89 24628
/proc/meminfo: memFree=1635144/2055924 swapFree=4179676/4192956
[pid=24624] ppid=24622 vsize=5356 CPUtime=0.03
/proc/24624/stat : 24624 (manysat.sh) S 24622 24624 24224 0 -1 4194304 312 397 0 0 0 0 3 0 18 0 1 0 462938478 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24624/statm: 1339 238 195 169 0 50 0
[pid=24626] ppid=24624 vsize=49780 CPUtime=25.44
/proc/24626/stat : 24626 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194304 9291 0 0 0 2538 6 0 0 25 0 2 0 462938482 50974720 9277 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24626/statm: 12445 9277 83 193 0 12249 0
[pid=24626/tid=24628] ppid=24624 vsize=49780 CPUtime=12.7
/proc/24626/task/24628/stat : 24628 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194368 4529 0 0 0 1267 3 0 0 25 0 2 0 462938484 50974720 9277 1992294400 134512640 135305190 4294956144 18446744073709551615 134556813 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 55136

[startup+51.1012 s]
/proc/loadavg: 3.00 2.99 2.89 4/89 24628
/proc/meminfo: memFree=1628872/2055924 swapFree=4179676/4192956
[pid=24624] ppid=24622 vsize=5356 CPUtime=0.03
/proc/24624/stat : 24624 (manysat.sh) S 24622 24624 24224 0 -1 4194304 312 397 0 0 0 0 3 0 18 0 1 0 462938478 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24624/statm: 1339 238 195 169 0 50 0
[pid=24626] ppid=24624 vsize=55568 CPUtime=51.02
/proc/24626/stat : 24626 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194304 10761 0 0 0 5095 7 0 0 25 0 2 0 462938482 56901632 10747 1992294400 134512640 135305190 4294956144 18446744073709551615 134528771 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24626/statm: 13892 10747 83 193 0 13696 0
[pid=24626/tid=24628] ppid=24624 vsize=55568 CPUtime=25.5
/proc/24626/task/24628/stat : 24628 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194368 5295 0 0 0 2546 4 0 0 25 0 2 0 462938484 56901632 10747 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 60924

[startup+102.302 s]
/proc/loadavg: 3.00 2.99 2.89 4/89 24628
/proc/meminfo: memFree=1615688/2055924 swapFree=4179676/4192956
[pid=24624] ppid=24622 vsize=5356 CPUtime=0.03
/proc/24624/stat : 24624 (manysat.sh) S 24622 24624 24224 0 -1 4194304 312 397 0 0 0 0 3 0 18 0 1 0 462938478 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24624/statm: 1339 238 195 169 0 50 0
[pid=24626] ppid=24624 vsize=68660 CPUtime=102.22
/proc/24626/stat : 24626 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194304 14069 0 0 0 10212 10 0 0 25 0 2 0 462938482 70307840 14055 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24626/statm: 17165 14055 83 193 0 16969 0
[pid=24626/tid=24628] ppid=24624 vsize=68660 CPUtime=51.09
/proc/24626/task/24628/stat : 24628 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194368 6959 0 0 0 5104 5 0 0 25 0 2 0 462938484 70307840 14055 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 74016

[startup+162.302 s]
/proc/loadavg: 3.00 2.99 2.90 4/89 24628
/proc/meminfo: memFree=1603976/2055924 swapFree=4179676/4192956
[pid=24624] ppid=24622 vsize=5356 CPUtime=0.03
/proc/24624/stat : 24624 (manysat.sh) S 24622 24624 24224 0 -1 4194304 312 397 0 0 0 0 3 0 18 0 1 0 462938478 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24624/statm: 1339 238 195 169 0 50 0
[pid=24626] ppid=24624 vsize=80744 CPUtime=162.19
/proc/24626/stat : 24626 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194304 17096 0 0 0 16206 13 0 0 25 0 2 0 462938482 82681856 17078 1992294400 134512640 135305190 4294956144 18446744073709551615 134528274 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24626/statm: 20186 17078 83 193 0 19990 0
[pid=24626/tid=24628] ppid=24624 vsize=80744 CPUtime=81.07
/proc/24626/task/24628/stat : 24628 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194368 8516 0 0 0 8100 7 0 0 25 0 2 0 462938484 82681856 17078 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 86100

[startup+222.308 s]
/proc/loadavg: 3.00 2.99 2.90 4/89 24628
/proc/meminfo: memFree=1593160/2055924 swapFree=4179676/4192956
[pid=24624] ppid=24622 vsize=5356 CPUtime=0.03
/proc/24624/stat : 24624 (manysat.sh) S 24622 24624 24224 0 -1 4194304 312 397 0 0 0 0 3 0 18 0 1 0 462938478 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24624/statm: 1339 238 195 169 0 50 0
[pid=24626] ppid=24624 vsize=90580 CPUtime=222.18
/proc/24626/stat : 24626 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194304 19704 0 0 0 22202 16 0 0 25 0 2 0 462938482 92753920 19686 1992294400 134512640 135305190 4294956144 18446744073709551615 134528837 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24626/statm: 22645 19686 83 193 0 22449 0
[pid=24626/tid=24628] ppid=24624 vsize=90580 CPUtime=110.89
/proc/24626/task/24628/stat : 24628 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194368 10034 0 0 0 11081 8 0 0 25 0 2 0 462938484 92753920 19686 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 95936

[startup+282.302 s]
/proc/loadavg: 3.00 2.99 2.91 4/89 24628
/proc/meminfo: memFree=1579528/2055924 swapFree=4179676/4192956

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

[pid=24626] ppid=24624 vsize=159272 CPUtime=642.03
/proc/24626/stat : 24626 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194304 36660 0 0 0 64165 38 0 0 25 0 2 0 462938482 163094528 36642 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24626/statm: 39818 36642 83 193 0 39622 0
[pid=24626/tid=24628] ppid=24624 vsize=159272 CPUtime=320.86
/proc/24626/task/24628/stat : 24628 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194368 18682 0 0 0 32066 20 0 0 25 0 2 0 462938484 163094528 36642 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 642.06
Current children cumulated vsize (KiB) 164628

[startup+702.302 s]
/proc/loadavg: 3.00 2.99 2.91 4/89 24628
/proc/meminfo: memFree=1524936/2055924 swapFree=4179676/4192956
[pid=24624] ppid=24622 vsize=5356 CPUtime=0.03
/proc/24624/stat : 24624 (manysat.sh) S 24622 24624 24224 0 -1 4194304 312 397 0 0 0 0 3 0 18 0 1 0 462938478 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24624/statm: 1339 238 195 169 0 50 0
[pid=24626] ppid=24624 vsize=159268 CPUtime=702.01
/proc/24626/stat : 24626 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194304 36664 0 0 0 70163 38 0 0 25 0 2 0 462938482 163090432 36646 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24626/statm: 39817 36646 83 193 0 39621 0
[pid=24626/tid=24628] ppid=24624 vsize=159268 CPUtime=350.85
/proc/24626/task/24628/stat : 24628 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194368 18683 0 0 0 35065 20 0 0 25 0 2 0 462938484 163090432 36646 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 702.04
Current children cumulated vsize (KiB) 164624

[startup+762.302 s]
/proc/loadavg: 3.00 2.99 2.91 4/89 24628
/proc/meminfo: memFree=1524808/2055924 swapFree=4179676/4192956
[pid=24624] ppid=24622 vsize=5356 CPUtime=0.03
/proc/24624/stat : 24624 (manysat.sh) S 24622 24624 24224 0 -1 4194304 312 397 0 0 0 0 3 0 18 0 1 0 462938478 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24624/statm: 1339 238 195 169 0 50 0
[pid=24626] ppid=24624 vsize=159268 CPUtime=761.99
/proc/24626/stat : 24626 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194304 36689 0 0 0 76161 38 0 0 25 0 2 0 462938482 163090432 36671 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24626/statm: 39817 36671 83 193 0 39621 0
[pid=24626/tid=24628] ppid=24624 vsize=159268 CPUtime=380.85
/proc/24626/task/24628/stat : 24628 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194368 18708 0 0 0 38065 20 0 0 25 0 2 0 462938484 163090432 36671 1992294400 134512640 135305190 4294956144 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 762.02
Current children cumulated vsize (KiB) 164624

[startup+822.302 s]
/proc/loadavg: 3.00 2.99 2.91 4/89 24628
/proc/meminfo: memFree=1519752/2055924 swapFree=4179676/4192956
[pid=24624] ppid=24622 vsize=5356 CPUtime=0.03
/proc/24624/stat : 24624 (manysat.sh) S 24622 24624 24224 0 -1 4194304 312 397 0 0 0 0 3 0 18 0 1 0 462938478 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24624/statm: 1339 238 195 169 0 50 0
[pid=24626] ppid=24624 vsize=164016 CPUtime=821.97
/proc/24626/stat : 24626 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194304 37948 0 0 0 82156 41 0 0 25 0 2 0 462938482 167952384 37930 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24626/statm: 41004 37930 83 193 0 40808 0
[pid=24626/tid=24628] ppid=24624 vsize=164016 CPUtime=410.9
/proc/24626/task/24628/stat : 24628 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194368 19302 0 0 0 41069 21 0 0 25 0 2 0 462938484 167952384 37930 1992294400 134512640 135305190 4294956144 18446744073709551615 134557466 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 822
Current children cumulated vsize (KiB) 169372

[startup+882.308 s]
/proc/loadavg: 3.00 2.99 2.91 4/89 24628
/proc/meminfo: memFree=1519624/2055924 swapFree=4179676/4192956
[pid=24624] ppid=24622 vsize=5356 CPUtime=0.03
/proc/24624/stat : 24624 (manysat.sh) S 24622 24624 24224 0 -1 4194304 312 397 0 0 0 0 3 0 18 0 1 0 462938478 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24624/statm: 1339 238 195 169 0 50 0
[pid=24626] ppid=24624 vsize=164016 CPUtime=881.96
/proc/24626/stat : 24626 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194304 37970 0 0 0 88155 41 0 0 25 0 2 0 462938482 167952384 37952 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24626/statm: 41004 37952 83 193 0 40808 0
[pid=24626/tid=24628] ppid=24624 vsize=164016 CPUtime=440.89
/proc/24626/task/24628/stat : 24628 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194368 19302 0 0 0 44068 21 0 0 25 0 2 0 462938484 167952384 37952 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 881.99
Current children cumulated vsize (KiB) 169372

[startup+942.302 s]
/proc/loadavg: 3.00 2.99 2.91 4/89 24628
/proc/meminfo: memFree=1507080/2055924 swapFree=4179676/4192956
[pid=24624] ppid=24622 vsize=5356 CPUtime=0.03
/proc/24624/stat : 24624 (manysat.sh) S 24622 24624 24224 0 -1 4194304 312 397 0 0 0 0 3 0 18 0 1 0 462938478 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24624/statm: 1339 238 195 169 0 50 0
[pid=24626] ppid=24624 vsize=176232 CPUtime=941.92
/proc/24626/stat : 24626 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194304 41106 0 0 0 94147 45 0 0 25 0 2 0 462938482 180461568 41088 1992294400 134512640 135305190 4294956144 18446744073709551615 134528379 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24626/statm: 44058 41088 83 193 0 43862 0
[pid=24626/tid=24628] ppid=24624 vsize=176232 CPUtime=470.86
/proc/24626/task/24628/stat : 24628 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194368 19605 0 0 0 47065 21 0 0 25 0 2 0 462938484 180461568 41088 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 941.95
Current children cumulated vsize (KiB) 181588

[startup+1002.3 s]
/proc/loadavg: 3.00 2.99 2.91 4/89 24628
/proc/meminfo: memFree=1506952/2055924 swapFree=4179676/4192956
[pid=24624] ppid=24622 vsize=5356 CPUtime=0.03
/proc/24624/stat : 24624 (manysat.sh) S 24622 24624 24224 0 -1 4194304 312 397 0 0 0 0 3 0 18 0 1 0 462938478 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24624/statm: 1339 238 195 169 0 50 0
[pid=24626] ppid=24624 vsize=176232 CPUtime=1001.9
/proc/24626/stat : 24626 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194304 41153 0 0 0 100145 45 0 0 25 0 2 0 462938482 180461568 41135 1992294400 134512640 135305190 4294956144 18446744073709551615 134528747 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24626/statm: 44058 41135 83 193 0 43862 0
[pid=24626/tid=24628] ppid=24624 vsize=176232 CPUtime=500.74
/proc/24626/task/24628/stat : 24628 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194368 19652 0 0 0 50053 21 0 0 25 0 2 0 462938484 180461568 41135 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1001.93
Current children cumulated vsize (KiB) 181588

[startup+1062.3 s]
/proc/loadavg: 3.00 2.99 2.91 4/89 24629
/proc/meminfo: memFree=1505672/2055924 swapFree=4179676/4192956
[pid=24624] ppid=24622 vsize=5356 CPUtime=0.03
/proc/24624/stat : 24624 (manysat.sh) S 24622 24624 24224 0 -1 4194304 312 397 0 0 0 0 3 0 18 0 1 0 462938478 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24624/statm: 1339 238 195 169 0 50 0
[pid=24626] ppid=24624 vsize=178696 CPUtime=1061.89
/proc/24626/stat : 24626 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194304 41552 0 0 0 106143 46 0 0 25 0 2 0 462938482 182984704 41534 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24626/statm: 44674 41534 83 193 0 44478 0
[pid=24626/tid=24628] ppid=24624 vsize=178696 CPUtime=530.74
/proc/24626/task/24628/stat : 24628 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194368 19840 0 0 0 53052 22 0 0 25 0 2 0 462938484 182984704 41534 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1061.92
Current children cumulated vsize (KiB) 184052

[startup+1122.3 s]
/proc/loadavg: 3.00 2.99 2.91 4/89 24630
/proc/meminfo: memFree=1490120/2055924 swapFree=4179676/4192956
[pid=24624] ppid=24622 vsize=5356 CPUtime=0.03
/proc/24624/stat : 24624 (manysat.sh) S 24622 24624 24224 0 -1 4194304 312 397 0 0 0 0 3 0 18 0 1 0 462938478 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24624/statm: 1339 238 195 169 0 50 0
[pid=24626] ppid=24624 vsize=193816 CPUtime=1121.86
/proc/24626/stat : 24626 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194304 45360 0 0 0 112135 51 0 0 25 0 2 0 462938482 198467584 45342 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24626/statm: 48454 45342 83 193 0 48258 0
[pid=24626/tid=24628] ppid=24624 vsize=193816 CPUtime=560.72
/proc/24626/task/24628/stat : 24628 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194368 21561 0 0 0 56048 24 0 0 25 0 2 0 462938484 198467584 45342 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1121.89
Current children cumulated vsize (KiB) 199172

[startup+1182.3 s]
/proc/loadavg: 3.00 2.99 2.91 4/89 24630
/proc/meminfo: memFree=1489992/2055924 swapFree=4179676/4192956
[pid=24624] ppid=24622 vsize=5356 CPUtime=0.03
/proc/24624/stat : 24624 (manysat.sh) S 24622 24624 24224 0 -1 4194304 312 397 0 0 0 0 3 0 18 0 1 0 462938478 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24624/statm: 1339 238 195 169 0 50 0
[pid=24626] ppid=24624 vsize=194220 CPUtime=1181.84
/proc/24626/stat : 24626 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194304 45377 0 0 0 118133 51 0 0 25 0 2 0 462938482 198881280 45359 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24626/statm: 48555 45359 83 193 0 48359 0
[pid=24626/tid=24628] ppid=24624 vsize=194220 CPUtime=590.71
/proc/24626/task/24628/stat : 24628 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194368 21561 0 0 0 59047 24 0 0 25 0 2 0 462938484 198881280 45359 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1181.87
Current children cumulated vsize (KiB) 199576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.5 s]
/proc/loadavg: 3.00 2.99 2.91 4/89 24630
/proc/meminfo: memFree=1489928/2055924 swapFree=4179676/4192956
[pid=24624] ppid=24622 vsize=5356 CPUtime=0.03
/proc/24624/stat : 24624 (manysat.sh) S 24622 24624 24224 0 -1 4194304 312 397 0 0 0 0 3 0 18 0 1 0 462938478 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24624/statm: 1339 238 195 169 0 50 0
[pid=24626] ppid=24624 vsize=194220 CPUtime=1200.04
/proc/24626/stat : 24626 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194304 45385 0 0 0 119953 51 0 0 25 0 2 0 462938482 198881280 45367 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/24626/statm: 48555 45367 83 193 0 48359 0
[pid=24626/tid=24628] ppid=24624 vsize=194220 CPUtime=599.81
/proc/24626/task/24628/stat : 24628 (manysat1.1_stat) R 24624 24624 24224 0 -1 4194368 21561 0 0 0 59957 24 0 0 25 0 2 0 462938484 198881280 45367 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 199576

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)

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

Real time (s): 1200.52
CPU time (s): 1200.07
CPU user time (s): 1199.56
CPU system time (s): 0.51
CPU usage (%): 99.9625
Max. virtual memory (cumulated for all children) (KiB): 199576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.039993
system time used= 0.004999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 709
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= 6
involuntary context switches= 3

runsolver used 1.48977 second user time and 3.98039 second system time

The end

Launcher Data

Begin job on node83 at 2009-03-30 00:34:40
IDJOB=1524881
IDBENCH=70232
IDSOLVER=513
FILE ID=node83/1524881-1238366080
PBS_JOBID= 9061156
Free space on /tmp= 66480 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/700/unif-k5-r20-v700-c14000-S1192890414-033.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524881-1238366080/watcher-1524881-1238366080 -o /tmp/evaluation-result-1524881-1238366080/solver-1524881-1238366080 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1524881-1238366080.cnf aimd 0

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

MD5SUM BENCH= b3febcd5ef9d5b37314559489b51c141
RANDOM SEED=1396307007

node83.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.268
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.268
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1673152 kB
Buffers:         70932 kB
Cached:         218468 kB
SwapCached:       7488 kB
Active:         177964 kB
Inactive:       129976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1673152 kB
SwapTotal:     4192956 kB
SwapFree:      4179676 kB
Dirty:            1808 kB
Writeback:           0 kB
Mapped:          26016 kB
Slab:            58836 kB
Committed_AS:  1034516 kB
PageTables:       2680 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= 66480 MiB
End job on node83 at 2009-03-30 00:54:43