Trace number 1733756

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 2/2009-03-20? (TO) 1200.19 601.923

General information on the benchmark

NameCRAFTED/modcircuits/
mod3block_4vars_11gates_b2_restricted.cnf
MD5SUMa05652854911cfd1b4cd45a296cdc798
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1570
Number of clauses746634
Sum of the clauses size4332883
Maximum clause length34
Minimum clause length1
Number of clauses of size 1398
Number of clauses of size 24712
Number of clauses of size 326183
Number of clauses of size 48465
Number of clauses of size 530979
Number of clauses of size over 5675897

Solver Data

0.00/0.00	c Parsing...
0.28/0.39	c ==============================================================================
0.28/0.39	c |           |     ORIGINAL     |              LEARNT              |          |
0.28/0.39	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.28/0.39	c ==============================================================================
0.28/0.39	c |         0 |   83254   350992 |   24976       0        0     nan |  0.000 % |
0.59/0.70	c |         0 |   41312   202218 |      --       0       --      -- |     --   | -8759/-5248
0.59/0.70	c ==============================================================================
0.59/0.70	c Result  :   #vars: 880   #clauses: 41312   #literals: 202218
0.59/0.70	c CPU time:   0.6539 s
0.59/0.70	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-1733756-1240792255/watcher-1733756-1240792255 -o /tmp/evaluation-result-1733756-1240792255/solver-1733756-1240792255 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1733756-1240792255.cnf aimd 2 

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.91 0.97 0.99 3/64 22353
/proc/meminfo: memFree=1762432/2055920 swapFree=4180472/4192956
[pid=22353] ppid=22351 vsize=5356 CPUtime=0
/proc/22353/stat : 22353 (manysat.sh) R 22351 22353 21574 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 107249954 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 224627583647 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/22353/statm: 1339 234 194 169 0 50 0
[pid=22354] ppid=22353 vsize=824 CPUtime=0
/proc/22354/stat : 22354 (SatElite) R 22353 22353 21574 0 -1 4194304 123 0 0 0 0 0 0 0 18 0 1 0 107249955 843776 107 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/22354/statm: 206 109 51 127 0 76 0

[startup+0.0471549 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 22353
/proc/meminfo: memFree=1762432/2055920 swapFree=4180472/4192956
[pid=22353] ppid=22351 vsize=5356 CPUtime=0
/proc/22353/stat : 22353 (manysat.sh) S 22351 22353 21574 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 107249954 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22353/statm: 1339 235 195 169 0 50 0
[pid=22354] ppid=22353 vsize=2460 CPUtime=0.03
/proc/22354/stat : 22354 (SatElite) R 22353 22353 21574 0 -1 4194304 492 0 0 0 3 0 0 0 18 0 1 0 107249955 2519040 476 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/22354/statm: 615 476 52 127 0 485 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7816

[startup+0.101162 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 22353
/proc/meminfo: memFree=1762432/2055920 swapFree=4180472/4192956
[pid=22353] ppid=22351 vsize=5356 CPUtime=0
/proc/22353/stat : 22353 (manysat.sh) S 22351 22353 21574 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 107249954 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22353/statm: 1339 235 195 169 0 50 0
[pid=22354] ppid=22353 vsize=2876 CPUtime=0.09
/proc/22354/stat : 22354 (SatElite) R 22353 22353 21574 0 -1 4194304 623 0 0 0 9 0 0 0 19 0 1 0 107249955 2945024 607 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/22354/statm: 719 607 52 127 0 589 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8232

[startup+0.30119 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 22353
/proc/meminfo: memFree=1762432/2055920 swapFree=4180472/4192956
[pid=22353] ppid=22351 vsize=5356 CPUtime=0
/proc/22353/stat : 22353 (manysat.sh) S 22351 22353 21574 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 107249954 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22353/statm: 1339 235 195 169 0 50 0
[pid=22354] ppid=22353 vsize=4584 CPUtime=0.28
/proc/22354/stat : 22354 (SatElite) R 22353 22353 21574 0 -1 4194304 1019 0 0 0 26 2 0 0 21 0 1 0 107249955 4694016 1003 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/22354/statm: 1146 1003 52 127 0 1016 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9940

[startup+0.701247 s]
/proc/loadavg: 0.91 0.97 0.99 3/64 22353
/proc/meminfo: memFree=1762432/2055920 swapFree=4180472/4192956
[pid=22353] ppid=22351 vsize=5356 CPUtime=0
/proc/22353/stat : 22353 (manysat.sh) S 22351 22353 21574 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 107249954 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22353/statm: 1339 235 195 169 0 50 0
[pid=22354] ppid=22353 vsize=8256 CPUtime=0.69
/proc/22354/stat : 22354 (SatElite) R 22353 22353 21574 0 -1 4194304 2410 0 0 0 65 4 0 0 25 0 1 0 107249955 8454144 1829 1992294400 134512640 135034092 4294956096 18446744073709551615 134657818 0 0 4096 3 0 0 0 17 0 0 0
/proc/22354/statm: 2064 1829 69 127 0 1934 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13612

[startup+1.50237 s]
/proc/loadavg: 0.91 0.97 0.99 3/67 22357
/proc/meminfo: memFree=1753000/2055920 swapFree=4180472/4192956
[pid=22353] ppid=22351 vsize=5356 CPUtime=0.76
/proc/22353/stat : 22353 (manysat.sh) S 22351 22353 21574 0 -1 4194304 312 2413 0 0 0 0 72 4 16 0 1 0 107249954 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22353/statm: 1339 238 195 169 0 50 0
[pid=22356] ppid=22353 vsize=22328 CPUtime=1.39
/proc/22356/stat : 22356 (manysat1.1_stat) R 22353 22353 21574 0 -1 4194304 2475 0 0 0 137 2 0 0 17 0 2 0 107250032 22863872 2459 1992294400 134512640 135305190 4294956144 18446744073709551615 134528332 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22356/statm: 5582 2459 83 193 0 5386 0
[pid=22356/tid=22357] ppid=22353 vsize=22328 CPUtime=0.65
/proc/22356/task/22357/stat : 22357 (manysat1.1_stat) R 22353 22353 21574 0 -1 4194368 416 0 0 0 65 0 0 0 17 0 2 0 107250037 22863872 2459 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.15
Current children cumulated vsize (KiB) 27684

[startup+3.1026 s]
/proc/loadavg: 1.08 1.00 1.00 3/67 22357
/proc/meminfo: memFree=1748840/2055920 swapFree=4180472/4192956
[pid=22353] ppid=22351 vsize=5356 CPUtime=0.76
/proc/22353/stat : 22353 (manysat.sh) S 22351 22353 21574 0 -1 4194304 312 2413 0 0 0 0 72 4 16 0 1 0 107249954 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22353/statm: 1339 238 195 169 0 50 0
[pid=22356] ppid=22353 vsize=26156 CPUtime=4.57
/proc/22356/stat : 22356 (manysat1.1_stat) R 22353 22353 21574 0 -1 4194304 3383 0 0 0 454 3 0 0 17 0 2 0 107250032 26783744 3367 1992294400 134512640 135305190 4294956144 18446744073709551615 134528446 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22356/statm: 6539 3367 83 193 0 6343 0
[pid=22356/tid=22357] ppid=22353 vsize=26156 CPUtime=2.25
/proc/22356/task/22357/stat : 22357 (manysat1.1_stat) R 22353 22353 21574 0 -1 4194368 830 0 0 0 223 2 0 0 17 0 2 0 107250037 26783744 3367 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.33
Current children cumulated vsize (KiB) 31512

[startup+6.30105 s]
/proc/loadavg: 1.08 1.00 1.00 3/67 22357
/proc/meminfo: memFree=1745512/2055920 swapFree=4180472/4192956
[pid=22353] ppid=22351 vsize=5356 CPUtime=0.76
/proc/22353/stat : 22353 (manysat.sh) S 22351 22353 21574 0 -1 4194304 312 2413 0 0 0 0 72 4 16 0 1 0 107249954 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22353/statm: 1339 238 195 169 0 50 0
[pid=22356] ppid=22353 vsize=29220 CPUtime=10.95
/proc/22356/stat : 22356 (manysat1.1_stat) R 22353 22353 21574 0 -1 4194304 4140 0 0 0 1090 5 0 0 17 0 2 0 107250032 29921280 4124 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22356/statm: 7305 4124 83 193 0 7109 0
[pid=22356/tid=22357] ppid=22353 vsize=29220 CPUtime=5.43
/proc/22356/task/22357/stat : 22357 (manysat1.1_stat) R 22353 22353 21574 0 -1 4194368 1210 0 0 0 540 3 0 0 17 0 2 0 107250037 29921280 4124 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 11.71
Current children cumulated vsize (KiB) 34576

[startup+12.702 s]
/proc/loadavg: 1.15 1.02 1.01 3/67 22357
/proc/meminfo: memFree=1740520/2055920 swapFree=4180472/4192956
[pid=22353] ppid=22351 vsize=5356 CPUtime=0.76
/proc/22353/stat : 22353 (manysat.sh) S 22351 22353 21574 0 -1 4194304 312 2413 0 0 0 0 72 4 16 0 1 0 107249954 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22353/statm: 1339 238 195 169 0 50 0
[pid=22356] ppid=22353 vsize=33764 CPUtime=23.72
/proc/22356/stat : 22356 (manysat1.1_stat) R 22353 22353 21574 0 -1 4194304 5321 0 0 0 2366 6 0 0 16 0 2 0 107250032 34574336 5305 1992294400 134512640 135305190 4294956144 18446744073709551615 134528363 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22356/statm: 8441 5305 83 193 0 8245 0
[pid=22356/tid=22357] ppid=22353 vsize=33764 CPUtime=11.8
/proc/22356/task/22357/stat : 22357 (manysat1.1_stat) R 22353 22353 21574 0 -1 4194368 1795 0 0 0 1177 3 0 0 17 0 2 0 107250037 34574336 5305 1992294400 134512640 135305190 4294956144 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 24.48
Current children cumulated vsize (KiB) 39120

[startup+25.5018 s]
/proc/loadavg: 1.34 1.06 1.02 3/67 22357
/proc/meminfo: memFree=1733288/2055920 swapFree=4180472/4192956
[pid=22353] ppid=22351 vsize=5356 CPUtime=0.76
/proc/22353/stat : 22353 (manysat.sh) S 22351 22353 21574 0 -1 4194304 312 2413 0 0 0 0 72 4 16 0 1 0 107249954 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22353/statm: 1339 238 195 169 0 50 0
[pid=22356] ppid=22353 vsize=40912 CPUtime=49.25
/proc/22356/stat : 22356 (manysat1.1_stat) R 22353 22353 21574 0 -1 4194304 7142 0 0 0 4917 8 0 0 25 0 2 0 107250032 41893888 7126 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22356/statm: 10228 7126 83 193 0 10032 0
[pid=22356/tid=22357] ppid=22353 vsize=40912 CPUtime=24.55
/proc/22356/task/22357/stat : 22357 (manysat1.1_stat) R 22353 22353 21574 0 -1 4194368 2634 0 0 0 2451 4 0 0 18 0 2 0 107250037 41893888 7126 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.01
Current children cumulated vsize (KiB) 46268

[startup+51.1014 s]
/proc/loadavg: 1.56 1.14 1.04 3/67 22357
/proc/meminfo: memFree=1727784/2055920 swapFree=4180472/4192956
[pid=22353] ppid=22351 vsize=5356 CPUtime=0.76
/proc/22353/stat : 22353 (manysat.sh) S 22351 22353 21574 0 -1 4194304 312 2413 0 0 0 0 72 4 16 0 1 0 107249954 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22353/statm: 1339 238 195 169 0 50 0
[pid=22356] ppid=22353 vsize=46500 CPUtime=100.31
/proc/22356/stat : 22356 (manysat1.1_stat) R 22353 22353 21574 0 -1 4194304 8482 0 0 0 10020 11 0 0 25 0 2 0 107250032 47616000 8466 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22356/statm: 11625 8466 83 193 0 11429 0
[pid=22356/tid=22357] ppid=22353 vsize=46500 CPUtime=50.03
/proc/22356/task/22357/stat : 22357 (manysat1.1_stat) R 22353 22353 21574 0 -1 4194368 3261 0 0 0 4998 5 0 0 25 0 2 0 107250037 47616000 8466 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.07
Current children cumulated vsize (KiB) 51856

[startup+102.307 s]
/proc/loadavg: 1.82 1.28 1.10 3/67 22357
/proc/meminfo: memFree=1715112/2055920 swapFree=4180472/4192956
[pid=22353] ppid=22351 vsize=5356 CPUtime=0.76
/proc/22353/stat : 22353 (manysat.sh) S 22351 22353 21574 0 -1 4194304 312 2413 0 0 0 0 72 4 16 0 1 0 107249954 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22353/statm: 1339 238 195 169 0 50 0
[pid=22356] ppid=22353 vsize=59304 CPUtime=202.48
/proc/22356/stat : 22356 (manysat1.1_stat) R 22353 22353 21574 0 -1 4194304 11575 0 0 0 20232 16 0 0 25 0 2 0 107250032 60727296 11559 1992294400 134512640 135305190 4294956144 18446744073709551615 134556635 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22356/statm: 14826 11559 83 193 0 14630 0
[pid=22356/tid=22357] ppid=22353 vsize=59304 CPUtime=101.03
/proc/22356/task/22357/stat : 22357 (manysat1.1_stat) R 22353 22353 21574 0 -1 4194368 4649 0 0 0 10095 8 0 0 25 0 2 0 107250037 60727296 11559 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 203.24
Current children cumulated vsize (KiB) 64660

[startup+162.301 s]
/proc/loadavg: 1.93 1.40 1.15 3/67 22357
/proc/meminfo: memFree=1704872/2055920 swapFree=4180472/4192956
[pid=22353] ppid=22351 vsize=5356 CPUtime=0.76
/proc/22353/stat : 22353 (manysat.sh) S 22351 22353 21574 0 -1 4194304 312 2413 0 0 0 0 72 4 16 0 1 0 107249954 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22353/statm: 1339 238 195 169 0 50 0
[pid=22356] ppid=22353 vsize=70140 CPUtime=322.19
/proc/22356/stat : 22356 (manysat1.1_stat) R 22353 22353 21574 0 -1 4194304 14133 0 0 0 32198 21 0 0 25 0 2 0 107250032 71823360 14117 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22356/statm: 17535 14117 83 193 0 17339 0
[pid=22356/tid=22357] ppid=22353 vsize=70140 CPUtime=160.82
/proc/22356/task/22357/stat : 22357 (manysat1.1_stat) R 22353 22353 21574 0 -1 4194368 6270 0 0 0 16071 11 0 0 25 0 2 0 107250037 71823360 14117 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 322.95
Current children cumulated vsize (KiB) 75496

[startup+222.302 s]
/proc/loadavg: 1.97 1.51 1.20 3/67 22357
/proc/meminfo: memFree=1695464/2055920 swapFree=4180472/4192956
[pid=22353] ppid=22351 vsize=5356 CPUtime=0.76
/proc/22353/stat : 22353 (manysat.sh) S 22351 22353 21574 0 -1 4194304 312 2413 0 0 0 0 72 4 16 0 1 0 107249954 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22353/statm: 1339 238 195 169 0 50 0
[pid=22356] ppid=22353 vsize=79860 CPUtime=441.92
/proc/22356/stat : 22356 (manysat1.1_stat) R 22353 22353 21574 0 -1 4194304 16501 0 0 0 44168 24 0 0 25 0 2 0 107250032 81776640 16485 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22356/statm: 19965 16485 83 193 0 19769 0
[pid=22356/tid=22357] ppid=22353 vsize=79860 CPUtime=220.8
/proc/22356/task/22357/stat : 22357 (manysat1.1_stat) R 22353 22353 21574 0 -1 4194368 7569 0 0 0 22067 13 0 0 18 0 2 0 107250037 81776640 16485 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 442.68
Current children cumulated vsize (KiB) 85216

[startup+282.301 s]
/proc/loadavg: 1.99 1.59 1.24 3/67 22357
/proc/meminfo: memFree=1685160/2055920 swapFree=4180472/4192956
[pid=22353] ppid=22351 vsize=5356 CPUtime=0.76
/proc/22353/stat : 22353 (manysat.sh) S 22351 22353 21574 0 -1 4194304 312 2413 0 0 0 0 72 4 16 0 1 0 107249954 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22353/statm: 1339 238 195 169 0 50 0
[pid=22356] ppid=22353 vsize=90776 CPUtime=561.65
/proc/22356/stat : 22356 (manysat1.1_stat) R 22353 22353 21574 0 -1 4194304 19076 0 0 0 56136 29 0 0 25 0 2 0 107250032 92954624 19060 1992294400 134512640 135305190 4294956144 18446744073709551615 134557385 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22356/statm: 22694 19060 83 193 0 22498 0
[pid=22356/tid=22357] ppid=22353 vsize=90776 CPUtime=280.76
/proc/22356/task/22357/stat : 22357 (manysat1.1_stat) R 22353 22353 21574 0 -1 4194368 8898 0 0 0 28061 15 0 0 25 0 2 0 107250037 92954624 19060 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 562.41
Current children cumulated vsize (KiB) 96132

[startup+342.302 s]
/proc/loadavg: 1.99 1.66 1.29 3/67 22357
/proc/meminfo: memFree=1677992/2055920 swapFree=4180472/4192956
[pid=22353] ppid=22351 vsize=5356 CPUtime=0.76
/proc/22353/stat : 22353 (manysat.sh) S 22351 22353 21574 0 -1 4194304 312 2413 0 0 0 0 72 4 16 0 1 0 107249954 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22353/statm: 1339 238 195 169 0 50 0
[pid=22356] ppid=22353 vsize=98164 CPUtime=681.38
/proc/22356/stat : 22356 (manysat1.1_stat) R 22353 22353 21574 0 -1 4194304 20895 0 0 0 68107 31 0 0 25 0 2 0 107250032 100519936 20879 1992294400 134512640 135305190 4294956144 18446744073709551615 134528379 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22356/statm: 24541 20879 83 193 0 24345 0
[pid=22356/tid=22357] ppid=22353 vsize=98164 CPUtime=340.74
/proc/22356/task/22357/stat : 22357 (manysat1.1_stat) R 22353 22353 21574 0 -1 4194368 9738 0 0 0 34057 17 0 0 25 0 2 0 107250037 100519936 20879 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.14
Current children cumulated vsize (KiB) 103520

[startup+402.301 s]
/proc/loadavg: 1.99 1.72 1.33 3/67 22357
/proc/meminfo: memFree=1668328/2055920 swapFree=4180472/4192956
[pid=22353] ppid=22351 vsize=5356 CPUtime=0.76
/proc/22353/stat : 22353 (manysat.sh) S 22351 22353 21574 0 -1 4194304 312 2413 0 0 0 0 72 4 16 0 1 0 107249954 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22353/statm: 1339 238 195 169 0 50 0
[pid=22356] ppid=22353 vsize=108264 CPUtime=801.11
/proc/22356/stat : 22356 (manysat1.1_stat) R 22353 22353 21574 0 -1 4194304 23248 0 0 0 80074 37 0 0 25 0 2 0 107250032 110862336 23232 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22356/statm: 27066 23232 83 193 0 26870 0
[pid=22356/tid=22357] ppid=22353 vsize=108264 CPUtime=400.7
/proc/22356/task/22357/stat : 22357 (manysat1.1_stat) R 22353 22353 21574 0 -1 4194368 10917 0 0 0 40051 19 0 0 25 0 2 0 107250037 110862336 23232 1992294400 134512640 135305190 4294956144 18446744073709551615 134528449 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 801.87
Current children cumulated vsize (KiB) 113620

[startup+462.302 s]
/proc/loadavg: 1.99 1.77 1.37 3/67 22357
/proc/meminfo: memFree=1665064/2055920 swapFree=4180472/4192956
[pid=22353] ppid=22351 vsize=5356 CPUtime=0.76
/proc/22353/stat : 22353 (manysat.sh) S 22351 22353 21574 0 -1 4194304 312 2413 0 0 0 0 72 4 16 0 1 0 107249954 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22353/statm: 1339 238 195 169 0 50 0
[pid=22356] ppid=22353 vsize=112308 CPUtime=920.86
/proc/22356/stat : 22356 (manysat1.1_stat) R 22353 22353 21574 0 -1 4194304 24086 0 0 0 92045 41 0 0 19 0 2 0 107250032 115003392 24070 1992294400 134512640 135305190 4294956144 18446744073709551615 134528265 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22356/statm: 28077 24070 83 193 0 27881 0
[pid=22356/tid=22357] ppid=22353 vsize=112308 CPUtime=460.68
/proc/22356/task/22357/stat : 22357 (manysat1.1_stat) R 22353 22353 21574 0 -1 4194368 11334 0 0 0 46046 22 0 0 24 0 2 0 107250037 115003392 24070 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 921.62
Current children cumulated vsize (KiB) 117664

[startup+522.301 s]
/proc/loadavg: 1.99 1.81 1.41 3/67 22357
/proc/meminfo: memFree=1648616/2055920 swapFree=4180472/4192956
[pid=22353] ppid=22351 vsize=5356 CPUtime=0.76
/proc/22353/stat : 22353 (manysat.sh) S 22351 22353 21574 0 -1 4194304 312 2413 0 0 0 0 72 4 16 0 1 0 107249954 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22353/statm: 1339 238 195 169 0 50 0
[pid=22356] ppid=22353 vsize=129104 CPUtime=1040.59
/proc/22356/stat : 22356 (manysat1.1_stat) R 22353 22353 21574 0 -1 4194304 28239 0 0 0 104009 50 0 0 25 0 2 0 107250032 132202496 28223 1992294400 134512640 135305190 4294956144 18446744073709551615 134569782 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22356/statm: 32276 28223 83 193 0 32080 0
[pid=22356/tid=22357] ppid=22353 vsize=129104 CPUtime=520.65
/proc/22356/task/22357/stat : 22357 (manysat1.1_stat) R 22353 22353 21574 0 -1 4194368 13247 0 0 0 52039 26 0 0 18 0 2 0 107250037 132202496 28223 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1041.35
Current children cumulated vsize (KiB) 134460

[startup+582.303 s]
/proc/loadavg: 1.99 1.84 1.44 3/67 22359
/proc/meminfo: memFree=1646248/2055920 swapFree=4180472/4192956
[pid=22353] ppid=22351 vsize=5356 CPUtime=0.76
/proc/22353/stat : 22353 (manysat.sh) S 22351 22353 21574 0 -1 4194304 312 2413 0 0 0 0 72 4 16 0 1 0 107249954 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22353/statm: 1339 238 195 169 0 50 0
[pid=22356] ppid=22353 vsize=131524 CPUtime=1160.31
/proc/22356/stat : 22356 (manysat1.1_stat) R 22353 22353 21574 0 -1 4194304 28692 0 0 0 115979 52 0 0 25 0 2 0 107250032 134680576 28676 1992294400 134512640 135305190 4294956144 18446744073709551615 134528523 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22356/statm: 32881 28676 83 193 0 32685 0
[pid=22356/tid=22357] ppid=22353 vsize=131524 CPUtime=580.63
/proc/22356/task/22357/stat : 22357 (manysat1.1_stat) R 22353 22353 21574 0 -1 4194368 13636 0 0 0 58035 28 0 0 25 0 2 0 107250037 134680576 28676 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.07
Current children cumulated vsize (KiB) 136880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.903 s]
/proc/loadavg: 1.99 1.85 1.45 3/67 22359
/proc/meminfo: memFree=1646184/2055920 swapFree=4180472/4192956
[pid=22353] ppid=22351 vsize=5356 CPUtime=0.76
/proc/22353/stat : 22353 (manysat.sh) S 22351 22353 21574 0 -1 4194304 312 2413 0 0 0 0 72 4 16 0 1 0 107249954 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22353/statm: 1339 238 195 169 0 50 0
[pid=22356] ppid=22353 vsize=131524 CPUtime=1199.43
/proc/22356/stat : 22356 (manysat1.1_stat) R 22353 22353 21574 0 -1 4194304 28707 0 0 0 119891 52 0 0 25 0 2 0 107250032 134680576 28691 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22356/statm: 32881 28691 83 193 0 32685 0
[pid=22356/tid=22357] ppid=22353 vsize=131524 CPUtime=600.22
/proc/22356/task/22357/stat : 22357 (manysat1.1_stat) R 22353 22353 21574 0 -1 4194368 13636 0 0 0 59994 28 0 0 25 0 2 0 107250037 134680576 28691 1992294400 134512640 135305190 4294956144 18446744073709551615 134528492 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.19
Current children cumulated vsize (KiB) 136880

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

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

[startup+601.903 s]
/proc/loadavg: 1.99 1.85 1.45 3/67 22359
/proc/meminfo: memFree=1646184/2055920 swapFree=4180472/4192956
[pid=22353] ppid=22351 vsize=5356 CPUtime=0.76
/proc/22353/stat : 22353 (manysat.sh) S 22351 22353 21574 0 -1 4194304 312 2413 0 0 0 0 72 4 16 0 1 0 107249954 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22353/statm: 1339 238 195 169 0 50 0
[pid=22356] ppid=22353 vsize=131524 CPUtime=1199.43
/proc/22356/stat : 22356 (manysat1.1_stat) R 22353 22353 21574 0 -1 4194304 28707 0 0 0 119891 52 0 0 25 0 2 0 107250032 134680576 28691 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22356/statm: 32881 28691 83 193 0 32685 0
[pid=22356/tid=22357] ppid=22353 vsize=131524 CPUtime=600.22
/proc/22356/task/22357/stat : 22357 (manysat1.1_stat) R 22353 22353 21574 0 -1 4194368 13636 0 0 0 59994 28 0 0 25 0 2 0 107250037 134680576 28691 1992294400 134512640 135305190 4294956144 18446744073709551615 134528492 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.19
Current children cumulated vsize (KiB) 136880

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 601.923
CPU time (s): 1200.19
CPU user time (s): 1199.63
CPU system time (s): 0.56
CPU usage (%): 199.393
Max. virtual memory (cumulated for all children) (KiB): 136880

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

runsolver used 0.571913 second user time and 1.63075 second system time

The end

Launcher Data

Begin job on node49 at 2009-04-27 02:30:56
IDJOB=1733756
IDBENCH=71147
IDSOLVER=515
FILE ID=node49/1733756-1240792255
PBS_JOBID= 9187266
Free space on /tmp= 66300 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20
BENCH NAME= SAT09/CRAFTED/modcircuits/mod3block_4vars_11gates_b2_restricted.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1733756-1240792255/watcher-1733756-1240792255 -o /tmp/evaluation-result-1733756-1240792255/solver-1733756-1240792255 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1733756-1240792255.cnf aimd 2

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

MD5SUM BENCH= a05652854911cfd1b4cd45a296cdc798
RANDOM SEED=934517581

node49.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.241
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.241
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:       1762912 kB
Buffers:         35240 kB
Cached:         192460 kB
SwapCached:       5336 kB
Active:         102140 kB
Inactive:       133448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1762912 kB
SwapTotal:     4192956 kB
SwapFree:      4180472 kB
Dirty:           23700 kB
Writeback:           0 kB
Mapped:          13824 kB
Slab:            43320 kB
Committed_AS:   411764 kB
PageTables:       1384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66296 MiB
End job on node49 at 2009-04-27 02:41:00