Trace number 1524718

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 1206.82

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/800/
unif-k5-r20-v800-c16000-S1797123396-073.cnf
MD5SUM592fd8247e28ca9686c73dd35ffde58f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark182.652
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of clauses16000
Sum of the clauses size80000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 516000
Number of clauses of size over 50

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 |   16000    80000 |    4799       0        0     nan |  0.000 % |
0.00/0.02	c ==============================================================================
0.00/0.02	c Result  :   #vars: 800   #clauses: 16000   #literals: 80000
0.00/0.02	c CPU time:   0.015997 s
0.00/0.02	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-1524718-1238363668/watcher-1524718-1238363668 -o /tmp/evaluation-result-1524718-1238363668/solver-1524718-1238363668 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1524718-1238363668.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: 1.92 1.98 1.99 5/87 24557
/proc/meminfo: memFree=1673168/2055924 swapFree=4179676/4192956
[pid=24556] ppid=24554 vsize=5356 CPUtime=0
/proc/24556/stat : 24556 (manysat.sh) S 24554 24556 24224 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 462697263 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24556/statm: 1339 235 195 169 0 50 0
[pid=24557] ppid=24556 vsize=1100 CPUtime=0
/proc/24557/stat : 24557 (SatElite) R 24556 24556 24224 0 -1 4194304 187 0 0 0 0 0 0 0 21 0 1 0 462697264 1126400 171 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/24557/statm: 275 173 51 127 0 145 0

[startup+0.030999 s]
/proc/loadavg: 1.92 1.98 1.99 5/87 24557
/proc/meminfo: memFree=1673168/2055924 swapFree=4179676/4192956
[pid=24556] ppid=24554 vsize=5356 CPUtime=0
/proc/24556/stat : 24556 (manysat.sh) S 24554 24556 24224 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 462697263 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24556/statm: 1339 235 195 169 0 50 0
[pid=24557] ppid=24556 vsize=2028 CPUtime=0.02
/proc/24557/stat : 24557 (SatElite) R 24556 24556 24224 0 -1 4194304 432 0 0 0 2 0 0 0 21 0 1 0 462697264 2076672 416 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/24557/statm: 507 416 67 127 0 377 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7384

[startup+0.102019 s]
/proc/loadavg: 1.92 1.98 1.99 5/87 24557
/proc/meminfo: memFree=1673168/2055924 swapFree=4179676/4192956
[pid=24556] ppid=24554 vsize=5356 CPUtime=0.04
/proc/24556/stat : 24556 (manysat.sh) S 24554 24556 24224 0 -1 4194304 312 435 0 0 0 0 4 0 18 0 1 0 462697263 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24556/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5356

[startup+0.301056 s]
/proc/loadavg: 1.92 1.98 1.99 5/87 24557
/proc/meminfo: memFree=1673168/2055924 swapFree=4179676/4192956
[pid=24556] ppid=24554 vsize=5356 CPUtime=0.04
/proc/24556/stat : 24556 (manysat.sh) S 24554 24556 24224 0 -1 4194304 312 435 0 0 0 0 4 0 18 0 1 0 462697263 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24556/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5356

[startup+0.70113 s]
/proc/loadavg: 1.92 1.98 1.99 5/87 24557
/proc/meminfo: memFree=1673168/2055924 swapFree=4179676/4192956
[pid=24556] ppid=24554 vsize=5356 CPUtime=0.04
/proc/24556/stat : 24556 (manysat.sh) S 24554 24556 24224 0 -1 4194304 312 435 0 0 0 0 4 0 18 0 1 0 462697263 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24556/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 5356

[startup+1.50128 s]
/proc/loadavg: 1.92 1.98 1.99 4/89 24560
/proc/meminfo: memFree=1665728/2055924 swapFree=4179676/4192956
[pid=24556] ppid=24554 vsize=5356 CPUtime=0.04
/proc/24556/stat : 24556 (manysat.sh) S 24554 24556 24224 0 -1 4194304 312 435 0 0 0 0 4 0 18 0 1 0 462697263 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24556/statm: 1339 238 195 169 0 50 0
[pid=24559] ppid=24556 vsize=20480 CPUtime=1.43
/proc/24559/stat : 24559 (manysat1.1_stat) R 24556 24556 24224 0 -1 4194304 2264 0 0 0 143 0 0 0 25 0 2 0 462697269 20971520 2250 1992294400 134512640 135305190 4294956144 18446744073709551615 134528449 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24559/statm: 5120 2250 83 193 0 4924 0
[pid=24559/tid=24560] ppid=24556 vsize=20480 CPUtime=0.67
/proc/24559/task/24560/stat : 24560 (manysat1.1_stat) R 24556 24556 24224 0 -1 4194368 756 0 0 0 67 0 0 0 25 0 2 0 462697271 20971520 2250 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 25836

[startup+3.10257 s]
/proc/loadavg: 1.92 1.98 1.99 4/89 24560
/proc/meminfo: memFree=1661568/2055924 swapFree=4179676/4192956
[pid=24556] ppid=24554 vsize=5356 CPUtime=0.04
/proc/24556/stat : 24556 (manysat.sh) S 24554 24556 24224 0 -1 4194304 312 435 0 0 0 0 4 0 18 0 1 0 462697263 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24556/statm: 1339 238 195 169 0 50 0
[pid=24559] ppid=24556 vsize=25620 CPUtime=3.03
/proc/24559/stat : 24559 (manysat1.1_stat) R 24556 24556 24224 0 -1 4194304 3318 0 0 0 302 1 0 0 25 0 2 0 462697269 26234880 3304 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24559/statm: 6405 3304 83 193 0 6209 0
[pid=24559/tid=24560] ppid=24556 vsize=25620 CPUtime=1.47
/proc/24559/task/24560/stat : 24560 (manysat1.1_stat) R 24556 24556 24224 0 -1 4194368 1294 0 0 0 147 0 0 0 25 0 2 0 462697271 26234880 3304 1992294400 134512640 135305190 4294956144 18446744073709551615 134528523 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 30976

[startup+6.30116 s]
/proc/loadavg: 2.01 2.00 2.00 4/89 24560
/proc/meminfo: memFree=1653824/2055924 swapFree=4179676/4192956
[pid=24556] ppid=24554 vsize=5356 CPUtime=0.04
/proc/24556/stat : 24556 (manysat.sh) S 24554 24556 24224 0 -1 4194304 312 435 0 0 0 0 4 0 18 0 1 0 462697263 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24556/statm: 1339 238 195 169 0 50 0
[pid=24559] ppid=24556 vsize=33620 CPUtime=6.21
/proc/24559/stat : 24559 (manysat1.1_stat) R 24556 24556 24224 0 -1 4194304 5290 0 0 0 619 2 0 0 25 0 2 0 462697269 34426880 5276 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24559/statm: 8405 5276 83 193 0 8209 0
[pid=24559/tid=24560] ppid=24556 vsize=33620 CPUtime=3.04
/proc/24559/task/24560/stat : 24560 (manysat1.1_stat) R 24556 24556 24224 0 -1 4194368 2321 0 0 0 304 0 0 0 25 0 2 0 462697271 34426880 5276 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 38976

[startup+12.7023 s]
/proc/loadavg: 2.25 2.05 2.02 4/89 24560
/proc/meminfo: memFree=1645120/2055924 swapFree=4179676/4192956
[pid=24556] ppid=24554 vsize=5356 CPUtime=0.04
/proc/24556/stat : 24556 (manysat.sh) S 24554 24556 24224 0 -1 4194304 312 435 0 0 0 0 4 0 18 0 1 0 462697263 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24556/statm: 1339 238 195 169 0 50 0
[pid=24559] ppid=24556 vsize=39864 CPUtime=12.58
/proc/24559/stat : 24559 (manysat1.1_stat) R 24556 24556 24224 0 -1 4194304 6855 0 0 0 1254 4 0 0 25 0 2 0 462697269 40820736 6841 1992294400 134512640 135305190 4294956144 18446744073709551615 134528382 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24559/statm: 9966 6841 83 193 0 9770 0
[pid=24559/tid=24560] ppid=24556 vsize=39864 CPUtime=6.23
/proc/24559/task/24560/stat : 24560 (manysat1.1_stat) R 24556 24556 24224 0 -1 4194368 3176 0 0 0 622 1 0 0 25 0 2 0 462697271 40820736 6841 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 45220

[startup+25.5017 s]
/proc/loadavg: 2.41 2.10 2.03 4/89 24560
/proc/meminfo: memFree=1636544/2055924 swapFree=4179676/4192956
[pid=24556] ppid=24554 vsize=5356 CPUtime=0.04
/proc/24556/stat : 24556 (manysat.sh) S 24554 24556 24224 0 -1 4194304 312 435 0 0 0 0 4 0 18 0 1 0 462697263 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24556/statm: 1339 238 195 169 0 50 0
[pid=24559] ppid=24556 vsize=49164 CPUtime=25.3
/proc/24559/stat : 24559 (manysat1.1_stat) R 24556 24556 24224 0 -1 4194304 9169 0 0 0 2525 5 0 0 25 0 2 0 462697269 50343936 9155 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24559/statm: 12291 9155 83 193 0 12095 0
[pid=24559/tid=24560] ppid=24556 vsize=49164 CPUtime=12.53
/proc/24559/task/24560/stat : 24560 (manysat1.1_stat) R 24556 24556 24224 0 -1 4194368 4422 0 0 0 1251 2 0 0 25 0 2 0 462697271 50343936 9155 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 54520

[startup+51.1014 s]
/proc/loadavg: 2.61 2.17 2.06 4/89 24560
/proc/meminfo: memFree=1626432/2055924 swapFree=4179676/4192956
[pid=24556] ppid=24554 vsize=5356 CPUtime=0.04
/proc/24556/stat : 24556 (manysat.sh) S 24554 24556 24224 0 -1 4194304 312 435 0 0 0 0 4 0 18 0 1 0 462697263 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24556/statm: 1339 238 195 169 0 50 0
[pid=24559] ppid=24556 vsize=59556 CPUtime=50.76
/proc/24559/stat : 24559 (manysat1.1_stat) R 24556 24556 24224 0 -1 4194304 11786 0 0 0 5068 8 0 0 25 0 2 0 462697269 60985344 11772 1992294400 134512640 135305190 4294956144 18446744073709551615 134528520 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24559/statm: 14889 11772 83 193 0 14693 0
[pid=24559/tid=24560] ppid=24556 vsize=59556 CPUtime=25.23
/proc/24559/task/24560/stat : 24560 (manysat1.1_stat) R 24556 24556 24224 0 -1 4194368 5814 0 0 0 2520 3 0 0 25 0 2 0 462697271 60985344 11772 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.8
Current children cumulated vsize (KiB) 64912

[startup+102.308 s]
/proc/loadavg: 2.83 2.29 2.10 4/89 24560
/proc/meminfo: memFree=1617344/2055924 swapFree=4179676/4192956
[pid=24556] ppid=24554 vsize=5356 CPUtime=0.04
/proc/24556/stat : 24556 (manysat.sh) S 24554 24556 24224 0 -1 4194304 312 435 0 0 0 0 4 0 18 0 1 0 462697263 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24556/statm: 1339 238 195 169 0 50 0
[pid=24559] ppid=24556 vsize=67492 CPUtime=101.67
/proc/24559/stat : 24559 (manysat1.1_stat) R 24556 24556 24224 0 -1 4194304 13766 0 0 0 10158 9 0 0 25 0 2 0 462697269 69111808 13752 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24559/statm: 16873 13752 83 193 0 16677 0
[pid=24559/tid=24560] ppid=24556 vsize=67492 CPUtime=50.61
/proc/24559/task/24560/stat : 24560 (manysat1.1_stat) R 24556 24556 24224 0 -1 4194368 6889 0 0 0 5058 3 0 0 25 0 2 0 462697271 69111808 13752 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 72848

[startup+162.302 s]
/proc/loadavg: 2.93 2.42 2.16 4/89 24560
/proc/meminfo: memFree=1606016/2055924 swapFree=4179676/4192956
[pid=24556] ppid=24554 vsize=5356 CPUtime=0.04
/proc/24556/stat : 24556 (manysat.sh) S 24554 24556 24224 0 -1 4194304 312 435 0 0 0 0 4 0 18 0 1 0 462697263 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24556/statm: 1339 238 195 169 0 50 0
[pid=24559] ppid=24556 vsize=78800 CPUtime=161.32
/proc/24559/stat : 24559 (manysat1.1_stat) R 24556 24556 24224 0 -1 4194304 16603 0 0 0 16120 12 0 0 25 0 2 0 462697269 80691200 16589 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24559/statm: 19700 16589 83 193 0 19504 0
[pid=24559/tid=24560] ppid=24556 vsize=78800 CPUtime=80.27
/proc/24559/task/24560/stat : 24560 (manysat1.1_stat) R 24556 24556 24224 0 -1 4194368 8425 0 0 0 8022 5 0 0 25 0 2 0 462697271 80691200 16589 1992294400 134512640 135305190 4294956144 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.36
Current children cumulated vsize (KiB) 84156

[startup+222.302 s]
/proc/loadavg: 2.97 2.52 2.21 4/89 24560
/proc/meminfo: memFree=1591296/2055924 swapFree=4179676/4192956
[pid=24556] ppid=24554 vsize=5356 CPUtime=0.04
/proc/24556/stat : 24556 (manysat.sh) S 24554 24556 24224 0 -1 4194304 312 435 0 0 0 0 4 0 18 0 1 0 462697263 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24556/statm: 1339 238 195 169 0 50 0
[pid=24559] ppid=24556 vsize=93256 CPUtime=220.99
/proc/24559/stat : 24559 (manysat1.1_stat) R 24556 24556 24224 0 -1 4194304 20265 0 0 0 22083 16 0 0 25 0 2 0 462697269 95494144 20214 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24559/statm: 23314 20214 83 193 0 23118 0
[pid=24559/tid=24560] ppid=24556 vsize=93256 CPUtime=110.01
/proc/24559/task/24560/stat : 24560 (manysat1.1_stat) R 24556 24556 24224 0 -1 4194368 10276 0 0 0 10994 7 0 0 25 0 2 0 462697271 95494144 20214 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.03
Current children cumulated vsize (KiB) 98612

[startup+282.303 s]
/proc/loadavg: 2.99 2.61 2.25 4/89 24560
/proc/meminfo: memFree=1573632/2055924 swapFree=4179676/4192956
[pid=24556] ppid=24554 vsize=5356 CPUtime=0.04
/proc/24556/stat : 24556 (manysat.sh) S 24554 24556 24224 0 -1 4194304 312 435 0 0 0 0 4 0 18 0 1 0 462697263 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24556/statm: 1339 238 195 169 0 50 0
[pid=24559] ppid=24556 vsize=110440 CPUtime=280.65
/proc/24559/stat : 24559 (manysat1.1_stat) R 24556 24556 24224 0 -1 4194304 24716 0 0 0 28044 21 0 0 25 0 2 0 462697269 113090560 24665 1992294400 134512640 135305190 4294956144 18446744073709551615 134528379 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24559/statm: 27610 24665 83 193 0 27414 0
[pid=24559/tid=24560] ppid=24556 vsize=110440 CPUtime=139.61
/proc/24559/task/24560/stat : 24560 (manysat1.1_stat) R 24556 24556 24224 0 -1 4194368 12556 0 0 0 13951 10 0 0 25 0 2 0 462697271 113090560 24665 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 280.69

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

[pid=24559] ppid=24556 vsize=158820 CPUtime=638.63
/proc/24559/stat : 24559 (manysat1.1_stat) R 24556 24556 24224 0 -1 4194304 36612 0 0 0 63828 35 0 0 25 0 2 0 462697269 162631680 36561 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24559/statm: 39705 36561 83 193 0 39509 0
[pid=24559/tid=24560] ppid=24556 vsize=158820 CPUtime=318.28
/proc/24559/task/24560/stat : 24560 (manysat1.1_stat) R 24556 24556 24224 0 -1 4194368 18792 0 0 0 31811 17 0 0 25 0 2 0 462697271 162631680 36561 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 638.67
Current children cumulated vsize (KiB) 164176

[startup+702.301 s]
/proc/loadavg: 2.99 2.89 2.51 4/89 24566
/proc/meminfo: memFree=1525824/2055924 swapFree=4179676/4192956
[pid=24556] ppid=24554 vsize=5356 CPUtime=0.04
/proc/24556/stat : 24556 (manysat.sh) S 24554 24556 24224 0 -1 4194304 312 435 0 0 0 0 4 0 18 0 1 0 462697263 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24556/statm: 1339 238 195 169 0 50 0
[pid=24559] ppid=24556 vsize=158804 CPUtime=698.29
/proc/24559/stat : 24559 (manysat1.1_stat) R 24556 24556 24224 0 -1 4194304 36618 0 0 0 69794 35 0 0 25 0 2 0 462697269 162615296 36567 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24559/statm: 39701 36567 83 193 0 39505 0
[pid=24559/tid=24560] ppid=24556 vsize=158804 CPUtime=348.08
/proc/24559/task/24560/stat : 24560 (manysat1.1_stat) R 24556 24556 24224 0 -1 4194368 18792 0 0 0 34791 17 0 0 25 0 2 0 462697271 162615296 36567 1992294400 134512640 135305190 4294956144 18446744073709551615 134557956 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 698.33
Current children cumulated vsize (KiB) 164160

[startup+762.307 s]
/proc/loadavg: 2.99 2.91 2.54 4/89 24566
/proc/meminfo: memFree=1521664/2055924 swapFree=4179676/4192956
[pid=24556] ppid=24554 vsize=5356 CPUtime=0.04
/proc/24556/stat : 24556 (manysat.sh) S 24554 24556 24224 0 -1 4194304 312 435 0 0 0 0 4 0 18 0 1 0 462697263 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24556/statm: 1339 238 195 169 0 50 0
[pid=24559] ppid=24556 vsize=163144 CPUtime=757.95
/proc/24559/stat : 24559 (manysat1.1_stat) R 24556 24556 24224 0 -1 4194304 37715 0 0 0 75757 38 0 0 25 0 2 0 462697269 167059456 37664 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24559/statm: 40786 37664 83 193 0 40590 0
[pid=24559/tid=24560] ppid=24556 vsize=163144 CPUtime=377.87
/proc/24559/task/24560/stat : 24560 (manysat1.1_stat) R 24556 24556 24224 0 -1 4194368 19284 0 0 0 37769 18 0 0 25 0 2 0 462697271 167059456 37664 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 757.99
Current children cumulated vsize (KiB) 168500

[startup+822.301 s]
/proc/loadavg: 2.99 2.92 2.56 4/89 24566
/proc/meminfo: memFree=1499968/2055924 swapFree=4179676/4192956
[pid=24556] ppid=24554 vsize=5356 CPUtime=0.04
/proc/24556/stat : 24556 (manysat.sh) S 24554 24556 24224 0 -1 4194304 312 435 0 0 0 0 4 0 18 0 1 0 462697263 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24556/statm: 1339 238 195 169 0 50 0
[pid=24559] ppid=24556 vsize=184680 CPUtime=817.62
/proc/24559/stat : 24559 (manysat1.1_stat) R 24556 24556 24224 0 -1 4194304 43132 0 0 0 81718 44 0 0 25 0 2 0 462697269 189112320 43031 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24559/statm: 46170 43031 83 193 0 45974 0
[pid=24559/tid=24560] ppid=24556 vsize=184680 CPUtime=407.71
/proc/24559/task/24560/stat : 24560 (manysat1.1_stat) R 24556 24556 24224 0 -1 4194368 21720 0 0 0 40751 20 0 0 25 0 2 0 462697271 189112320 43031 1992294400 134512640 135305190 4294956144 18446744073709551615 134528542 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 817.66
Current children cumulated vsize (KiB) 190036

[startup+882.301 s]
/proc/loadavg: 2.99 2.93 2.58 4/89 24566
/proc/meminfo: memFree=1481408/2055924 swapFree=4179676/4192956
[pid=24556] ppid=24554 vsize=5356 CPUtime=0.04
/proc/24556/stat : 24556 (manysat.sh) S 24554 24556 24224 0 -1 4194304 312 435 0 0 0 0 4 0 18 0 1 0 462697263 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24556/statm: 1339 238 195 169 0 50 0
[pid=24559] ppid=24556 vsize=203112 CPUtime=877.29
/proc/24559/stat : 24559 (manysat1.1_stat) R 24556 24556 24224 0 -1 4194304 47803 0 0 0 87677 52 0 0 25 0 2 0 462697269 207986688 47702 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24559/statm: 50778 47702 83 193 0 50582 0
[pid=24559/tid=24560] ppid=24556 vsize=203112 CPUtime=437.57
/proc/24559/task/24560/stat : 24560 (manysat1.1_stat) R 24556 24556 24224 0 -1 4194368 26368 0 0 0 43728 29 0 0 25 0 2 0 462697271 207986688 47702 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 877.33
Current children cumulated vsize (KiB) 208468

[startup+942.302 s]
/proc/loadavg: 2.99 2.94 2.61 4/89 24566
/proc/meminfo: memFree=1480448/2055924 swapFree=4179676/4192956
[pid=24556] ppid=24554 vsize=5356 CPUtime=0.04
/proc/24556/stat : 24556 (manysat.sh) S 24554 24556 24224 0 -1 4194304 312 435 0 0 0 0 4 0 18 0 1 0 462697263 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24556/statm: 1339 238 195 169 0 50 0
[pid=24559] ppid=24556 vsize=204136 CPUtime=936.95
/proc/24559/stat : 24559 (manysat1.1_stat) R 24556 24556 24224 0 -1 4194304 48016 0 0 0 93643 52 0 0 25 0 2 0 462697269 209035264 47915 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24559/statm: 51034 47915 83 193 0 50838 0
[pid=24559/tid=24560] ppid=24556 vsize=204136 CPUtime=467.46
/proc/24559/task/24560/stat : 24560 (manysat1.1_stat) R 24556 24556 24224 0 -1 4194368 26540 0 0 0 46717 29 0 0 25 0 2 0 462697271 209035264 47915 1992294400 134512640 135305190 4294956144 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 936.99
Current children cumulated vsize (KiB) 209492

[startup+1002.3 s]
/proc/loadavg: 2.99 2.95 2.63 4/89 24566
/proc/meminfo: memFree=1480320/2055924 swapFree=4179676/4192956
[pid=24556] ppid=24554 vsize=5356 CPUtime=0.04
/proc/24556/stat : 24556 (manysat.sh) S 24554 24556 24224 0 -1 4194304 312 435 0 0 0 0 4 0 18 0 1 0 462697263 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24556/statm: 1339 238 195 169 0 50 0
[pid=24559] ppid=24556 vsize=204136 CPUtime=996.62
/proc/24559/stat : 24559 (manysat1.1_stat) R 24556 24556 24224 0 -1 4194304 48060 0 0 0 99609 53 0 0 25 0 2 0 462697269 209035264 47959 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24559/statm: 51034 47959 83 193 0 50838 0
[pid=24559/tid=24560] ppid=24556 vsize=204136 CPUtime=497.23
/proc/24559/task/24560/stat : 24560 (manysat1.1_stat) R 24556 24556 24224 0 -1 4194368 26584 0 0 0 49694 29 0 0 25 0 2 0 462697271 209035264 47959 1992294400 134512640 135305190 4294956144 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 996.66
Current children cumulated vsize (KiB) 209492

[startup+1062.3 s]
/proc/loadavg: 2.99 2.95 2.65 4/89 24566
/proc/meminfo: memFree=1480192/2055924 swapFree=4179676/4192956
[pid=24556] ppid=24554 vsize=5356 CPUtime=0.04
/proc/24556/stat : 24556 (manysat.sh) S 24554 24556 24224 0 -1 4194304 312 435 0 0 0 0 4 0 18 0 1 0 462697263 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24556/statm: 1339 238 195 169 0 50 0
[pid=24559] ppid=24556 vsize=204136 CPUtime=1056.29
/proc/24559/stat : 24559 (manysat1.1_stat) R 24556 24556 24224 0 -1 4194304 48077 0 0 0 105576 53 0 0 25 0 2 0 462697269 209035264 47976 1992294400 134512640 135305190 4294956144 18446744073709551615 134528382 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24559/statm: 51034 47976 83 193 0 50838 0
[pid=24559/tid=24560] ppid=24556 vsize=204136 CPUtime=527
/proc/24559/task/24560/stat : 24560 (manysat1.1_stat) R 24556 24556 24224 0 -1 4194368 26601 0 0 0 52671 29 0 0 25 0 2 0 462697271 209035264 47976 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1056.33
Current children cumulated vsize (KiB) 209492

[startup+1122.3 s]
/proc/loadavg: 2.99 2.96 2.67 4/89 24566
/proc/meminfo: memFree=1479296/2055924 swapFree=4179676/4192956
[pid=24556] ppid=24554 vsize=5356 CPUtime=0.04
/proc/24556/stat : 24556 (manysat.sh) S 24554 24556 24224 0 -1 4194304 312 435 0 0 0 0 4 0 18 0 1 0 462697263 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24556/statm: 1339 238 195 169 0 50 0
[pid=24559] ppid=24556 vsize=205596 CPUtime=1115.95
/proc/24559/stat : 24559 (manysat1.1_stat) R 24556 24556 24224 0 -1 4194304 48351 0 0 0 111542 53 0 0 25 0 2 0 462697269 210530304 48250 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24559/statm: 51399 48250 83 193 0 51203 0
[pid=24559/tid=24560] ppid=24556 vsize=205596 CPUtime=556.84
/proc/24559/task/24560/stat : 24560 (manysat1.1_stat) R 24556 24556 24224 0 -1 4194368 26707 0 0 0 55655 29 0 0 25 0 2 0 462697271 210530304 48250 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1115.99
Current children cumulated vsize (KiB) 210952

[startup+1182.3 s]
/proc/loadavg: 2.99 2.97 2.69 4/89 24566
/proc/meminfo: memFree=1479040/2055924 swapFree=4179676/4192956
[pid=24556] ppid=24554 vsize=5356 CPUtime=0.04
/proc/24556/stat : 24556 (manysat.sh) S 24554 24556 24224 0 -1 4194304 312 435 0 0 0 0 4 0 18 0 1 0 462697263 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24556/statm: 1339 238 195 169 0 50 0
[pid=24559] ppid=24556 vsize=206000 CPUtime=1175.61
/proc/24559/stat : 24559 (manysat1.1_stat) R 24556 24556 24224 0 -1 4194304 48367 0 0 0 117508 53 0 0 25 0 2 0 462697269 210944000 48266 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24559/statm: 51500 48266 83 193 0 51304 0
[pid=24559/tid=24560] ppid=24556 vsize=206000 CPUtime=586.74
/proc/24559/task/24560/stat : 24560 (manysat1.1_stat) R 24556 24556 24224 0 -1 4194368 26707 0 0 0 58645 29 0 0 25 0 2 0 462697271 210944000 48266 1992294400 134512640 135305190 4294956144 18446744073709551615 134528866 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1175.65
Current children cumulated vsize (KiB) 211356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1206.8 s]
/proc/loadavg: 2.99 2.97 2.69 4/89 24566
/proc/meminfo: memFree=1473088/2055924 swapFree=4179676/4192956
[pid=24556] ppid=24554 vsize=5356 CPUtime=0.04
/proc/24556/stat : 24556 (manysat.sh) S 24554 24556 24224 0 -1 4194304 312 435 0 0 0 0 4 0 18 0 1 0 462697263 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24556/statm: 1339 238 195 169 0 50 0
[pid=24559] ppid=24556 vsize=211120 CPUtime=1199.96
/proc/24559/stat : 24559 (manysat1.1_stat) R 24556 24556 24224 0 -1 4194304 49816 0 0 0 119941 55 0 0 25 0 2 0 462697269 216186880 49715 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24559/statm: 52780 49715 83 193 0 52584 0
[pid=24559/tid=24560] ppid=24556 vsize=211120 CPUtime=598.9
/proc/24559/task/24560/stat : 24560 (manysat1.1_stat) R 24556 24556 24224 0 -1 4194368 28146 0 0 0 59858 32 0 0 25 0 2 0 462697271 216186880 49715 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200
Current children cumulated vsize (KiB) 216476

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

Real time (s): 1206.82
CPU time (s): 1200
CPU user time (s): 1199.45
CPU system time (s): 0.55
CPU usage (%): 99.4347
Max. virtual memory (cumulated for all children) (KiB): 216476

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

runsolver used 1.60575 second user time and 4.5883 second system time

The end

Launcher Data

Begin job on node83 at 2009-03-29 23:54:28
IDJOB=1524718
IDBENCH=70199
IDSOLVER=515
FILE ID=node83/1524718-1238363668
PBS_JOBID= 9061156
Free space on /tmp= 66480 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/800/unif-k5-r20-v800-c16000-S1797123396-073.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524718-1238363668/watcher-1524718-1238363668 -o /tmp/evaluation-result-1524718-1238363668/solver-1524718-1238363668 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1524718-1238363668.cnf aimd 2

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

MD5SUM BENCH= 592fd8247e28ca9686c73dd35ffde58f
RANDOM SEED=2008034600

node83.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.268
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.268
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1673784 kB
Buffers:         70636 kB
Cached:         218220 kB
SwapCached:       7488 kB
Active:         176196 kB
Inactive:       131164 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1673784 kB
SwapTotal:     4192956 kB
SwapFree:      4179676 kB
Dirty:            1856 kB
Writeback:           0 kB
Mapped:          25976 kB
Slab:            58824 kB
Committed_AS:  1032396 kB
PageTables:       2680 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66480 MiB
End job on node83 at 2009-03-30 00:14:37