Trace number 1736605

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 141.756 71.2786

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.04/0.06	c ==============================================================================
0.04/0.06	c |           |     ORIGINAL     |              LEARNT              |          |
0.04/0.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.04/0.06	c ==============================================================================
0.04/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.228965 s
0.19/0.24	c ==============================================================================
141.60/71.26	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
141.60/71.26	c ============================[ Problem Statistics ]=============================
141.60/71.26	c |                                                                             |
141.60/71.26	c threadId              : 1
141.60/71.26	c restarts              : 976
141.60/71.26	c conflicts             : 171372         (1213 /sec)
141.60/71.26	c decisions             : 337888         (1.24 % random) (2391 /sec)
141.60/71.26	c propagations          : 67561406       (478126 /sec)
141.60/71.26	c conflict literals     : 6588510        (45.81 % deleted)
141.60/71.26	c Memory used           : 47.17 MB
141.60/71.26	c CPU time              : 141.305 s
141.60/71.26	
141.60/71.26	c --->m=2, e=8, aimd=1, HOME/12768_many.cnf	time: 70.6523	conflicts: 171372       
141.60/71.27	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-1736605-1240812226/watcher-1736605-1240812226 -o /tmp/evaluation-result-1736605-1240812226/solver-1736605-1240812226 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1736605-1240812226.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 0.98 0.99 3/64 12768
/proc/meminfo: memFree=1534584/2055920 swapFree=4192956/4192956
[pid=12768] ppid=12766 vsize=5356 CPUtime=0
/proc/12768/stat : 12768 (manysat.sh) S 12766 12768 12281 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 109249853 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12768/statm: 1339 235 195 169 0 50 0
[pid=12769] ppid=12768 vsize=1560 CPUtime=0
/proc/12769/stat : 12769 (SatElite) R 12768 12768 12281 0 -1 4194304 279 0 0 0 0 0 0 0 19 0 1 0 109249853 1597440 263 1992294400 134512640 135034092 4294956096 18446744073709551615 134544732 0 0 4096 3 0 0 0 17 0 0 0
/proc/12769/statm: 390 266 50 127 0 260 0

[startup+0.0549361 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 12768
/proc/meminfo: memFree=1534584/2055920 swapFree=4192956/4192956
[pid=12768] ppid=12766 vsize=5356 CPUtime=0
/proc/12768/stat : 12768 (manysat.sh) S 12766 12768 12281 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 109249853 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12768/statm: 1339 235 195 169 0 50 0
[pid=12769] ppid=12768 vsize=6236 CPUtime=0.04
/proc/12769/stat : 12769 (SatElite) R 12768 12768 12281 0 -1 4194304 1267 0 0 0 4 0 0 0 19 0 1 0 109249853 6385664 1251 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/12769/statm: 1559 1252 50 127 0 1429 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11592

[startup+0.101944 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 12768
/proc/meminfo: memFree=1534584/2055920 swapFree=4192956/4192956
[pid=12768] ppid=12766 vsize=5356 CPUtime=0
/proc/12768/stat : 12768 (manysat.sh) S 12766 12768 12281 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 109249853 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12768/statm: 1339 235 195 169 0 50 0
[pid=12769] ppid=12768 vsize=8984 CPUtime=0.08
/proc/12769/stat : 12769 (SatElite) R 12768 12768 12281 0 -1 4194304 1969 0 0 0 8 0 0 0 19 0 1 0 109249853 9199616 1953 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/12769/statm: 2246 1954 68 127 0 2116 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 14340

[startup+0.301978 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 12768
/proc/meminfo: memFree=1534584/2055920 swapFree=4192956/4192956
[pid=12768] ppid=12766 vsize=5356 CPUtime=0
/proc/12768/stat : 12768 (manysat.sh) S 12766 12768 12281 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 109249853 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12768/statm: 1339 235 195 169 0 50 0
[pid=12769] ppid=12768 vsize=9448 CPUtime=0.29
/proc/12769/stat : 12769 (SatElite) R 12768 12768 12281 0 -1 4194304 2359 0 0 0 28 1 0 0 20 0 1 0 109249853 9674752 2042 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/12769/statm: 2362 2042 69 127 0 2232 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14804

[startup+0.701053 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 12768
/proc/meminfo: memFree=1534584/2055920 swapFree=4192956/4192956
[pid=12768] ppid=12766 vsize=5356 CPUtime=0.32
/proc/12768/stat : 12768 (manysat.sh) S 12766 12768 12281 0 -1 4194304 312 2362 0 0 0 0 30 2 17 0 1 0 109249853 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12768/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 5356

[startup+1.50219 s]
/proc/loadavg: 0.99 0.98 0.99 3/67 12772
/proc/meminfo: memFree=1520736/2055920 swapFree=4192956/4192956
[pid=12768] ppid=12766 vsize=5356 CPUtime=0.32
/proc/12768/stat : 12768 (manysat.sh) S 12766 12768 12281 0 -1 4194304 312 2362 0 0 0 0 30 2 17 0 1 0 109249853 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12768/statm: 1339 238 195 169 0 50 0
[pid=12771] ppid=12768 vsize=25664 CPUtime=2.23
/proc/12771/stat : 12771 (manysat1.1_stat) R 12768 12768 12281 0 -1 4194304 3236 0 0 0 221 2 0 0 17 0 2 0 109249886 26279936 3222 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12771/statm: 6416 3222 83 193 0 6220 0
[pid=12771/tid=12772] ppid=12768 vsize=25664 CPUtime=1.06
/proc/12771/task/12772/stat : 12772 (manysat1.1_stat) R 12768 12768 12281 0 -1 4194368 390 0 0 0 106 0 0 0 17 0 2 0 109249895 26279936 3222 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 31020

[startup+3.10154 s]
/proc/loadavg: 0.99 0.98 0.99 3/67 12772
/proc/meminfo: memFree=1518816/2055920 swapFree=4192956/4192956
[pid=12768] ppid=12766 vsize=5356 CPUtime=0.32
/proc/12768/stat : 12768 (manysat.sh) S 12766 12768 12281 0 -1 4194304 312 2362 0 0 0 0 30 2 17 0 1 0 109249853 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12768/statm: 1339 238 195 169 0 50 0
[pid=12771] ppid=12768 vsize=27644 CPUtime=5.43
/proc/12771/stat : 12771 (manysat1.1_stat) R 12768 12768 12281 0 -1 4194304 3791 0 0 0 540 3 0 0 17 0 2 0 109249886 28307456 3777 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12771/statm: 6911 3777 83 193 0 6715 0
[pid=12771/tid=12772] ppid=12768 vsize=27644 CPUtime=2.67
/proc/12771/task/12772/stat : 12772 (manysat1.1_stat) R 12768 12768 12281 0 -1 4194368 662 0 0 0 266 1 0 0 17 0 2 0 109249895 28307456 3777 1992294400 134512640 135305190 4294956144 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.75
Current children cumulated vsize (KiB) 33000

[startup+6.30299 s]
/proc/loadavg: 1.07 1.00 1.00 3/67 12772
/proc/meminfo: memFree=1515104/2055920 swapFree=4192956/4192956
[pid=12768] ppid=12766 vsize=5356 CPUtime=0.32
/proc/12768/stat : 12768 (manysat.sh) S 12766 12768 12281 0 -1 4194304 312 2362 0 0 0 0 30 2 17 0 1 0 109249853 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12768/statm: 1339 238 195 169 0 50 0
[pid=12771] ppid=12768 vsize=29752 CPUtime=11.81
/proc/12771/stat : 12771 (manysat1.1_stat) R 12768 12768 12281 0 -1 4194304 4407 0 0 0 1177 4 0 0 17 0 2 0 109249886 30466048 4393 1992294400 134512640 135305190 4294956144 18446744073709551615 134551684 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12771/statm: 7438 4393 83 193 0 7242 0
[pid=12771/tid=12772] ppid=12768 vsize=29752 CPUtime=5.86
/proc/12771/task/12772/stat : 12772 (manysat1.1_stat) R 12768 12768 12281 0 -1 4194368 950 0 0 0 585 1 0 0 17 0 2 0 109249895 30466048 4393 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.13
Current children cumulated vsize (KiB) 35108

[startup+12.7011 s]
/proc/loadavg: 1.15 1.02 1.01 3/67 12772
/proc/meminfo: memFree=1511264/2055920 swapFree=4192956/4192956
[pid=12768] ppid=12766 vsize=5356 CPUtime=0.32
/proc/12768/stat : 12768 (manysat.sh) S 12766 12768 12281 0 -1 4194304 312 2362 0 0 0 0 30 2 17 0 1 0 109249853 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12768/statm: 1339 238 195 169 0 50 0
[pid=12771] ppid=12768 vsize=33696 CPUtime=24.57
/proc/12771/stat : 12771 (manysat1.1_stat) R 12768 12768 12281 0 -1 4194304 5515 0 0 0 2452 5 0 0 17 0 2 0 109249886 34504704 5501 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12771/statm: 8424 5501 83 193 0 8228 0
[pid=12771/tid=12772] ppid=12768 vsize=33696 CPUtime=12.25
/proc/12771/task/12772/stat : 12772 (manysat1.1_stat) R 12768 12768 12281 0 -1 4194368 1475 0 0 0 1223 2 0 0 17 0 2 0 109249895 34504704 5501 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) 39052

[startup+25.5012 s]
/proc/loadavg: 1.34 1.06 1.02 3/67 12772
/proc/meminfo: memFree=1506144/2055920 swapFree=4192956/4192956
[pid=12768] ppid=12766 vsize=5356 CPUtime=0.32
/proc/12768/stat : 12768 (manysat.sh) S 12766 12768 12281 0 -1 4194304 312 2362 0 0 0 0 30 2 17 0 1 0 109249853 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12768/statm: 1339 238 195 169 0 50 0
[pid=12771] ppid=12768 vsize=38964 CPUtime=50.11
/proc/12771/stat : 12771 (manysat1.1_stat) R 12768 12768 12281 0 -1 4194304 6713 0 0 0 5004 7 0 0 17 0 2 0 109249886 39899136 6699 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12771/statm: 9741 6699 83 193 0 9545 0
[pid=12771/tid=12772] ppid=12768 vsize=38964 CPUtime=25.05
/proc/12771/task/12772/stat : 12772 (manysat1.1_stat) R 12768 12768 12281 0 -1 4194368 2062 0 0 0 2502 3 0 0 17 0 2 0 109249895 39899136 6699 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.43
Current children cumulated vsize (KiB) 44320

[startup+51.1015 s]
/proc/loadavg: 1.56 1.14 1.04 3/67 12772
/proc/meminfo: memFree=1498016/2055920 swapFree=4192956/4192956
[pid=12768] ppid=12766 vsize=5356 CPUtime=0.32
/proc/12768/stat : 12768 (manysat.sh) S 12766 12768 12281 0 -1 4194304 312 2362 0 0 0 0 30 2 17 0 1 0 109249853 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12768/statm: 1339 238 195 169 0 50 0
[pid=12771] ppid=12768 vsize=47076 CPUtime=101.17
/proc/12771/stat : 12771 (manysat1.1_stat) R 12768 12768 12281 0 -1 4194304 8709 0 0 0 10107 10 0 0 20 0 2 0 109249886 48205824 8695 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12771/statm: 11769 8695 83 193 0 11573 0
[pid=12771/tid=12772] ppid=12768 vsize=47076 CPUtime=50.63
/proc/12771/task/12772/stat : 12772 (manysat1.1_stat) R 12768 12768 12281 0 -1 4194368 3009 0 0 0 5058 5 0 0 18 0 2 0 109249895 48205824 8695 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.49
Current children cumulated vsize (KiB) 52432

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

[startup+63.9016 s]
/proc/loadavg: 1.63 1.17 1.05 3/67 12772
/proc/meminfo: memFree=1497248/2055920 swapFree=4192956/4192956
[pid=12768] ppid=12766 vsize=5356 CPUtime=0.32
/proc/12768/stat : 12768 (manysat.sh) S 12766 12768 12281 0 -1 4194304 312 2362 0 0 0 0 30 2 17 0 1 0 109249853 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12768/statm: 1339 238 195 169 0 50 0
[pid=12771] ppid=12768 vsize=47524 CPUtime=126.71
/proc/12771/stat : 12771 (manysat1.1_stat) R 12768 12768 12281 0 -1 4194304 8887 0 0 0 12661 10 0 0 25 0 2 0 109249886 48664576 8873 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12771/statm: 11881 8873 83 193 0 11685 0
[pid=12771/tid=12772] ppid=12768 vsize=47524 CPUtime=63.42
/proc/12771/task/12772/stat : 12772 (manysat1.1_stat) R 12768 12768 12281 0 -1 4194368 3111 0 0 0 6337 5 0 0 18 0 2 0 109249895 48664576 8873 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 127.03
Current children cumulated vsize (KiB) 52880

[startup+67.1062 s]
/proc/loadavg: 1.66 1.18 1.06 3/67 12772
/proc/meminfo: memFree=1496992/2055920 swapFree=4192956/4192956
[pid=12768] ppid=12766 vsize=5356 CPUtime=0.32
/proc/12768/stat : 12768 (manysat.sh) S 12766 12768 12281 0 -1 4194304 312 2362 0 0 0 0 30 2 17 0 1 0 109249853 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12768/statm: 1339 238 195 169 0 50 0
[pid=12771] ppid=12768 vsize=48000 CPUtime=133.1
/proc/12771/stat : 12771 (manysat1.1_stat) R 12768 12768 12281 0 -1 4194304 8969 0 0 0 13300 10 0 0 21 0 2 0 109249886 49152000 8955 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12771/statm: 12000 8955 83 193 0 11804 0
[pid=12771/tid=12772] ppid=12768 vsize=48000 CPUtime=66.63
/proc/12771/task/12772/stat : 12772 (manysat1.1_stat) R 12768 12768 12281 0 -1 4194368 3157 0 0 0 6658 5 0 0 25 0 2 0 109249895 49152000 8955 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 133.42
Current children cumulated vsize (KiB) 53356

[startup+68.7014 s]
/proc/loadavg: 1.66 1.18 1.06 3/67 12772
/proc/meminfo: memFree=1496928/2055920 swapFree=4192956/4192956
[pid=12768] ppid=12766 vsize=5356 CPUtime=0.32
/proc/12768/stat : 12768 (manysat.sh) S 12766 12768 12281 0 -1 4194304 312 2362 0 0 0 0 30 2 17 0 1 0 109249853 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12768/statm: 1339 238 195 169 0 50 0
[pid=12771] ppid=12768 vsize=48000 CPUtime=136.29
/proc/12771/stat : 12771 (manysat1.1_stat) R 12768 12768 12281 0 -1 4194304 8987 0 0 0 13618 11 0 0 25 0 2 0 109249886 49152000 8973 1992294400 134512640 135305190 4294956144 18446744073709551615 134528319 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12771/statm: 12000 8973 83 193 0 11804 0
[pid=12771/tid=12772] ppid=12768 vsize=48000 CPUtime=68.22
/proc/12771/task/12772/stat : 12772 (manysat1.1_stat) R 12768 12768 12281 0 -1 4194368 3159 0 0 0 6817 5 0 0 17 0 2 0 109249895 49152000 8973 1992294400 134512640 135305190 4294956144 18446744073709551615 134528363 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 136.61
Current children cumulated vsize (KiB) 53356

[startup+70.3017 s]
/proc/loadavg: 1.68 1.19 1.06 3/67 12772
/proc/meminfo: memFree=1496736/2055920 swapFree=4192956/4192956
[pid=12768] ppid=12766 vsize=5356 CPUtime=0.32
/proc/12768/stat : 12768 (manysat.sh) S 12766 12768 12281 0 -1 4194304 312 2362 0 0 0 0 30 2 17 0 1 0 109249853 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12768/statm: 1339 238 195 169 0 50 0
[pid=12771] ppid=12768 vsize=48164 CPUtime=139.49
/proc/12771/stat : 12771 (manysat1.1_stat) R 12768 12768 12281 0 -1 4194304 9031 0 0 0 13938 11 0 0 18 0 2 0 109249886 49319936 9017 1992294400 134512640 135305190 4294956144 18446744073709551615 134551681 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12771/statm: 12041 9017 83 193 0 11845 0
[pid=12771/tid=12772] ppid=12768 vsize=48164 CPUtime=69.82
/proc/12771/task/12772/stat : 12772 (manysat1.1_stat) R 12768 12768 12281 0 -1 4194368 3159 0 0 0 6977 5 0 0 19 0 2 0 109249895 49319936 9017 1992294400 134512640 135305190 4294956144 18446744073709551615 134528428 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 139.81
Current children cumulated vsize (KiB) 53520

[startup+70.7018 s]
/proc/loadavg: 1.68 1.19 1.06 3/67 12772
/proc/meminfo: memFree=1496736/2055920 swapFree=4192956/4192956
[pid=12768] ppid=12766 vsize=5356 CPUtime=0.32
/proc/12768/stat : 12768 (manysat.sh) S 12766 12768 12281 0 -1 4194304 312 2362 0 0 0 0 30 2 17 0 1 0 109249853 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12768/statm: 1339 238 195 169 0 50 0
[pid=12771] ppid=12768 vsize=48164 CPUtime=140.28
/proc/12771/stat : 12771 (manysat1.1_stat) R 12768 12768 12281 0 -1 4194304 9031 0 0 0 14017 11 0 0 19 0 2 0 109249886 49319936 9017 1992294400 134512640 135305190 4294956144 18446744073709551615 134551933 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12771/statm: 12041 9017 83 193 0 11845 0
[pid=12771/tid=12772] ppid=12768 vsize=48164 CPUtime=70.22
/proc/12771/task/12772/stat : 12772 (manysat1.1_stat) R 12768 12768 12281 0 -1 4194368 3159 0 0 0 7017 5 0 0 20 0 2 0 109249895 49319936 9017 1992294400 134512640 135305190 4294956144 18446744073709551615 134556726 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 140.6
Current children cumulated vsize (KiB) 53520

[startup+71.1019 s]
/proc/loadavg: 1.68 1.19 1.06 3/67 12772
/proc/meminfo: memFree=1496736/2055920 swapFree=4192956/4192956
[pid=12768] ppid=12766 vsize=5356 CPUtime=0.32
/proc/12768/stat : 12768 (manysat.sh) S 12766 12768 12281 0 -1 4194304 312 2362 0 0 0 0 30 2 17 0 1 0 109249853 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12768/statm: 1339 238 195 169 0 50 0
[pid=12771] ppid=12768 vsize=48296 CPUtime=141.08
/proc/12771/stat : 12771 (manysat1.1_stat) R 12768 12768 12281 0 -1 4194304 9040 0 0 0 14097 11 0 0 19 0 2 0 109249886 49455104 9026 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12771/statm: 12074 9026 83 193 0 11878 0
[pid=12771/tid=12772] ppid=12768 vsize=48296 CPUtime=70.62
/proc/12771/task/12772/stat : 12772 (manysat1.1_stat) R 12768 12768 12281 0 -1 4194368 3168 0 0 0 7057 5 0 0 16 0 2 0 109249895 49455104 9026 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 141.4
Current children cumulated vsize (KiB) 53652

[startup+71.2019 s]
/proc/loadavg: 1.68 1.19 1.06 3/67 12772
/proc/meminfo: memFree=1496736/2055920 swapFree=4192956/4192956
[pid=12768] ppid=12766 vsize=5356 CPUtime=0.32
/proc/12768/stat : 12768 (manysat.sh) S 12766 12768 12281 0 -1 4194304 312 2362 0 0 0 0 30 2 17 0 1 0 109249853 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12768/statm: 1339 238 195 169 0 50 0
[pid=12771] ppid=12768 vsize=48296 CPUtime=141.28
/proc/12771/stat : 12771 (manysat1.1_stat) R 12768 12768 12281 0 -1 4194304 9040 0 0 0 14117 11 0 0 19 0 2 0 109249886 49455104 9026 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/12771/statm: 12074 9026 83 193 0 11878 0
[pid=12771/tid=12772] ppid=12768 vsize=48296 CPUtime=70.72
/proc/12771/task/12772/stat : 12772 (manysat1.1_stat) R 12768 12768 12281 0 -1 4194368 3168 0 0 0 7067 5 0 0 17 0 2 0 109249895 49455104 9026 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 141.6
Current children cumulated vsize (KiB) 53652

Child status: 20
Real time (s): 71.2786
CPU time (s): 141.756
CPU user time (s): 141.612
CPU system time (s): 0.143978
CPU usage (%): 198.877
Max. virtual memory (cumulated for all children) (KiB): 53652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 141.612
system time used= 0.143978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11883
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= 953
involuntary context switches= 1077

runsolver used 0.050992 second user time and 0.215967 second system time

The end

Launcher Data

Begin job on node57 at 2009-04-27 08:03:46
IDJOB=1736605
IDBENCH=71629
IDSOLVER=514
FILE ID=node57/1736605-1240812226
PBS_JOBID= 9187390
Free space on /tmp= 66440 MiB

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

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

MD5SUM BENCH= 2ba7146c43b8082afe1c2f5c23a97bd0
RANDOM SEED=673285397

node57.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.256
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.256
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:       1535064 kB
Buffers:         65156 kB
Cached:         365760 kB
SwapCached:          0 kB
Active:         249932 kB
Inactive:       194884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1535064 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2912 kB
Writeback:           0 kB
Mapped:          23644 kB
Slab:            62212 kB
Committed_AS:   350664 kB
PageTables:       1388 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= 66436 MiB
End job on node57 at 2009-04-27 08:04:57