Trace number 1735254

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.17 601.622

General information on the benchmark

NameCRAFTED/rbsat/random/forced/
rbsat-v760c43649gyes1.cnf
MD5SUM8541c8ec619084537b62d7926e092ff9
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.693893
Satisfiable
(Un)Satisfiability was proved
Number of variables760
Number of clauses43649
Sum of the clauses size87978
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243609
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

Solver Data

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   43649    87978 |   13094       0        0     nan |  0.000 % |
0.09/0.15	c |         0 |   42676   137686 |      --       0       --      -- |     --   | -973/49708
0.09/0.15	c ==============================================================================
0.09/0.15	c Result  :   #vars: 720   #clauses: 42676   #literals: 137686
0.09/0.15	c CPU time:   0.142978 s
0.09/0.15	c ==============================================================================

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1735254-1240800941/watcher-1735254-1240800941 -o /tmp/evaluation-result-1735254-1240800941/solver-1735254-1240800941 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1735254-1240800941.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: 0.99 0.98 0.99 3/64 26390
/proc/meminfo: memFree=1332928/2055920 swapFree=4192812/4192956
[pid=26390] ppid=26388 vsize=5356 CPUtime=0
/proc/26390/stat : 26390 (manysat.sh) R 26388 26390 25669 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 108127861 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 215418989215 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/26390/statm: 1339 234 194 169 0 50 0
[pid=26391] ppid=26390 vsize=836 CPUtime=0
/proc/26391/stat : 26391 (SatElite) R 26390 26390 25669 0 -1 4194304 134 0 0 0 0 0 0 0 18 0 1 0 108127861 856064 118 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/26391/statm: 209 119 51 127 0 79 0

[startup+0.039422 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 26390
/proc/meminfo: memFree=1332928/2055920 swapFree=4192812/4192956
[pid=26390] ppid=26388 vsize=5356 CPUtime=0
/proc/26390/stat : 26390 (manysat.sh) S 26388 26390 25669 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 108127861 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26390/statm: 1339 235 195 169 0 50 0
[pid=26391] ppid=26390 vsize=3788 CPUtime=0.03
/proc/26391/stat : 26391 (SatElite) R 26390 26390 25669 0 -1 4194304 805 0 0 0 3 0 0 0 19 0 1 0 108127861 3878912 789 1992294400 134512640 135034092 4294956096 18446744073709551615 134566433 0 0 4096 3 0 0 0 17 0 0 0
/proc/26391/statm: 947 789 68 127 0 817 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9144

[startup+0.10243 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 26390
/proc/meminfo: memFree=1332928/2055920 swapFree=4192812/4192956
[pid=26390] ppid=26388 vsize=5356 CPUtime=0
/proc/26390/stat : 26390 (manysat.sh) S 26388 26390 25669 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 108127861 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26390/statm: 1339 235 195 169 0 50 0
[pid=26391] ppid=26390 vsize=4952 CPUtime=0.09
/proc/26391/stat : 26391 (SatElite) R 26390 26390 25669 0 -1 4194304 993 0 0 0 9 0 0 0 19 0 1 0 108127861 5070848 977 1992294400 134512640 135034092 4294956096 18446744073709551615 134563316 0 0 4096 3 0 0 0 17 0 0 0
/proc/26391/statm: 1238 977 68 127 0 1108 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10308

[startup+0.302459 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 26390
/proc/meminfo: memFree=1332928/2055920 swapFree=4192812/4192956
[pid=26390] ppid=26388 vsize=5356 CPUtime=0.18
/proc/26390/stat : 26390 (manysat.sh) S 26388 26390 25669 0 -1 4194304 312 1000 0 0 0 0 18 0 16 0 1 0 108127861 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26390/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 5356

[startup+0.702506 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 26390
/proc/meminfo: memFree=1332928/2055920 swapFree=4192812/4192956
[pid=26390] ppid=26388 vsize=5356 CPUtime=0.18
/proc/26390/stat : 26390 (manysat.sh) S 26388 26390 25669 0 -1 4194304 312 1000 0 0 0 0 18 0 16 0 1 0 108127861 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26390/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 5356

[startup+1.50159 s]
/proc/loadavg: 1.07 1.00 1.00 3/67 26394
/proc/meminfo: memFree=1323176/2055920 swapFree=4192812/4192956
[pid=26390] ppid=26388 vsize=5356 CPUtime=0.18
/proc/26390/stat : 26390 (manysat.sh) S 26388 26390 25669 0 -1 4194304 312 1000 0 0 0 0 18 0 16 0 1 0 108127861 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26390/statm: 1339 238 195 169 0 50 0
[pid=26393] ppid=26390 vsize=22344 CPUtime=2.53
/proc/26393/stat : 26393 (manysat1.1_stat) R 26390 26390 25669 0 -1 4194304 2715 0 0 0 252 1 0 0 17 0 2 0 108127881 22880256 2700 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26393/statm: 5586 2700 83 193 0 5390 0
[pid=26393/tid=26394] ppid=26390 vsize=22344 CPUtime=1.24
/proc/26393/task/26394/stat : 26394 (manysat1.1_stat) R 26390 26390 25669 0 -1 4194368 694 0 0 0 124 0 0 0 19 0 2 0 108127885 22880256 2700 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 27700

[startup+3.10177 s]
/proc/loadavg: 1.07 1.00 1.00 3/67 26394
/proc/meminfo: memFree=1320360/2055920 swapFree=4192812/4192956
[pid=26390] ppid=26388 vsize=5356 CPUtime=0.18
/proc/26390/stat : 26390 (manysat.sh) S 26388 26390 25669 0 -1 4194304 312 1000 0 0 0 0 18 0 16 0 1 0 108127861 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26390/statm: 1339 238 195 169 0 50 0
[pid=26393] ppid=26390 vsize=25584 CPUtime=5.73
/proc/26393/stat : 26393 (manysat1.1_stat) R 26390 26390 25669 0 -1 4194304 3484 0 0 0 571 2 0 0 17 0 2 0 108127881 26198016 3469 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26393/statm: 6396 3469 83 193 0 6200 0
[pid=26393/tid=26394] ppid=26390 vsize=25584 CPUtime=2.84
/proc/26393/task/26394/stat : 26394 (manysat1.1_stat) R 26390 26390 25669 0 -1 4194368 1075 0 0 0 284 0 0 0 17 0 2 0 108127885 26198016 3469 1992294400 134512640 135305190 4294956144 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 30940

[startup+6.30113 s]
/proc/loadavg: 1.15 1.02 1.01 3/67 26394
/proc/meminfo: memFree=1316072/2055920 swapFree=4192812/4192956
[pid=26390] ppid=26388 vsize=5356 CPUtime=0.18
/proc/26390/stat : 26390 (manysat.sh) S 26388 26390 25669 0 -1 4194304 312 1000 0 0 0 0 18 0 16 0 1 0 108127861 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26390/statm: 1339 238 195 169 0 50 0
[pid=26393] ppid=26390 vsize=29632 CPUtime=12.12
/proc/26393/stat : 26393 (manysat1.1_stat) R 26390 26390 25669 0 -1 4194304 4468 0 0 0 1208 4 0 0 17 0 2 0 108127881 30343168 4453 1992294400 134512640 135305190 4294956144 18446744073709551615 134558564 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26393/statm: 7408 4453 83 193 0 7212 0
[pid=26393/tid=26394] ppid=26390 vsize=29632 CPUtime=6.04
/proc/26393/task/26394/stat : 26394 (manysat1.1_stat) R 26390 26390 25669 0 -1 4194368 1571 0 0 0 603 1 0 0 17 0 2 0 108127885 30343168 4453 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 34988

[startup+12.7018 s]
/proc/loadavg: 1.22 1.03 1.01 3/67 26394
/proc/meminfo: memFree=1310568/2055920 swapFree=4192812/4192956
[pid=26390] ppid=26388 vsize=5356 CPUtime=0.18
/proc/26390/stat : 26390 (manysat.sh) S 26388 26390 25669 0 -1 4194304 312 1000 0 0 0 0 18 0 16 0 1 0 108127861 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26390/statm: 1339 238 195 169 0 50 0
[pid=26393] ppid=26390 vsize=33244 CPUtime=24.88
/proc/26393/stat : 26393 (manysat1.1_stat) R 26390 26390 25669 0 -1 4194304 5463 0 0 0 2483 5 0 0 17 0 2 0 108127881 34041856 5448 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26393/statm: 8311 5448 83 193 0 8115 0
[pid=26393/tid=26394] ppid=26390 vsize=33244 CPUtime=12.43
/proc/26393/task/26394/stat : 26394 (manysat1.1_stat) R 26390 26390 25669 0 -1 4194368 2116 0 0 0 1242 1 0 0 17 0 2 0 108127885 34041856 5448 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 38600

[startup+25.5023 s]
/proc/loadavg: 1.34 1.06 1.02 3/67 26394
/proc/meminfo: memFree=1301864/2055920 swapFree=4192812/4192956
[pid=26390] ppid=26388 vsize=5356 CPUtime=0.18
/proc/26390/stat : 26390 (manysat.sh) S 26388 26390 25669 0 -1 4194304 312 1000 0 0 0 0 18 0 16 0 1 0 108127861 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26390/statm: 1339 238 195 169 0 50 0
[pid=26393] ppid=26390 vsize=42672 CPUtime=50.42
/proc/26393/stat : 26393 (manysat1.1_stat) R 26390 26390 25669 0 -1 4194304 7632 0 0 0 5034 8 0 0 17 0 2 0 108127881 43696128 7617 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26393/statm: 10668 7617 83 193 0 10472 0
[pid=26393/tid=26394] ppid=26390 vsize=42672 CPUtime=25.22
/proc/26393/task/26394/stat : 26394 (manysat1.1_stat) R 26390 26390 25669 0 -1 4194368 3164 0 0 0 2519 3 0 0 17 0 2 0 108127885 43696128 7617 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 48028

[startup+51.1021 s]
/proc/loadavg: 1.60 1.15 1.05 3/67 26394
/proc/meminfo: memFree=1295144/2055920 swapFree=4192812/4192956
[pid=26390] ppid=26388 vsize=5356 CPUtime=0.18
/proc/26390/stat : 26390 (manysat.sh) S 26388 26390 25669 0 -1 4194304 312 1000 0 0 0 0 18 0 16 0 1 0 108127861 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26390/statm: 1339 238 195 169 0 50 0
[pid=26393] ppid=26390 vsize=48768 CPUtime=101.49
/proc/26393/stat : 26393 (manysat1.1_stat) R 26390 26390 25669 0 -1 4194304 9228 0 0 0 10139 10 0 0 16 0 2 0 108127881 49938432 9213 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26393/statm: 12192 9213 83 193 0 11996 0
[pid=26393/tid=26394] ppid=26390 vsize=48768 CPUtime=50.81
/proc/26393/task/26394/stat : 26394 (manysat1.1_stat) R 26390 26390 25669 0 -1 4194368 3976 0 0 0 5077 4 0 0 25 0 2 0 108127885 49938432 9213 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 54124

[startup+102.307 s]
/proc/loadavg: 1.82 1.28 1.10 3/67 26394
/proc/meminfo: memFree=1281640/2055920 swapFree=4192812/4192956
[pid=26390] ppid=26388 vsize=5356 CPUtime=0.18
/proc/26390/stat : 26390 (manysat.sh) S 26388 26390 25669 0 -1 4194304 312 1000 0 0 0 0 18 0 16 0 1 0 108127861 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26390/statm: 1339 238 195 169 0 50 0
[pid=26393] ppid=26390 vsize=62212 CPUtime=203.66
/proc/26393/stat : 26393 (manysat1.1_stat) R 26390 26390 25669 0 -1 4194304 12544 0 0 0 20351 15 0 0 25 0 2 0 108127881 63705088 12529 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26393/statm: 15553 12529 83 193 0 15357 0
[pid=26393/tid=26394] ppid=26390 vsize=62212 CPUtime=101.98
/proc/26393/task/26394/stat : 26394 (manysat1.1_stat) R 26390 26390 25669 0 -1 4194368 5817 0 0 0 10192 6 0 0 25 0 2 0 108127885 63705088 12529 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.84
Current children cumulated vsize (KiB) 67568

[startup+162.303 s]
/proc/loadavg: 1.93 1.41 1.15 3/67 26394
/proc/meminfo: memFree=1268904/2055920 swapFree=4192812/4192956
[pid=26390] ppid=26388 vsize=5356 CPUtime=0.18
/proc/26390/stat : 26390 (manysat.sh) S 26388 26390 25669 0 -1 4194304 312 1000 0 0 0 0 18 0 16 0 1 0 108127861 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26390/statm: 1339 238 195 169 0 50 0
[pid=26393] ppid=26390 vsize=76292 CPUtime=323.38
/proc/26393/stat : 26393 (manysat1.1_stat) R 26390 26390 25669 0 -1 4194304 15832 0 0 0 32318 20 0 0 17 0 2 0 108127881 78123008 15817 1992294400 134512640 135305190 4294956144 18446744073709551615 134556904 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26393/statm: 19073 15817 83 193 0 18877 0
[pid=26393/tid=26394] ppid=26390 vsize=76292 CPUtime=161.94
/proc/26393/task/26394/stat : 26394 (manysat1.1_stat) R 26390 26390 25669 0 -1 4194368 7521 0 0 0 16186 8 0 0 25 0 2 0 108127885 78123008 15817 1992294400 134512640 135305190 4294956144 18446744073709551615 134528568 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.56
Current children cumulated vsize (KiB) 81648

[startup+222.302 s]
/proc/loadavg: 1.97 1.51 1.20 3/67 26394
/proc/meminfo: memFree=1247720/2055920 swapFree=4192812/4192956
[pid=26390] ppid=26388 vsize=5356 CPUtime=0.18
/proc/26390/stat : 26390 (manysat.sh) S 26388 26390 25669 0 -1 4194304 312 1000 0 0 0 0 18 0 16 0 1 0 108127861 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26390/statm: 1339 238 195 169 0 50 0
[pid=26393] ppid=26390 vsize=97432 CPUtime=443.1
/proc/26393/stat : 26393 (manysat1.1_stat) R 26390 26390 25669 0 -1 4194304 21024 0 0 0 44280 30 0 0 25 0 2 0 108127881 99770368 21009 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26393/statm: 24358 21009 83 193 0 24162 0
[pid=26393/tid=26394] ppid=26390 vsize=97432 CPUtime=221.91
/proc/26393/task/26394/stat : 26394 (manysat1.1_stat) R 26390 26390 25669 0 -1 4194368 10950 0 0 0 22176 15 0 0 25 0 2 0 108127885 99770368 21009 1992294400 134512640 135305190 4294956144 18446744073709551615 134528442 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.28
Current children cumulated vsize (KiB) 102788

[startup+282.303 s]
/proc/loadavg: 1.99 1.60 1.25 3/67 26394
/proc/meminfo: memFree=1235880/2055920 swapFree=4192812/4192956
[pid=26390] ppid=26388 vsize=5356 CPUtime=0.18
/proc/26390/stat : 26390 (manysat.sh) S 26388 26390 25669 0 -1 4194304 312 1000 0 0 0 0 18 0 16 0 1 0 108127861 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26390/statm: 1339 238 195 169 0 50 0
[pid=26393] ppid=26390 vsize=108964 CPUtime=562.82
/proc/26393/stat : 26393 (manysat1.1_stat) R 26390 26390 25669 0 -1 4194304 23945 0 0 0 56247 35 0 0 25 0 2 0 108127881 111579136 23930 1992294400 134512640 135305190 4294956144 18446744073709551615 134528283 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26393/statm: 27241 23930 83 193 0 27045 0
[pid=26393/tid=26394] ppid=26390 vsize=108964 CPUtime=281.88
/proc/26393/task/26394/stat : 26394 (manysat1.1_stat) R 26390 26390 25669 0 -1 4194368 12343 0 0 0 28170 18 0 0 25 0 2 0 108127885 111579136 23930 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563
Current children cumulated vsize (KiB) 114320

[startup+342.303 s]
/proc/loadavg: 1.99 1.67 1.29 3/67 26399
/proc/meminfo: memFree=1223656/2055920 swapFree=4192812/4192956
[pid=26390] ppid=26388 vsize=5356 CPUtime=0.18
/proc/26390/stat : 26390 (manysat.sh) S 26388 26390 25669 0 -1 4194304 312 1000 0 0 0 0 18 0 16 0 1 0 108127861 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26390/statm: 1339 238 195 169 0 50 0
[pid=26393] ppid=26390 vsize=122300 CPUtime=682.54
/proc/26393/stat : 26393 (manysat1.1_stat) R 26390 26390 25669 0 -1 4194304 27005 0 0 0 68213 41 0 0 25 0 2 0 108127881 125235200 26990 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26393/statm: 30575 26990 83 193 0 30379 0
[pid=26393/tid=26394] ppid=26390 vsize=122300 CPUtime=341.86
/proc/26393/task/26394/stat : 26394 (manysat1.1_stat) R 26390 26390 25669 0 -1 4194368 14084 0 0 0 34165 21 0 0 25 0 2 0 108127885 125235200 26990 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.72
Current children cumulated vsize (KiB) 127656

[startup+402.302 s]
/proc/loadavg: 1.99 1.73 1.33 3/67 26399
/proc/meminfo: memFree=1219176/2055920 swapFree=4192812/4192956
[pid=26390] ppid=26388 vsize=5356 CPUtime=0.18
/proc/26390/stat : 26390 (manysat.sh) S 26388 26390 25669 0 -1 4194304 312 1000 0 0 0 0 18 0 16 0 1 0 108127861 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26390/statm: 1339 238 195 169 0 50 0
[pid=26393] ppid=26390 vsize=126632 CPUtime=802.27
/proc/26393/stat : 26393 (manysat1.1_stat) R 26390 26390 25669 0 -1 4194304 28142 0 0 0 80184 43 0 0 25 0 2 0 108127881 129671168 28127 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26393/statm: 31658 28127 83 193 0 31462 0
[pid=26393/tid=26394] ppid=26390 vsize=126632 CPUtime=401.82
/proc/26393/task/26394/stat : 26394 (manysat1.1_stat) R 26390 26390 25669 0 -1 4194368 14328 0 0 0 40160 22 0 0 25 0 2 0 108127885 129671168 28127 1992294400 134512640 135305190 4294956144 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.45
Current children cumulated vsize (KiB) 131988

[startup+462.303 s]
/proc/loadavg: 1.99 1.77 1.37 3/67 26399
/proc/meminfo: memFree=1211304/2055920 swapFree=4192812/4192956
[pid=26390] ppid=26388 vsize=5356 CPUtime=0.18
/proc/26390/stat : 26390 (manysat.sh) S 26388 26390 25669 0 -1 4194304 312 1000 0 0 0 0 18 0 16 0 1 0 108127861 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26390/statm: 1339 238 195 169 0 50 0
[pid=26393] ppid=26390 vsize=135012 CPUtime=921.99
/proc/26393/stat : 26393 (manysat1.1_stat) R 26390 26390 25669 0 -1 4194304 30079 0 0 0 92153 46 0 0 17 0 2 0 108127881 138252288 30064 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26393/statm: 33753 30064 83 193 0 33557 0
[pid=26393/tid=26394] ppid=26390 vsize=135012 CPUtime=461.8
/proc/26393/task/26394/stat : 26394 (manysat1.1_stat) R 26390 26390 25669 0 -1 4194368 15454 0 0 0 46156 24 0 0 25 0 2 0 108127885 138252288 30064 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.17
Current children cumulated vsize (KiB) 140368

[startup+522.302 s]
/proc/loadavg: 1.99 1.81 1.41 3/67 26399
/proc/meminfo: memFree=1210088/2055920 swapFree=4192812/4192956
[pid=26390] ppid=26388 vsize=5356 CPUtime=0.18
/proc/26390/stat : 26390 (manysat.sh) S 26388 26390 25669 0 -1 4194304 312 1000 0 0 0 0 18 0 16 0 1 0 108127861 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26390/statm: 1339 238 195 169 0 50 0
[pid=26393] ppid=26390 vsize=136512 CPUtime=1041.72
/proc/26393/stat : 26393 (manysat1.1_stat) R 26390 26390 25669 0 -1 4194304 30381 0 0 0 104125 47 0 0 25 0 2 0 108127881 139788288 30366 1992294400 134512640 135305190 4294956144 18446744073709551615 134556804 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26393/statm: 34128 30366 83 193 0 33932 0
[pid=26393/tid=26394] ppid=26390 vsize=136512 CPUtime=521.62
/proc/26393/task/26394/stat : 26394 (manysat1.1_stat) R 26390 26390 25669 0 -1 4194368 15664 0 0 0 52138 24 0 0 25 0 2 0 108127885 139788288 30366 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1041.9
Current children cumulated vsize (KiB) 141868

[startup+582.302 s]
/proc/loadavg: 1.99 1.84 1.44 3/67 26399
/proc/meminfo: memFree=1200424/2055920 swapFree=4192812/4192956
[pid=26390] ppid=26388 vsize=5356 CPUtime=0.18
/proc/26390/stat : 26390 (manysat.sh) S 26388 26390 25669 0 -1 4194304 312 1000 0 0 0 0 18 0 16 0 1 0 108127861 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26390/statm: 1339 238 195 169 0 50 0
[pid=26393] ppid=26390 vsize=145904 CPUtime=1161.47
/proc/26393/stat : 26393 (manysat1.1_stat) R 26390 26390 25669 0 -1 4194304 32811 0 0 0 116095 52 0 0 21 0 2 0 108127881 149405696 32796 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26393/statm: 36476 32796 83 193 0 36280 0
[pid=26393/tid=26394] ppid=26390 vsize=145904 CPUtime=581.39
/proc/26393/task/26394/stat : 26394 (manysat1.1_stat) R 26390 26390 25669 0 -1 4194368 17381 0 0 0 58111 28 0 0 25 0 2 0 108127885 149405696 32796 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.65
Current children cumulated vsize (KiB) 151260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.601 s]
/proc/loadavg: 1.99 1.85 1.45 3/67 26399
/proc/meminfo: memFree=1192872/2055920 swapFree=4192812/4192956
[pid=26390] ppid=26388 vsize=5356 CPUtime=0.18
/proc/26390/stat : 26390 (manysat.sh) S 26388 26390 25669 0 -1 4194304 312 1000 0 0 0 0 18 0 16 0 1 0 108127861 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26390/statm: 1339 238 195 169 0 50 0
[pid=26393] ppid=26390 vsize=152972 CPUtime=1199.99
/proc/26393/stat : 26393 (manysat1.1_stat) R 26390 26390 25669 0 -1 4194304 34675 0 0 0 119944 55 0 0 25 0 2 0 108127881 156643328 34660 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/26393/statm: 38243 34660 83 193 0 38047 0
[pid=26393/tid=26394] ppid=26390 vsize=152972 CPUtime=600.61
/proc/26393/task/26394/stat : 26394 (manysat1.1_stat) R 26390 26390 25669 0 -1 4194368 18205 0 0 0 60031 30 0 0 25 0 2 0 108127885 156643328 34660 1992294400 134512640 135305190 4294956144 18446744073709551615 134528449 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.17
Current children cumulated vsize (KiB) 158328

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 26390 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=188971
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=9998
# CPU time returned by wait4() is 0.198969
# while last known CPU time is 1200.17
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 601.622
CPU time (s): 1200.17
CPU user time (s): 1199.62
CPU system time (s): 0.55
CPU usage (%): 199.489
Max. virtual memory (cumulated for all children) (KiB): 158328

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

runsolver used 0.558915 second user time and 1.64375 second system time

The end

Launcher Data

Begin job on node9 at 2009-04-27 04:55:41
IDJOB=1735254
IDBENCH=71389
IDSOLVER=513
FILE ID=node9/1735254-1240800941
PBS_JOBID= 9187341
Free space on /tmp= 66364 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v760c43649gyes1.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1735254-1240800941/watcher-1735254-1240800941 -o /tmp/evaluation-result-1735254-1240800941/solver-1735254-1240800941 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1735254-1240800941.cnf aimd 0

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

MD5SUM BENCH= 8541c8ec619084537b62d7926e092ff9
RANDOM SEED=797027752

node9.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.240
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.240
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:       1333408 kB
Buffers:         73168 kB
Cached:         556776 kB
SwapCached:        144 kB
Active:         104860 kB
Inactive:       539100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1333408 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1984 kB
Writeback:           0 kB
Mapped:          23652 kB
Slab:            64616 kB
Committed_AS:   400720 kB
PageTables:       1388 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= 66364 MiB
End job on node9 at 2009-04-27 05:05:45