Trace number 1524801

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.01 1200.62

General information on the benchmark

NameRANDOM/LARGE/5SAT/UNKNOWN/900/
unif-k5-r20-v900-c18000-S678706275-057.cnf
MD5SUMc7f3c844f4c0d844518712db07e3e201
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark83.6223
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of clauses18000
Sum of the clauses size90000
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 518000
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 |   18000    90000 |    5399       0        0     nan |  0.000 % |
0.00/0.02	c ==============================================================================
0.00/0.02	c Result  :   #vars: 900   #clauses: 18000   #literals: 90000
0.00/0.02	c CPU time:   0.021996 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-1524801-1238364877/watcher-1524801-1238364877 -o /tmp/evaluation-result-1524801-1238364877/solver-1524801-1238364877 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1524801-1238364877.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: 2.83 2.94 2.68 4/86 24593
/proc/meminfo: memFree=1672864/2055924 swapFree=4179676/4192956
[pid=24593] ppid=24591 vsize=5356 CPUtime=0
/proc/24593/stat : 24593 (manysat.sh) S 24591 24593 24224 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 462818182 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/24593/statm: 1339 235 195 169 0 50 0
[pid=24594] ppid=24593 vsize=5356 CPUtime=0
/proc/24594/stat : 24594 (manysat.sh) R 24593 24593 24224 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 462818182 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 230266826023 0 0 4096 0 0 0 0 17 1 0 0
/proc/24594/statm: 1339 235 195 169 0 50 0

[startup+0.062001 s]
/proc/loadavg: 2.83 2.94 2.68 4/86 24593
/proc/meminfo: memFree=1672864/2055924 swapFree=4179676/4192956
[pid=24593] ppid=24591 vsize=5356 CPUtime=0.05
/proc/24593/stat : 24593 (manysat.sh) S 24591 24593 24224 0 -1 4194304 312 476 0 0 0 0 5 0 17 0 1 0 462818182 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24593/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5356

[startup+0.102508 s]
/proc/loadavg: 2.83 2.94 2.68 4/86 24593
/proc/meminfo: memFree=1672864/2055924 swapFree=4179676/4192956
[pid=24593] ppid=24591 vsize=5356 CPUtime=0.05
/proc/24593/stat : 24593 (manysat.sh) S 24591 24593 24224 0 -1 4194304 312 476 0 0 0 0 5 0 17 0 1 0 462818182 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24593/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5356

[startup+0.301545 s]
/proc/loadavg: 2.83 2.94 2.68 4/86 24593
/proc/meminfo: memFree=1672864/2055924 swapFree=4179676/4192956
[pid=24593] ppid=24591 vsize=5356 CPUtime=0.05
/proc/24593/stat : 24593 (manysat.sh) S 24591 24593 24224 0 -1 4194304 312 476 0 0 0 0 5 0 17 0 1 0 462818182 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24593/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5356

[startup+0.701619 s]
/proc/loadavg: 2.83 2.94 2.68 4/86 24593
/proc/meminfo: memFree=1672864/2055924 swapFree=4179676/4192956
[pid=24593] ppid=24591 vsize=5356 CPUtime=0.05
/proc/24593/stat : 24593 (manysat.sh) S 24591 24593 24224 0 -1 4194304 312 476 0 0 0 0 5 0 17 0 1 0 462818182 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24593/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5356

[startup+1.50177 s]
/proc/loadavg: 2.83 2.94 2.68 4/89 24597
/proc/meminfo: memFree=1664904/2055924 swapFree=4179676/4192956
[pid=24593] ppid=24591 vsize=5356 CPUtime=0.05
/proc/24593/stat : 24593 (manysat.sh) S 24591 24593 24224 0 -1 4194304 312 476 0 0 0 0 5 0 17 0 1 0 462818182 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24593/statm: 1339 238 195 169 0 50 0
[pid=24596] ppid=24593 vsize=20824 CPUtime=1.42
/proc/24596/stat : 24596 (manysat1.1_stat) R 24593 24593 24224 0 -1 4194304 2379 0 0 0 142 0 0 0 25 0 2 0 462818188 21323776 2365 1992294400 134512640 135305190 4294956144 18446744073709551615 134557444 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24596/statm: 5206 2365 83 193 0 5010 0
[pid=24596/tid=24597] ppid=24593 vsize=20824 CPUtime=0.67
/proc/24596/task/24597/stat : 24597 (manysat1.1_stat) R 24593 24593 24224 0 -1 4194368 773 0 0 0 67 0 0 0 25 0 2 0 462818191 21323776 2365 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 26180

[startup+3.10106 s]
/proc/loadavg: 2.83 2.94 2.68 4/89 24597
/proc/meminfo: memFree=1660680/2055924 swapFree=4179676/4192956
[pid=24593] ppid=24591 vsize=5356 CPUtime=0.05
/proc/24593/stat : 24593 (manysat.sh) S 24591 24593 24224 0 -1 4194304 312 476 0 0 0 0 5 0 17 0 1 0 462818182 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24593/statm: 1339 238 195 169 0 50 0
[pid=24596] ppid=24593 vsize=25064 CPUtime=3.03
/proc/24596/stat : 24596 (manysat1.1_stat) R 24593 24593 24224 0 -1 4194304 3437 0 0 0 302 1 0 0 25 0 2 0 462818188 25665536 3423 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24596/statm: 6266 3423 83 193 0 6070 0
[pid=24596/tid=24597] ppid=24593 vsize=25064 CPUtime=1.46
/proc/24596/task/24597/stat : 24597 (manysat1.1_stat) R 24593 24593 24224 0 -1 4194368 1308 0 0 0 146 0 0 0 25 0 2 0 462818191 25665536 3423 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 30420

[startup+6.30165 s]
/proc/loadavg: 2.85 2.94 2.69 4/89 24597
/proc/meminfo: memFree=1652488/2055924 swapFree=4179676/4192956
[pid=24593] ppid=24591 vsize=5356 CPUtime=0.05
/proc/24593/stat : 24593 (manysat.sh) S 24591 24593 24224 0 -1 4194304 312 476 0 0 0 0 5 0 17 0 1 0 462818182 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24593/statm: 1339 238 195 169 0 50 0
[pid=24596] ppid=24593 vsize=33580 CPUtime=6.23
/proc/24596/stat : 24596 (manysat1.1_stat) R 24593 24593 24224 0 -1 4194304 5557 0 0 0 620 3 0 0 25 0 2 0 462818188 34385920 5543 1992294400 134512640 135305190 4294956144 18446744073709551615 134528379 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24596/statm: 8395 5543 83 193 0 8199 0
[pid=24596/tid=24597] ppid=24593 vsize=33580 CPUtime=3.07
/proc/24596/task/24597/stat : 24597 (manysat1.1_stat) R 24593 24593 24224 0 -1 4194368 2384 0 0 0 306 1 0 0 25 0 2 0 462818191 34385920 5543 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 38936

[startup+12.7028 s]
/proc/loadavg: 2.86 2.94 2.69 4/89 24597
/proc/meminfo: memFree=1641288/2055924 swapFree=4179676/4192956
[pid=24593] ppid=24591 vsize=5356 CPUtime=0.05
/proc/24593/stat : 24593 (manysat.sh) S 24591 24593 24224 0 -1 4194304 312 476 0 0 0 0 5 0 17 0 1 0 462818182 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24593/statm: 1339 238 195 169 0 50 0
[pid=24596] ppid=24593 vsize=42164 CPUtime=12.62
/proc/24596/stat : 24596 (manysat1.1_stat) R 24593 24593 24224 0 -1 4194304 7701 0 0 0 1258 4 0 0 25 0 2 0 462818188 43175936 7687 1992294400 134512640 135305190 4294956144 18446744073709551615 134528388 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24596/statm: 10541 7687 83 193 0 10345 0
[pid=24596/tid=24597] ppid=24593 vsize=42164 CPUtime=6.26
/proc/24596/task/24597/stat : 24597 (manysat1.1_stat) R 24593 24593 24224 0 -1 4194368 3535 0 0 0 625 1 0 0 25 0 2 0 462818191 43175936 7687 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 47520

[startup+25.5012 s]
/proc/loadavg: 2.89 2.94 2.69 4/89 24597
/proc/meminfo: memFree=1632392/2055924 swapFree=4179676/4192956
[pid=24593] ppid=24591 vsize=5356 CPUtime=0.05
/proc/24593/stat : 24593 (manysat.sh) S 24591 24593 24224 0 -1 4194304 312 476 0 0 0 0 5 0 17 0 1 0 462818182 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24593/statm: 1339 238 195 169 0 50 0
[pid=24596] ppid=24593 vsize=52540 CPUtime=25.42
/proc/24596/stat : 24596 (manysat1.1_stat) R 24593 24593 24224 0 -1 4194304 10071 0 0 0 2535 7 0 0 25 0 2 0 462818188 53800960 10057 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24596/statm: 13135 10057 83 193 0 12939 0
[pid=24596/tid=24597] ppid=24593 vsize=52540 CPUtime=12.65
/proc/24596/task/24597/stat : 24597 (manysat1.1_stat) R 24593 24593 24224 0 -1 4194368 4803 0 0 0 1263 2 0 0 25 0 2 0 462818191 53800960 10057 1992294400 134512640 135305190 4294956144 18446744073709551615 134545597 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 57896

[startup+51.1019 s]
/proc/loadavg: 2.93 2.94 2.70 4/89 24597
/proc/meminfo: memFree=1623112/2055924 swapFree=4179676/4192956
[pid=24593] ppid=24591 vsize=5356 CPUtime=0.05
/proc/24593/stat : 24593 (manysat.sh) S 24591 24593 24224 0 -1 4194304 312 476 0 0 0 0 5 0 17 0 1 0 462818182 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24593/statm: 1339 238 195 169 0 50 0
[pid=24596] ppid=24593 vsize=62200 CPUtime=51
/proc/24596/stat : 24596 (manysat1.1_stat) R 24593 24593 24224 0 -1 4194304 12479 0 0 0 5092 8 0 0 25 0 2 0 462818188 63692800 12465 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24596/statm: 15550 12465 83 193 0 15354 0
[pid=24596/tid=24597] ppid=24593 vsize=62200 CPUtime=25.44
/proc/24596/task/24597/stat : 24597 (manysat1.1_stat) R 24593 24593 24224 0 -1 4194368 6049 0 0 0 2541 3 0 0 25 0 2 0 462818191 63692800 12465 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 67556

[startup+102.307 s]
/proc/loadavg: 2.97 2.95 2.71 4/89 24597
/proc/meminfo: memFree=1612296/2055924 swapFree=4179676/4192956
[pid=24593] ppid=24591 vsize=5356 CPUtime=0.05
/proc/24593/stat : 24593 (manysat.sh) S 24591 24593 24224 0 -1 4194304 312 476 0 0 0 0 5 0 17 0 1 0 462818182 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24593/statm: 1339 238 195 169 0 50 0
[pid=24596] ppid=24593 vsize=71988 CPUtime=102.18
/proc/24596/stat : 24596 (manysat1.1_stat) R 24593 24593 24224 0 -1 4194304 14942 0 0 0 10208 10 0 0 25 0 2 0 462818188 73715712 14904 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24596/statm: 17997 14904 83 193 0 17801 0
[pid=24596/tid=24597] ppid=24593 vsize=71988 CPUtime=50.93
/proc/24596/task/24597/stat : 24597 (manysat1.1_stat) R 24593 24593 24224 0 -1 4194368 7392 0 0 0 5089 4 0 0 25 0 2 0 462818191 73715712 14904 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 77344

[startup+162.301 s]
/proc/loadavg: 2.99 2.95 2.73 4/89 24597
/proc/meminfo: memFree=1598408/2055924 swapFree=4179676/4192956
[pid=24593] ppid=24591 vsize=5356 CPUtime=0.05
/proc/24593/stat : 24593 (manysat.sh) S 24591 24593 24224 0 -1 4194304 312 476 0 0 0 0 5 0 17 0 1 0 462818182 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24593/statm: 1339 238 195 169 0 50 0
[pid=24596] ppid=24593 vsize=85768 CPUtime=162.15
/proc/24596/stat : 24596 (manysat1.1_stat) R 24593 24593 24224 0 -1 4194304 18386 0 0 0 16203 12 0 0 25 0 2 0 462818188 87826432 18348 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24596/statm: 21442 18348 83 193 0 21246 0
[pid=24596/tid=24597] ppid=24593 vsize=85768 CPUtime=80.91
/proc/24596/task/24597/stat : 24597 (manysat1.1_stat) R 24593 24593 24224 0 -1 4194368 9215 0 0 0 8086 5 0 0 25 0 2 0 462818191 87826432 18348 1992294400 134512640 135305190 4294956144 18446744073709551615 134528458 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 91124

[startup+222.301 s]
/proc/loadavg: 2.99 2.96 2.74 4/89 24597
/proc/meminfo: memFree=1574088/2055924 swapFree=4179676/4192956
[pid=24593] ppid=24591 vsize=5356 CPUtime=0.05
/proc/24593/stat : 24593 (manysat.sh) S 24591 24593 24224 0 -1 4194304 312 476 0 0 0 0 5 0 17 0 1 0 462818182 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24593/statm: 1339 238 195 169 0 50 0
[pid=24596] ppid=24593 vsize=109332 CPUtime=222.12
/proc/24596/stat : 24596 (manysat1.1_stat) R 24593 24593 24224 0 -1 4194304 24468 0 0 0 22192 20 0 0 25 0 2 0 462818188 111955968 24430 1992294400 134512640 135305190 4294956144 18446744073709551615 134528277 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24596/statm: 27333 24430 83 193 0 27137 0
[pid=24596/tid=24597] ppid=24593 vsize=109332 CPUtime=110.91
/proc/24596/task/24597/stat : 24597 (manysat1.1_stat) R 24593 24593 24224 0 -1 4194368 13307 0 0 0 11081 10 0 0 25 0 2 0 462818191 111955968 24430 1992294400 134512640 135305190 4294956144 18446744073709551615 134564759 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 114688

[startup+282.301 s]
/proc/loadavg: 2.99 2.97 2.75 4/89 24597
/proc/meminfo: memFree=1574024/2055924 swapFree=4179676/4192956
[pid=24593] ppid=24591 vsize=5356 CPUtime=0.05
/proc/24593/stat : 24593 (manysat.sh) S 24591 24593 24224 0 -1 4194304 312 476 0 0 0 0 5 0 17 0 1 0 462818182 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24593/statm: 1339 238 195 169 0 50 0
[pid=24596] ppid=24593 vsize=109512 CPUtime=282.1
/proc/24596/stat : 24596 (manysat1.1_stat) R 24593 24593 24224 0 -1 4194304 24492 0 0 0 28190 20 0 0 25 0 2 0 462818188 112140288 24454 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24596/statm: 27378 24454 83 193 0 27182 0
[pid=24596/tid=24597] ppid=24593 vsize=109512 CPUtime=140.95
/proc/24596/task/24597/stat : 24597 (manysat1.1_stat) R 24593 24593 24224 0 -1 4194368 13320 0 0 0 14085 10 0 0 25 0 2 0 462818191 112140288 24454 1992294400 134512640 135305190 4294956144 18446744073709551615 134557133 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 114868

[startup+342.302 s]

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

[pid=24596] ppid=24593 vsize=165608 CPUtime=641.93
/proc/24596/stat : 24596 (manysat1.1_stat) R 24593 24593 24224 0 -1 4194304 38437 0 0 0 64156 37 0 0 25 0 2 0 462818188 169582592 38391 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24596/statm: 41402 38391 83 193 0 41206 0
[pid=24596/tid=24597] ppid=24593 vsize=165608 CPUtime=320.71
/proc/24596/task/24597/stat : 24597 (manysat1.1_stat) R 24593 24593 24224 0 -1 4194368 20100 0 0 0 32052 19 0 0 25 0 2 0 462818191 169582592 38391 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 641.98
Current children cumulated vsize (KiB) 170964

[startup+702.302 s]
/proc/loadavg: 2.99 2.97 2.83 4/89 24597
/proc/meminfo: memFree=1518088/2055924 swapFree=4179676/4192956
[pid=24593] ppid=24591 vsize=5356 CPUtime=0.05
/proc/24593/stat : 24593 (manysat.sh) S 24591 24593 24224 0 -1 4194304 312 476 0 0 0 0 5 0 17 0 1 0 462818182 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24593/statm: 1339 238 195 169 0 50 0
[pid=24596] ppid=24593 vsize=165608 CPUtime=701.89
/proc/24596/stat : 24596 (manysat1.1_stat) R 24593 24593 24224 0 -1 4194304 38439 0 0 0 70152 37 0 0 25 0 2 0 462818188 169582592 38393 1992294400 134512640 135305190 4294956144 18446744073709551615 134528341 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24596/statm: 41402 38393 83 193 0 41206 0
[pid=24596/tid=24597] ppid=24593 vsize=165608 CPUtime=350.68
/proc/24596/task/24597/stat : 24597 (manysat1.1_stat) R 24593 24593 24224 0 -1 4194368 20102 0 0 0 35049 19 0 0 25 0 2 0 462818191 169582592 38393 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 170964

[startup+762.308 s]
/proc/loadavg: 2.99 2.97 2.83 4/89 24597
/proc/meminfo: memFree=1503688/2055924 swapFree=4179676/4192956
[pid=24593] ppid=24591 vsize=5356 CPUtime=0.05
/proc/24593/stat : 24593 (manysat.sh) S 24591 24593 24224 0 -1 4194304 312 476 0 0 0 0 5 0 17 0 1 0 462818182 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24593/statm: 1339 238 195 169 0 50 0
[pid=24596] ppid=24593 vsize=179888 CPUtime=761.87
/proc/24596/stat : 24596 (manysat1.1_stat) R 24593 24593 24224 0 -1 4194304 42033 0 0 0 76145 42 0 0 25 0 2 0 462818188 184205312 41979 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24596/statm: 44972 41979 83 193 0 44776 0
[pid=24596/tid=24597] ppid=24593 vsize=179888 CPUtime=380.68
/proc/24596/task/24597/stat : 24597 (manysat1.1_stat) R 24593 24593 24224 0 -1 4194368 21610 0 0 0 38047 21 0 0 25 0 2 0 462818191 184205312 41979 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 761.92
Current children cumulated vsize (KiB) 185244

[startup+822.302 s]
/proc/loadavg: 2.99 2.97 2.84 4/89 24597
/proc/meminfo: memFree=1496200/2055924 swapFree=4179676/4192956
[pid=24593] ppid=24591 vsize=5356 CPUtime=0.05
/proc/24593/stat : 24593 (manysat.sh) S 24591 24593 24224 0 -1 4194304 312 476 0 0 0 0 5 0 17 0 1 0 462818182 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24593/statm: 1339 238 195 169 0 50 0
[pid=24596] ppid=24593 vsize=188080 CPUtime=821.83
/proc/24596/stat : 24596 (manysat1.1_stat) R 24593 24593 24224 0 -1 4194304 43908 0 0 0 82139 44 0 0 25 0 2 0 462818188 192593920 43854 1992294400 134512640 135305190 4294956144 18446744073709551615 134530589 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24596/statm: 47020 43854 83 193 0 46824 0
[pid=24596/tid=24597] ppid=24593 vsize=188080 CPUtime=410.66
/proc/24596/task/24597/stat : 24597 (manysat1.1_stat) R 24593 24593 24224 0 -1 4194368 23480 0 0 0 41043 23 0 0 25 0 2 0 462818191 192593920 43854 1992294400 134512640 135305190 4294956144 18446744073709551615 134528523 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 193436

[startup+882.302 s]
/proc/loadavg: 2.99 2.97 2.84 4/89 24597
/proc/meminfo: memFree=1496136/2055924 swapFree=4179676/4192956
[pid=24593] ppid=24591 vsize=5356 CPUtime=0.05
/proc/24593/stat : 24593 (manysat.sh) S 24591 24593 24224 0 -1 4194304 312 476 0 0 0 0 5 0 17 0 1 0 462818182 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24593/statm: 1339 238 195 169 0 50 0
[pid=24596] ppid=24593 vsize=188080 CPUtime=881.81
/proc/24596/stat : 24596 (manysat1.1_stat) R 24593 24593 24224 0 -1 4194304 43931 0 0 0 88137 44 0 0 25 0 2 0 462818188 192593920 43877 1992294400 134512640 135305190 4294956144 18446744073709551615 134557426 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24596/statm: 47020 43877 83 193 0 46824 0
[pid=24596/tid=24597] ppid=24593 vsize=188080 CPUtime=440.66
/proc/24596/task/24597/stat : 24597 (manysat1.1_stat) R 24593 24593 24224 0 -1 4194368 23484 0 0 0 44043 23 0 0 25 0 2 0 462818191 192593920 43877 1992294400 134512640 135305190 4294956144 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 881.86
Current children cumulated vsize (KiB) 193436

[startup+942.302 s]
/proc/loadavg: 2.99 2.97 2.85 4/89 24597
/proc/meminfo: memFree=1496136/2055924 swapFree=4179676/4192956
[pid=24593] ppid=24591 vsize=5356 CPUtime=0.05
/proc/24593/stat : 24593 (manysat.sh) S 24591 24593 24224 0 -1 4194304 312 476 0 0 0 0 5 0 17 0 1 0 462818182 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24593/statm: 1339 238 195 169 0 50 0
[pid=24596] ppid=24593 vsize=188080 CPUtime=941.77
/proc/24596/stat : 24596 (manysat1.1_stat) R 24593 24593 24224 0 -1 4194304 43931 0 0 0 94133 44 0 0 25 0 2 0 462818188 192593920 43877 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24596/statm: 47020 43877 83 193 0 46824 0
[pid=24596/tid=24597] ppid=24593 vsize=188080 CPUtime=470.66
/proc/24596/task/24597/stat : 24597 (manysat1.1_stat) R 24593 24593 24224 0 -1 4194368 23484 0 0 0 47043 23 0 0 25 0 2 0 462818191 192593920 43877 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 941.82
Current children cumulated vsize (KiB) 193436

[startup+1002.3 s]
/proc/loadavg: 2.99 2.97 2.86 4/89 24597
/proc/meminfo: memFree=1488712/2055924 swapFree=4179676/4192956
[pid=24593] ppid=24591 vsize=5356 CPUtime=0.05
/proc/24593/stat : 24593 (manysat.sh) S 24591 24593 24224 0 -1 4194304 312 476 0 0 0 0 5 0 17 0 1 0 462818182 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24593/statm: 1339 238 195 169 0 50 0
[pid=24596] ppid=24593 vsize=195556 CPUtime=1001.74
/proc/24596/stat : 24596 (manysat1.1_stat) R 24593 24593 24224 0 -1 4194304 45821 0 0 0 100128 46 0 0 25 0 2 0 462818188 200249344 45767 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24596/statm: 48889 45767 83 193 0 48693 0
[pid=24596/tid=24597] ppid=24593 vsize=195556 CPUtime=500.56
/proc/24596/task/24597/stat : 24597 (manysat1.1_stat) R 24593 24593 24224 0 -1 4194368 24287 0 0 0 50032 24 0 0 25 0 2 0 462818191 200249344 45767 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1001.79
Current children cumulated vsize (KiB) 200912

[startup+1062.3 s]
/proc/loadavg: 3.05 2.99 2.87 4/89 24597
/proc/meminfo: memFree=1478280/2055924 swapFree=4179676/4192956
[pid=24593] ppid=24591 vsize=5356 CPUtime=0.05
/proc/24593/stat : 24593 (manysat.sh) S 24591 24593 24224 0 -1 4194304 312 476 0 0 0 0 5 0 17 0 1 0 462818182 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24593/statm: 1339 238 195 169 0 50 0
[pid=24596] ppid=24593 vsize=205692 CPUtime=1061.72
/proc/24596/stat : 24596 (manysat1.1_stat) R 24593 24593 24224 0 -1 4194304 48394 0 0 0 106123 49 0 0 25 0 2 0 462818188 210628608 48340 1992294400 134512640 135305190 4294956144 18446744073709551615 134528458 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24596/statm: 51423 48340 83 193 0 51227 0
[pid=24596/tid=24597] ppid=24593 vsize=205692 CPUtime=530.55
/proc/24596/task/24597/stat : 24597 (manysat1.1_stat) R 24593 24593 24224 0 -1 4194368 25416 0 0 0 53030 25 0 0 25 0 2 0 462818191 210628608 48340 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1061.77
Current children cumulated vsize (KiB) 211048

[startup+1122.3 s]
/proc/loadavg: 3.02 2.99 2.87 4/89 24597
/proc/meminfo: memFree=1478280/2055924 swapFree=4179676/4192956
[pid=24593] ppid=24591 vsize=5356 CPUtime=0.05
/proc/24593/stat : 24593 (manysat.sh) S 24591 24593 24224 0 -1 4194304 312 476 0 0 0 0 5 0 17 0 1 0 462818182 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24593/statm: 1339 238 195 169 0 50 0
[pid=24596] ppid=24593 vsize=205692 CPUtime=1121.68
/proc/24596/stat : 24596 (manysat1.1_stat) R 24593 24593 24224 0 -1 4194304 48407 0 0 0 112119 49 0 0 25 0 2 0 462818188 210628608 48353 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24596/statm: 51423 48353 83 193 0 51227 0
[pid=24596/tid=24597] ppid=24593 vsize=205692 CPUtime=560.54
/proc/24596/task/24597/stat : 24597 (manysat1.1_stat) R 24593 24593 24224 0 -1 4194368 25416 0 0 0 56029 25 0 0 25 0 2 0 462818191 210628608 48353 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1121.73
Current children cumulated vsize (KiB) 211048

[startup+1182.3 s]
/proc/loadavg: 3.00 2.99 2.88 4/89 24597
/proc/meminfo: memFree=1452744/2055924 swapFree=4179676/4192956
[pid=24593] ppid=24591 vsize=5356 CPUtime=0.05
/proc/24593/stat : 24593 (manysat.sh) S 24591 24593 24224 0 -1 4194304 312 476 0 0 0 0 5 0 17 0 1 0 462818182 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24593/statm: 1339 238 195 169 0 50 0
[pid=24596] ppid=24593 vsize=231880 CPUtime=1181.66
/proc/24596/stat : 24596 (manysat1.1_stat) R 24593 24593 24224 0 -1 4194304 54848 0 0 0 118107 59 0 0 25 0 2 0 462818188 237445120 54794 1992294400 134512640 135305190 4294956144 18446744073709551615 134538167 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24596/statm: 57970 54794 83 193 0 57774 0
[pid=24596/tid=24597] ppid=24593 vsize=231880 CPUtime=590.44
/proc/24596/task/24597/stat : 24597 (manysat1.1_stat) R 24593 24593 24224 0 -1 4194368 28809 0 0 0 59013 31 0 0 25 0 2 0 462818191 237445120 54794 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1181.71
Current children cumulated vsize (KiB) 237236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.6 s]
/proc/loadavg: 3.00 2.99 2.88 4/89 24597
/proc/meminfo: memFree=1452488/2055924 swapFree=4179676/4192956
[pid=24593] ppid=24591 vsize=5356 CPUtime=0.05
/proc/24593/stat : 24593 (manysat.sh) S 24591 24593 24224 0 -1 4194304 312 476 0 0 0 0 5 0 17 0 1 0 462818182 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24593/statm: 1339 238 195 169 0 50 0
[pid=24596] ppid=24593 vsize=231880 CPUtime=1199.96
/proc/24596/stat : 24596 (manysat1.1_stat) R 24593 24593 24224 0 -1 4194304 54848 0 0 0 119937 59 0 0 25 0 2 0 462818188 237445120 54794 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/24596/statm: 57970 54794 83 193 0 57774 0
[pid=24596/tid=24597] ppid=24593 vsize=231880 CPUtime=599.58
/proc/24596/task/24597/stat : 24597 (manysat1.1_stat) R 24593 24593 24224 0 -1 4194368 28809 0 0 0 59927 31 0 0 25 0 2 0 462818191 237445120 54794 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 237236

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

Real time (s): 1200.62
CPU time (s): 1200.01
CPU user time (s): 1199.42
CPU system time (s): 0.59
CPU usage (%): 99.9492
Max. virtual memory (cumulated for all children) (KiB): 237236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.054991
system time used= 0.001999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 788
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 13

runsolver used 1.42478 second user time and 4.04638 second system time

The end

Launcher Data

Begin job on node83 at 2009-03-30 00:14:37
IDJOB=1524801
IDBENCH=70216
IDSOLVER=513
FILE ID=node83/1524801-1238364877
PBS_JOBID= 9061156
Free space on /tmp= 66480 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20
BENCH NAME= SAT09/RANDOM/LARGE/5SAT/UNKNOWN/900/unif-k5-r20-v900-c18000-S678706275-057.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1524801-1238364877/watcher-1524801-1238364877 -o /tmp/evaluation-result-1524801-1238364877/solver-1524801-1238364877 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1524801-1238364877.cnf aimd 0

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

MD5SUM BENCH= c7f3c844f4c0d844518712db07e3e201
RANDOM SEED=1331111560

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:       1673408 kB
Buffers:         70812 kB
Cached:         218520 kB
SwapCached:       7488 kB
Active:         177600 kB
Inactive:       130184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1673408 kB
SwapTotal:     4192956 kB
SwapFree:      4179676 kB
Dirty:            1900 kB
Writeback:           0 kB
Mapped:          26016 kB
Slab:            58804 kB
Committed_AS:  1033472 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:34:40