Trace number 1728216

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.11 601.419

General information on the benchmark

Namecrafted/Hard/contest05/others/
eulcbip-8-UNSAT.sat05-3937.reshuffled-07.cnf
MD5SUMcc16a72221b8e1efdfd6127b2f238bcd
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables161
Number of clauses802
Sum of the clauses size3204
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 30
Number of clauses of size 4800
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |     802     3204 |     240       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |     798     3190 |      --       0       --      -- |     --   | -4/-14
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 160   #clauses: 798   #literals: 3190
0.00/0.00	c CPU time:   0.000999 s
0.00/0.00	c ==============================================================================

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1728216-1240734167/watcher-1728216-1240734167 -o /tmp/evaluation-result-1728216-1240734167/solver-1728216-1240734167 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1728216-1240734167.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.00 1.00 1.00 3/64 637
/proc/meminfo: memFree=1711608/2055920 swapFree=4181440/4192956
[pid=637] ppid=635 vsize=5356 CPUtime=0
/proc/637/stat : 637 (manysat.sh) R 635 637 32753 0 -1 4194304 292 125 0 0 0 0 0 0 16 0 1 0 101445109 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836913823 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/637/statm: 1339 238 195 169 0 50 0
[pid=639] ppid=637 vsize=5356 CPUtime=0
/proc/639/stat : 639 (manysat.sh) R 637 637 32753 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 101445109 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836914471 0 0 4096 0 0 0 0 17 1 0 0
/proc/639/statm: 1339 238 195 169 0 50 0

[startup+0.0843439 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 637
/proc/meminfo: memFree=1711608/2055920 swapFree=4181440/4192956
[pid=637] ppid=635 vsize=5356 CPUtime=0
/proc/637/stat : 637 (manysat.sh) S 635 637 32753 0 -1 4194304 312 125 0 0 0 0 0 0 16 0 1 0 101445109 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/637/statm: 1339 238 195 169 0 50 0
[pid=639] ppid=637 vsize=13504 CPUtime=0.14
/proc/639/stat : 639 (manysat1.1_stat) R 637 637 32753 0 -1 4194304 222 0 0 0 14 0 0 0 17 0 2 0 101445109 13828096 208 1992294400 134512640 135305190 4294956144 18446744073709551615 134694990 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/639/statm: 3376 208 83 193 0 3180 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 18860

[startup+0.10355 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 637
/proc/meminfo: memFree=1711608/2055920 swapFree=4181440/4192956
[pid=637] ppid=635 vsize=5356 CPUtime=0
/proc/637/stat : 637 (manysat.sh) S 635 637 32753 0 -1 4194304 312 125 0 0 0 0 0 0 16 0 1 0 101445109 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/637/statm: 1339 238 195 169 0 50 0
[pid=639] ppid=637 vsize=14660 CPUtime=0.18
/proc/639/stat : 639 (manysat1.1_stat) R 637 637 32753 0 -1 4194304 237 0 0 0 18 0 0 0 17 0 2 0 101445109 15011840 223 1992294400 134512640 135305190 4294956144 18446744073709551615 134694990 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/639/statm: 3665 223 83 193 0 3469 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 20016

[startup+0.302286 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 637
/proc/meminfo: memFree=1711608/2055920 swapFree=4181440/4192956
[pid=637] ppid=635 vsize=5356 CPUtime=0
/proc/637/stat : 637 (manysat.sh) S 635 637 32753 0 -1 4194304 312 125 0 0 0 0 0 0 16 0 1 0 101445109 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/637/statm: 1339 238 195 169 0 50 0
[pid=639] ppid=637 vsize=15056 CPUtime=0.58
/proc/639/stat : 639 (manysat1.1_stat) R 637 637 32753 0 -1 4194304 380 0 0 0 58 0 0 0 16 0 2 0 101445109 15417344 366 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/639/statm: 3764 366 83 193 0 3568 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 20412

[startup+0.702358 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 637
/proc/meminfo: memFree=1711608/2055920 swapFree=4181440/4192956
[pid=637] ppid=635 vsize=5356 CPUtime=0
/proc/637/stat : 637 (manysat.sh) S 635 637 32753 0 -1 4194304 312 125 0 0 0 0 0 0 16 0 1 0 101445109 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/637/statm: 1339 238 195 169 0 50 0
[pid=639] ppid=637 vsize=15980 CPUtime=1.38
/proc/639/stat : 639 (manysat1.1_stat) R 637 637 32753 0 -1 4194304 735 0 0 0 138 0 0 0 16 0 2 0 101445109 16363520 721 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/639/statm: 3995 721 83 193 0 3799 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 21336

[startup+1.50147 s]
/proc/loadavg: 1.00 1.00 1.00 3/67 641
/proc/meminfo: memFree=1707680/2055920 swapFree=4181440/4192956
[pid=637] ppid=635 vsize=5356 CPUtime=0
/proc/637/stat : 637 (manysat.sh) S 635 637 32753 0 -1 4194304 312 125 0 0 0 0 0 0 16 0 1 0 101445109 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/637/statm: 1339 238 195 169 0 50 0
[pid=639] ppid=637 vsize=17560 CPUtime=2.97
/proc/639/stat : 639 (manysat1.1_stat) R 637 637 32753 0 -1 4194304 1311 0 0 0 297 0 0 0 17 0 2 0 101445109 17981440 1297 1992294400 134512640 135305190 4294956144 18446744073709551615 134556761 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/639/statm: 4390 1297 83 193 0 4194 0
[pid=639/tid=641] ppid=637 vsize=17560 CPUtime=1.48
/proc/639/task/641/stat : 641 (manysat1.1_stat) R 637 637 32753 0 -1 4194368 597 0 0 0 148 0 0 0 18 0 2 0 101445110 17981440 1297 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 22916

[startup+3.10171 s]
/proc/loadavg: 1.00 1.00 1.00 3/67 641
/proc/meminfo: memFree=1704672/2055920 swapFree=4181440/4192956
[pid=637] ppid=635 vsize=5356 CPUtime=0
/proc/637/stat : 637 (manysat.sh) S 635 637 32753 0 -1 4194304 312 125 0 0 0 0 0 0 16 0 1 0 101445109 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/637/statm: 1339 238 195 169 0 50 0
[pid=639] ppid=637 vsize=23088 CPUtime=6.17
/proc/639/stat : 639 (manysat1.1_stat) R 637 637 32753 0 -1 4194304 2590 0 0 0 616 1 0 0 17 0 2 0 101445109 23642112 2576 1992294400 134512640 135305190 4294956144 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/639/statm: 5772 2576 83 193 0 5576 0
[pid=639/tid=641] ppid=637 vsize=23088 CPUtime=3.08
/proc/639/task/641/stat : 641 (manysat1.1_stat) R 637 637 32753 0 -1 4194368 1214 0 0 0 308 0 0 0 17 0 2 0 101445110 23642112 2576 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 28444

[startup+6.30118 s]
/proc/loadavg: 1.08 1.02 1.01 3/67 641
/proc/meminfo: memFree=1696864/2055920 swapFree=4181440/4192956
[pid=637] ppid=635 vsize=5356 CPUtime=0
/proc/637/stat : 637 (manysat.sh) S 635 637 32753 0 -1 4194304 312 125 0 0 0 0 0 0 16 0 1 0 101445109 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/637/statm: 1339 238 195 169 0 50 0
[pid=639] ppid=637 vsize=27152 CPUtime=12.55
/proc/639/stat : 639 (manysat1.1_stat) R 637 637 32753 0 -1 4194304 3692 0 0 0 1253 2 0 0 17 0 2 0 101445109 27803648 3678 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/639/statm: 6788 3678 83 193 0 6592 0
[pid=639/tid=641] ppid=637 vsize=27152 CPUtime=6.28
/proc/639/task/641/stat : 641 (manysat1.1_stat) R 637 637 32753 0 -1 4194368 1682 0 0 0 627 1 0 0 18 0 2 0 101445110 27803648 3678 1992294400 134512640 135305190 4294956144 18446744073709551615 134528286 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 32508

[startup+12.7011 s]
/proc/loadavg: 1.15 1.03 1.01 3/67 641
/proc/meminfo: memFree=1690272/2055920 swapFree=4181440/4192956
[pid=637] ppid=635 vsize=5356 CPUtime=0
/proc/637/stat : 637 (manysat.sh) S 635 637 32753 0 -1 4194304 312 125 0 0 0 0 0 0 16 0 1 0 101445109 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/637/statm: 1339 238 195 169 0 50 0
[pid=639] ppid=637 vsize=34552 CPUtime=25.32
/proc/639/stat : 639 (manysat1.1_stat) R 637 637 32753 0 -1 4194304 5271 0 0 0 2529 3 0 0 17 0 2 0 101445109 35381248 5257 1992294400 134512640 135305190 4294956144 18446744073709551615 134551709 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/639/statm: 8638 5257 83 193 0 8442 0
[pid=639/tid=641] ppid=637 vsize=34552 CPUtime=12.67
/proc/639/task/641/stat : 641 (manysat1.1_stat) R 637 637 32753 0 -1 4194368 2435 0 0 0 1266 1 0 0 19 0 2 0 101445110 35381248 5257 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 39908

[startup+25.503 s]
/proc/loadavg: 1.34 1.08 1.02 3/67 641
/proc/meminfo: memFree=1684512/2055920 swapFree=4181440/4192956
[pid=637] ppid=635 vsize=5356 CPUtime=0
/proc/637/stat : 637 (manysat.sh) S 635 637 32753 0 -1 4194304 312 125 0 0 0 0 0 0 16 0 1 0 101445109 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/637/statm: 1339 238 195 169 0 50 0
[pid=639] ppid=637 vsize=39684 CPUtime=50.86
/proc/639/stat : 639 (manysat1.1_stat) R 637 637 32753 0 -1 4194304 6706 0 0 0 5082 4 0 0 21 0 2 0 101445109 40636416 6692 1992294400 134512640 135305190 4294956144 18446744073709551615 134528329 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/639/statm: 9921 6692 83 193 0 9725 0
[pid=639/tid=641] ppid=637 vsize=39684 CPUtime=25.47
/proc/639/task/641/stat : 641 (manysat1.1_stat) R 637 637 32753 0 -1 4194368 3137 0 0 0 2545 2 0 0 25 0 2 0 101445110 40636416 6692 1992294400 134512640 135305190 4294956144 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 45040

[startup+51.1028 s]
/proc/loadavg: 1.56 1.15 1.05 3/67 641
/proc/meminfo: memFree=1673632/2055920 swapFree=4181440/4192956
[pid=637] ppid=635 vsize=5356 CPUtime=0
/proc/637/stat : 637 (manysat.sh) S 635 637 32753 0 -1 4194304 312 125 0 0 0 0 0 0 16 0 1 0 101445109 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/637/statm: 1339 238 195 169 0 50 0
[pid=639] ppid=637 vsize=50296 CPUtime=101.94
/proc/639/stat : 639 (manysat1.1_stat) R 637 637 32753 0 -1 4194304 9433 0 0 0 10188 6 0 0 18 0 2 0 101445109 51503104 9419 1992294400 134512640 135305190 4294956144 18446744073709551615 134528523 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/639/statm: 12574 9419 83 193 0 12378 0
[pid=639/tid=641] ppid=637 vsize=50296 CPUtime=51.06
/proc/639/task/641/stat : 641 (manysat1.1_stat) R 637 637 32753 0 -1 4194368 4152 0 0 0 5103 3 0 0 25 0 2 0 101445110 51503104 9419 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 55652

[startup+102.306 s]
/proc/loadavg: 1.81 1.28 1.10 3/67 641
/proc/meminfo: memFree=1653344/2055920 swapFree=4181440/4192956
[pid=637] ppid=635 vsize=5356 CPUtime=0
/proc/637/stat : 637 (manysat.sh) S 635 637 32753 0 -1 4194304 312 125 0 0 0 0 0 0 16 0 1 0 101445109 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/637/statm: 1339 238 195 169 0 50 0
[pid=639] ppid=637 vsize=70556 CPUtime=204.12
/proc/639/stat : 639 (manysat1.1_stat) R 637 637 32753 0 -1 4194304 14464 0 0 0 20401 11 0 0 25 0 2 0 101445109 72249344 14450 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/639/statm: 17639 14450 83 193 0 17443 0
[pid=639/tid=641] ppid=637 vsize=70556 CPUtime=102.24
/proc/639/task/641/stat : 641 (manysat1.1_stat) R 637 637 32753 0 -1 4194368 6449 0 0 0 10218 6 0 0 20 0 2 0 101445110 72249344 14450 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.12
Current children cumulated vsize (KiB) 75912

[startup+162.302 s]
/proc/loadavg: 1.93 1.41 1.15 3/67 641
/proc/meminfo: memFree=1643936/2055920 swapFree=4181440/4192956
[pid=637] ppid=635 vsize=5356 CPUtime=0
/proc/637/stat : 637 (manysat.sh) S 635 637 32753 0 -1 4194304 312 125 0 0 0 0 0 0 16 0 1 0 101445109 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/637/statm: 1339 238 195 169 0 50 0
[pid=639] ppid=637 vsize=81204 CPUtime=323.85
/proc/639/stat : 639 (manysat1.1_stat) R 637 637 32753 0 -1 4194304 16814 0 0 0 32371 14 0 0 25 0 2 0 101445109 83152896 16800 1992294400 134512640 135305190 4294956144 18446744073709551615 134528548 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/639/statm: 20301 16800 83 193 0 20105 0
[pid=639/tid=641] ppid=637 vsize=81204 CPUtime=162.21
/proc/639/task/641/stat : 641 (manysat1.1_stat) R 637 637 32753 0 -1 4194368 7430 0 0 0 16214 7 0 0 25 0 2 0 101445110 83152896 16800 1992294400 134512640 135305190 4294956144 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.85
Current children cumulated vsize (KiB) 86560

[startup+222.301 s]
/proc/loadavg: 1.97 1.51 1.20 3/67 641
/proc/meminfo: memFree=1633632/2055920 swapFree=4181440/4192956
[pid=637] ppid=635 vsize=5356 CPUtime=0
/proc/637/stat : 637 (manysat.sh) S 635 637 32753 0 -1 4194304 312 125 0 0 0 0 0 0 16 0 1 0 101445109 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/637/statm: 1339 238 195 169 0 50 0
[pid=639] ppid=637 vsize=91188 CPUtime=443.58
/proc/639/stat : 639 (manysat1.1_stat) R 637 637 32753 0 -1 4194304 19404 0 0 0 44339 19 0 0 25 0 2 0 101445109 93376512 19390 1992294400 134512640 135305190 4294956144 18446744073709551615 134528332 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/639/statm: 22797 19390 83 193 0 22601 0
[pid=639/tid=641] ppid=637 vsize=91188 CPUtime=222.18
/proc/639/task/641/stat : 641 (manysat1.1_stat) R 637 637 32753 0 -1 4194368 8312 0 0 0 22209 9 0 0 25 0 2 0 101445110 93376512 19390 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.58
Current children cumulated vsize (KiB) 96544

[startup+282.302 s]
/proc/loadavg: 1.99 1.60 1.25 3/67 641
/proc/meminfo: memFree=1623840/2055920 swapFree=4181440/4192956
[pid=637] ppid=635 vsize=5356 CPUtime=0
/proc/637/stat : 637 (manysat.sh) S 635 637 32753 0 -1 4194304 312 125 0 0 0 0 0 0 16 0 1 0 101445109 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/637/statm: 1339 238 195 169 0 50 0
[pid=639] ppid=637 vsize=101956 CPUtime=563.31
/proc/639/stat : 639 (manysat1.1_stat) R 637 637 32753 0 -1 4194304 21837 0 0 0 56308 23 0 0 25 0 2 0 101445109 104402944 21823 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/639/statm: 25489 21823 83 193 0 25293 0
[pid=639/tid=641] ppid=637 vsize=101956 CPUtime=282.14
/proc/639/task/641/stat : 641 (manysat1.1_stat) R 637 637 32753 0 -1 4194368 9019 0 0 0 28204 10 0 0 25 0 2 0 101445110 104402944 21823 1992294400 134512640 135305190 4294956144 18446744073709551615 134528571 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563.31
Current children cumulated vsize (KiB) 107312

[startup+342.302 s]
/proc/loadavg: 1.99 1.67 1.29 3/67 641
/proc/meminfo: memFree=1608480/2055920 swapFree=4181440/4192956
[pid=637] ppid=635 vsize=5356 CPUtime=0
/proc/637/stat : 637 (manysat.sh) S 635 637 32753 0 -1 4194304 312 125 0 0 0 0 0 0 16 0 1 0 101445109 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/637/statm: 1339 238 195 169 0 50 0
[pid=639] ppid=637 vsize=116532 CPUtime=683.05
/proc/639/stat : 639 (manysat1.1_stat) R 637 637 32753 0 -1 4194304 25630 0 0 0 68276 29 0 0 25 0 2 0 101445109 119328768 25616 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/639/statm: 29133 25616 83 193 0 28937 0
[pid=639/tid=641] ppid=637 vsize=116532 CPUtime=342.12
/proc/639/task/641/stat : 641 (manysat1.1_stat) R 637 637 32753 0 -1 4194368 9237 0 0 0 34201 11 0 0 25 0 2 0 101445110 119328768 25616 1992294400 134512640 135305190 4294956144 18446744073709551615 134528464 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 683.05
Current children cumulated vsize (KiB) 121888

[startup+402.302 s]
/proc/loadavg: 1.99 1.73 1.33 3/67 641
/proc/meminfo: memFree=1600736/2055920 swapFree=4181440/4192956
[pid=637] ppid=635 vsize=5356 CPUtime=0
/proc/637/stat : 637 (manysat.sh) S 635 637 32753 0 -1 4194304 312 125 0 0 0 0 0 0 16 0 1 0 101445109 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/637/statm: 1339 238 195 169 0 50 0
[pid=639] ppid=637 vsize=125472 CPUtime=802.79
/proc/639/stat : 639 (manysat1.1_stat) R 637 637 32753 0 -1 4194304 27578 0 0 0 80247 32 0 0 18 0 2 0 101445109 128483328 27564 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/639/statm: 31368 27564 83 193 0 31172 0
[pid=639/tid=641] ppid=637 vsize=125472 CPUtime=402.1
/proc/639/task/641/stat : 641 (manysat1.1_stat) R 637 637 32753 0 -1 4194368 9831 0 0 0 40198 12 0 0 25 0 2 0 101445110 128483328 27564 1992294400 134512640 135305190 4294956144 18446744073709551615 134528554 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.79
Current children cumulated vsize (KiB) 130828

[startup+462.302 s]
/proc/loadavg: 1.99 1.77 1.37 3/67 641
/proc/meminfo: memFree=1597152/2055920 swapFree=4181440/4192956
[pid=637] ppid=635 vsize=5356 CPUtime=0
/proc/637/stat : 637 (manysat.sh) S 635 637 32753 0 -1 4194304 312 125 0 0 0 0 0 0 16 0 1 0 101445109 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/637/statm: 1339 238 195 169 0 50 0
[pid=639] ppid=637 vsize=129244 CPUtime=922.52
/proc/639/stat : 639 (manysat1.1_stat) R 637 637 32753 0 -1 4194304 28503 0 0 0 92219 33 0 0 25 0 2 0 101445109 132345856 28489 1992294400 134512640 135305190 4294956144 18446744073709551615 134528568 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/639/statm: 32311 28489 83 193 0 32115 0
[pid=639/tid=641] ppid=637 vsize=129244 CPUtime=462.07
/proc/639/task/641/stat : 641 (manysat1.1_stat) R 637 637 32753 0 -1 4194368 10390 0 0 0 46194 13 0 0 25 0 2 0 101445110 132345856 28489 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.52
Current children cumulated vsize (KiB) 134600

[startup+522.301 s]
/proc/loadavg: 1.99 1.81 1.41 4/67 641
/proc/meminfo: memFree=1582880/2055920 swapFree=4181440/4192956
[pid=637] ppid=635 vsize=5356 CPUtime=0
/proc/637/stat : 637 (manysat.sh) S 635 637 32753 0 -1 4194304 312 125 0 0 0 0 0 0 16 0 1 0 101445109 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/637/statm: 1339 238 195 169 0 50 0
[pid=639] ppid=637 vsize=144344 CPUtime=1042.26
/proc/639/stat : 639 (manysat1.1_stat) R 637 637 32753 0 -1 4194304 32041 0 0 0 104187 39 0 0 25 0 2 0 101445109 147808256 32027 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/639/statm: 36086 32027 83 193 0 35890 0
[pid=639/tid=641] ppid=637 vsize=144344 CPUtime=522.04
/proc/639/task/641/stat : 641 (manysat1.1_stat) R 637 637 32753 0 -1 4194368 11820 0 0 0 52189 15 0 0 25 0 2 0 101445110 147808256 32027 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1042.26
Current children cumulated vsize (KiB) 149700

[startup+582.301 s]
/proc/loadavg: 1.99 1.84 1.44 3/67 641
/proc/meminfo: memFree=1581344/2055920 swapFree=4181440/4192956
[pid=637] ppid=635 vsize=5356 CPUtime=0
/proc/637/stat : 637 (manysat.sh) S 635 637 32753 0 -1 4194304 312 125 0 0 0 0 0 0 16 0 1 0 101445109 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/637/statm: 1339 238 195 169 0 50 0
[pid=639] ppid=637 vsize=145764 CPUtime=1161.98
/proc/639/stat : 639 (manysat1.1_stat) R 637 637 32753 0 -1 4194304 32389 0 0 0 116159 39 0 0 25 0 2 0 101445109 149262336 32375 1992294400 134512640 135305190 4294956144 18446744073709551615 134528458 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/639/statm: 36441 32375 83 193 0 36245 0
[pid=639/tid=641] ppid=637 vsize=145764 CPUtime=582.01
/proc/639/task/641/stat : 641 (manysat1.1_stat) R 637 637 32753 0 -1 4194368 11822 0 0 0 58186 15 0 0 25 0 2 0 101445110 149262336 32375 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1161.98
Current children cumulated vsize (KiB) 151120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+601.402 s]
/proc/loadavg: 1.99 1.85 1.45 3/67 641
/proc/meminfo: memFree=1581024/2055920 swapFree=4181440/4192956
[pid=637] ppid=635 vsize=5356 CPUtime=0
/proc/637/stat : 637 (manysat.sh) S 635 637 32753 0 -1 4194304 312 125 0 0 0 0 0 0 16 0 1 0 101445109 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/637/statm: 1339 238 195 169 0 50 0
[pid=639] ppid=637 vsize=146096 CPUtime=1200.11
/proc/639/stat : 639 (manysat1.1_stat) R 637 637 32753 0 -1 4194304 32470 0 0 0 119972 39 0 0 25 0 2 0 101445109 149602304 32456 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/639/statm: 36524 32456 83 193 0 36328 0
[pid=639/tid=641] ppid=637 vsize=146096 CPUtime=601.1
/proc/639/task/641/stat : 641 (manysat1.1_stat) R 637 637 32753 0 -1 4194368 11903 0 0 0 60095 15 0 0 25 0 2 0 101445110 149602304 32456 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1200.11
Current children cumulated vsize (KiB) 151452

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

Real time (s): 601.419
CPU time (s): 1200.11
CPU user time (s): 1199.72
CPU system time (s): 0.39
CPU usage (%): 199.546
Max. virtual memory (cumulated for all children) (KiB): 151452

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

runsolver used 0.58591 second user time and 1.61275 second system time

The end

Launcher Data

Begin job on node39 at 2009-04-26 10:22:47
IDJOB=1728216
IDBENCH=24666
IDSOLVER=513
FILE ID=node39/1728216-1240734167
PBS_JOBID= 9186945
Free space on /tmp= 66344 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest05/others/eulcbip-8-UNSAT.sat05-3937.reshuffled-07.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1728216-1240734167/watcher-1728216-1240734167 -o /tmp/evaluation-result-1728216-1240734167/solver-1728216-1240734167 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1728216-1240734167.cnf aimd 0

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

MD5SUM BENCH= cc16a72221b8e1efdfd6127b2f238bcd
RANDOM SEED=1407283884

node39.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.281
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.281
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:       1712152 kB
Buffers:         33008 kB
Cached:         253952 kB
SwapCached:       6324 kB
Active:         130472 kB
Inactive:       165380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1712152 kB
SwapTotal:     4192956 kB
SwapFree:      4181440 kB
Dirty:            1492 kB
Writeback:           0 kB
Mapped:          13548 kB
Slab:            34004 kB
Committed_AS:   461160 kB
PageTables:       1380 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= 66344 MiB
End job on node39 at 2009-04-26 10:32:50