Trace number 1718139

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 1/2009-03-20UNSAT 139.818 70.1188

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.9.unsat.cnf
MD5SUM738c5d916b76338511b77dbd47cdbc16
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark56.9113
Satisfiable
(Un)Satisfiability was proved
Number of variables892
Number of clauses3006
Sum of the clauses size7828
Maximum clause length17
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 21283
Number of clauses of size 31676
Number of clauses of size 418
Number of clauses of size 516
Number of clauses of size over 510

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 |    3003     7825 |     900       0        0     nan |  0.000 % |
0.00/0.01	c |         0 |    2507     7505 |      --       0       --      -- |     --   | -462/-249
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 604   #clauses: 2507   #literals: 7505
0.00/0.01	c CPU time:   0.013997 s
0.00/0.01	c ==============================================================================
139.78/70.10	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
139.78/70.10	c ============================[ Problem Statistics ]=============================
139.78/70.10	c |                                                                             |
139.78/70.10	c threadId              : 1
139.78/70.10	c restarts              : 573
139.78/70.10	c conflicts             : 221674         (1587 /sec)
139.78/70.10	c decisions             : 261366         (1.09 % random) (1871 /sec)
139.78/70.10	c propagations          : 29602067       (211874 /sec)
139.78/70.10	c conflict literals     : 4489649        (55.78 % deleted)
139.78/70.10	c Memory used           : 37.34 MB
139.78/70.10	c CPU time              : 139.716 s
139.78/70.10	
139.78/70.10	c --->m=2, e=8, aimd=1, HOME/19961_many.cnf	time: 69.8579	conflicts: 221674       
139.78/70.11	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-1718139-1240633941/watcher-1718139-1240633941 -o /tmp/evaluation-result-1718139-1240633941/solver-1718139-1240633941 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1718139-1240633941.cnf aimd 1 

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 1.00 1.00 3/65 19961
/proc/meminfo: memFree=1697992/2055920 swapFree=4192952/4192956
[pid=19961] ppid=19959 vsize=5356 CPUtime=0
/proc/19961/stat : 19961 (manysat.sh) R 19959 19961 19036 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 91426794 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 228774701727 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/19961/statm: 1339 234 194 169 0 50 0
[pid=19962] ppid=19961 vsize=960 CPUtime=0
/proc/19962/stat : 19962 (SatElite) R 19961 19961 19036 0 -1 4194304 151 0 0 0 0 0 0 0 18 0 1 0 91426794 983040 135 1992294400 134512640 135034092 4294956096 18446744073709551615 134543255 0 0 4096 3 0 0 0 17 0 0 0
/proc/19962/statm: 240 136 52 127 0 110 0

[startup+0.056978 s]
/proc/loadavg: 0.99 1.00 1.00 3/65 19961
/proc/meminfo: memFree=1697992/2055920 swapFree=4192952/4192956
[pid=19961] ppid=19959 vsize=5356 CPUtime=0.01
/proc/19961/stat : 19961 (manysat.sh) S 19959 19961 19036 0 -1 4194304 312 226 0 0 0 0 1 0 16 0 1 0 91426794 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19961/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+0.878934 s]
/proc/loadavg: 0.99 1.00 1.00 3/65 19961
/proc/meminfo: memFree=1697992/2055920 swapFree=4192952/4192956
[pid=19961] ppid=19959 vsize=5356 CPUtime=0.01
/proc/19961/stat : 19961 (manysat.sh) S 19959 19961 19036 0 -1 4194304 312 226 0 0 0 0 1 0 16 0 1 0 91426794 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19961/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+0.908015 s]
/proc/loadavg: 0.99 1.00 1.00 3/65 19961
/proc/meminfo: memFree=1697992/2055920 swapFree=4192952/4192956
[pid=19961] ppid=19959 vsize=5356 CPUtime=0.01
/proc/19961/stat : 19961 (manysat.sh) S 19959 19961 19036 0 -1 4194304 312 226 0 0 0 0 1 0 16 0 1 0 91426794 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19961/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+1.00103 s]
/proc/loadavg: 0.99 1.00 1.00 3/65 19961
/proc/meminfo: memFree=1697992/2055920 swapFree=4192952/4192956
[pid=19961] ppid=19959 vsize=5356 CPUtime=0.01
/proc/19961/stat : 19961 (manysat.sh) S 19959 19961 19036 0 -1 4194304 312 226 0 0 0 0 1 0 16 0 1 0 91426794 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19961/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+1.50109 s]
/proc/loadavg: 0.99 1.00 1.00 3/65 19961
/proc/meminfo: memFree=1697992/2055920 swapFree=4192952/4192956
[pid=19961] ppid=19959 vsize=5356 CPUtime=0.01
/proc/19961/stat : 19961 (manysat.sh) S 19959 19961 19036 0 -1 4194304 312 226 0 0 0 0 1 0 16 0 1 0 91426794 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19961/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+3.10127 s]
/proc/loadavg: 1.15 1.03 1.01 3/68 19965
/proc/meminfo: memFree=1692656/2055920 swapFree=4192952/4192956
[pid=19961] ppid=19959 vsize=5356 CPUtime=0.01
/proc/19961/stat : 19961 (manysat.sh) S 19959 19961 19036 0 -1 4194304 312 226 0 0 0 0 1 0 16 0 1 0 91426794 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19961/statm: 1339 238 195 169 0 50 0
[pid=19964] ppid=19961 vsize=18700 CPUtime=6.13
/proc/19964/stat : 19964 (manysat1.1_stat) R 19961 19961 19036 0 -1 4194304 1343 0 0 0 612 1 0 0 18 0 2 0 91426796 19148800 1329 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19964/statm: 4675 1329 83 193 0 4479 0
[pid=19964/tid=19965] ppid=19961 vsize=18700 CPUtime=3.06
/proc/19964/task/19965/stat : 19965 (manysat1.1_stat) R 19961 19961 19036 0 -1 4194368 622 0 0 0 306 0 0 0 21 0 2 0 91426797 19148800 1329 1992294400 134512640 135305190 4294956144 18446744073709551615 134557232 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 24056

[startup+6.30165 s]
/proc/loadavg: 1.22 1.05 1.02 3/68 19965
/proc/meminfo: memFree=1689648/2055920 swapFree=4192952/4192956
[pid=19961] ppid=19959 vsize=5356 CPUtime=0.01
/proc/19961/stat : 19961 (manysat.sh) S 19959 19961 19036 0 -1 4194304 312 226 0 0 0 0 1 0 16 0 1 0 91426794 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19961/statm: 1339 238 195 169 0 50 0
[pid=19964] ppid=19961 vsize=21008 CPUtime=12.51
/proc/19964/stat : 19964 (manysat1.1_stat) R 19961 19961 19036 0 -1 4194304 2078 0 0 0 1250 1 0 0 25 0 2 0 91426796 21512192 2064 1992294400 134512640 135305190 4294956144 18446744073709551615 134528483 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19964/statm: 5252 2064 83 193 0 5056 0
[pid=19964/tid=19965] ppid=19961 vsize=21008 CPUtime=6.26
/proc/19964/task/19965/stat : 19965 (manysat1.1_stat) R 19961 19961 19036 0 -1 4194368 991 0 0 0 626 0 0 0 21 0 2 0 91426797 21512192 2064 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 26364

[startup+12.7014 s]
/proc/loadavg: 1.28 1.06 1.02 3/68 19965
/proc/meminfo: memFree=1684656/2055920 swapFree=4192952/4192956
[pid=19961] ppid=19959 vsize=5356 CPUtime=0.01
/proc/19961/stat : 19961 (manysat.sh) S 19959 19961 19036 0 -1 4194304 312 226 0 0 0 0 1 0 16 0 1 0 91426794 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19961/statm: 1339 238 195 169 0 50 0
[pid=19964] ppid=19961 vsize=26476 CPUtime=25.29
/proc/19964/stat : 19964 (manysat1.1_stat) R 19961 19961 19036 0 -1 4194304 3279 0 0 0 2527 2 0 0 25 0 2 0 91426796 27111424 3264 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19964/statm: 6619 3264 83 193 0 6423 0
[pid=19964/tid=19965] ppid=19961 vsize=26476 CPUtime=12.66
/proc/19964/task/19965/stat : 19965 (manysat1.1_stat) R 19961 19961 19036 0 -1 4194368 1518 0 0 0 1265 1 0 0 25 0 2 0 91426797 27111424 3264 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 31832

[startup+25.5019 s]
/proc/loadavg: 1.39 1.09 1.03 3/68 19965
/proc/meminfo: memFree=1681904/2055920 swapFree=4192952/4192956
[pid=19961] ppid=19959 vsize=5356 CPUtime=0.01
/proc/19961/stat : 19961 (manysat.sh) S 19959 19961 19036 0 -1 4194304 312 226 0 0 0 0 1 0 16 0 1 0 91426794 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19961/statm: 1339 238 195 169 0 50 0
[pid=19964] ppid=19961 vsize=30172 CPUtime=50.81
/proc/19964/stat : 19964 (manysat1.1_stat) R 19961 19961 19036 0 -1 4194304 4053 0 0 0 5078 3 0 0 25 0 2 0 91426796 30896128 4038 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19964/statm: 7543 4038 83 193 0 7347 0
[pid=19964/tid=19965] ppid=19961 vsize=30172 CPUtime=25.44
/proc/19964/task/19965/stat : 19965 (manysat1.1_stat) R 19961 19961 19036 0 -1 4194368 1898 0 0 0 2543 1 0 0 25 0 2 0 91426797 30896128 4038 1992294400 134512640 135305190 4294956144 18446744073709551615 134528455 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 35528

[startup+51.1018 s]
/proc/loadavg: 1.60 1.17 1.05 3/68 19965
/proc/meminfo: memFree=1676080/2055920 swapFree=4192952/4192956
[pid=19961] ppid=19959 vsize=5356 CPUtime=0.01
/proc/19961/stat : 19961 (manysat.sh) S 19959 19961 19036 0 -1 4194304 312 226 0 0 0 0 1 0 16 0 1 0 91426794 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19961/statm: 1339 238 195 169 0 50 0
[pid=19964] ppid=19961 vsize=36080 CPUtime=101.89
/proc/19964/stat : 19964 (manysat1.1_stat) R 19961 19961 19036 0 -1 4194304 5522 0 0 0 10183 6 0 0 25 0 2 0 91426796 36945920 5507 1992294400 134512640 135305190 4294956144 18446744073709551615 134551986 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19964/statm: 9020 5507 83 193 0 8824 0
[pid=19964/tid=19965] ppid=19961 vsize=36080 CPUtime=51.03
/proc/19964/task/19965/stat : 19965 (manysat1.1_stat) R 19961 19961 19036 0 -1 4194368 2719 0 0 0 5100 3 0 0 25 0 2 0 91426797 36945920 5507 1992294400 134512640 135305190 4294956144 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.9
Current children cumulated vsize (KiB) 41436

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

[startup+51.8029 s]
/proc/loadavg: 1.63 1.18 1.06 3/68 19965
/proc/meminfo: memFree=1675632/2055920 swapFree=4192952/4192956
[pid=19961] ppid=19959 vsize=5356 CPUtime=0.01
/proc/19961/stat : 19961 (manysat.sh) S 19959 19961 19036 0 -1 4194304 312 226 0 0 0 0 1 0 16 0 1 0 91426794 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19961/statm: 1339 238 195 169 0 50 0
[pid=19964] ppid=19961 vsize=36080 CPUtime=103.29
/proc/19964/stat : 19964 (manysat1.1_stat) R 19961 19961 19036 0 -1 4194304 5543 0 0 0 10323 6 0 0 25 0 2 0 91426796 36945920 5528 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19964/statm: 9020 5528 83 193 0 8824 0
[pid=19964/tid=19965] ppid=19961 vsize=36080 CPUtime=51.73
/proc/19964/task/19965/stat : 19965 (manysat1.1_stat) R 19961 19961 19036 0 -1 4194368 2724 0 0 0 5170 3 0 0 25 0 2 0 91426797 36945920 5528 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 103.3
Current children cumulated vsize (KiB) 41436

[startup+58.2016 s]
/proc/loadavg: 1.66 1.19 1.06 3/68 19965
/proc/meminfo: memFree=1673904/2055920 swapFree=4192952/4192956
[pid=19961] ppid=19959 vsize=5356 CPUtime=0.01
/proc/19961/stat : 19961 (manysat.sh) S 19959 19961 19036 0 -1 4194304 312 226 0 0 0 0 1 0 16 0 1 0 91426794 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19961/statm: 1339 238 195 169 0 50 0
[pid=19964] ppid=19961 vsize=37436 CPUtime=116.05
/proc/19964/stat : 19964 (manysat1.1_stat) R 19961 19961 19036 0 -1 4194304 6022 0 0 0 11599 6 0 0 25 0 2 0 91426796 38334464 6007 1992294400 134512640 135305190 4294956144 18446744073709551615 134551978 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19964/statm: 9359 6007 83 193 0 9163 0
[pid=19964/tid=19965] ppid=19961 vsize=37436 CPUtime=58.12
/proc/19964/task/19965/stat : 19965 (manysat1.1_stat) R 19961 19961 19036 0 -1 4194368 2976 0 0 0 5809 3 0 0 22 0 2 0 91426797 38334464 6007 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 116.06
Current children cumulated vsize (KiB) 42792

[startup+64.6014 s]
/proc/loadavg: 1.69 1.21 1.07 3/68 19965
/proc/meminfo: memFree=1673072/2055920 swapFree=4192952/4192956
[pid=19961] ppid=19959 vsize=5356 CPUtime=0.01
/proc/19961/stat : 19961 (manysat.sh) S 19959 19961 19036 0 -1 4194304 312 226 0 0 0 0 1 0 16 0 1 0 91426794 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19961/statm: 1339 238 195 169 0 50 0
[pid=19964] ppid=19961 vsize=38056 CPUtime=128.79
/proc/19964/stat : 19964 (manysat1.1_stat) R 19961 19961 19036 0 -1 4194304 6166 0 0 0 12873 6 0 0 16 0 2 0 91426796 38969344 6151 1992294400 134512640 135305190 4294956144 18446744073709551615 134529371 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19964/statm: 9514 6151 83 193 0 9318 0
[pid=19964/tid=19965] ppid=19961 vsize=38056 CPUtime=64.5
/proc/19964/task/19965/stat : 19965 (manysat1.1_stat) R 19961 19961 19036 0 -1 4194368 3025 0 0 0 6447 3 0 0 23 0 2 0 91426797 38969344 6151 1992294400 134512640 135305190 4294956144 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 128.8
Current children cumulated vsize (KiB) 43412

[startup+67.8067 s]
/proc/loadavg: 1.71 1.22 1.07 3/68 19965
/proc/meminfo: memFree=1673008/2055920 swapFree=4192952/4192956
[pid=19961] ppid=19959 vsize=5356 CPUtime=0.01
/proc/19961/stat : 19961 (manysat.sh) S 19959 19961 19036 0 -1 4194304 312 226 0 0 0 0 1 0 16 0 1 0 91426794 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19961/statm: 1339 238 195 169 0 50 0
[pid=19964] ppid=19961 vsize=38056 CPUtime=135.19
/proc/19964/stat : 19964 (manysat1.1_stat) R 19961 19961 19036 0 -1 4194304 6179 0 0 0 13512 7 0 0 20 0 2 0 91426796 38969344 6164 1992294400 134512640 135305190 4294956144 18446744073709551615 134548023 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19964/statm: 9514 6164 83 193 0 9318 0
[pid=19964/tid=19965] ppid=19961 vsize=38056 CPUtime=67.71
/proc/19964/task/19965/stat : 19965 (manysat1.1_stat) R 19961 19961 19036 0 -1 4194368 3031 0 0 0 6768 3 0 0 25 0 2 0 91426797 38969344 6164 1992294400 134512640 135305190 4294956144 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 135.2
Current children cumulated vsize (KiB) 43412

[startup+69.4029 s]
/proc/loadavg: 1.71 1.22 1.07 3/68 19965
/proc/meminfo: memFree=1672880/2055920 swapFree=4192952/4192956
[pid=19961] ppid=19959 vsize=5356 CPUtime=0.01
/proc/19961/stat : 19961 (manysat.sh) S 19959 19961 19036 0 -1 4194304 312 226 0 0 0 0 1 0 16 0 1 0 91426794 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19961/statm: 1339 238 195 169 0 50 0
[pid=19964] ppid=19961 vsize=38056 CPUtime=138.37
/proc/19964/stat : 19964 (manysat1.1_stat) R 19961 19961 19036 0 -1 4194304 6227 0 0 0 13830 7 0 0 17 0 2 0 91426796 38969344 6212 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19964/statm: 9514 6212 83 193 0 9318 0
[pid=19964/tid=19965] ppid=19961 vsize=38056 CPUtime=69.3
/proc/19964/task/19965/stat : 19965 (manysat1.1_stat) R 19961 19961 19036 0 -1 4194368 3032 0 0 0 6927 3 0 0 18 0 2 0 91426797 38969344 6212 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 138.38
Current children cumulated vsize (KiB) 43412

[startup+69.803 s]
/proc/loadavg: 1.71 1.22 1.07 3/68 19965
/proc/meminfo: memFree=1672880/2055920 swapFree=4192952/4192956
[pid=19961] ppid=19959 vsize=5356 CPUtime=0.01
/proc/19961/stat : 19961 (manysat.sh) S 19959 19961 19036 0 -1 4194304 312 226 0 0 0 0 1 0 16 0 1 0 91426794 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19961/statm: 1339 238 195 169 0 50 0
[pid=19964] ppid=19961 vsize=38056 CPUtime=139.17
/proc/19964/stat : 19964 (manysat1.1_stat) R 19961 19961 19036 0 -1 4194304 6240 0 0 0 13910 7 0 0 18 0 2 0 91426796 38969344 6225 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19964/statm: 9514 6225 83 193 0 9318 0
[pid=19964/tid=19965] ppid=19961 vsize=38056 CPUtime=69.7
/proc/19964/task/19965/stat : 19965 (manysat1.1_stat) R 19961 19961 19036 0 -1 4194368 3032 0 0 0 6967 3 0 0 21 0 2 0 91426797 38969344 6225 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 139.18
Current children cumulated vsize (KiB) 43412

[startup+70.007 s]
/proc/loadavg: 1.71 1.22 1.07 3/68 19965
/proc/meminfo: memFree=1672752/2055920 swapFree=4192952/4192956
[pid=19961] ppid=19959 vsize=5356 CPUtime=0.01
/proc/19961/stat : 19961 (manysat.sh) S 19959 19961 19036 0 -1 4194304 312 226 0 0 0 0 1 0 16 0 1 0 91426794 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19961/statm: 1339 238 195 169 0 50 0
[pid=19964] ppid=19961 vsize=38228 CPUtime=139.58
/proc/19964/stat : 19964 (manysat1.1_stat) R 19961 19961 19036 0 -1 4194304 6249 0 0 0 13951 7 0 0 17 0 2 0 91426796 39145472 6234 1992294400 134512640 135305190 4294956144 18446744073709551615 134528245 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19964/statm: 9557 6234 83 193 0 9361 0
[pid=19964/tid=19965] ppid=19961 vsize=38228 CPUtime=69.91
/proc/19964/task/19965/stat : 19965 (manysat1.1_stat) R 19961 19961 19036 0 -1 4194368 3032 0 0 0 6988 3 0 0 23 0 2 0 91426797 39145472 6234 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 139.59
Current children cumulated vsize (KiB) 43584

[startup+70.103 s]
/proc/loadavg: 1.71 1.22 1.07 3/68 19965
/proc/meminfo: memFree=1672752/2055920 swapFree=4192952/4192956
[pid=19961] ppid=19959 vsize=5356 CPUtime=0.01
/proc/19961/stat : 19961 (manysat.sh) S 19959 19961 19036 0 -1 4194304 312 226 0 0 0 0 1 0 16 0 1 0 91426794 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19961/statm: 1339 238 195 169 0 50 0
[pid=19964] ppid=19961 vsize=38228 CPUtime=139.77
/proc/19964/stat : 19964 (manysat1.1_stat) R 19961 19961 19036 0 -1 4194304 6249 0 0 0 13970 7 0 0 17 0 2 0 91426796 39145472 6234 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/19964/statm: 9557 6234 83 193 0 9361 0
[pid=19964/tid=19965] ppid=19961 vsize=38228 CPUtime=70
/proc/19964/task/19965/stat : 19965 (manysat1.1_stat) R 19961 19961 19036 0 -1 4194368 3032 0 0 0 6997 3 0 0 24 0 2 0 91426797 39145472 6234 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 139.78
Current children cumulated vsize (KiB) 43584

Child status: 20
Real time (s): 70.1188
CPU time (s): 139.818
CPU user time (s): 139.735
CPU system time (s): 0.082987
CPU usage (%): 199.401
Max. virtual memory (cumulated for all children) (KiB): 43584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 139.735
system time used= 0.082987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6956
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= 437
involuntary context switches= 1056

runsolver used 0.06099 second user time and 0.205968 second system time

The end

Launcher Data

Begin job on node74 at 2009-04-25 06:32:21
IDJOB=1718139
IDBENCH=20471
IDSOLVER=514
FILE ID=node74/1718139-1240633941
PBS_JOBID= 9186359
Free space on /tmp= 103164 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.9.unsat.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1718139-1240633941/watcher-1718139-1240633941 -o /tmp/evaluation-result-1718139-1240633941/solver-1718139-1240633941 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1718139-1240633941.cnf aimd 1

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

MD5SUM BENCH= 738c5d916b76338511b77dbd47cdbc16
RANDOM SEED=1406138506

node74.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.233
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.233
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:       1698472 kB
Buffers:         77064 kB
Cached:         191736 kB
SwapCached:          4 kB
Active:          73988 kB
Inactive:       209664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1698472 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1584 kB
Writeback:           0 kB
Mapped:          24588 kB
Slab:            59652 kB
Committed_AS:   372188 kB
PageTables:       1444 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103164 MiB
End job on node74 at 2009-04-25 06:33:31