Trace number 1727211

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ManySAT 1.1 aimd 2/2009-03-20UNSAT 802.402 407.312

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-luckySeven.used-as.sat04-990.sat05-4196.reshuffled-07.cnf
MD5SUMbf3618cdbef11db03f2026bf209783fc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark269.431
Satisfiable
(Un)Satisfiability was proved
Number of variables25493
Number of clauses1139180
Sum of the clauses size2298131
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21136319
Number of clauses of size 31
Number of clauses of size 41
Number of clauses of size 57
Number of clauses of size over 52852

Solver Data

0.00/0.00	c Parsing...
1.19/1.21	c ==============================================================================
1.19/1.21	c |           |     ORIGINAL     |              LEARNT              |          |
1.19/1.21	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.19/1.21	c ==============================================================================
1.19/1.21	c |         0 | 1139180  2298131 |  341753       0        0     nan |  0.000 % |
6.68/6.75	c |         0 | 1104460  3153095 |      --       0       --      -- |     --   | -34720/854964
6.68/6.75	c ==============================================================================
6.68/6.75	c Result  :   #vars: 22503   #clauses: 1104460   #literals: 3153095
6.68/6.75	c CPU time:   6.569 s
6.68/6.75	c ==============================================================================
802.20/407.26	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
802.20/407.26	c ============================[ Problem Statistics ]=============================
802.20/407.26	c |                                                                             |
802.20/407.26	c threadId              : 1
802.20/407.26	c restarts              : 4010
802.20/407.26	c conflicts             : 291759         (368 /sec)
802.20/407.26	c decisions             : 1481988        (1.63 % random) (1867 /sec)
802.20/407.26	c propagations          : 245071279      (308699 /sec)
802.20/407.26	c conflict literals     : 10127120       (52.24 % deleted)
802.20/407.26	c Memory used           : 179.50 MB
802.20/407.26	c CPU time              : 793.885 s
802.20/407.26	
802.20/407.26	c --->m=2, e=8, aimd=2, HOME/22922_many.cnf	time: 396.943	conflicts: 291759       
802.20/407.29	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1727211-1240722257/watcher-1727211-1240722257 -o /tmp/evaluation-result-1727211-1240722257/solver-1727211-1240722257 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1727211-1240722257.cnf aimd 2 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 22922
/proc/meminfo: memFree=1604216/2055920 swapFree=4181132/4192956
[pid=22922] ppid=22920 vsize=5356 CPUtime=0
/proc/22922/stat : 22922 (manysat.sh) S 22920 22922 22720 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100258900 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22922/statm: 1339 235 195 169 0 50 0
[pid=22923] ppid=22922 vsize=1556 CPUtime=0
/proc/22923/stat : 22923 (SatElite) R 22922 22922 22720 0 -1 4194304 288 0 0 0 0 0 0 0 19 0 1 0 100258901 1593344 272 1992294400 134512640 135034092 4294956096 18446744073709551615 134544849 0 0 4096 3 0 0 0 17 0 0 0
/proc/22923/statm: 389 275 50 127 0 259 0

[startup+0.0333269 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 22922
/proc/meminfo: memFree=1604216/2055920 swapFree=4181132/4192956
[pid=22922] ppid=22920 vsize=5356 CPUtime=0
/proc/22922/stat : 22922 (manysat.sh) S 22920 22922 22720 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100258900 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22922/statm: 1339 235 195 169 0 50 0
[pid=22923] ppid=22922 vsize=5860 CPUtime=0.02
/proc/22923/stat : 22923 (SatElite) R 22922 22922 22720 0 -1 4194304 1243 0 0 0 2 0 0 0 19 0 1 0 100258901 6000640 1227 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/22923/statm: 1465 1228 50 127 0 1335 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11216

[startup+0.102337 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 22922
/proc/meminfo: memFree=1604216/2055920 swapFree=4181132/4192956
[pid=22922] ppid=22920 vsize=5356 CPUtime=0
/proc/22922/stat : 22922 (manysat.sh) S 22920 22922 22720 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100258900 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22922/statm: 1339 235 195 169 0 50 0
[pid=22923] ppid=22922 vsize=9012 CPUtime=0.09
/proc/22923/stat : 22923 (SatElite) R 22922 22922 22720 0 -1 4194304 2038 0 0 0 8 1 0 0 19 0 1 0 100258901 9228288 2022 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/22923/statm: 2253 2022 50 127 0 2123 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14368

[startup+0.301371 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 22922
/proc/meminfo: memFree=1604216/2055920 swapFree=4181132/4192956
[pid=22922] ppid=22920 vsize=5356 CPUtime=0
/proc/22922/stat : 22922 (manysat.sh) S 22920 22922 22720 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100258900 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22922/statm: 1339 235 195 169 0 50 0
[pid=22923] ppid=22922 vsize=18864 CPUtime=0.29
/proc/22923/stat : 22923 (SatElite) R 22922 22922 22720 0 -1 4194304 4333 0 0 0 26 3 0 0 21 0 1 0 100258901 19316736 4317 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/22923/statm: 4716 4317 50 127 0 4586 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24220

[startup+0.701432 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 22922
/proc/meminfo: memFree=1604216/2055920 swapFree=4181132/4192956
[pid=22922] ppid=22920 vsize=5356 CPUtime=0
/proc/22922/stat : 22922 (manysat.sh) S 22920 22922 22720 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100258900 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22922/statm: 1339 235 195 169 0 50 0
[pid=22923] ppid=22922 vsize=37676 CPUtime=0.69
/proc/22923/stat : 22923 (SatElite) R 22922 22922 22720 0 -1 4194304 8967 0 0 0 63 6 0 0 24 0 1 0 100258901 38580224 8951 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/22923/statm: 9419 8951 50 127 0 9289 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 43032

[startup+1.50156 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22924
/proc/meminfo: memFree=1553640/2055920 swapFree=4181132/4192956
[pid=22922] ppid=22920 vsize=5356 CPUtime=0
/proc/22922/stat : 22922 (manysat.sh) S 22920 22922 22720 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100258900 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22922/statm: 1339 235 195 169 0 50 0
[pid=22923] ppid=22922 vsize=76908 CPUtime=1.49
/proc/22923/stat : 22923 (SatElite) R 22922 22922 22720 0 -1 4194304 17012 0 0 0 138 11 0 0 25 0 1 0 100258901 78753792 16946 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/22923/statm: 19227 16947 68 127 0 19097 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82264

[startup+3.10182 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22924
/proc/meminfo: memFree=1523560/2055920 swapFree=4181132/4192956
[pid=22922] ppid=22920 vsize=5356 CPUtime=0
/proc/22922/stat : 22922 (manysat.sh) S 22920 22922 22720 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100258900 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22922/statm: 1339 235 195 169 0 50 0
[pid=22923] ppid=22922 vsize=116404 CPUtime=3.09
/proc/22923/stat : 22923 (SatElite) R 22922 22922 22720 0 -1 4194304 23488 0 0 0 294 15 0 0 25 0 1 0 100258901 119197696 23422 1992294400 134512640 135034092 4294956096 18446744073709551615 134563476 0 0 4096 3 0 0 0 17 0 0 0
/proc/22923/statm: 29101 23422 68 127 0 28971 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 121760

[startup+6.30133 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 22924
/proc/meminfo: memFree=1507688/2055920 swapFree=4181132/4192956
[pid=22922] ppid=22920 vsize=5356 CPUtime=0
/proc/22922/stat : 22922 (manysat.sh) S 22920 22922 22720 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100258900 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22922/statm: 1339 235 195 169 0 50 0
[pid=22923] ppid=22922 vsize=117876 CPUtime=6.29
/proc/22923/stat : 22923 (SatElite) R 22922 22922 22720 0 -1 4194304 23550 0 0 0 614 15 0 0 25 0 1 0 100258901 120705024 23484 1992294400 134512640 135034092 4294956096 18446744073709551615 134569534 0 0 4096 3 0 0 0 17 0 0 0
/proc/22923/statm: 29469 23484 68 127 0 29339 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 123232

[startup+12.7014 s]
/proc/loadavg: 1.00 1.00 1.00 3/67 22926
/proc/meminfo: memFree=1455200/2055920 swapFree=4181132/4192956
[pid=22922] ppid=22920 vsize=5356 CPUtime=8.05
/proc/22922/stat : 22922 (manysat.sh) S 22920 22922 22720 0 -1 4194304 312 28074 0 0 0 0 778 27 19 0 1 0 100258900 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22922/statm: 1339 238 195 169 0 50 0
[pid=22925] ppid=22922 vsize=141920 CPUtime=7.1
/proc/22925/stat : 22925 (manysat1.1_stat) R 22922 22922 22720 0 -1 4194304 31412 0 0 0 690 20 0 0 17 0 2 0 100259708 145326080 31398 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22925/statm: 35480 31398 83 193 0 35284 0
[pid=22925/tid=22926] ppid=22922 vsize=141920 CPUtime=2.5
/proc/22925/task/22926/stat : 22926 (manysat1.1_stat) R 22922 22922 22720 0 -1 4194368 1031 0 0 0 248 2 0 0 17 0 2 0 100259918 145326080 31398 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.15
Current children cumulated vsize (KiB) 147276

[startup+25.5024 s]
/proc/loadavg: 1.22 1.05 1.02 3/67 22926
/proc/meminfo: memFree=1449184/2055920 swapFree=4181132/4192956
[pid=22922] ppid=22920 vsize=5356 CPUtime=8.05
/proc/22922/stat : 22922 (manysat.sh) S 22920 22922 22720 0 -1 4194304 312 28074 0 0 0 0 778 27 19 0 1 0 100258900 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22922/statm: 1339 238 195 169 0 50 0
[pid=22925] ppid=22922 vsize=147828 CPUtime=32.59
/proc/22925/stat : 22925 (manysat1.1_stat) R 22922 22922 22720 0 -1 4194304 32970 0 0 0 3234 25 0 0 19 0 2 0 100259708 151375872 32956 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22925/statm: 36957 32956 83 193 0 36761 0
[pid=22925/tid=22926] ppid=22922 vsize=147828 CPUtime=15.2
/proc/22925/task/22926/stat : 22926 (manysat1.1_stat) R 22922 22922 22720 0 -1 4194368 1834 0 0 0 1516 4 0 0 17 0 2 0 100259918 151375872 32956 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 40.64
Current children cumulated vsize (KiB) 153184

[startup+51.1025 s]
/proc/loadavg: 1.49 1.12 1.04 3/67 22926
/proc/meminfo: memFree=1442656/2055920 swapFree=4181132/4192956
[pid=22922] ppid=22920 vsize=5356 CPUtime=8.05
/proc/22922/stat : 22922 (manysat.sh) S 22920 22922 22720 0 -1 4194304 312 28074 0 0 0 0 778 27 19 0 1 0 100258900 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22922/statm: 1339 238 195 169 0 50 0
[pid=22925] ppid=22922 vsize=153940 CPUtime=83.62
/proc/22925/stat : 22925 (manysat1.1_stat) R 22922 22922 22720 0 -1 4194304 34559 0 0 0 8334 28 0 0 18 0 2 0 100259708 157634560 34545 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22925/statm: 38485 34545 83 193 0 38289 0
[pid=22925/tid=22926] ppid=22922 vsize=153940 CPUtime=40.66
/proc/22925/task/22926/stat : 22926 (manysat1.1_stat) R 22922 22922 22720 0 -1 4194368 2610 0 0 0 4060 6 0 0 20 0 2 0 100259918 157634560 34545 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 91.67
Current children cumulated vsize (KiB) 159296

[startup+102.306 s]
/proc/loadavg: 1.77 1.26 1.09 3/67 22926
/proc/meminfo: memFree=1437088/2055920 swapFree=4181132/4192956
[pid=22922] ppid=22920 vsize=5356 CPUtime=8.05
/proc/22922/stat : 22922 (manysat.sh) S 22920 22922 22720 0 -1 4194304 312 28074 0 0 0 0 778 27 19 0 1 0 100258900 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22922/statm: 1339 238 195 169 0 50 0
[pid=22925] ppid=22922 vsize=160776 CPUtime=185.76
/proc/22925/stat : 22925 (manysat1.1_stat) R 22922 22922 22720 0 -1 4194304 35986 0 0 0 18545 31 0 0 17 0 2 0 100259708 164634624 35972 1992294400 134512640 135305190 4294956144 18446744073709551615 134541935 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22925/statm: 40194 35972 83 193 0 39998 0
[pid=22925/tid=22926] ppid=22922 vsize=160776 CPUtime=91.7
/proc/22925/task/22926/stat : 22926 (manysat1.1_stat) R 22922 22922 22720 0 -1 4194368 3150 0 0 0 9163 7 0 0 17 0 2 0 100259918 164634624 35972 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 193.81
Current children cumulated vsize (KiB) 166132

[startup+162.302 s]
/proc/loadavg: 1.92 1.39 1.14 3/67 22926
/proc/meminfo: memFree=1431200/2055920 swapFree=4181132/4192956
[pid=22922] ppid=22920 vsize=5356 CPUtime=8.05
/proc/22922/stat : 22922 (manysat.sh) S 22920 22922 22720 0 -1 4194304 312 28074 0 0 0 0 778 27 19 0 1 0 100258900 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22922/statm: 1339 238 195 169 0 50 0
[pid=22925] ppid=22922 vsize=165708 CPUtime=305.47
/proc/22925/stat : 22925 (manysat1.1_stat) R 22922 22922 22720 0 -1 4194304 37452 0 0 0 30513 34 0 0 20 0 2 0 100259708 169684992 37438 1992294400 134512640 135305190 4294956144 18446744073709551615 134528338 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22925/statm: 41427 37438 83 193 0 41231 0
[pid=22925/tid=22926] ppid=22922 vsize=165708 CPUtime=151.67
/proc/22925/task/22926/stat : 22926 (manysat1.1_stat) R 22922 22922 22720 0 -1 4194368 3829 0 0 0 15158 9 0 0 19 0 2 0 100259918 169684992 37438 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 313.52
Current children cumulated vsize (KiB) 171064

[startup+222.303 s]
/proc/loadavg: 1.97 1.50 1.19 3/67 22926
/proc/meminfo: memFree=1424288/2055920 swapFree=4181132/4192956
[pid=22922] ppid=22920 vsize=5356 CPUtime=8.05
/proc/22922/stat : 22922 (manysat.sh) S 22920 22922 22720 0 -1 4194304 312 28074 0 0 0 0 778 27 19 0 1 0 100258900 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22922/statm: 1339 238 195 169 0 50 0
[pid=22925] ppid=22922 vsize=173392 CPUtime=425.2
/proc/22925/stat : 22925 (manysat1.1_stat) R 22922 22922 22720 0 -1 4194304 39194 0 0 0 42484 36 0 0 25 0 2 0 100259708 177553408 39180 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22925/statm: 43348 39180 83 193 0 43152 0
[pid=22925/tid=22926] ppid=22922 vsize=173392 CPUtime=211.63
/proc/22925/task/22926/stat : 22926 (manysat1.1_stat) R 22922 22922 22720 0 -1 4194368 4645 0 0 0 21154 9 0 0 25 0 2 0 100259918 177553408 39180 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 433.25
Current children cumulated vsize (KiB) 178748

[startup+282.301 s]
/proc/loadavg: 1.99 1.59 1.24 3/67 22926
/proc/meminfo: memFree=1421152/2055920 swapFree=4181132/4192956
[pid=22922] ppid=22920 vsize=5356 CPUtime=8.05
/proc/22922/stat : 22922 (manysat.sh) S 22920 22922 22720 0 -1 4194304 312 28074 0 0 0 0 778 27 19 0 1 0 100258900 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22922/statm: 1339 238 195 169 0 50 0
[pid=22925] ppid=22922 vsize=175660 CPUtime=544.92
/proc/22925/stat : 22925 (manysat1.1_stat) R 22922 22922 22720 0 -1 4194304 39955 0 0 0 54455 37 0 0 25 0 2 0 100259708 179875840 39941 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22925/statm: 43915 39941 83 193 0 43719 0
[pid=22925/tid=22926] ppid=22922 vsize=175660 CPUtime=271.59
/proc/22925/task/22926/stat : 22926 (manysat1.1_stat) R 22922 22922 22720 0 -1 4194368 4981 0 0 0 27149 10 0 0 25 0 2 0 100259918 179875840 39941 1992294400 134512640 135305190 4294956144 18446744073709551615 134528242 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 552.97
Current children cumulated vsize (KiB) 181016

[startup+342.302 s]
/proc/loadavg: 1.99 1.66 1.29 3/67 22926
/proc/meminfo: memFree=1418016/2055920 swapFree=4181132/4192956
[pid=22922] ppid=22920 vsize=5356 CPUtime=8.05
/proc/22922/stat : 22922 (manysat.sh) S 22920 22922 22720 0 -1 4194304 312 28074 0 0 0 0 778 27 19 0 1 0 100258900 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22922/statm: 1339 238 195 169 0 50 0
[pid=22925] ppid=22922 vsize=180268 CPUtime=664.66
/proc/22925/stat : 22925 (manysat1.1_stat) R 22922 22922 22720 0 -1 4194304 40734 0 0 0 66427 39 0 0 16 0 2 0 100259708 184594432 40720 1992294400 134512640 135305190 4294956144 18446744073709551615 134530256 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22925/statm: 45067 40720 83 193 0 44871 0
[pid=22925/tid=22926] ppid=22922 vsize=180268 CPUtime=331.57
/proc/22925/task/22926/stat : 22926 (manysat1.1_stat) R 22922 22922 22720 0 -1 4194368 5355 0 0 0 33146 11 0 0 17 0 2 0 100259918 184594432 40720 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 672.71
Current children cumulated vsize (KiB) 185624

[startup+402.302 s]
/proc/loadavg: 1.99 1.72 1.33 3/67 22926
/proc/meminfo: memFree=1413664/2055920 swapFree=4181132/4192956
[pid=22922] ppid=22920 vsize=5356 CPUtime=8.05
/proc/22922/stat : 22922 (manysat.sh) S 22920 22922 22720 0 -1 4194304 312 28074 0 0 0 0 778 27 19 0 1 0 100258900 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22922/statm: 1339 238 195 169 0 50 0
[pid=22925] ppid=22922 vsize=183800 CPUtime=784.38
/proc/22925/stat : 22925 (manysat1.1_stat) R 22922 22922 22720 0 -1 4194304 41802 0 0 0 78398 40 0 0 25 0 2 0 100259708 188211200 41788 1992294400 134512640 135305190 4294956144 18446744073709551615 134556825 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22925/statm: 45950 41788 83 193 0 45754 0
[pid=22925/tid=22926] ppid=22922 vsize=183800 CPUtime=391.54
/proc/22925/task/22926/stat : 22926 (manysat1.1_stat) R 22922 22922 22720 0 -1 4194368 5997 0 0 0 39142 12 0 0 25 0 2 0 100259918 188211200 41788 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 792.43
Current children cumulated vsize (KiB) 189156

Solver just ended. Dumping a history of the last processes samples

[startup+403.102 s]
/proc/loadavg: 1.99 1.72 1.33 3/67 22926
/proc/meminfo: memFree=1413664/2055920 swapFree=4181132/4192956
[pid=22922] ppid=22920 vsize=5356 CPUtime=8.05
/proc/22922/stat : 22922 (manysat.sh) S 22920 22922 22720 0 -1 4194304 312 28074 0 0 0 0 778 27 19 0 1 0 100258900 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22922/statm: 1339 238 195 169 0 50 0
[pid=22925] ppid=22922 vsize=183800 CPUtime=785.98
/proc/22925/stat : 22925 (manysat1.1_stat) R 22922 22922 22720 0 -1 4194304 41802 0 0 0 78558 40 0 0 25 0 2 0 100259708 188211200 41788 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22925/statm: 45950 41788 83 193 0 45754 0
[pid=22925/tid=22926] ppid=22922 vsize=183800 CPUtime=392.34
/proc/22925/task/22926/stat : 22926 (manysat1.1_stat) R 22922 22922 22720 0 -1 4194368 5997 0 0 0 39222 12 0 0 25 0 2 0 100259918 188211200 41788 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 794.03
Current children cumulated vsize (KiB) 189156

[startup+404.702 s]
/proc/loadavg: 1.99 1.72 1.33 3/67 22926
/proc/meminfo: memFree=1413664/2055920 swapFree=4181132/4192956
[pid=22922] ppid=22920 vsize=5356 CPUtime=8.05
/proc/22922/stat : 22922 (manysat.sh) S 22920 22922 22720 0 -1 4194304 312 28074 0 0 0 0 778 27 19 0 1 0 100258900 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22922/statm: 1339 238 195 169 0 50 0
[pid=22925] ppid=22922 vsize=183800 CPUtime=789.18
/proc/22925/stat : 22925 (manysat1.1_stat) R 22922 22922 22720 0 -1 4194304 41802 0 0 0 78878 40 0 0 25 0 2 0 100259708 188211200 41788 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22925/statm: 45950 41788 83 193 0 45754 0
[pid=22925/tid=22926] ppid=22922 vsize=183800 CPUtime=393.94
/proc/22925/task/22926/stat : 22926 (manysat1.1_stat) R 22922 22922 22720 0 -1 4194368 5997 0 0 0 39382 12 0 0 25 0 2 0 100259918 188211200 41788 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 797.23
Current children cumulated vsize (KiB) 189156

[startup+406.302 s]
/proc/loadavg: 1.99 1.72 1.33 3/67 22926
/proc/meminfo: memFree=1413664/2055920 swapFree=4181132/4192956
[pid=22922] ppid=22920 vsize=5356 CPUtime=8.05
/proc/22922/stat : 22922 (manysat.sh) S 22920 22922 22720 0 -1 4194304 312 28074 0 0 0 0 778 27 19 0 1 0 100258900 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22922/statm: 1339 238 195 169 0 50 0
[pid=22925] ppid=22922 vsize=183800 CPUtime=792.36
/proc/22925/stat : 22925 (manysat1.1_stat) R 22922 22922 22720 0 -1 4194304 41803 0 0 0 79196 40 0 0 25 0 2 0 100259708 188211200 41789 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22925/statm: 45950 41789 83 193 0 45754 0
[pid=22925/tid=22926] ppid=22922 vsize=183800 CPUtime=395.54
/proc/22925/task/22926/stat : 22926 (manysat1.1_stat) R 22922 22922 22720 0 -1 4194368 5997 0 0 0 39542 12 0 0 25 0 2 0 100259918 188211200 41789 1992294400 134512640 135305190 4294956144 18446744073709551615 134528576 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 800.41
Current children cumulated vsize (KiB) 189156

[startup+407.101 s]
/proc/loadavg: 1.99 1.72 1.33 3/67 22926
/proc/meminfo: memFree=1413664/2055920 swapFree=4181132/4192956
[pid=22922] ppid=22920 vsize=5356 CPUtime=8.05
/proc/22922/stat : 22922 (manysat.sh) S 22920 22922 22720 0 -1 4194304 312 28074 0 0 0 0 778 27 19 0 1 0 100258900 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22922/statm: 1339 238 195 169 0 50 0
[pid=22925] ppid=22922 vsize=183800 CPUtime=793.95
/proc/22925/stat : 22925 (manysat1.1_stat) R 22922 22922 22720 0 -1 4194304 41803 0 0 0 79355 40 0 0 25 0 2 0 100259708 188211200 41789 1992294400 134512640 135305190 4294956144 18446744073709551615 134545930 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22925/statm: 45950 41789 83 193 0 45754 0
[pid=22925/tid=22926] ppid=22922 vsize=183800 CPUtime=396.33
/proc/22925/task/22926/stat : 22926 (manysat1.1_stat) R 22922 22922 22720 0 -1 4194368 5997 0 0 0 39621 12 0 0 16 0 2 0 100259918 188211200 41789 1992294400 134512640 135305190 4294956144 18446744073709551615 134529134 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802
Current children cumulated vsize (KiB) 189156

[startup+407.301 s]
/proc/loadavg: 1.99 1.72 1.33 3/67 22926
/proc/meminfo: memFree=1413664/2055920 swapFree=4181132/4192956
[pid=22922] ppid=22920 vsize=5360 CPUtime=802.37
/proc/22922/stat : 22922 (manysat.sh) S 22920 22922 22720 0 -1 4194304 339 69892 0 0 0 0 80167 70 19 0 1 0 100258900 5488640 240 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22922/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 802.37
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 407.312
CPU time (s): 802.402
CPU user time (s): 801.679
CPU system time (s): 0.72289
CPU usage (%): 197
Max. virtual memory (cumulated for all children) (KiB): 189156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 801.679
system time used= 0.72289
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70358
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= 2323
involuntary context switches= 5983

runsolver used 0.39194 second user time and 1.09883 second system time

The end

Launcher Data

Begin job on node26 at 2009-04-26 07:04:19
IDJOB=1727211
IDBENCH=24632
IDSOLVER=515
FILE ID=node26/1727211-1240722257
PBS_JOBID= 9186881
Free space on /tmp= 66092 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-luckySeven.used-as.sat04-990.sat05-4196.reshuffled-07.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1727211-1240722257/watcher-1727211-1240722257 -o /tmp/evaluation-result-1727211-1240722257/solver-1727211-1240722257 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1727211-1240722257.cnf aimd 2

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

MD5SUM BENCH= bf3618cdbef11db03f2026bf209783fc
RANDOM SEED=1725949952

node26.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.261
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.261
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:       1604696 kB
Buffers:         43212 kB
Cached:         330468 kB
SwapCached:       5692 kB
Active:          73600 kB
Inactive:       308356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1604696 kB
SwapTotal:     4192956 kB
SwapFree:      4181132 kB
Dirty:           17320 kB
Writeback:           0 kB
Mapped:          13604 kB
Slab:            55380 kB
Committed_AS:   347840 kB
PageTables:       1368 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= 66092 MiB
End job on node26 at 2009-04-26 07:11:07