Trace number 1736606

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 201.693 101.307

General information on the benchmark

NameCRAFTED/parity-games/
instance_n6_i7_pp_ci_ce.cnf
MD5SUM2ba7146c43b8082afe1c2f5c23a97bd0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark84.6021
Satisfiable
(Un)Satisfiability was proved
Number of variables8484
Number of clauses74640
Sum of the clauses size243102
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 215431
Number of clauses of size 333298
Number of clauses of size 418962
Number of clauses of size 55508
Number of clauses of size over 51441

Solver Data

0.00/0.00	c Parsing...
0.00/0.06	c ==============================================================================
0.00/0.06	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.06	c ==============================================================================
0.00/0.06	c |         0 |   74640   243102 |   22391       0        0     nan |  0.000 % |
0.19/0.24	c |         0 |   67800   226176 |      --       0       --      -- |     --   | -6840/-16926
0.19/0.24	c ==============================================================================
0.19/0.24	c Result  :   #vars: 5732   #clauses: 67800   #literals: 226176
0.19/0.24	c CPU time:   0.227965 s
0.19/0.24	c ==============================================================================
201.48/101.29	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
201.48/101.29	c ============================[ Problem Statistics ]=============================
201.48/101.29	c |                                                                             |
201.48/101.29	c threadId              : 0
201.48/101.29	c restarts              : 258
201.48/101.29	c conflicts             : 188893         (939 /sec)
201.48/101.29	c decisions             : 325314         (1.24 % random) (1617 /sec)
201.48/101.29	c propagations          : 77883011       (387126 /sec)
201.48/101.29	c conflict literals     : 8583660        (45.87 % deleted)
201.48/101.29	c Memory used           : 57.02 MB
201.48/101.29	c CPU time              : 201.182 s
201.48/101.29	
201.48/101.29	c --->m=2, e=8, aimd=2, HOME/29960_many.cnf	time: 100.591	conflicts: 188893       
201.48/101.30	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-1736606-1240812229/watcher-1736606-1240812229 -o /tmp/evaluation-result-1736606-1240812229/solver-1736606-1240812229 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1736606-1240812229.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 29960
/proc/meminfo: memFree=1606480/2055920 swapFree=4192812/4192956
[pid=29960] ppid=29958 vsize=5356 CPUtime=0
/proc/29960/stat : 29960 (manysat.sh) R 29958 29960 29736 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 109256909 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 233632754335 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/29960/statm: 1339 234 194 169 0 50 0
[pid=29961] ppid=29960 vsize=1560 CPUtime=0
/proc/29961/stat : 29961 (SatElite) R 29960 29960 29736 0 -1 4194304 276 0 0 0 0 0 0 0 18 0 1 0 109256909 1597440 260 1992294400 134512640 135034092 4294956096 18446744073709551615 134544897 0 0 4096 3 0 0 0 17 0 0 0
/proc/29961/statm: 390 262 50 127 0 260 0

[startup+0.0732401 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29960
/proc/meminfo: memFree=1606480/2055920 swapFree=4192812/4192956
[pid=29960] ppid=29958 vsize=5356 CPUtime=0
/proc/29960/stat : 29960 (manysat.sh) S 29958 29960 29736 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 109256909 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29960/statm: 1339 235 195 169 0 50 0
[pid=29961] ppid=29960 vsize=8152 CPUtime=0.06
/proc/29961/stat : 29961 (SatElite) R 29960 29960 29736 0 -1 4194304 1763 0 0 0 5 1 0 0 19 0 1 0 109256909 8347648 1747 1992294400 134512640 135034092 4294956096 18446744073709551615 134566284 0 0 4096 3 0 0 0 17 0 0 0
/proc/29961/statm: 2038 1747 68 127 0 1908 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 13508

[startup+0.101241 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29960
/proc/meminfo: memFree=1606480/2055920 swapFree=4192812/4192956
[pid=29960] ppid=29958 vsize=5356 CPUtime=0
/proc/29960/stat : 29960 (manysat.sh) S 29958 29960 29736 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 109256909 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29960/statm: 1339 235 195 169 0 50 0
[pid=29961] ppid=29960 vsize=8984 CPUtime=0.09
/proc/29961/stat : 29961 (SatElite) R 29960 29960 29736 0 -1 4194304 1958 0 0 0 8 1 0 0 19 0 1 0 109256909 9199616 1942 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/29961/statm: 2246 1943 68 127 0 2116 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14340

[startup+0.301258 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29960
/proc/meminfo: memFree=1606480/2055920 swapFree=4192812/4192956
[pid=29960] ppid=29958 vsize=5356 CPUtime=0
/proc/29960/stat : 29960 (manysat.sh) S 29958 29960 29736 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 109256909 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29960/statm: 1339 235 195 169 0 50 0
[pid=29961] ppid=29960 vsize=9448 CPUtime=0.29
/proc/29961/stat : 29961 (SatElite) R 29960 29960 29736 0 -1 4194304 2359 0 0 0 28 1 0 0 21 0 1 0 109256909 9674752 2042 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/29961/statm: 2362 2042 69 127 0 2232 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14804

[startup+0.701301 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 29960
/proc/meminfo: memFree=1606480/2055920 swapFree=4192812/4192956
[pid=29960] ppid=29958 vsize=5356 CPUtime=0.32
/proc/29960/stat : 29960 (manysat.sh) S 29958 29960 29736 0 -1 4194304 312 2362 0 0 0 0 31 1 16 0 1 0 109256909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29960/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 5356

[startup+1.50137 s]
/proc/loadavg: 1.00 1.00 1.00 3/67 29964
/proc/meminfo: memFree=1592696/2055920 swapFree=4192812/4192956
[pid=29960] ppid=29958 vsize=5356 CPUtime=0.32
/proc/29960/stat : 29960 (manysat.sh) S 29958 29960 29736 0 -1 4194304 312 2362 0 0 0 0 31 1 16 0 1 0 109256909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29960/statm: 1339 238 195 169 0 50 0
[pid=29963] ppid=29960 vsize=24620 CPUtime=2.22
/proc/29963/stat : 29963 (manysat1.1_stat) R 29960 29960 29736 0 -1 4194304 3241 0 0 0 219 3 0 0 17 0 2 0 109256942 25210880 3227 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29963/statm: 6155 3227 83 193 0 5959 0
[pid=29963/tid=29964] ppid=29960 vsize=24620 CPUtime=1.06
/proc/29963/task/29964/stat : 29964 (manysat1.1_stat) R 29960 29960 29736 0 -1 4194368 403 0 0 0 106 0 0 0 17 0 2 0 109256951 25210880 3227 1992294400 134512640 135305190 4294956144 18446744073709551615 134528523 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 29976

[startup+3.1015 s]
/proc/loadavg: 1.00 1.00 1.00 3/67 29964
/proc/meminfo: memFree=1590776/2055920 swapFree=4192812/4192956
[pid=29960] ppid=29958 vsize=5356 CPUtime=0.32
/proc/29960/stat : 29960 (manysat.sh) S 29958 29960 29736 0 -1 4194304 312 2362 0 0 0 0 31 1 16 0 1 0 109256909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29960/statm: 1339 238 195 169 0 50 0
[pid=29963] ppid=29960 vsize=27644 CPUtime=5.42
/proc/29963/stat : 29963 (manysat1.1_stat) R 29960 29960 29736 0 -1 4194304 3799 0 0 0 538 4 0 0 17 0 2 0 109256942 28307456 3785 1992294400 134512640 135305190 4294956144 18446744073709551615 134528235 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29963/statm: 6911 3785 83 193 0 6715 0
[pid=29963/tid=29964] ppid=29960 vsize=27644 CPUtime=2.65
/proc/29963/task/29964/stat : 29964 (manysat1.1_stat) R 29960 29960 29736 0 -1 4194368 687 0 0 0 265 0 0 0 16 0 2 0 109256951 28307456 3785 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.74
Current children cumulated vsize (KiB) 33000

[startup+6.30176 s]
/proc/loadavg: 1.08 1.02 1.01 3/67 29964
/proc/meminfo: memFree=1587000/2055920 swapFree=4192812/4192956
[pid=29960] ppid=29958 vsize=5356 CPUtime=0.32
/proc/29960/stat : 29960 (manysat.sh) S 29958 29960 29736 0 -1 4194304 312 2362 0 0 0 0 31 1 16 0 1 0 109256909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29960/statm: 1339 238 195 169 0 50 0
[pid=29963] ppid=29960 vsize=29936 CPUtime=11.8
/proc/29963/stat : 29963 (manysat1.1_stat) R 29960 29960 29736 0 -1 4194304 4454 0 0 0 1175 5 0 0 17 0 2 0 109256942 30654464 4440 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29963/statm: 7484 4440 83 193 0 7288 0
[pid=29963/tid=29964] ppid=29960 vsize=29936 CPUtime=5.85
/proc/29963/task/29964/stat : 29964 (manysat1.1_stat) R 29960 29960 29736 0 -1 4194368 981 0 0 0 584 1 0 0 17 0 2 0 109256951 30654464 4440 1992294400 134512640 135305190 4294956144 18446744073709551615 134528446 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.12
Current children cumulated vsize (KiB) 35292

[startup+12.7023 s]
/proc/loadavg: 1.15 1.03 1.01 3/67 29964
/proc/meminfo: memFree=1583288/2055920 swapFree=4192812/4192956
[pid=29960] ppid=29958 vsize=5356 CPUtime=0.32
/proc/29960/stat : 29960 (manysat.sh) S 29958 29960 29736 0 -1 4194304 312 2362 0 0 0 0 31 1 16 0 1 0 109256909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29960/statm: 1339 238 195 169 0 50 0
[pid=29963] ppid=29960 vsize=33924 CPUtime=24.57
/proc/29963/stat : 29963 (manysat1.1_stat) R 29960 29960 29736 0 -1 4194304 5563 0 0 0 2450 7 0 0 17 0 2 0 109256942 34738176 5549 1992294400 134512640 135305190 4294956144 18446744073709551615 134528332 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29963/statm: 8481 5549 83 193 0 8285 0
[pid=29963/tid=29964] ppid=29960 vsize=33924 CPUtime=12.25
/proc/29963/task/29964/stat : 29964 (manysat1.1_stat) R 29960 29960 29736 0 -1 4194368 1520 0 0 0 1223 2 0 0 17 0 2 0 109256951 34738176 5549 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.89
Current children cumulated vsize (KiB) 39280

[startup+25.5013 s]
/proc/loadavg: 1.34 1.08 1.02 3/67 29964
/proc/meminfo: memFree=1577784/2055920 swapFree=4192812/4192956
[pid=29960] ppid=29958 vsize=5356 CPUtime=0.32
/proc/29960/stat : 29960 (manysat.sh) S 29958 29960 29736 0 -1 4194304 312 2362 0 0 0 0 31 1 16 0 1 0 109256909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29960/statm: 1339 238 195 169 0 50 0
[pid=29963] ppid=29960 vsize=39256 CPUtime=50.1
/proc/29963/stat : 29963 (manysat1.1_stat) R 29960 29960 29736 0 -1 4194304 6795 0 0 0 5001 9 0 0 18 0 2 0 109256942 40198144 6781 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29963/statm: 9814 6781 83 193 0 9618 0
[pid=29963/tid=29964] ppid=29960 vsize=39256 CPUtime=25.05
/proc/29963/task/29964/stat : 29964 (manysat1.1_stat) R 29960 29960 29736 0 -1 4194368 2102 0 0 0 2501 4 0 0 17 0 2 0 109256951 40198144 6781 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.42
Current children cumulated vsize (KiB) 44612

[startup+51.1014 s]
/proc/loadavg: 1.56 1.15 1.05 3/67 29964
/proc/meminfo: memFree=1568632/2055920 swapFree=4192812/4192956
[pid=29960] ppid=29958 vsize=5356 CPUtime=0.32
/proc/29960/stat : 29960 (manysat.sh) S 29958 29960 29736 0 -1 4194304 312 2362 0 0 0 0 31 1 16 0 1 0 109256909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29960/statm: 1339 238 195 169 0 50 0
[pid=29963] ppid=29960 vsize=48432 CPUtime=101.18
/proc/29963/stat : 29963 (manysat1.1_stat) R 29960 29960 29736 0 -1 4194304 9107 0 0 0 10107 11 0 0 17 0 2 0 109256942 49594368 9093 1992294400 134512640 135305190 4294956144 18446744073709551615 134551857 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29963/statm: 12108 9093 83 193 0 11912 0
[pid=29963/tid=29964] ppid=29960 vsize=48432 CPUtime=50.64
/proc/29963/task/29964/stat : 29964 (manysat1.1_stat) R 29960 29960 29736 0 -1 4194368 3252 0 0 0 5059 5 0 0 18 0 2 0 109256951 49594368 9093 1992294400 134512640 135305190 4294956144 18446744073709551615 134528603 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 53788

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

[startup+76.7015 s]
/proc/loadavg: 1.71 1.22 1.07 3/67 29964
/proc/meminfo: memFree=1565112/2055920 swapFree=4192812/4192956
[pid=29960] ppid=29958 vsize=5356 CPUtime=0.32
/proc/29960/stat : 29960 (manysat.sh) S 29958 29960 29736 0 -1 4194304 312 2362 0 0 0 0 31 1 16 0 1 0 109256909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29960/statm: 1339 238 195 169 0 50 0
[pid=29963] ppid=29960 vsize=52376 CPUtime=152.27
/proc/29963/stat : 29963 (manysat1.1_stat) R 29960 29960 29736 0 -1 4194304 9911 0 0 0 15214 13 0 0 18 0 2 0 109256942 53633024 9897 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29963/statm: 13094 9897 83 193 0 12898 0
[pid=29963/tid=29964] ppid=29960 vsize=52376 CPUtime=76.22
/proc/29963/task/29964/stat : 29964 (manysat1.1_stat) R 29960 29960 29736 0 -1 4194368 3603 0 0 0 7617 5 0 0 17 0 2 0 109256951 53633024 9897 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 152.59
Current children cumulated vsize (KiB) 57732

[startup+89.5026 s]
/proc/loadavg: 1.77 1.26 1.09 3/67 29964
/proc/meminfo: memFree=1558456/2055920 swapFree=4192812/4192956
[pid=29960] ppid=29958 vsize=5356 CPUtime=0.32
/proc/29960/stat : 29960 (manysat.sh) S 29958 29960 29736 0 -1 4194304 312 2362 0 0 0 0 31 1 16 0 1 0 109256909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29960/statm: 1339 238 195 169 0 50 0
[pid=29963] ppid=29960 vsize=58380 CPUtime=177.81
/proc/29963/stat : 29963 (manysat1.1_stat) R 29960 29960 29736 0 -1 4194304 11563 0 0 0 17765 16 0 0 18 0 2 0 109256942 59781120 11549 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29963/statm: 14595 11549 83 193 0 14399 0
[pid=29963/tid=29964] ppid=29960 vsize=58380 CPUtime=89.02
/proc/29963/task/29964/stat : 29964 (manysat1.1_stat) R 29960 29960 29736 0 -1 4194368 4491 0 0 0 8896 6 0 0 25 0 2 0 109256951 59781120 11549 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 178.13
Current children cumulated vsize (KiB) 63736

[startup+95.9011 s]
/proc/loadavg: 1.79 1.27 1.09 3/67 29964
/proc/meminfo: memFree=1558264/2055920 swapFree=4192812/4192956
[pid=29960] ppid=29958 vsize=5356 CPUtime=0.32
/proc/29960/stat : 29960 (manysat.sh) S 29958 29960 29736 0 -1 4194304 312 2362 0 0 0 0 31 1 16 0 1 0 109256909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29960/statm: 1339 238 195 169 0 50 0
[pid=29963] ppid=29960 vsize=58380 CPUtime=190.58
/proc/29963/stat : 29963 (manysat1.1_stat) R 29960 29960 29736 0 -1 4194304 11568 0 0 0 19042 16 0 0 21 0 2 0 109256942 59781120 11554 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29963/statm: 14595 11554 83 193 0 14399 0
[pid=29963/tid=29964] ppid=29960 vsize=58380 CPUtime=95.42
/proc/29963/task/29964/stat : 29964 (manysat1.1_stat) R 29960 29960 29736 0 -1 4194368 4496 0 0 0 9535 7 0 0 19 0 2 0 109256951 59781120 11554 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 190.9
Current children cumulated vsize (KiB) 63736

[startup+99.1023 s]
/proc/loadavg: 1.81 1.28 1.10 3/67 29964
/proc/meminfo: memFree=1558264/2055920 swapFree=4192812/4192956
[pid=29960] ppid=29958 vsize=5356 CPUtime=0.32
/proc/29960/stat : 29960 (manysat.sh) S 29958 29960 29736 0 -1 4194304 312 2362 0 0 0 0 31 1 16 0 1 0 109256909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29960/statm: 1339 238 195 169 0 50 0
[pid=29963] ppid=29960 vsize=58380 CPUtime=196.97
/proc/29963/stat : 29963 (manysat1.1_stat) R 29960 29960 29736 0 -1 4194304 11568 0 0 0 19681 16 0 0 25 0 2 0 109256942 59781120 11554 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29963/statm: 14595 11554 83 193 0 14399 0
[pid=29963/tid=29964] ppid=29960 vsize=58380 CPUtime=98.62
/proc/29963/task/29964/stat : 29964 (manysat1.1_stat) R 29960 29960 29736 0 -1 4194368 4496 0 0 0 9855 7 0 0 19 0 2 0 109256951 59781120 11554 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 197.29
Current children cumulated vsize (KiB) 63736

[startup+100.701 s]
/proc/loadavg: 1.81 1.28 1.10 3/67 29964
/proc/meminfo: memFree=1558264/2055920 swapFree=4192812/4192956
[pid=29960] ppid=29958 vsize=5356 CPUtime=0.32
/proc/29960/stat : 29960 (manysat.sh) S 29958 29960 29736 0 -1 4194304 312 2362 0 0 0 0 31 1 16 0 1 0 109256909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29960/statm: 1339 238 195 169 0 50 0
[pid=29963] ppid=29960 vsize=58380 CPUtime=200.16
/proc/29963/stat : 29963 (manysat1.1_stat) R 29960 29960 29736 0 -1 4194304 11568 0 0 0 20000 16 0 0 25 0 2 0 109256942 59781120 11554 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29963/statm: 14595 11554 83 193 0 14399 0
[pid=29963/tid=29964] ppid=29960 vsize=58380 CPUtime=100.21
/proc/29963/task/29964/stat : 29964 (manysat1.1_stat) R 29960 29960 29736 0 -1 4194368 4496 0 0 0 10014 7 0 0 22 0 2 0 109256951 59781120 11554 1992294400 134512640 135305190 4294956144 18446744073709551615 134528512 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 200.48
Current children cumulated vsize (KiB) 63736

[startup+101.102 s]
/proc/loadavg: 1.81 1.28 1.10 3/67 29964
/proc/meminfo: memFree=1558264/2055920 swapFree=4192812/4192956
[pid=29960] ppid=29958 vsize=5356 CPUtime=0.32
/proc/29960/stat : 29960 (manysat.sh) S 29958 29960 29736 0 -1 4194304 312 2362 0 0 0 0 31 1 16 0 1 0 109256909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29960/statm: 1339 238 195 169 0 50 0
[pid=29963] ppid=29960 vsize=58380 CPUtime=200.96
/proc/29963/stat : 29963 (manysat1.1_stat) R 29960 29960 29736 0 -1 4194304 11568 0 0 0 20080 16 0 0 16 0 2 0 109256942 59781120 11554 1992294400 134512640 135305190 4294956144 18446744073709551615 134529062 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29963/statm: 14595 11554 83 193 0 14399 0
[pid=29963/tid=29964] ppid=29960 vsize=58380 CPUtime=100.62
/proc/29963/task/29964/stat : 29964 (manysat1.1_stat) R 29960 29960 29736 0 -1 4194368 4496 0 0 0 10055 7 0 0 25 0 2 0 109256951 59781120 11554 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 201.28
Current children cumulated vsize (KiB) 63736

[startup+101.302 s]
/proc/loadavg: 1.81 1.28 1.10 3/67 29964
/proc/meminfo: memFree=1558264/2055920 swapFree=4192812/4192956
[pid=29960] ppid=29958 vsize=5360 CPUtime=201.68
/proc/29960/stat : 29960 (manysat.sh) D 29958 29960 29736 0 -1 4194304 317 13945 0 0 0 0 20149 19 17 0 1 0 109256909 5488640 240 1992294400 4194304 4889804 548682068784 18446744073709551615 233632922213 0 2147483391 4100 65536 18446744072099781622 0 0 17 0 0 0
/proc/29960/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 201.68
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 101.307
CPU time (s): 201.693
CPU user time (s): 201.495
CPU system time (s): 0.197969
CPU usage (%): 199.092
Max. virtual memory (cumulated for all children) (KiB): 63736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 201.495
system time used= 0.197969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14411
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= 969
involuntary context switches= 1519

runsolver used 0.088986 second user time and 0.287956 second system time

The end

Launcher Data

Begin job on node3 at 2009-04-27 08:03:49
IDJOB=1736606
IDBENCH=71629
IDSOLVER=515
FILE ID=node3/1736606-1240812229
PBS_JOBID= 9187431
Free space on /tmp= 66080 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20
BENCH NAME= SAT09/CRAFTED/parity-games/instance_n6_i7_pp_ci_ce.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1736606-1240812229/watcher-1736606-1240812229 -o /tmp/evaluation-result-1736606-1240812229/solver-1736606-1240812229 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1736606-1240812229.cnf aimd 2

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

MD5SUM BENCH= 2ba7146c43b8082afe1c2f5c23a97bd0
RANDOM SEED=1545222827

node3.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.212
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.212
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:       1606960 kB
Buffers:         54648 kB
Cached:         307248 kB
SwapCached:          0 kB
Active:         152212 kB
Inactive:       224080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1606960 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2908 kB
Writeback:           0 kB
Mapped:          24156 kB
Slab:            58756 kB
Committed_AS:   450608 kB
PageTables:       1372 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= 66076 MiB
End job on node3 at 2009-04-27 08:05:30