Trace number 1525371

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

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/14000/
unif-k3-r4.2-v14000-c58800-S1813642436-099.cnf
MD5SUM96ac67354b2d4edc2a83b4892dd0ca62
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark426.955
Satisfiable
(Un)Satisfiability was proved
Number of variables14000
Number of clauses58800
Sum of the clauses size176400
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 358800
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.07	c ==============================================================================
0.00/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.07	c ==============================================================================
0.00/0.07	c |         0 |   58800   176400 |   17639       0        0     nan |  0.000 % |
0.19/0.20	c |         0 |   58381   177232 |      --       0       --      -- |     --   | -419/832
0.19/0.20	c ==============================================================================
0.19/0.20	c Result  :   #vars: 13647   #clauses: 58381   #literals: 177232
0.19/0.20	c CPU time:   0.186971 s
0.19/0.20	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-1525371-1238398639/watcher-1525371-1238398639 -o /tmp/evaluation-result-1525371-1238398639/solver-1525371-1238398639 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1525371-1238398639.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: 1.84 1.94 1.73 3/64 10639
/proc/meminfo: memFree=1490624/2055920 swapFree=4179868/4192956
[pid=10639] ppid=10637 vsize=5356 CPUtime=0
/proc/10639/stat : 10639 (manysat.sh) R 10637 10639 10358 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 716756385 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 224627583647 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/10639/statm: 1339 234 194 169 0 50 0
[pid=10640] ppid=10639 vsize=1556 CPUtime=0
/proc/10640/stat : 10640 (SatElite) R 10639 10639 10358 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 716756385 1593344 272 1992294400 134512640 135034092 4294956096 18446744073709551615 134544849 0 0 4096 3 0 0 0 17 0 0 0
/proc/10640/statm: 389 274 50 127 0 259 0

[startup+0.0741739 s]
/proc/loadavg: 1.84 1.94 1.73 3/64 10639
/proc/meminfo: memFree=1490624/2055920 swapFree=4179868/4192956
[pid=10639] ppid=10637 vsize=5356 CPUtime=0
/proc/10639/stat : 10639 (manysat.sh) S 10637 10639 10358 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 716756385 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10639/statm: 1339 235 195 169 0 50 0
[pid=10640] ppid=10639 vsize=6760 CPUtime=0.06
/proc/10640/stat : 10640 (SatElite) R 10639 10639 10358 0 -1 4194304 1597 0 0 0 5 1 0 0 19 0 1 0 716756385 6922240 1581 1992294400 134512640 135034092 4294956096 18446744073709551615 134562192 0 0 4096 3 0 0 0 17 0 0 0
/proc/10640/statm: 1690 1581 65 127 0 1560 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12116

[startup+0.102176 s]
/proc/loadavg: 1.84 1.94 1.73 3/64 10639
/proc/meminfo: memFree=1490624/2055920 swapFree=4179868/4192956
[pid=10639] ppid=10637 vsize=5356 CPUtime=0
/proc/10639/stat : 10639 (manysat.sh) S 10637 10639 10358 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 716756385 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10639/statm: 1339 235 195 169 0 50 0
[pid=10640] ppid=10639 vsize=7156 CPUtime=0.09
/proc/10640/stat : 10640 (SatElite) R 10639 10639 10358 0 -1 4194304 1693 0 0 0 8 1 0 0 19 0 1 0 716756385 7327744 1677 1992294400 134512640 135034092 4294956096 18446744073709551615 134566547 0 0 4096 3 0 0 0 17 0 0 0
/proc/10640/statm: 1789 1677 68 127 0 1659 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12512

[startup+0.302217 s]
/proc/loadavg: 1.84 1.94 1.73 3/64 10639
/proc/meminfo: memFree=1490624/2055920 swapFree=4179868/4192956
[pid=10639] ppid=10637 vsize=5356 CPUtime=0.26
/proc/10639/stat : 10639 (manysat.sh) S 10637 10639 10358 0 -1 4194304 312 1815 0 0 0 0 25 1 16 0 1 0 716756385 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10639/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 5356

[startup+0.701081 s]
/proc/loadavg: 1.84 1.94 1.73 3/64 10639
/proc/meminfo: memFree=1490624/2055920 swapFree=4179868/4192956
[pid=10639] ppid=10637 vsize=5356 CPUtime=0.26
/proc/10639/stat : 10639 (manysat.sh) S 10637 10639 10358 0 -1 4194304 312 1815 0 0 0 0 25 1 16 0 1 0 716756385 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10639/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 5356

[startup+1.5022 s]
/proc/loadavg: 1.84 1.94 1.73 3/67 10643
/proc/meminfo: memFree=1476456/2055920 swapFree=4179868/4192956
[pid=10639] ppid=10637 vsize=5356 CPUtime=0.26
/proc/10639/stat : 10639 (manysat.sh) S 10637 10639 10358 0 -1 4194304 312 1815 0 0 0 0 25 1 16 0 1 0 716756385 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10639/statm: 1339 238 195 169 0 50 0
[pid=10642] ppid=10639 vsize=26228 CPUtime=2.3
/proc/10642/stat : 10642 (manysat1.1_stat) R 10639 10639 10358 0 -1 4194304 3646 0 0 0 227 3 0 0 17 0 2 0 716756413 26857472 3632 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10642/statm: 6557 3632 83 193 0 6361 0
[pid=10642/tid=10643] ppid=10639 vsize=26228 CPUtime=1.09
/proc/10642/task/10643/stat : 10643 (manysat1.1_stat) R 10639 10639 10358 0 -1 4194368 524 0 0 0 108 1 0 0 17 0 2 0 716756424 26857472 3632 1992294400 134512640 135305190 4294956144 18446744073709551615 134557999 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 31584

[startup+3.10142 s]
/proc/loadavg: 1.84 1.94 1.73 3/67 10643
/proc/meminfo: memFree=1473128/2055920 swapFree=4179868/4192956
[pid=10639] ppid=10637 vsize=5356 CPUtime=0.26
/proc/10639/stat : 10639 (manysat.sh) S 10637 10639 10358 0 -1 4194304 312 1815 0 0 0 0 25 1 16 0 1 0 716756385 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10639/statm: 1339 238 195 169 0 50 0
[pid=10642] ppid=10639 vsize=30536 CPUtime=5.5
/proc/10642/stat : 10642 (manysat1.1_stat) R 10639 10639 10358 0 -1 4194304 4773 0 0 0 545 5 0 0 17 0 2 0 716756413 31268864 4759 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10642/statm: 7634 4759 83 193 0 7438 0
[pid=10642/tid=10643] ppid=10639 vsize=30536 CPUtime=2.69
/proc/10642/task/10643/stat : 10643 (manysat1.1_stat) R 10639 10639 10358 0 -1 4194368 1034 0 0 0 267 2 0 0 16 0 2 0 716756424 31268864 4759 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.76
Current children cumulated vsize (KiB) 35892

[startup+6.30188 s]
/proc/loadavg: 1.85 1.94 1.73 3/67 10643
/proc/meminfo: memFree=1464120/2055920 swapFree=4179868/4192956
[pid=10639] ppid=10637 vsize=5356 CPUtime=0.26
/proc/10639/stat : 10639 (manysat.sh) S 10637 10639 10358 0 -1 4194304 312 1815 0 0 0 0 25 1 16 0 1 0 716756385 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10639/statm: 1339 238 195 169 0 50 0
[pid=10642] ppid=10639 vsize=36400 CPUtime=11.89
/proc/10642/stat : 10642 (manysat1.1_stat) R 10639 10639 10358 0 -1 4194304 6303 0 0 0 1182 7 0 0 17 0 2 0 716756413 37273600 6289 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10642/statm: 9100 6289 83 193 0 8904 0
[pid=10642/tid=10643] ppid=10639 vsize=36400 CPUtime=5.87
/proc/10642/task/10643/stat : 10643 (manysat1.1_stat) R 10639 10639 10358 0 -1 4194368 1712 0 0 0 585 2 0 0 17 0 2 0 716756424 37273600 6289 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.15
Current children cumulated vsize (KiB) 41756

[startup+12.7018 s]
/proc/loadavg: 1.86 1.94 1.73 3/67 10643
/proc/meminfo: memFree=1449464/2055920 swapFree=4179868/4192956
[pid=10639] ppid=10637 vsize=5356 CPUtime=0.26
/proc/10639/stat : 10639 (manysat.sh) S 10637 10639 10358 0 -1 4194304 312 1815 0 0 0 0 25 1 16 0 1 0 716756385 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10639/statm: 1339 238 195 169 0 50 0
[pid=10642] ppid=10639 vsize=51424 CPUtime=24.66
/proc/10642/stat : 10642 (manysat1.1_stat) R 10639 10639 10358 0 -1 4194304 9941 0 0 0 2455 11 0 0 17 0 2 0 716756413 52658176 9927 1992294400 134512640 135305190 4294956144 18446744073709551615 134557918 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10642/statm: 12856 9927 83 193 0 12660 0
[pid=10642/tid=10643] ppid=10639 vsize=51424 CPUtime=12.25
/proc/10642/task/10643/stat : 10643 (manysat1.1_stat) R 10639 10639 10358 0 -1 4194368 3239 0 0 0 1221 4 0 0 17 0 2 0 716756424 52658176 9927 1992294400 134512640 135305190 4294956144 18446744073709551615 134557511 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.92
Current children cumulated vsize (KiB) 56780

[startup+25.5016 s]
/proc/loadavg: 1.89 1.94 1.74 3/67 10643
/proc/meminfo: memFree=1440952/2055920 swapFree=4179868/4192956
[pid=10639] ppid=10637 vsize=5356 CPUtime=0.26
/proc/10639/stat : 10639 (manysat.sh) S 10637 10639 10358 0 -1 4194304 312 1815 0 0 0 0 25 1 16 0 1 0 716756385 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10639/statm: 1339 238 195 169 0 50 0
[pid=10642] ppid=10639 vsize=60936 CPUtime=50.19
/proc/10642/stat : 10642 (manysat1.1_stat) R 10639 10639 10358 0 -1 4194304 12252 0 0 0 5005 14 0 0 17 0 2 0 716756413 62398464 12238 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10642/statm: 15234 12238 83 193 0 15038 0
[pid=10642/tid=10643] ppid=10639 vsize=60936 CPUtime=24.99
/proc/10642/task/10643/stat : 10643 (manysat1.1_stat) R 10639 10639 10358 0 -1 4194368 4277 0 0 0 2493 6 0 0 17 0 2 0 716756424 62398464 12238 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.45
Current children cumulated vsize (KiB) 66292

[startup+51.1012 s]
/proc/loadavg: 1.93 1.94 1.74 3/67 10643
/proc/meminfo: memFree=1420280/2055920 swapFree=4179868/4192956
[pid=10639] ppid=10637 vsize=5356 CPUtime=0.26
/proc/10639/stat : 10639 (manysat.sh) S 10637 10639 10358 0 -1 4194304 312 1815 0 0 0 0 25 1 16 0 1 0 716756385 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10639/statm: 1339 238 195 169 0 50 0
[pid=10642] ppid=10639 vsize=80592 CPUtime=101.27
/proc/10642/stat : 10642 (manysat1.1_stat) R 10639 10639 10358 0 -1 4194304 17260 0 0 0 10105 22 0 0 18 0 2 0 716756413 82526208 17246 1992294400 134512640 135305190 4294956144 18446744073709551615 134528327 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10642/statm: 20148 17246 83 193 0 19952 0
[pid=10642/tid=10643] ppid=10639 vsize=80592 CPUtime=50.49
/proc/10642/task/10643/stat : 10643 (manysat1.1_stat) R 10639 10639 10358 0 -1 4194368 6446 0 0 0 5039 10 0 0 17 0 2 0 716756424 82526208 17246 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.53
Current children cumulated vsize (KiB) 85948

[startup+102.307 s]
/proc/loadavg: 1.97 1.95 1.75 3/67 10643
/proc/meminfo: memFree=1397496/2055920 swapFree=4179868/4192956
[pid=10639] ppid=10637 vsize=5356 CPUtime=0.26
/proc/10639/stat : 10639 (manysat.sh) S 10637 10639 10358 0 -1 4194304 312 1815 0 0 0 0 25 1 16 0 1 0 716756385 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10639/statm: 1339 238 195 169 0 50 0
[pid=10642] ppid=10639 vsize=103028 CPUtime=203.43
/proc/10642/stat : 10642 (manysat1.1_stat) R 10639 10639 10358 0 -1 4194304 22917 0 0 0 20310 33 0 0 17 0 2 0 716756413 105500672 22903 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10642/statm: 25757 22903 83 193 0 25561 0
[pid=10642/tid=10643] ppid=10639 vsize=103028 CPUtime=101.46
/proc/10642/task/10643/stat : 10643 (manysat1.1_stat) R 10639 10639 10358 0 -1 4194368 9076 0 0 0 10131 15 0 0 17 0 2 0 716756424 105500672 22903 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.69
Current children cumulated vsize (KiB) 108384

[startup+162.302 s]
/proc/loadavg: 1.99 1.95 1.76 3/67 10643
/proc/meminfo: memFree=1392824/2055920 swapFree=4179868/4192956
[pid=10639] ppid=10637 vsize=5356 CPUtime=0.26
/proc/10639/stat : 10639 (manysat.sh) S 10637 10639 10358 0 -1 4194304 312 1815 0 0 0 0 25 1 16 0 1 0 716756385 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10639/statm: 1339 238 195 169 0 50 0
[pid=10642] ppid=10639 vsize=108184 CPUtime=323.16
/proc/10642/stat : 10642 (manysat1.1_stat) R 10639 10639 10358 0 -1 4194304 24077 0 0 0 32279 37 0 0 17 0 2 0 716756413 110780416 24063 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10642/statm: 27046 24063 83 193 0 26850 0
[pid=10642/tid=10643] ppid=10639 vsize=108184 CPUtime=161.21
/proc/10642/task/10643/stat : 10643 (manysat1.1_stat) R 10639 10639 10358 0 -1 4194368 9565 0 0 0 16104 17 0 0 18 0 2 0 716756424 110780416 24063 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.42
Current children cumulated vsize (KiB) 113540

[startup+222.303 s]
/proc/loadavg: 1.99 1.96 1.77 3/67 10643
/proc/meminfo: memFree=1370808/2055920 swapFree=4179868/4192956
[pid=10639] ppid=10637 vsize=5356 CPUtime=0.26
/proc/10639/stat : 10639 (manysat.sh) S 10637 10639 10358 0 -1 4194304 312 1815 0 0 0 0 25 1 16 0 1 0 716756385 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10639/statm: 1339 238 195 169 0 50 0
[pid=10642] ppid=10639 vsize=130124 CPUtime=442.87
/proc/10642/stat : 10642 (manysat1.1_stat) R 10639 10639 10358 0 -1 4194304 29577 0 0 0 44242 45 0 0 18 0 2 0 716756413 133246976 29563 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10642/statm: 32531 29563 83 193 0 32335 0
[pid=10642/tid=10643] ppid=10639 vsize=130124 CPUtime=220.95
/proc/10642/task/10643/stat : 10643 (manysat1.1_stat) R 10639 10639 10358 0 -1 4194368 12216 0 0 0 22074 21 0 0 19 0 2 0 716756424 133246976 29563 1992294400 134512640 135305190 4294956144 18446744073709551615 134528371 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.13
Current children cumulated vsize (KiB) 135480

[startup+282.302 s]
/proc/loadavg: 1.99 1.97 1.79 3/67 10643
/proc/meminfo: memFree=1349304/2055920 swapFree=4179868/4192956
[pid=10639] ppid=10637 vsize=5356 CPUtime=0.26
/proc/10639/stat : 10639 (manysat.sh) S 10637 10639 10358 0 -1 4194304 312 1815 0 0 0 0 25 1 16 0 1 0 716756385 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10639/statm: 1339 238 195 169 0 50 0
[pid=10642] ppid=10639 vsize=150912 CPUtime=562.59
/proc/10642/stat : 10642 (manysat1.1_stat) R 10639 10639 10358 0 -1 4194304 34929 0 0 0 56205 54 0 0 18 0 2 0 716756413 154533888 34915 1992294400 134512640 135305190 4294956144 18446744073709551615 134528151 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10642/statm: 37728 34915 83 193 0 37532 0
[pid=10642/tid=10643] ppid=10639 vsize=150912 CPUtime=280.7
/proc/10642/task/10643/stat : 10643 (manysat1.1_stat) R 10639 10639 10358 0 -1 4194368 14655 0 0 0 28045 25 0 0 17 0 2 0 716756424 154533888 34915 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 562.85
Current children cumulated vsize (KiB) 156268

[startup+342.303 s]
/proc/loadavg: 1.99 1.97 1.80 3/67 10643
/proc/meminfo: memFree=1337208/2055920 swapFree=4179868/4192956
[pid=10639] ppid=10637 vsize=5356 CPUtime=0.26
/proc/10639/stat : 10639 (manysat.sh) S 10637 10639 10358 0 -1 4194304 312 1815 0 0 0 0 25 1 16 0 1 0 716756385 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10639/statm: 1339 238 195 169 0 50 0
[pid=10642] ppid=10639 vsize=163644 CPUtime=682.31
/proc/10642/stat : 10642 (manysat1.1_stat) R 10639 10639 10358 0 -1 4194304 37960 0 0 0 68171 60 0 0 17 0 2 0 716756413 167571456 37946 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10642/statm: 40911 37946 83 193 0 40715 0
[pid=10642/tid=10643] ppid=10639 vsize=163644 CPUtime=340.44
/proc/10642/task/10643/stat : 10643 (manysat1.1_stat) R 10639 10639 10358 0 -1 4194368 15929 0 0 0 34017 27 0 0 17 0 2 0 716756424 167571456 37946 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.57
Current children cumulated vsize (KiB) 169000

[startup+402.302 s]
/proc/loadavg: 1.99 1.97 1.81 3/67 10643
/proc/meminfo: memFree=1309112/2055920 swapFree=4179868/4192956
[pid=10639] ppid=10637 vsize=5356 CPUtime=0.26
/proc/10639/stat : 10639 (manysat.sh) S 10637 10639 10358 0 -1 4194304 312 1815 0 0 0 0 25 1 16 0 1 0 716756385 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10639/statm: 1339 238 195 169 0 50 0
[pid=10642] ppid=10639 vsize=193196 CPUtime=802.05
/proc/10642/stat : 10642 (manysat1.1_stat) R 10639 10639 10358 0 -1 4194304 45299 0 0 0 80130 75 0 0 16 0 2 0 716756413 197832704 45285 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10642/statm: 48299 45285 83 193 0 48103 0
[pid=10642/tid=10643] ppid=10639 vsize=193196 CPUtime=400.2
/proc/10642/task/10643/stat : 10643 (manysat1.1_stat) R 10639 10639 10358 0 -1 4194368 18970 0 0 0 39987 33 0 0 17 0 2 0 716756424 197832704 45285 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.31
Current children cumulated vsize (KiB) 198552

[startup+462.303 s]
/proc/loadavg: 1.99 1.97 1.82 3/67 10643
/proc/meminfo: memFree=1286904/2055920 swapFree=4179868/4192956
[pid=10639] ppid=10637 vsize=5356 CPUtime=0.26
/proc/10639/stat : 10639 (manysat.sh) S 10637 10639 10358 0 -1 4194304 312 1815 0 0 0 0 25 1 16 0 1 0 716756385 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10639/statm: 1339 238 195 169 0 50 0
[pid=10642] ppid=10639 vsize=214120 CPUtime=921.77
/proc/10642/stat : 10642 (manysat1.1_stat) R 10639 10639 10358 0 -1 4194304 50573 0 0 0 92089 88 0 0 19 0 2 0 716756413 219258880 50559 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10642/statm: 53530 50559 83 193 0 53334 0
[pid=10642/tid=10643] ppid=10639 vsize=214120 CPUtime=459.94
/proc/10642/task/10643/stat : 10643 (manysat1.1_stat) R 10639 10639 10358 0 -1 4194368 22322 0 0 0 45952 42 0 0 17 0 2 0 716756424 219258880 50559 1992294400 134512640 135305190 4294956144 18446744073709551615 134542031 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.03
Current children cumulated vsize (KiB) 219476

[startup+522.302 s]
/proc/loadavg: 1.99 1.97 1.83 3/67 10643
/proc/meminfo: memFree=1276920/2055920 swapFree=4179868/4192956
[pid=10639] ppid=10637 vsize=5356 CPUtime=0.26
/proc/10639/stat : 10639 (manysat.sh) S 10637 10639 10358 0 -1 4194304 312 1815 0 0 0 0 25 1 16 0 1 0 716756385 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10639/statm: 1339 238 195 169 0 50 0
[pid=10642] ppid=10639 vsize=224560 CPUtime=1041.49
/proc/10642/stat : 10642 (manysat1.1_stat) R 10639 10639 10358 0 -1 4194304 53006 0 0 0 104055 94 0 0 17 0 2 0 716756413 229949440 52992 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10642/statm: 56140 52992 83 193 0 55944 0
[pid=10642/tid=10643] ppid=10639 vsize=224560 CPUtime=519.68
/proc/10642/task/10643/stat : 10643 (manysat1.1_stat) R 10639 10639 10358 0 -1 4194368 23387 0 0 0 51924 44 0 0 25 0 2 0 716756424 229949440 52992 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1041.75
Current children cumulated vsize (KiB) 229916

[startup+582.303 s]
/proc/loadavg: 1.99 1.97 1.83 3/67 10643
/proc/meminfo: memFree=1267256/2055920 swapFree=4179868/4192956
[pid=10639] ppid=10637 vsize=5356 CPUtime=0.26
/proc/10639/stat : 10639 (manysat.sh) S 10637 10639 10358 0 -1 4194304 312 1815 0 0 0 0 25 1 16 0 1 0 716756385 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10639/statm: 1339 238 195 169 0 50 0
[pid=10642] ppid=10639 vsize=233692 CPUtime=1161.23
/proc/10642/stat : 10642 (manysat1.1_stat) R 10639 10639 10358 0 -1 4194304 55408 0 0 0 116023 100 0 0 20 0 2 0 716756413 239300608 55394 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10642/statm: 58423 55394 83 193 0 58227 0
[pid=10642/tid=10643] ppid=10639 vsize=233692 CPUtime=579.44
/proc/10642/task/10643/stat : 10643 (manysat1.1_stat) R 10639 10639 10358 0 -1 4194368 24619 0 0 0 57896 48 0 0 17 0 2 0 716756424 239300608 55394 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.49
Current children cumulated vsize (KiB) 239048



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.601 s]
/proc/loadavg: 1.99 1.97 1.83 3/67 10643
/proc/meminfo: memFree=1261752/2055920 swapFree=4179868/4192956
[pid=10639] ppid=10637 vsize=5356 CPUtime=0.26
/proc/10639/stat : 10639 (manysat.sh) S 10637 10639 10358 0 -1 4194304 312 1815 0 0 0 0 25 1 16 0 1 0 716756385 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10639/statm: 1339 238 195 169 0 50 0
[pid=10642] ppid=10639 vsize=239836 CPUtime=1199.76
/proc/10642/stat : 10642 (manysat1.1_stat) R 10639 10639 10358 0 -1 4194304 56773 0 0 0 119872 104 0 0 17 0 2 0 716756413 245592064 56759 1992294400 134512640 135305190 4294956144 18446744073709551615 134557133 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10642/statm: 59959 56759 83 193 0 59763 0
[pid=10642/tid=10643] ppid=10639 vsize=239836 CPUtime=598.67
/proc/10642/task/10643/stat : 10643 (manysat1.1_stat) R 10639 10639 10358 0 -1 4194368 24924 0 0 0 59818 49 0 0 18 0 2 0 716756424 245592064 56759 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 245192

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 10639 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=259960
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=21996
# CPU time returned by wait4() is 0.281956
# while last known CPU time is 1200.02
#
# 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.02
CPU user time (s): 1198.97
CPU system time (s): 1.05
CPU usage (%): 199.464
Max. virtual memory (cumulated for all children) (KiB): 245192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.25996
system time used= 0.021996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2127
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.58591 second user time and 1.61575 second system time

The end

Launcher Data

Begin job on node49 at 2009-03-30 09:37:20
IDJOB=1525371
IDBENCH=70330
IDSOLVER=513
FILE ID=node49/1525371-1238398639
PBS_JOBID= 9061378
Free space on /tmp= 66388 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/3SAT/UNKNOWN/14000/unif-k3-r4.2-v14000-c58800-S1813642436-099.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1525371-1238398639/watcher-1525371-1238398639 -o /tmp/evaluation-result-1525371-1238398639/solver-1525371-1238398639 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1525371-1238398639.cnf aimd 0

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

MD5SUM BENCH= 96ac67354b2d4edc2a83b4892dd0ca62
RANDOM SEED=874546459

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.214
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	: 5931.00
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.214
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:       1491168 kB
Buffers:         97968 kB
Cached:         365256 kB
SwapCached:       6452 kB
Active:          87472 kB
Inactive:       384712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1491168 kB
SwapTotal:     4192956 kB
SwapFree:      4179868 kB
Dirty:            2584 kB
Writeback:           0 kB
Mapped:          14676 kB
Slab:            78492 kB
Committed_AS:  1817584 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= 66384 MiB
End job on node49 at 2009-03-30 09:47:23