Trace number 1727264

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 412.373 210.515

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-gigamax.used-as.sat04-984.sat05-4194.reshuffled-07.cnf
MD5SUMc7db94a671d9411eb90a6ffa8f8c530f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark98.948
Satisfiable
(Un)Satisfiability was proved
Number of variables29249
Number of clauses861366
Sum of the clauses size1745389
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2858070
Number of clauses of size 30
Number of clauses of size 46
Number of clauses of size 528
Number of clauses of size over 53262

Solver Data

0.00/0.00	c Parsing...
0.99/1.03	c ==============================================================================
0.99/1.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.99/1.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.99/1.03	c ==============================================================================
0.99/1.03	c |         0 |  861366  1745389 |  258409       0        0     nan |  0.000 % |
4.79/4.89	c |         0 |  813835  2298271 |      --       0       --      -- |     --   | -47531/552882
4.79/4.89	c ==============================================================================
4.79/4.89	c Result  :   #vars: 25516   #clauses: 813835   #literals: 2298271
4.79/4.89	c CPU time:   4.72828 s
4.79/4.89	c ==============================================================================
412.16/210.48	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
412.16/210.48	c ============================[ Problem Statistics ]=============================
412.16/210.48	c |                                                                             |
412.16/210.48	c threadId              : 1
412.16/210.48	c restarts              : 3749
412.16/210.48	c conflicts             : 248123         (611 /sec)
412.16/210.48	c decisions             : 1745485        (1.67 % random) (4298 /sec)
412.16/210.48	c propagations          : 153961198      (379144 /sec)
412.16/210.48	c conflict literals     : 7288002        (36.56 % deleted)
412.16/210.48	c Memory used           : 135.22 MB
412.16/210.48	c CPU time              : 406.075 s
412.16/210.48	
412.16/210.48	c --->m=2, e=8, aimd=2, HOME/22095_many.cnf	time: 203.038	conflicts: 248123       
412.16/210.50	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-1727264-1240722833/watcher-1727264-1240722833 -o /tmp/evaluation-result-1727264-1240722833/solver-1727264-1240722833 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1727264-1240722833.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: 0.99 0.98 1.00 3/64 22095
/proc/meminfo: memFree=1597152/2055920 swapFree=4181732/4192956
[pid=22095] ppid=22093 vsize=5356 CPUtime=0
/proc/22095/stat : 22095 (manysat.sh) S 22093 22095 21964 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100310987 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22095/statm: 1339 235 195 169 0 50 0
[pid=22096] ppid=22095 vsize=2388 CPUtime=0
/proc/22096/stat : 22096 (SatElite) R 22095 22095 21964 0 -1 4194304 476 0 0 0 0 0 0 0 18 0 1 0 100310987 2445312 460 1992294400 134512640 135034092 4294956096 18446744073709551615 134544856 0 0 4096 3 0 0 0 17 1 0 0
/proc/22096/statm: 597 462 50 127 0 467 0

[startup+0.0678599 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 22095
/proc/meminfo: memFree=1597152/2055920 swapFree=4181732/4192956
[pid=22095] ppid=22093 vsize=5356 CPUtime=0
/proc/22095/stat : 22095 (manysat.sh) S 22093 22095 21964 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100310987 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22095/statm: 1339 235 195 169 0 50 0
[pid=22096] ppid=22095 vsize=7424 CPUtime=0.06
/proc/22096/stat : 22096 (SatElite) R 22095 22095 21964 0 -1 4194304 1702 0 0 0 5 1 0 0 18 0 1 0 100310987 7602176 1686 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/22096/statm: 1856 1687 50 127 0 1726 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12780

[startup+0.102861 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 22095
/proc/meminfo: memFree=1597152/2055920 swapFree=4181732/4192956
[pid=22095] ppid=22093 vsize=5356 CPUtime=0
/proc/22095/stat : 22095 (manysat.sh) S 22093 22095 21964 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100310987 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22095/statm: 1339 235 195 169 0 50 0
[pid=22096] ppid=22095 vsize=8736 CPUtime=0.09
/proc/22096/stat : 22096 (SatElite) R 22095 22095 21964 0 -1 4194304 2033 0 0 0 8 1 0 0 18 0 1 0 100310987 8945664 2017 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/22096/statm: 2184 2017 50 127 0 2054 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14092

[startup+0.302874 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 22095
/proc/meminfo: memFree=1597152/2055920 swapFree=4181732/4192956
[pid=22095] ppid=22093 vsize=5356 CPUtime=0
/proc/22095/stat : 22095 (manysat.sh) S 22093 22095 21964 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100310987 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22095/statm: 1339 235 195 169 0 50 0
[pid=22096] ppid=22095 vsize=18060 CPUtime=0.29
/proc/22096/stat : 22096 (SatElite) R 22095 22095 21964 0 -1 4194304 4177 0 0 0 26 3 0 0 19 0 1 0 100310987 18493440 4161 1992294400 134512640 135034092 4294956096 18446744073709551615 134548132 0 0 4096 3 0 0 0 17 1 0 0
/proc/22096/statm: 4515 4162 50 127 0 4385 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23416

[startup+0.702905 s]
/proc/loadavg: 0.99 0.98 1.00 3/64 22095
/proc/meminfo: memFree=1597152/2055920 swapFree=4181732/4192956
[pid=22095] ppid=22093 vsize=5356 CPUtime=0
/proc/22095/stat : 22095 (manysat.sh) S 22093 22095 21964 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100310987 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22095/statm: 1339 235 195 169 0 50 0
[pid=22096] ppid=22095 vsize=35024 CPUtime=0.69
/proc/22096/stat : 22096 (SatElite) R 22095 22095 21964 0 -1 4194304 8291 0 0 0 63 6 0 0 23 0 1 0 100310987 35864576 8275 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/22096/statm: 8756 8275 50 127 0 8626 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 40380

[startup+1.50196 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 22097
/proc/meminfo: memFree=1551696/2055920 swapFree=4181732/4192956
[pid=22095] ppid=22093 vsize=5356 CPUtime=0
/proc/22095/stat : 22095 (manysat.sh) S 22093 22095 21964 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100310987 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22095/statm: 1339 235 195 169 0 50 0
[pid=22096] ppid=22095 vsize=61940 CPUtime=1.49
/proc/22096/stat : 22096 (SatElite) R 22095 22095 21964 0 -1 4194304 14324 0 0 0 139 10 0 0 25 0 1 0 100310987 63426560 14250 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/22096/statm: 15485 14250 68 127 0 15355 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 67296

[startup+3.10106 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 22097
/proc/meminfo: memFree=1526480/2055920 swapFree=4181732/4192956
[pid=22095] ppid=22093 vsize=5356 CPUtime=0
/proc/22095/stat : 22095 (manysat.sh) S 22093 22095 21964 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100310987 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22095/statm: 1339 235 195 169 0 50 0
[pid=22096] ppid=22095 vsize=87732 CPUtime=3.09
/proc/22096/stat : 22096 (SatElite) R 22095 22095 21964 0 -1 4194304 18235 0 0 0 297 12 0 0 25 0 1 0 100310987 89837568 18161 1992294400 134512640 135034092 4294956096 18446744073709551615 134563303 0 0 4096 3 0 0 0 17 1 0 0
/proc/22096/statm: 21933 18161 68 127 0 21803 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 93088

[startup+6.30129 s]
/proc/loadavg: 0.99 0.98 1.00 2/66 22097
/proc/meminfo: memFree=1522064/2055920 swapFree=4181732/4192956
[pid=22095] ppid=22093 vsize=5356 CPUtime=5.93
/proc/22095/stat : 22095 (manysat.sh) S 22093 22095 21964 0 -1 4194304 312 26745 0 0 0 0 569 24 16 0 1 0 100310987 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22095/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 5356

[startup+12.7017 s]
/proc/loadavg: 1.07 1.00 1.01 3/67 22099
/proc/meminfo: memFree=1482120/2055920 swapFree=4181732/4192956
[pid=22095] ppid=22093 vsize=5356 CPUtime=5.93
/proc/22095/stat : 22095 (manysat.sh) S 22093 22095 21964 0 -1 4194304 312 26745 0 0 0 0 569 24 16 0 1 0 100310987 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22095/statm: 1339 238 195 169 0 50 0
[pid=22098] ppid=22095 vsize=111988 CPUtime=11.83
/proc/22098/stat : 22098 (manysat1.1_stat) R 22095 22095 21964 0 -1 4194304 24365 0 0 0 1167 16 0 0 17 0 2 0 100311581 114675712 24350 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22098/statm: 27997 24350 83 193 0 27801 0
[pid=22098/tid=22099] ppid=22095 vsize=111988 CPUtime=5.09
/proc/22098/task/22099/stat : 22099 (manysat1.1_stat) R 22095 22095 21964 0 -1 4194368 1286 0 0 0 506 3 0 0 17 0 2 0 100311742 114675712 24350 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.76
Current children cumulated vsize (KiB) 117344

[startup+25.5026 s]
/proc/loadavg: 1.28 1.05 1.02 3/67 22099
/proc/meminfo: memFree=1477968/2055920 swapFree=4181732/4192956
[pid=22095] ppid=22093 vsize=5356 CPUtime=5.93
/proc/22095/stat : 22095 (manysat.sh) S 22093 22095 21964 0 -1 4194304 312 26745 0 0 0 0 569 24 16 0 1 0 100310987 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22095/statm: 1339 238 195 169 0 50 0
[pid=22098] ppid=22095 vsize=115088 CPUtime=37.33
/proc/22098/stat : 22098 (manysat1.1_stat) R 22095 22095 21964 0 -1 4194304 25354 0 0 0 3714 19 0 0 17 0 2 0 100311581 117850112 25339 1992294400 134512640 135305190 4294956144 18446744073709551615 134528512 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22098/statm: 28772 25339 83 193 0 28576 0
[pid=22098/tid=22099] ppid=22095 vsize=115088 CPUtime=17.82
/proc/22098/task/22099/stat : 22099 (manysat1.1_stat) R 22095 22095 21964 0 -1 4194368 1750 0 0 0 1778 4 0 0 17 0 2 0 100311742 117850112 25339 1992294400 134512640 135305190 4294956144 18446744073709551615 134531183 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 43.26
Current children cumulated vsize (KiB) 120444

[startup+51.1023 s]
/proc/loadavg: 1.52 1.12 1.04 3/67 22099
/proc/meminfo: memFree=1473552/2055920 swapFree=4181732/4192956
[pid=22095] ppid=22093 vsize=5356 CPUtime=5.93
/proc/22095/stat : 22095 (manysat.sh) S 22093 22095 21964 0 -1 4194304 312 26745 0 0 0 0 569 24 16 0 1 0 100310987 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22095/statm: 1339 238 195 169 0 50 0
[pid=22098] ppid=22095 vsize=120828 CPUtime=88.37
/proc/22098/stat : 22098 (manysat1.1_stat) R 22095 22095 21964 0 -1 4194304 26495 0 0 0 8815 22 0 0 18 0 2 0 100311581 123727872 26480 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22098/statm: 30207 26480 83 193 0 30011 0
[pid=22098/tid=22099] ppid=22095 vsize=120828 CPUtime=43.27
/proc/22098/task/22099/stat : 22099 (manysat1.1_stat) R 22095 22095 21964 0 -1 4194368 2338 0 0 0 4322 5 0 0 17 0 2 0 100311742 123727872 26480 1992294400 134512640 135305190 4294956144 18446744073709551615 134557241 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 94.3
Current children cumulated vsize (KiB) 126184

[startup+102.307 s]
/proc/loadavg: 1.79 1.26 1.09 3/67 22099
/proc/meminfo: memFree=1464784/2055920 swapFree=4181732/4192956
[pid=22095] ppid=22093 vsize=5356 CPUtime=5.93
/proc/22095/stat : 22095 (manysat.sh) S 22093 22095 21964 0 -1 4194304 312 26745 0 0 0 0 569 24 16 0 1 0 100310987 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22095/statm: 1339 238 195 169 0 50 0
[pid=22098] ppid=22095 vsize=127764 CPUtime=190.51
/proc/22098/stat : 22098 (manysat1.1_stat) R 22095 22095 21964 0 -1 4194304 28629 0 0 0 19024 27 0 0 17 0 2 0 100311581 130830336 28614 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22098/statm: 31941 28614 83 193 0 31745 0
[pid=22098/tid=22099] ppid=22095 vsize=127764 CPUtime=94.44
/proc/22098/task/22099/stat : 22099 (manysat1.1_stat) R 22095 22095 21964 0 -1 4194368 3183 0 0 0 9436 8 0 0 20 0 2 0 100311742 130830336 28614 1992294400 134512640 135305190 4294956144 18446744073709551615 134541935 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 196.44
Current children cumulated vsize (KiB) 133120

[startup+162.303 s]
/proc/loadavg: 1.92 1.39 1.15 3/67 22099
/proc/meminfo: memFree=1457040/2055920 swapFree=4181732/4192956
[pid=22095] ppid=22093 vsize=5356 CPUtime=5.93
/proc/22095/stat : 22095 (manysat.sh) S 22093 22095 21964 0 -1 4194304 312 26745 0 0 0 0 569 24 16 0 1 0 100310987 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22095/statm: 1339 238 195 169 0 50 0
[pid=22098] ppid=22095 vsize=136440 CPUtime=310.24
/proc/22098/stat : 22098 (manysat1.1_stat) R 22095 22095 21964 0 -1 4194304 30549 0 0 0 30993 31 0 0 25 0 2 0 100311581 139714560 30534 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22098/statm: 34110 30534 83 193 0 33914 0
[pid=22098/tid=22099] ppid=22095 vsize=136440 CPUtime=154.41
/proc/22098/task/22099/stat : 22099 (manysat1.1_stat) R 22095 22095 21964 0 -1 4194368 4062 0 0 0 15431 10 0 0 25 0 2 0 100311742 139714560 30534 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 316.17
Current children cumulated vsize (KiB) 141796

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

[startup+179.103 s]
/proc/loadavg: 1.94 1.42 1.16 3/67 22099
/proc/meminfo: memFree=1456720/2055920 swapFree=4181732/4192956
[pid=22095] ppid=22093 vsize=5356 CPUtime=5.93
/proc/22095/stat : 22095 (manysat.sh) S 22093 22095 21964 0 -1 4194304 312 26745 0 0 0 0 569 24 16 0 1 0 100310987 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22095/statm: 1339 238 195 169 0 50 0
[pid=22098] ppid=22095 vsize=136584 CPUtime=343.77
/proc/22098/stat : 22098 (manysat1.1_stat) R 22095 22095 21964 0 -1 4194304 30640 0 0 0 34346 31 0 0 25 0 2 0 100311581 139862016 30625 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22098/statm: 34146 30625 83 193 0 33950 0
[pid=22098/tid=22099] ppid=22095 vsize=136584 CPUtime=171.21
/proc/22098/task/22099/stat : 22099 (manysat1.1_stat) R 22095 22095 21964 0 -1 4194368 4072 0 0 0 17111 10 0 0 20 0 2 0 100311742 139862016 30625 1992294400 134512640 135305190 4294956144 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 349.7
Current children cumulated vsize (KiB) 141940

[startup+191.902 s]
/proc/loadavg: 1.95 1.45 1.17 3/67 22099
/proc/meminfo: memFree=1455120/2055920 swapFree=4181732/4192956
[pid=22095] ppid=22093 vsize=5356 CPUtime=5.93
/proc/22095/stat : 22095 (manysat.sh) S 22093 22095 21964 0 -1 4194304 312 26745 0 0 0 0 569 24 16 0 1 0 100310987 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22095/statm: 1339 238 195 169 0 50 0
[pid=22098] ppid=22095 vsize=138064 CPUtime=369.31
/proc/22098/stat : 22098 (manysat1.1_stat) R 22095 22095 21964 0 -1 4194304 31059 0 0 0 36899 32 0 0 17 0 2 0 100311581 141377536 31044 1992294400 134512640 135305190 4294956144 18446744073709551615 134528280 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22098/statm: 34516 31044 83 193 0 34320 0
[pid=22098/tid=22099] ppid=22095 vsize=138064 CPUtime=184.01
/proc/22098/task/22099/stat : 22099 (manysat1.1_stat) R 22095 22095 21964 0 -1 4194368 4309 0 0 0 18390 11 0 0 17 0 2 0 100311742 141377536 31044 1992294400 134512640 135305190 4294956144 18446744073709551615 134529062 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 375.24
Current children cumulated vsize (KiB) 143420

[startup+198.301 s]
/proc/loadavg: 1.95 1.45 1.18 3/67 22099
/proc/meminfo: memFree=1454864/2055920 swapFree=4181732/4192956
[pid=22095] ppid=22093 vsize=5356 CPUtime=5.93
/proc/22095/stat : 22095 (manysat.sh) S 22093 22095 21964 0 -1 4194304 312 26745 0 0 0 0 569 24 16 0 1 0 100310987 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22095/statm: 1339 238 195 169 0 50 0
[pid=22098] ppid=22095 vsize=138200 CPUtime=382.09
/proc/22098/stat : 22098 (manysat1.1_stat) R 22095 22095 21964 0 -1 4194304 31108 0 0 0 38177 32 0 0 25 0 2 0 100311581 141516800 31093 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22098/statm: 34550 31093 83 193 0 34354 0
[pid=22098/tid=22099] ppid=22095 vsize=138200 CPUtime=190.41
/proc/22098/task/22099/stat : 22099 (manysat1.1_stat) R 22095 22095 21964 0 -1 4194368 4309 0 0 0 19030 11 0 0 16 0 2 0 100311742 141516800 31093 1992294400 134512640 135305190 4294956144 18446744073709551615 134529123 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 388.02
Current children cumulated vsize (KiB) 143556

[startup+204.703 s]
/proc/loadavg: 1.96 1.46 1.18 3/67 22099
/proc/meminfo: memFree=1454672/2055920 swapFree=4181732/4192956
[pid=22095] ppid=22093 vsize=5356 CPUtime=5.93
/proc/22095/stat : 22095 (manysat.sh) S 22093 22095 21964 0 -1 4194304 312 26745 0 0 0 0 569 24 16 0 1 0 100310987 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22095/statm: 1339 238 195 169 0 50 0
[pid=22098] ppid=22095 vsize=138332 CPUtime=394.86
/proc/22098/stat : 22098 (manysat1.1_stat) R 22095 22095 21964 0 -1 4194304 31150 0 0 0 39454 32 0 0 18 0 2 0 100311581 141651968 31135 1992294400 134512640 135305190 4294956144 18446744073709551615 134528771 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22098/statm: 34583 31135 83 193 0 34387 0
[pid=22098/tid=22099] ppid=22095 vsize=138332 CPUtime=196.81
/proc/22098/task/22099/stat : 22099 (manysat1.1_stat) R 22095 22095 21964 0 -1 4194368 4309 0 0 0 19670 11 0 0 25 0 2 0 100311742 141651968 31135 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.79
Current children cumulated vsize (KiB) 143688

[startup+207.906 s]
/proc/loadavg: 1.96 1.47 1.19 3/67 22099
/proc/meminfo: memFree=1454672/2055920 swapFree=4181732/4192956
[pid=22095] ppid=22093 vsize=5356 CPUtime=5.93
/proc/22095/stat : 22095 (manysat.sh) S 22093 22095 21964 0 -1 4194304 312 26745 0 0 0 0 569 24 16 0 1 0 100310987 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22095/statm: 1339 238 195 169 0 50 0
[pid=22098] ppid=22095 vsize=138464 CPUtime=401.25
/proc/22098/stat : 22098 (manysat1.1_stat) R 22095 22095 21964 0 -1 4194304 31163 0 0 0 40093 32 0 0 19 0 2 0 100311581 141787136 31148 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22098/statm: 34616 31148 83 193 0 34420 0
[pid=22098/tid=22099] ppid=22095 vsize=138464 CPUtime=200.01
/proc/22098/task/22099/stat : 22099 (manysat1.1_stat) R 22095 22095 21964 0 -1 4194368 4309 0 0 0 19990 11 0 0 19 0 2 0 100311742 141787136 31148 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 407.18
Current children cumulated vsize (KiB) 143820

[startup+209.502 s]
/proc/loadavg: 1.96 1.47 1.19 3/67 22099
/proc/meminfo: memFree=1454608/2055920 swapFree=4181732/4192956
[pid=22095] ppid=22093 vsize=5356 CPUtime=5.93
/proc/22095/stat : 22095 (manysat.sh) S 22093 22095 21964 0 -1 4194304 312 26745 0 0 0 0 569 24 16 0 1 0 100310987 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22095/statm: 1339 238 195 169 0 50 0
[pid=22098] ppid=22095 vsize=138464 CPUtime=404.44
/proc/22098/stat : 22098 (manysat1.1_stat) R 22095 22095 21964 0 -1 4194304 31171 0 0 0 40412 32 0 0 25 0 2 0 100311581 141787136 31156 1992294400 134512640 135305190 4294956144 18446744073709551615 134528446 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22098/statm: 34616 31156 83 193 0 34420 0
[pid=22098/tid=22099] ppid=22095 vsize=138464 CPUtime=201.61
/proc/22098/task/22099/stat : 22099 (manysat1.1_stat) R 22095 22095 21964 0 -1 4194368 4309 0 0 0 20150 11 0 0 22 0 2 0 100311742 141787136 31156 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 410.37
Current children cumulated vsize (KiB) 143820

[startup+210.302 s]
/proc/loadavg: 1.96 1.48 1.19 3/67 22099
/proc/meminfo: memFree=1454608/2055920 swapFree=4181732/4192956
[pid=22095] ppid=22093 vsize=5356 CPUtime=5.93
/proc/22095/stat : 22095 (manysat.sh) S 22093 22095 21964 0 -1 4194304 312 26745 0 0 0 0 569 24 16 0 1 0 100310987 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22095/statm: 1339 238 195 169 0 50 0
[pid=22098] ppid=22095 vsize=138464 CPUtime=406.03
/proc/22098/stat : 22098 (manysat1.1_stat) R 22095 22095 21964 0 -1 4194304 31182 0 0 0 40571 32 0 0 25 0 2 0 100311581 141787136 31167 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/22098/statm: 34616 31167 83 193 0 34420 0
[pid=22098/tid=22099] ppid=22095 vsize=138464 CPUtime=202.41
/proc/22098/task/22099/stat : 22099 (manysat1.1_stat) R 22095 22095 21964 0 -1 4194368 4309 0 0 0 20230 11 0 0 17 0 2 0 100311742 141787136 31167 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 411.96
Current children cumulated vsize (KiB) 143820

[startup+210.502 s]
/proc/loadavg: 1.96 1.48 1.19 3/67 22099
/proc/meminfo: memFree=1454608/2055920 swapFree=4181732/4192956
[pid=22095] ppid=22093 vsize=5360 CPUtime=412.35
/proc/22095/stat : 22095 (manysat.sh) R 22093 22095 21964 0 -1 4194304 317 57942 0 0 0 0 41176 59 18 0 1 0 100310987 5488640 240 1992294400 4194304 4889804 548682068784 18446744073709551615 273653922405 0 2147483391 4100 65536 0 0 0 17 0 0 0
/proc/22095/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 412.35
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 210.515
CPU time (s): 412.373
CPU user time (s): 411.769
CPU system time (s): 0.603908
CPU usage (%): 195.887
Max. virtual memory (cumulated for all children) (KiB): 143820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 411.769
system time used= 0.603908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58408
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= 1895
involuntary context switches= 3019

runsolver used 0.19497 second user time and 0.578911 second system time

The end

Launcher Data

Begin job on node52 at 2009-04-26 07:13:55
IDJOB=1727264
IDBENCH=24634
IDSOLVER=515
FILE ID=node52/1727264-1240722833
PBS_JOBID= 9186897
Free space on /tmp= 66220 MiB

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

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

MD5SUM BENCH= c7db94a671d9411eb90a6ffa8f8c530f
RANDOM SEED=1482067130

node52.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	: 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.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:       1597568 kB
Buffers:         35284 kB
Cached:         342692 kB
SwapCached:       5884 kB
Active:         153012 kB
Inactive:       233704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1597568 kB
SwapTotal:     4192956 kB
SwapFree:      4181732 kB
Dirty:           13596 kB
Writeback:           0 kB
Mapped:          13916 kB
Slab:            57612 kB
Committed_AS:   383940 kB
PageTables:       1476 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= 66220 MiB
End job on node52 at 2009-04-26 07:17:26