Trace number 1525361

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.625

General information on the benchmark

NameRANDOM/LARGE/3SAT/UNKNOWN/14000/
unif-k3-r4.2-v14000-c58800-S822708255-070.cnf
MD5SUMb4b21d0b7e1c85f1ed2d73fe388ea563
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark115.094
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.18/0.20	c |         0 |   58396   177294 |      --       0       --      -- |     --   | -404/894
0.18/0.20	c ==============================================================================
0.18/0.20	c Result  :   #vars: 13648   #clauses: 58396   #literals: 177294
0.18/0.20	c CPU time:   0.189971 s
0.18/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-1525361-1238398035/watcher-1525361-1238398035 -o /tmp/evaluation-result-1525361-1238398035/solver-1525361-1238398035 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1525361-1238398035.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.99 1.86 1.55 3/64 10608
/proc/meminfo: memFree=1491200/2055920 swapFree=4179868/4192956
[pid=10608] ppid=10606 vsize=5356 CPUtime=0
/proc/10608/stat : 10608 (manysat.sh) R 10606 10608 10358 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 716695948 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 224627583647 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/10608/statm: 1339 234 194 169 0 50 0
[pid=10609] ppid=10608 vsize=1556 CPUtime=0
/proc/10609/stat : 10609 (SatElite) R 10608 10608 10358 0 -1 4194304 293 0 0 0 0 0 0 0 18 0 1 0 716695949 1593344 277 1992294400 134512640 135034092 4294956096 18446744073709551615 134544856 0 0 4096 3 0 0 0 17 0 0 0
/proc/10609/statm: 389 279 50 127 0 259 0

[startup+0.0105049 s]
/proc/loadavg: 1.99 1.86 1.55 3/64 10608
/proc/meminfo: memFree=1491200/2055920 swapFree=4179868/4192956
[pid=10608] ppid=10606 vsize=5356 CPUtime=0
/proc/10608/stat : 10608 (manysat.sh) S 10606 10608 10358 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 716695948 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10608/statm: 1339 235 195 169 0 50 0
[pid=10609] ppid=10608 vsize=2652 CPUtime=0
/proc/10609/stat : 10609 (SatElite) R 10608 10608 10358 0 -1 4194304 542 0 0 0 0 0 0 0 18 0 1 0 716695949 2715648 526 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/10609/statm: 663 528 50 127 0 533 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8008

[startup+0.101517 s]
/proc/loadavg: 1.99 1.86 1.55 3/64 10608
/proc/meminfo: memFree=1491200/2055920 swapFree=4179868/4192956
[pid=10608] ppid=10606 vsize=5356 CPUtime=0
/proc/10608/stat : 10608 (manysat.sh) S 10606 10608 10358 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 716695948 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/10608/statm: 1339 235 195 169 0 50 0
[pid=10609] ppid=10608 vsize=7156 CPUtime=0.08
/proc/10609/stat : 10609 (SatElite) R 10608 10608 10358 0 -1 4194304 1699 0 0 0 8 0 0 0 19 0 1 0 716695949 7327744 1683 1992294400 134512640 135034092 4294956096 18446744073709551615 134576890 0 0 4096 3 0 0 0 17 0 0 0
/proc/10609/statm: 1789 1683 68 127 0 1659 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12512

[startup+0.301558 s]
/proc/loadavg: 1.99 1.86 1.55 3/64 10608
/proc/meminfo: memFree=1491200/2055920 swapFree=4179868/4192956
[pid=10608] ppid=10606 vsize=5356 CPUtime=0.26
/proc/10608/stat : 10608 (manysat.sh) S 10606 10608 10358 0 -1 4194304 312 1820 0 0 0 0 25 1 16 0 1 0 716695948 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10608/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 5356

[startup+0.701616 s]
/proc/loadavg: 1.99 1.86 1.55 3/64 10608
/proc/meminfo: memFree=1491200/2055920 swapFree=4179868/4192956
[pid=10608] ppid=10606 vsize=5356 CPUtime=0.26
/proc/10608/stat : 10608 (manysat.sh) S 10606 10608 10358 0 -1 4194304 312 1820 0 0 0 0 25 1 16 0 1 0 716695948 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10608/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 5356

[startup+1.50172 s]
/proc/loadavg: 1.99 1.86 1.55 3/67 10612
/proc/meminfo: memFree=1476840/2055920 swapFree=4179868/4192956
[pid=10608] ppid=10606 vsize=5356 CPUtime=0.26
/proc/10608/stat : 10608 (manysat.sh) S 10606 10608 10358 0 -1 4194304 312 1820 0 0 0 0 25 1 16 0 1 0 716695948 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10608/statm: 1339 238 195 169 0 50 0
[pid=10611] ppid=10608 vsize=26484 CPUtime=2.31
/proc/10611/stat : 10611 (manysat1.1_stat) R 10608 10608 10358 0 -1 4194304 3687 0 0 0 228 3 0 0 17 0 2 0 716695976 27119616 3673 1992294400 134512640 135305190 4294956144 18446744073709551615 134541820 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10611/statm: 6621 3673 83 193 0 6425 0
[pid=10611/tid=10612] ppid=10608 vsize=26484 CPUtime=1.1
/proc/10611/task/10612/stat : 10612 (manysat1.1_stat) R 10608 10608 10358 0 -1 4194368 521 0 0 0 110 0 0 0 16 0 2 0 716695987 27119616 3673 1992294400 134512640 135305190 4294956144 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 31840

[startup+3.10196 s]
/proc/loadavg: 2.07 1.87 1.55 3/67 10612
/proc/meminfo: memFree=1473320/2055920 swapFree=4179868/4192956
[pid=10608] ppid=10606 vsize=5356 CPUtime=0.26
/proc/10608/stat : 10608 (manysat.sh) S 10606 10608 10358 0 -1 4194304 312 1820 0 0 0 0 25 1 16 0 1 0 716695948 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10608/statm: 1339 238 195 169 0 50 0
[pid=10611] ppid=10608 vsize=31056 CPUtime=5.51
/proc/10611/stat : 10611 (manysat1.1_stat) R 10608 10608 10358 0 -1 4194304 4893 0 0 0 547 4 0 0 17 0 2 0 716695976 31801344 4879 1992294400 134512640 135305190 4294956144 18446744073709551615 134528851 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10611/statm: 7764 4879 83 193 0 7568 0
[pid=10611/tid=10612] ppid=10608 vsize=31056 CPUtime=2.7
/proc/10611/task/10612/stat : 10612 (manysat1.1_stat) R 10608 10608 10358 0 -1 4194368 1050 0 0 0 269 1 0 0 17 0 2 0 716695987 31801344 4879 1992294400 134512640 135305190 4294956144 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.77
Current children cumulated vsize (KiB) 36412

[startup+6.30241 s]
/proc/loadavg: 2.07 1.87 1.55 3/67 10612
/proc/meminfo: memFree=1464104/2055920 swapFree=4179868/4192956
[pid=10608] ppid=10606 vsize=5356 CPUtime=0.26
/proc/10608/stat : 10608 (manysat.sh) S 10606 10608 10358 0 -1 4194304 312 1820 0 0 0 0 25 1 16 0 1 0 716695948 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10608/statm: 1339 238 195 169 0 50 0
[pid=10611] ppid=10608 vsize=37472 CPUtime=11.9
/proc/10611/stat : 10611 (manysat1.1_stat) R 10608 10608 10358 0 -1 4194304 6554 0 0 0 1183 7 0 0 17 0 2 0 716695976 38371328 6540 1992294400 134512640 135305190 4294956144 18446744073709551615 134551671 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10611/statm: 9368 6540 83 193 0 9172 0
[pid=10611/tid=10612] ppid=10608 vsize=37472 CPUtime=5.9
/proc/10611/task/10612/stat : 10612 (manysat1.1_stat) R 10608 10608 10358 0 -1 4194368 1734 0 0 0 588 2 0 0 17 0 2 0 716695987 38371328 6540 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.16
Current children cumulated vsize (KiB) 42828

[startup+12.7023 s]
/proc/loadavg: 2.06 1.88 1.56 3/67 10612
/proc/meminfo: memFree=1451752/2055920 swapFree=4179868/4192956
[pid=10608] ppid=10606 vsize=5356 CPUtime=0.26
/proc/10608/stat : 10608 (manysat.sh) S 10606 10608 10358 0 -1 4194304 312 1820 0 0 0 0 25 1 16 0 1 0 716695948 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10608/statm: 1339 238 195 169 0 50 0
[pid=10611] ppid=10608 vsize=49648 CPUtime=24.66
/proc/10611/stat : 10611 (manysat1.1_stat) R 10608 10608 10358 0 -1 4194304 9471 0 0 0 2455 11 0 0 17 0 2 0 716695976 50839552 9457 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10611/statm: 12412 9457 83 193 0 12216 0
[pid=10611/tid=10612] ppid=10608 vsize=49648 CPUtime=12.29
/proc/10611/task/10612/stat : 10612 (manysat1.1_stat) R 10608 10608 10358 0 -1 4194368 3030 0 0 0 1225 4 0 0 17 0 2 0 716695987 50839552 9457 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.92
Current children cumulated vsize (KiB) 55004

[startup+25.5011 s]
/proc/loadavg: 2.05 1.88 1.56 3/67 10612
/proc/meminfo: memFree=1441896/2055920 swapFree=4179868/4192956
[pid=10608] ppid=10606 vsize=5356 CPUtime=0.26
/proc/10608/stat : 10608 (manysat.sh) S 10606 10608 10358 0 -1 4194304 312 1820 0 0 0 0 25 1 16 0 1 0 716695948 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10608/statm: 1339 238 195 169 0 50 0
[pid=10611] ppid=10608 vsize=59552 CPUtime=50.2
/proc/10611/stat : 10611 (manysat1.1_stat) R 10608 10608 10358 0 -1 4194304 12125 0 0 0 5005 15 0 0 17 0 2 0 716695976 60981248 12111 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10611/statm: 14888 12111 83 193 0 14692 0
[pid=10611/tid=10612] ppid=10608 vsize=59552 CPUtime=25.09
/proc/10611/task/10612/stat : 10612 (manysat1.1_stat) R 10608 10608 10358 0 -1 4194368 4217 0 0 0 2503 6 0 0 17 0 2 0 716695987 60981248 12111 1992294400 134512640 135305190 4294956144 18446744073709551615 134528240 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 64908

[startup+51.1018 s]
/proc/loadavg: 2.03 1.89 1.57 3/67 10612
/proc/meminfo: memFree=1419688/2055920 swapFree=4179868/4192956
[pid=10608] ppid=10606 vsize=5356 CPUtime=0.26
/proc/10608/stat : 10608 (manysat.sh) S 10606 10608 10358 0 -1 4194304 312 1820 0 0 0 0 25 1 16 0 1 0 716695948 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10608/statm: 1339 238 195 169 0 50 0
[pid=10611] ppid=10608 vsize=81688 CPUtime=101.28
/proc/10611/stat : 10611 (manysat1.1_stat) R 10608 10608 10358 0 -1 4194304 17520 0 0 0 10105 23 0 0 17 0 2 0 716695976 83648512 17506 1992294400 134512640 135305190 4294956144 18446744073709551615 134528215 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10611/statm: 20422 17506 83 193 0 20226 0
[pid=10611/tid=10612] ppid=10608 vsize=81688 CPUtime=50.66
/proc/10611/task/10612/stat : 10612 (manysat1.1_stat) R 10608 10608 10358 0 -1 4194368 6484 0 0 0 5057 9 0 0 18 0 2 0 716695987 83648512 17506 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.54
Current children cumulated vsize (KiB) 87044

[startup+102.306 s]
/proc/loadavg: 2.01 1.91 1.59 3/67 10612
/proc/meminfo: memFree=1392488/2055920 swapFree=4179868/4192956
[pid=10608] ppid=10606 vsize=5356 CPUtime=0.26
/proc/10608/stat : 10608 (manysat.sh) S 10606 10608 10358 0 -1 4194304 312 1820 0 0 0 0 25 1 16 0 1 0 716695948 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10608/statm: 1339 238 195 169 0 50 0
[pid=10611] ppid=10608 vsize=108424 CPUtime=203.44
/proc/10611/stat : 10611 (manysat1.1_stat) R 10608 10608 10358 0 -1 4194304 24284 0 0 0 20311 33 0 0 17 0 2 0 716695976 111026176 24270 1992294400 134512640 135305190 4294956144 18446744073709551615 134528319 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10611/statm: 27106 24270 83 193 0 26910 0
[pid=10611/tid=10612] ppid=10608 vsize=108424 CPUtime=101.83
/proc/10611/task/10612/stat : 10612 (manysat1.1_stat) R 10608 10608 10358 0 -1 4194368 9585 0 0 0 10169 14 0 0 17 0 2 0 716695987 111026176 24270 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.7
Current children cumulated vsize (KiB) 113780

[startup+162.302 s]
/proc/loadavg: 2.00 1.92 1.61 3/67 10612
/proc/meminfo: memFree=1390056/2055920 swapFree=4179868/4192956
[pid=10608] ppid=10606 vsize=5356 CPUtime=0.26
/proc/10608/stat : 10608 (manysat.sh) S 10606 10608 10358 0 -1 4194304 312 1820 0 0 0 0 25 1 16 0 1 0 716695948 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10608/statm: 1339 238 195 169 0 50 0
[pid=10611] ppid=10608 vsize=110592 CPUtime=323.15
/proc/10611/stat : 10611 (manysat1.1_stat) R 10608 10608 10358 0 -1 4194304 24868 0 0 0 32279 36 0 0 17 0 2 0 716695976 113246208 24854 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/10611/statm: 27648 24854 83 193 0 27452 0
[pid=10611/tid=10612] ppid=10608 vsize=110592 CPUtime=161.59
/proc/10611/task/10612/stat : 10612 (manysat1.1_stat) R 10608 10608 10358 0 -1 4194368 9849 0 0 0 16144 15 0 0 17 0 2 0 716695987 113246208 24854 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 323.41
Current children cumulated vsize (KiB) 115948

[startup+222.301 s]
/proc/loadavg: 2.00 1.93 1.64 3/67 10612
/proc/meminfo: memFree=1372008/2055920 swapFree=4179868/4192956
[pid=10608] ppid=10606 vsize=5356 CPUtime=0.26
/proc/10608/stat : 10608 (manysat.sh) S 10606 10608 10358 0 -1 4194304 312 1820 0 0 0 0 25 1 16 0 1 0 716695948 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10608/statm: 1339 238 195 169 0 50 0
[pid=10611] ppid=10608 vsize=128908 CPUtime=442.86
/proc/10611/stat : 10611 (manysat1.1_stat) R 10608 10608 10358 0 -1 4194304 29371 0 0 0 44242 44 0 0 17 0 2 0 716695976 132001792 29357 1992294400 134512640 135305190 4294956144 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10611/statm: 32227 29357 83 193 0 32031 0
[pid=10611/tid=10612] ppid=10608 vsize=128908 CPUtime=221.41
/proc/10611/task/10612/stat : 10612 (manysat1.1_stat) R 10608 10608 10358 0 -1 4194368 11772 0 0 0 22122 19 0 0 17 0 2 0 716695987 132001792 29357 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.12
Current children cumulated vsize (KiB) 134264

[startup+282.302 s]
/proc/loadavg: 2.00 1.94 1.65 3/67 10612
/proc/meminfo: memFree=1349672/2055920 swapFree=4179868/4192956
[pid=10608] ppid=10606 vsize=5356 CPUtime=0.26
/proc/10608/stat : 10608 (manysat.sh) S 10606 10608 10358 0 -1 4194304 312 1820 0 0 0 0 25 1 16 0 1 0 716695948 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10608/statm: 1339 238 195 169 0 50 0
[pid=10611] ppid=10608 vsize=151488 CPUtime=562.58
/proc/10611/stat : 10611 (manysat1.1_stat) R 10608 10608 10358 0 -1 4194304 34959 0 0 0 56206 52 0 0 18 0 2 0 716695976 155123712 34945 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10611/statm: 37872 34945 83 193 0 37676 0
[pid=10611/tid=10612] ppid=10608 vsize=151488 CPUtime=281.36
/proc/10611/task/10612/stat : 10612 (manysat1.1_stat) R 10608 10608 10358 0 -1 4194368 14422 0 0 0 28113 23 0 0 22 0 2 0 716695987 155123712 34945 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 562.84
Current children cumulated vsize (KiB) 156844

[startup+342.301 s]
/proc/loadavg: 2.00 1.95 1.67 3/67 10612
/proc/meminfo: memFree=1318312/2055920 swapFree=4179868/4192956
[pid=10608] ppid=10606 vsize=5356 CPUtime=0.26
/proc/10608/stat : 10608 (manysat.sh) S 10606 10608 10358 0 -1 4194304 312 1820 0 0 0 0 25 1 16 0 1 0 716695948 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10608/statm: 1339 238 195 169 0 50 0
[pid=10611] ppid=10608 vsize=183220 CPUtime=682.31
/proc/10611/stat : 10611 (manysat1.1_stat) R 10608 10608 10358 0 -1 4194304 42817 0 0 0 68164 67 0 0 17 0 2 0 716695976 187617280 42803 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10611/statm: 45805 42803 83 193 0 45609 0
[pid=10611/tid=10612] ppid=10608 vsize=183220 CPUtime=341.33
/proc/10611/task/10612/stat : 10612 (manysat1.1_stat) R 10608 10608 10358 0 -1 4194368 19257 0 0 0 34101 32 0 0 18 0 2 0 716695987 187617280 42803 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.57
Current children cumulated vsize (KiB) 188576

[startup+402.302 s]
/proc/loadavg: 2.00 1.95 1.69 3/67 10612
/proc/meminfo: memFree=1300072/2055920 swapFree=4179868/4192956
[pid=10608] ppid=10606 vsize=5356 CPUtime=0.26
/proc/10608/stat : 10608 (manysat.sh) S 10606 10608 10358 0 -1 4194304 312 1820 0 0 0 0 25 1 16 0 1 0 716695948 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10608/statm: 1339 238 195 169 0 50 0
[pid=10611] ppid=10608 vsize=201448 CPUtime=802.06
/proc/10611/stat : 10611 (manysat1.1_stat) R 10608 10608 10358 0 -1 4194304 47338 0 0 0 80128 78 0 0 17 0 2 0 716695976 206282752 47324 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10611/statm: 50362 47324 83 193 0 50166 0
[pid=10611/tid=10612] ppid=10608 vsize=201448 CPUtime=401.31
/proc/10611/task/10612/stat : 10612 (manysat1.1_stat) R 10608 10608 10358 0 -1 4194368 21212 0 0 0 40094 37 0 0 25 0 2 0 716695987 206282752 47324 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.32
Current children cumulated vsize (KiB) 206804

[startup+462.301 s]
/proc/loadavg: 2.00 1.96 1.71 3/67 10612
/proc/meminfo: memFree=1295016/2055920 swapFree=4179868/4192956
[pid=10608] ppid=10606 vsize=5356 CPUtime=0.26
/proc/10608/stat : 10608 (manysat.sh) S 10606 10608 10358 0 -1 4194304 312 1820 0 0 0 0 25 1 16 0 1 0 716695948 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10608/statm: 1339 238 195 169 0 50 0
[pid=10611] ppid=10608 vsize=206568 CPUtime=921.77
/proc/10611/stat : 10611 (manysat1.1_stat) R 10608 10608 10358 0 -1 4194304 48615 0 0 0 92095 82 0 0 17 0 2 0 716695976 211525632 48601 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10611/statm: 51642 48601 83 193 0 51446 0
[pid=10611/tid=10612] ppid=10608 vsize=206568 CPUtime=461.27
/proc/10611/task/10612/stat : 10612 (manysat1.1_stat) R 10608 10608 10358 0 -1 4194368 21797 0 0 0 46089 38 0 0 17 0 2 0 716695987 211525632 48601 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.03
Current children cumulated vsize (KiB) 211924

[startup+522.302 s]
/proc/loadavg: 2.00 1.97 1.72 3/67 10612
/proc/meminfo: memFree=1288104/2055920 swapFree=4179868/4192956
[pid=10608] ppid=10606 vsize=5356 CPUtime=0.26
/proc/10608/stat : 10608 (manysat.sh) S 10606 10608 10358 0 -1 4194304 312 1820 0 0 0 0 25 1 16 0 1 0 716695948 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10608/statm: 1339 238 195 169 0 50 0
[pid=10611] ppid=10608 vsize=213632 CPUtime=1041.52
/proc/10611/stat : 10611 (manysat1.1_stat) R 10608 10608 10358 0 -1 4194304 50319 0 0 0 104065 87 0 0 18 0 2 0 716695976 218759168 50305 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10611/statm: 53408 50305 83 193 0 53212 0
[pid=10611/tid=10612] ppid=10608 vsize=213632 CPUtime=521.25
/proc/10611/task/10612/stat : 10612 (manysat1.1_stat) R 10608 10608 10358 0 -1 4194368 22314 0 0 0 52085 40 0 0 17 0 2 0 716695987 218759168 50305 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1041.78
Current children cumulated vsize (KiB) 218988

[startup+582.301 s]
/proc/loadavg: 2.00 1.97 1.74 3/67 10612
/proc/meminfo: memFree=1263656/2055920 swapFree=4179868/4192956
[pid=10608] ppid=10606 vsize=5356 CPUtime=0.26
/proc/10608/stat : 10608 (manysat.sh) S 10606 10608 10358 0 -1 4194304 312 1820 0 0 0 0 25 1 16 0 1 0 716695948 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10608/statm: 1339 238 195 169 0 50 0
[pid=10611] ppid=10608 vsize=238080 CPUtime=1161.23
/proc/10611/stat : 10611 (manysat1.1_stat) R 10608 10608 10358 0 -1 4194304 56407 0 0 0 116026 97 0 0 19 0 2 0 716695976 243793920 56393 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10611/statm: 59520 56393 83 193 0 59324 0
[pid=10611/tid=10612] ppid=10608 vsize=238080 CPUtime=581.23
/proc/10611/task/10612/stat : 10612 (manysat1.1_stat) R 10608 10608 10358 0 -1 4194368 25316 0 0 0 58077 46 0 0 18 0 2 0 716695987 243793920 56393 1992294400 134512640 135305190 4294956144 18446744073709551615 134557241 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.49
Current children cumulated vsize (KiB) 243436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.602 s]
/proc/loadavg: 2.00 1.97 1.74 3/67 10612
/proc/meminfo: memFree=1258472/2055920 swapFree=4179868/4192956
[pid=10608] ppid=10606 vsize=5356 CPUtime=0.26
/proc/10608/stat : 10608 (manysat.sh) S 10606 10608 10358 0 -1 4194304 312 1820 0 0 0 0 25 1 16 0 1 0 716695948 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/10608/statm: 1339 238 195 169 0 50 0
[pid=10611] ppid=10608 vsize=243200 CPUtime=1199.76
/proc/10611/stat : 10611 (manysat1.1_stat) R 10608 10608 10358 0 -1 4194304 57706 0 0 0 119876 100 0 0 20 0 2 0 716695976 249036800 57692 1992294400 134512640 135305190 4294956144 18446744073709551615 134528379 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/10611/statm: 60800 57692 83 193 0 60604 0
[pid=10611/tid=10612] ppid=10608 vsize=243200 CPUtime=600.52
/proc/10611/task/10612/stat : 10612 (manysat1.1_stat) R 10608 10608 10358 0 -1 4194368 25566 0 0 0 60005 47 0 0 20 0 2 0 716695987 249036800 57692 1992294400 134512640 135305190 4294956144 18446744073709551615 134558354 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 248556

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 10608 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=258960
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=18997
# CPU time returned by wait4() is 0.277957
# 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.625
CPU time (s): 1200.02
CPU user time (s): 1199.01
CPU system time (s): 1.01
CPU usage (%): 199.463
Max. virtual memory (cumulated for all children) (KiB): 248556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.25896
system time used= 0.018997
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2132
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 3

runsolver used 0.541917 second user time and 1.66175 second system time

The end

Launcher Data

Begin job on node49 at 2009-03-30 09:27:15
IDJOB=1525361
IDBENCH=70328
IDSOLVER=513
FILE ID=node49/1525361-1238398035
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-S822708255-070.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1525361-1238398035/watcher-1525361-1238398035 -o /tmp/evaluation-result-1525361-1238398035/solver-1525361-1238398035 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1525361-1238398035.cnf aimd 0

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

MD5SUM BENCH= b4b21d0b7e1c85f1ed2d73fe388ea563
RANDOM SEED=1110317750

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:       1491744 kB
Buffers:         97876 kB
Cached:         364872 kB
SwapCached:       6452 kB
Active:          87220 kB
Inactive:       384476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1491744 kB
SwapTotal:     4192956 kB
SwapFree:      4179868 kB
Dirty:            2584 kB
Writeback:           0 kB
Mapped:          14676 kB
Slab:            78436 kB
Committed_AS:  1816536 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:37:19