Trace number 1731608

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 0/2009-03-20UNSAT 1084.62 548.688

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest02-Mat26.sat05-457.reshuffled-07.cnf
MD5SUM3d4fadc8af17bc65dbe7fef013825ed5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark248.946
Satisfiable
(Un)Satisfiability was proved
Number of variables744
Number of clauses2464
Sum of the clauses size6432
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2960
Number of clauses of size 31504
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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 |    2464     6432 |     739       0        0     nan |  0.000 % |
0.00/0.01	c |         0 |    2208     7456 |      --       0       --      -- |     --   | -256/1024
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 360   #clauses: 2208   #literals: 7456
0.00/0.01	c CPU time:   0.012998 s
0.00/0.01	c ==============================================================================
1084.51/548.66	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
1084.51/548.66	c ============================[ Problem Statistics ]=============================
1084.51/548.66	c |                                                                             |
1084.51/548.66	c threadId              : 1
1084.51/548.66	c restarts              : 3952
1084.51/548.66	c conflicts             : 1510555        (1393 /sec)
1084.51/548.66	c decisions             : 1876147        (1.72 % random) (1730 /sec)
1084.51/548.66	c propagations          : 76869498       (70897 /sec)
1084.51/548.66	c conflict literals     : 28509547       (20.72 % deleted)
1084.51/548.66	c Memory used           : 99.70 MB
1084.51/548.66	c CPU time              : 1084.24 s
1084.51/548.66	
1084.51/548.66	c --->m=2, e=8, aimd=0, HOME/25737_many.cnf	time: 542.122	conflicts: 1510555      
1084.51/548.68	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-1731608-1240772574/watcher-1731608-1240772574 -o /tmp/evaluation-result-1731608-1240772574/solver-1731608-1240772574 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1731608-1240772574.cnf aimd 0 

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: 2.26 1.98 1.50 3/64 25737
/proc/meminfo: memFree=1689392/2055920 swapFree=4180888/4192956
[pid=25737] ppid=25735 vsize=5356 CPUtime=0
/proc/25737/stat : 25737 (manysat.sh) R 25735 25737 25355 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 105290931 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 237788261023 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/25737/statm: 1339 234 194 169 0 50 0
[pid=25738] ppid=25737 vsize=956 CPUtime=0
/proc/25738/stat : 25738 (SatElite) R 25737 25737 25355 0 -1 4194304 145 0 0 0 0 0 0 0 18 0 1 0 105290932 978944 129 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/25738/statm: 239 131 50 127 0 109 0

[startup+0.0657799 s]
/proc/loadavg: 2.26 1.98 1.50 3/64 25737
/proc/meminfo: memFree=1689392/2055920 swapFree=4180888/4192956
[pid=25737] ppid=25735 vsize=5356 CPUtime=0.01
/proc/25737/stat : 25737 (manysat.sh) S 25735 25737 25355 0 -1 4194304 312 204 0 0 0 0 1 0 16 0 1 0 105290931 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25737/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+0.427502 s]
/proc/loadavg: 2.26 1.98 1.50 3/64 25737
/proc/meminfo: memFree=1689392/2055920 swapFree=4180888/4192956
[pid=25737] ppid=25735 vsize=5356 CPUtime=0.01
/proc/25737/stat : 25737 (manysat.sh) S 25735 25737 25355 0 -1 4194304 312 204 0 0 0 0 1 0 16 0 1 0 105290931 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25737/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+0.501512 s]
/proc/loadavg: 2.26 1.98 1.50 3/64 25737
/proc/meminfo: memFree=1689392/2055920 swapFree=4180888/4192956
[pid=25737] ppid=25735 vsize=5356 CPUtime=0.01
/proc/25737/stat : 25737 (manysat.sh) S 25735 25737 25355 0 -1 4194304 312 204 0 0 0 0 1 0 16 0 1 0 105290931 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25737/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+0.701533 s]
/proc/loadavg: 2.26 1.98 1.50 3/64 25737
/proc/meminfo: memFree=1689392/2055920 swapFree=4180888/4192956
[pid=25737] ppid=25735 vsize=5356 CPUtime=0.01
/proc/25737/stat : 25737 (manysat.sh) S 25735 25737 25355 0 -1 4194304 312 204 0 0 0 0 1 0 16 0 1 0 105290931 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25737/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 5356

[startup+1.50162 s]
/proc/loadavg: 2.23 1.98 1.51 3/67 25741
/proc/meminfo: memFree=1685208/2055920 swapFree=4180888/4192956
[pid=25737] ppid=25735 vsize=5356 CPUtime=0.01
/proc/25737/stat : 25737 (manysat.sh) S 25735 25737 25355 0 -1 4194304 312 204 0 0 0 0 1 0 16 0 1 0 105290931 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25737/statm: 1339 238 195 169 0 50 0
[pid=25740] ppid=25737 vsize=17312 CPUtime=2.93
/proc/25740/stat : 25740 (manysat1.1_stat) R 25737 25737 25355 0 -1 4194304 1126 0 0 0 292 1 0 0 17 0 2 0 105290934 17727488 1112 1992294400 134512640 135305190 4294956144 18446744073709551615 134846358 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25740/statm: 4328 1112 83 193 0 4132 0
[pid=25740/tid=25741] ppid=25737 vsize=17312 CPUtime=1.46
/proc/25740/task/25741/stat : 25741 (manysat1.1_stat) R 25737 25737 25355 0 -1 4194368 565 0 0 0 146 0 0 0 17 0 2 0 105290934 17727488 1112 1992294400 134512640 135305190 4294956144 18446744073709551615 134546372 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 22668

[startup+3.10179 s]
/proc/loadavg: 2.23 1.98 1.51 3/67 25741
/proc/meminfo: memFree=1682840/2055920 swapFree=4180888/4192956
[pid=25737] ppid=25735 vsize=5356 CPUtime=0.01
/proc/25737/stat : 25737 (manysat.sh) S 25735 25737 25355 0 -1 4194304 312 204 0 0 0 0 1 0 16 0 1 0 105290931 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25737/statm: 1339 238 195 169 0 50 0
[pid=25740] ppid=25737 vsize=19452 CPUtime=6.12
/proc/25740/stat : 25740 (manysat1.1_stat) R 25737 25737 25355 0 -1 4194304 1817 0 0 0 611 1 0 0 17 0 2 0 105290934 19918848 1803 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25740/statm: 4863 1803 83 193 0 4667 0
[pid=25740/tid=25741] ppid=25737 vsize=19452 CPUtime=3.06
/proc/25740/task/25741/stat : 25741 (manysat1.1_stat) R 25737 25737 25355 0 -1 4194368 958 0 0 0 305 1 0 0 19 0 2 0 105290934 19918848 1803 1992294400 134512640 135305190 4294956144 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 24808

[startup+6.30112 s]
/proc/loadavg: 2.22 1.98 1.51 3/67 25741
/proc/meminfo: memFree=1678040/2055920 swapFree=4180888/4192956
[pid=25737] ppid=25735 vsize=5356 CPUtime=0.01
/proc/25737/stat : 25737 (manysat.sh) S 25735 25737 25355 0 -1 4194304 312 204 0 0 0 0 1 0 16 0 1 0 105290931 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25737/statm: 1339 238 195 169 0 50 0
[pid=25740] ppid=25737 vsize=25496 CPUtime=12.51
/proc/25740/stat : 25740 (manysat1.1_stat) R 25737 25737 25355 0 -1 4194304 3049 0 0 0 1249 2 0 0 19 0 2 0 105290934 26107904 3035 1992294400 134512640 135305190 4294956144 18446744073709551615 134528571 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25740/statm: 6374 3035 83 193 0 6178 0
[pid=25740/tid=25741] ppid=25737 vsize=25496 CPUtime=6.26
/proc/25740/task/25741/stat : 25741 (manysat1.1_stat) R 25737 25737 25355 0 -1 4194368 1532 0 0 0 625 1 0 0 18 0 2 0 105290934 26107904 3035 1992294400 134512640 135305190 4294956144 18446744073709551615 134558408 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 30852

[startup+12.7028 s]
/proc/loadavg: 2.20 1.98 1.51 3/67 25741
/proc/meminfo: memFree=1673688/2055920 swapFree=4180888/4192956
[pid=25737] ppid=25735 vsize=5356 CPUtime=0.01
/proc/25737/stat : 25737 (manysat.sh) S 25735 25737 25355 0 -1 4194304 312 204 0 0 0 0 1 0 16 0 1 0 105290931 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25737/statm: 1339 238 195 169 0 50 0
[pid=25740] ppid=25737 vsize=29340 CPUtime=25.28
/proc/25740/stat : 25740 (manysat1.1_stat) R 25737 25737 25355 0 -1 4194304 3997 0 0 0 2525 3 0 0 19 0 2 0 105290934 30044160 3962 1992294400 134512640 135305190 4294956144 18446744073709551615 134528212 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25740/statm: 7335 3962 83 193 0 7139 0
[pid=25740/tid=25741] ppid=25737 vsize=29340 CPUtime=12.65
/proc/25740/task/25741/stat : 25741 (manysat1.1_stat) R 25737 25737 25355 0 -1 4194368 2038 0 0 0 1264 1 0 0 22 0 2 0 105290934 30044160 3962 1992294400 134512640 135305190 4294956144 18446744073709551615 134569672 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 34696

[startup+25.5011 s]
/proc/loadavg: 2.17 1.98 1.52 3/67 25741
/proc/meminfo: memFree=1669656/2055920 swapFree=4180888/4192956
[pid=25737] ppid=25735 vsize=5356 CPUtime=0.01
/proc/25737/stat : 25737 (manysat.sh) S 25735 25737 25355 0 -1 4194304 312 204 0 0 0 0 1 0 16 0 1 0 105290931 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25737/statm: 1339 238 195 169 0 50 0
[pid=25740] ppid=25737 vsize=32752 CPUtime=50.81
/proc/25740/stat : 25740 (manysat1.1_stat) R 25737 25737 25355 0 -1 4194304 4888 0 0 0 5077 4 0 0 21 0 2 0 105290934 33538048 4853 1992294400 134512640 135305190 4294956144 18446744073709551615 134528442 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25740/statm: 8188 4853 83 193 0 7992 0
[pid=25740/tid=25741] ppid=25737 vsize=32752 CPUtime=25.44
/proc/25740/task/25741/stat : 25741 (manysat1.1_stat) R 25737 25737 25355 0 -1 4194368 2436 0 0 0 2542 2 0 0 18 0 2 0 105290934 33538048 4853 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 38108

[startup+51.1017 s]
/proc/loadavg: 2.10 1.98 1.53 3/67 25741
/proc/meminfo: memFree=1661400/2055920 swapFree=4180888/4192956
[pid=25737] ppid=25735 vsize=5356 CPUtime=0.01
/proc/25737/stat : 25737 (manysat.sh) S 25735 25737 25355 0 -1 4194304 312 204 0 0 0 0 1 0 16 0 1 0 105290931 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25737/statm: 1339 238 195 169 0 50 0
[pid=25740] ppid=25737 vsize=41500 CPUtime=101.88
/proc/25740/stat : 25740 (manysat1.1_stat) R 25737 25737 25355 0 -1 4194304 6945 0 0 0 10180 8 0 0 22 0 2 0 105290934 42496000 6910 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25740/statm: 10375 6910 83 193 0 10179 0
[pid=25740/tid=25741] ppid=25737 vsize=41500 CPUtime=51.03
/proc/25740/task/25741/stat : 25741 (manysat1.1_stat) R 25737 25737 25355 0 -1 4194368 3439 0 0 0 5099 4 0 0 25 0 2 0 105290934 42496000 6910 1992294400 134512640 135305190 4294956144 18446744073709551615 134528554 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.89
Current children cumulated vsize (KiB) 46856

[startup+102.301 s]
/proc/loadavg: 2.04 1.98 1.55 3/67 25741
/proc/meminfo: memFree=1650264/2055920 swapFree=4180888/4192956
[pid=25737] ppid=25735 vsize=5356 CPUtime=0.01
/proc/25737/stat : 25737 (manysat.sh) S 25735 25737 25355 0 -1 4194304 312 204 0 0 0 0 1 0 16 0 1 0 105290931 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25737/statm: 1339 238 195 169 0 50 0
[pid=25740] ppid=25737 vsize=54184 CPUtime=204.04
/proc/25740/stat : 25740 (manysat1.1_stat) R 25737 25737 25355 0 -1 4194304 9845 0 0 0 20390 14 0 0 25 0 2 0 105290934 55484416 9810 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25740/statm: 13546 9810 83 193 0 13350 0
[pid=25740/tid=25741] ppid=25737 vsize=54184 CPUtime=102.2
/proc/25740/task/25741/stat : 25741 (manysat1.1_stat) R 25737 25737 25355 0 -1 4194368 5070 0 0 0 10213 7 0 0 25 0 2 0 105290934 55484416 9810 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.05
Current children cumulated vsize (KiB) 59540

[startup+162.301 s]
/proc/loadavg: 2.01 1.98 1.58 3/67 25741
/proc/meminfo: memFree=1640408/2055920 swapFree=4180888/4192956
[pid=25737] ppid=25735 vsize=5356 CPUtime=0.01
/proc/25737/stat : 25737 (manysat.sh) S 25735 25737 25355 0 -1 4194304 312 204 0 0 0 0 1 0 16 0 1 0 105290931 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25737/statm: 1339 238 195 169 0 50 0
[pid=25740] ppid=25737 vsize=63372 CPUtime=323.75
/proc/25740/stat : 25740 (manysat1.1_stat) R 25737 25737 25355 0 -1 4194304 12136 0 0 0 32357 18 0 0 25 0 2 0 105290934 64892928 12101 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25740/statm: 15843 12101 83 193 0 15647 0
[pid=25740/tid=25741] ppid=25737 vsize=63372 CPUtime=162.16
/proc/25740/task/25741/stat : 25741 (manysat1.1_stat) R 25737 25737 25355 0 -1 4194368 6214 0 0 0 16207 9 0 0 25 0 2 0 105290934 64892928 12101 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.76
Current children cumulated vsize (KiB) 68728

[startup+222.301 s]
/proc/loadavg: 2.00 1.98 1.60 3/67 25741
/proc/meminfo: memFree=1634200/2055920 swapFree=4180888/4192956
[pid=25737] ppid=25735 vsize=5356 CPUtime=0.01
/proc/25737/stat : 25737 (manysat.sh) S 25735 25737 25355 0 -1 4194304 312 204 0 0 0 0 1 0 16 0 1 0 105290931 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25737/statm: 1339 238 195 169 0 50 0
[pid=25740] ppid=25737 vsize=71064 CPUtime=443.49
/proc/25740/stat : 25740 (manysat1.1_stat) R 25737 25737 25355 0 -1 4194304 13696 0 0 0 44329 20 0 0 25 0 2 0 105290934 72769536 13661 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25740/statm: 17766 13661 83 193 0 17570 0
[pid=25740/tid=25741] ppid=25737 vsize=71064 CPUtime=222.13
/proc/25740/task/25741/stat : 25741 (manysat1.1_stat) R 25737 25737 25355 0 -1 4194368 6999 0 0 0 22203 10 0 0 25 0 2 0 105290934 72769536 13661 1992294400 134512640 135305190 4294956144 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.5
Current children cumulated vsize (KiB) 76420

[startup+282.302 s]
/proc/loadavg: 2.00 1.98 1.62 3/67 25741
/proc/meminfo: memFree=1625112/2055920 swapFree=4180888/4192956
[pid=25737] ppid=25735 vsize=5356 CPUtime=0.01
/proc/25737/stat : 25737 (manysat.sh) S 25735 25737 25355 0 -1 4194304 312 204 0 0 0 0 1 0 16 0 1 0 105290931 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25737/statm: 1339 238 195 169 0 50 0
[pid=25740] ppid=25737 vsize=81880 CPUtime=563.23
/proc/25740/stat : 25740 (manysat1.1_stat) R 25737 25737 25355 0 -1 4194304 15943 0 0 0 56297 26 0 0 25 0 2 0 105290934 83845120 15908 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25740/statm: 20470 15908 83 193 0 20274 0
[pid=25740/tid=25741] ppid=25737 vsize=81880 CPUtime=282.11
/proc/25740/task/25741/stat : 25741 (manysat1.1_stat) R 25737 25737 25355 0 -1 4194368 8581 0 0 0 28197 14 0 0 25 0 2 0 105290934 83845120 15908 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563.24
Current children cumulated vsize (KiB) 87236

[startup+342.302 s]
/proc/loadavg: 2.00 1.98 1.64 3/67 25741
/proc/meminfo: memFree=1622104/2055920 swapFree=4180888/4192956
[pid=25737] ppid=25735 vsize=5356 CPUtime=0.01
/proc/25737/stat : 25737 (manysat.sh) S 25735 25737 25355 0 -1 4194304 312 204 0 0 0 0 1 0 16 0 1 0 105290931 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25737/statm: 1339 238 195 169 0 50 0
[pid=25740] ppid=25737 vsize=84220 CPUtime=682.97
/proc/25740/stat : 25740 (manysat1.1_stat) R 25737 25737 25355 0 -1 4194304 16672 0 0 0 68270 27 0 0 25 0 2 0 105290934 86241280 16637 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25740/statm: 21055 16637 83 193 0 20859 0
[pid=25740/tid=25741] ppid=25737 vsize=84220 CPUtime=342.09
/proc/25740/task/25741/stat : 25741 (manysat1.1_stat) R 25737 25737 25355 0 -1 4194368 8835 0 0 0 34194 15 0 0 25 0 2 0 105290934 86241280 16637 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.98
Current children cumulated vsize (KiB) 89576

[startup+402.301 s]
/proc/loadavg: 2.00 1.98 1.66 3/67 25741
/proc/meminfo: memFree=1615064/2055920 swapFree=4180888/4192956
[pid=25737] ppid=25735 vsize=5356 CPUtime=0.01
/proc/25737/stat : 25737 (manysat.sh) S 25735 25737 25355 0 -1 4194304 312 204 0 0 0 0 1 0 16 0 1 0 105290931 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25737/statm: 1339 238 195 169 0 50 0
[pid=25740] ppid=25737 vsize=92064 CPUtime=802.71
/proc/25740/stat : 25740 (manysat1.1_stat) R 25737 25737 25355 0 -1 4194304 18452 0 0 0 80242 29 0 0 25 0 2 0 105290934 94273536 18417 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25740/statm: 23016 18417 83 193 0 22820 0
[pid=25740/tid=25741] ppid=25737 vsize=92064 CPUtime=402.05
/proc/25740/task/25741/stat : 25741 (manysat1.1_stat) R 25737 25737 25355 0 -1 4194368 9361 0 0 0 40190 15 0 0 25 0 2 0 105290934 94273536 18417 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.72
Current children cumulated vsize (KiB) 97420

[startup+462.306 s]
/proc/loadavg: 2.00 1.98 1.68 3/67 25741
/proc/meminfo: memFree=1607960/2055920 swapFree=4180888/4192956
[pid=25737] ppid=25735 vsize=5356 CPUtime=0.01
/proc/25737/stat : 25737 (manysat.sh) S 25735 25737 25355 0 -1 4194304 312 204 0 0 0 0 1 0 16 0 1 0 105290931 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25737/statm: 1339 238 195 169 0 50 0
[pid=25740] ppid=25737 vsize=99560 CPUtime=922.47
/proc/25740/stat : 25740 (manysat1.1_stat) R 25737 25737 25355 0 -1 4194304 20182 0 0 0 92214 33 0 0 25 0 2 0 105290934 101949440 20147 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25740/statm: 24890 20147 83 193 0 24694 0
[pid=25740/tid=25741] ppid=25737 vsize=99560 CPUtime=462.04
/proc/25740/task/25741/stat : 25741 (manysat1.1_stat) R 25737 25737 25355 0 -1 4194368 10415 0 0 0 46187 17 0 0 25 0 2 0 105290934 101949440 20147 1992294400 134512640 135305190 4294956144 18446744073709551615 134538534 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 922.48
Current children cumulated vsize (KiB) 104916

[startup+522.301 s]
/proc/loadavg: 2.00 1.98 1.70 3/67 25741
/proc/meminfo: memFree=1606488/2055920 swapFree=4180888/4192956
[pid=25737] ppid=25735 vsize=5356 CPUtime=0.01
/proc/25737/stat : 25737 (manysat.sh) S 25735 25737 25355 0 -1 4194304 312 204 0 0 0 0 1 0 16 0 1 0 105290931 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25737/statm: 1339 238 195 169 0 50 0
[pid=25740] ppid=25737 vsize=101364 CPUtime=1042.2
/proc/25740/stat : 25740 (manysat1.1_stat) R 25737 25737 25355 0 -1 4194304 20565 0 0 0 104187 33 0 0 25 0 2 0 105290934 103796736 20530 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25740/statm: 25341 20530 83 193 0 25145 0
[pid=25740/tid=25741] ppid=25737 vsize=101364 CPUtime=522.01
/proc/25740/task/25741/stat : 25741 (manysat1.1_stat) R 25737 25737 25355 0 -1 4194368 10415 0 0 0 52184 17 0 0 25 0 2 0 105290934 103796736 20530 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1042.21
Current children cumulated vsize (KiB) 106720

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

[startup+525.007 s]
/proc/loadavg: 2.00 1.98 1.70 3/67 25741
/proc/meminfo: memFree=1606488/2055920 swapFree=4180888/4192956
[pid=25737] ppid=25735 vsize=5356 CPUtime=0.01
/proc/25737/stat : 25737 (manysat.sh) S 25735 25737 25355 0 -1 4194304 312 204 0 0 0 0 1 0 16 0 1 0 105290931 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25737/statm: 1339 238 195 169 0 50 0
[pid=25740] ppid=25737 vsize=101364 CPUtime=1047.59
/proc/25740/stat : 25740 (manysat1.1_stat) R 25737 25737 25355 0 -1 4194304 20572 0 0 0 104726 33 0 0 25 0 2 0 105290934 103796736 20537 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25740/statm: 25341 20537 83 193 0 25145 0
[pid=25740/tid=25741] ppid=25737 vsize=101364 CPUtime=524.71
/proc/25740/task/25741/stat : 25741 (manysat1.1_stat) R 25737 25737 25355 0 -1 4194368 10415 0 0 0 52454 17 0 0 25 0 2 0 105290934 103796736 20537 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1047.6
Current children cumulated vsize (KiB) 106720

[startup+537.801 s]
/proc/loadavg: 2.00 1.98 1.70 3/67 25741
/proc/meminfo: memFree=1606040/2055920 swapFree=4180888/4192956
[pid=25737] ppid=25735 vsize=5356 CPUtime=0.01
/proc/25737/stat : 25737 (manysat.sh) S 25735 25737 25355 0 -1 4194304 312 204 0 0 0 0 1 0 16 0 1 0 105290931 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25737/statm: 1339 238 195 169 0 50 0
[pid=25740] ppid=25737 vsize=102088 CPUtime=1073.13
/proc/25740/stat : 25740 (manysat1.1_stat) R 25737 25737 25355 0 -1 4194304 20676 0 0 0 107280 33 0 0 25 0 2 0 105290934 104538112 20641 1992294400 134512640 135305190 4294956144 18446744073709551615 134529252 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25740/statm: 25522 20641 83 193 0 25326 0
[pid=25740/tid=25741] ppid=25737 vsize=102088 CPUtime=537.5
/proc/25740/task/25741/stat : 25741 (manysat1.1_stat) R 25737 25737 25355 0 -1 4194368 10415 0 0 0 53733 17 0 0 25 0 2 0 105290934 104538112 20641 1992294400 134512640 135305190 4294956144 18446744073709551615 134529379 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1073.14
Current children cumulated vsize (KiB) 107444

[startup+544.203 s]
/proc/loadavg: 1.92 1.96 1.70 2/67 25741
/proc/meminfo: memFree=1606040/2055920 swapFree=4180888/4192956
[pid=25737] ppid=25735 vsize=5356 CPUtime=0.01
/proc/25737/stat : 25737 (manysat.sh) S 25735 25737 25355 0 -1 4194304 312 204 0 0 0 0 1 0 16 0 1 0 105290931 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25737/statm: 1339 238 195 169 0 50 0
[pid=25740] ppid=25737 vsize=102088 CPUtime=1080.1
/proc/25740/stat : 25740 (manysat1.1_stat) R 25737 25737 25355 0 -1 4194304 20676 0 0 0 107977 33 0 0 25 0 2 0 105290934 104538112 20641 1992294400 134512640 135305190 4294956144 18446744073709551615 134529618 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25740/statm: 25522 20641 83 193 0 25326 0
[pid=25740/tid=25741] ppid=25737 vsize=102088 CPUtime=538.08
/proc/25740/task/25741/stat : 25741 (manysat1.1_stat) S 25737 25737 25355 0 -1 4194368 10415 0 0 0 53791 17 0 0 25 0 2 0 105290934 104538112 20641 1992294400 134512640 135305190 4294956144 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1080.11
Current children cumulated vsize (KiB) 107444

[startup+545.802 s]
/proc/loadavg: 1.85 1.94 1.69 2/67 25741
/proc/meminfo: memFree=1606040/2055920 swapFree=4180888/4192956
[pid=25737] ppid=25735 vsize=5356 CPUtime=0.01
/proc/25737/stat : 25737 (manysat.sh) S 25735 25737 25355 0 -1 4194304 312 204 0 0 0 0 1 0 16 0 1 0 105290931 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25737/statm: 1339 238 195 169 0 50 0
[pid=25740] ppid=25737 vsize=102088 CPUtime=1081.71
/proc/25740/stat : 25740 (manysat1.1_stat) R 25737 25737 25355 0 -1 4194304 20676 0 0 0 108138 33 0 0 25 0 2 0 105290934 104538112 20641 1992294400 134512640 135305190 4294956144 18446744073709551615 134529379 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25740/statm: 25522 20641 83 193 0 25326 0
[pid=25740/tid=25741] ppid=25737 vsize=102088 CPUtime=538.08
/proc/25740/task/25741/stat : 25741 (manysat1.1_stat) S 25737 25737 25355 0 -1 4194368 10415 0 0 0 53791 17 0 0 25 0 2 0 105290934 104538112 20641 1992294400 134512640 135305190 4294956144 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1081.72
Current children cumulated vsize (KiB) 107444

[startup+547.401 s]
/proc/loadavg: 1.85 1.94 1.69 2/67 25741
/proc/meminfo: memFree=1606040/2055920 swapFree=4180888/4192956
[pid=25737] ppid=25735 vsize=5356 CPUtime=0.01
/proc/25737/stat : 25737 (manysat.sh) S 25735 25737 25355 0 -1 4194304 312 204 0 0 0 0 1 0 16 0 1 0 105290931 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25737/statm: 1339 238 195 169 0 50 0
[pid=25740] ppid=25737 vsize=102088 CPUtime=1083.3
/proc/25740/stat : 25740 (manysat1.1_stat) R 25737 25737 25355 0 -1 4194304 20676 0 0 0 108297 33 0 0 25 0 2 0 105290934 104538112 20641 1992294400 134512640 135305190 4294956144 18446744073709551615 134529379 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25740/statm: 25522 20641 83 193 0 25326 0
[pid=25740/tid=25741] ppid=25737 vsize=102088 CPUtime=538.08
/proc/25740/task/25741/stat : 25741 (manysat1.1_stat) S 25737 25737 25355 0 -1 4194368 10415 0 0 0 53791 17 0 0 25 0 2 0 105290934 104538112 20641 1992294400 134512640 135305190 4294956144 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1083.31
Current children cumulated vsize (KiB) 107444

[startup+548.201 s]
/proc/loadavg: 1.85 1.94 1.69 2/67 25741
/proc/meminfo: memFree=1606040/2055920 swapFree=4180888/4192956
[pid=25737] ppid=25735 vsize=5356 CPUtime=0.01
/proc/25737/stat : 25737 (manysat.sh) S 25735 25737 25355 0 -1 4194304 312 204 0 0 0 0 1 0 16 0 1 0 105290931 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25737/statm: 1339 238 195 169 0 50 0
[pid=25740] ppid=25737 vsize=102088 CPUtime=1084.1
/proc/25740/stat : 25740 (manysat1.1_stat) R 25737 25737 25355 0 -1 4194304 20676 0 0 0 108377 33 0 0 25 0 2 0 105290934 104538112 20641 1992294400 134512640 135305190 4294956144 18446744073709551615 134529257 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25740/statm: 25522 20641 83 193 0 25326 0
[pid=25740/tid=25741] ppid=25737 vsize=102088 CPUtime=538.08
/proc/25740/task/25741/stat : 25741 (manysat1.1_stat) S 25737 25737 25355 0 -1 4194368 10415 0 0 0 53791 17 0 0 25 0 2 0 105290934 104538112 20641 1992294400 134512640 135305190 4294956144 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1084.11
Current children cumulated vsize (KiB) 107444

[startup+548.601 s]
/proc/loadavg: 1.85 1.94 1.69 2/67 25741
/proc/meminfo: memFree=1606040/2055920 swapFree=4180888/4192956
[pid=25737] ppid=25735 vsize=5356 CPUtime=0.01
/proc/25737/stat : 25737 (manysat.sh) S 25735 25737 25355 0 -1 4194304 312 204 0 0 0 0 1 0 16 0 1 0 105290931 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 237788259140 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25737/statm: 1339 238 195 169 0 50 0
[pid=25740] ppid=25737 vsize=102088 CPUtime=1084.5
/proc/25740/stat : 25740 (manysat1.1_stat) R 25737 25737 25355 0 -1 4194304 20676 0 0 0 108417 33 0 0 25 0 2 0 105290934 104538112 20641 1992294400 134512640 135305190 4294956144 18446744073709551615 134529553 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25740/statm: 25522 20641 83 193 0 25326 0
[pid=25740/tid=25741] ppid=25737 vsize=102088 CPUtime=538.08
/proc/25740/task/25741/stat : 25741 (manysat1.1_stat) S 25737 25737 25355 0 -1 4194368 10415 0 0 0 53791 17 0 0 25 0 2 0 105290934 104538112 20641 1992294400 134512640 135305190 4294956144 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1084.51
Current children cumulated vsize (KiB) 107444

Child status: 20
Real time (s): 548.688
CPU time (s): 1084.62
CPU user time (s): 1084.26
CPU system time (s): 0.357945
CPU usage (%): 197.675
Max. virtual memory (cumulated for all children) (KiB): 107444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1084.26
system time used= 0.357945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21361
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= 868
involuntary context switches= 8101

runsolver used 0.533918 second user time and 1.46978 second system time

The end

Launcher Data

Begin job on node24 at 2009-04-26 21:02:54
IDJOB=1731608
IDBENCH=24755
IDSOLVER=513
FILE ID=node24/1731608-1240772574
PBS_JOBID= 9187156
Free space on /tmp= 66240 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20
BENCH NAME= SAT07/crafted/Difficult/contest-02-03-04/contest02-Mat26.sat05-457.reshuffled-07.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1731608-1240772574/watcher-1731608-1240772574 -o /tmp/evaluation-result-1731608-1240772574/solver-1731608-1240772574 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1731608-1240772574.cnf aimd 0

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

MD5SUM BENCH= 3d4fadc8af17bc65dbe7fef013825ed5
RANDOM SEED=1002344334

node24.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.232
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.232
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:       1689872 kB
Buffers:         44648 kB
Cached:         251224 kB
SwapCached:       5912 kB
Active:          96904 kB
Inactive:       207420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1689872 kB
SwapTotal:     4192956 kB
SwapFree:      4180888 kB
Dirty:            1520 kB
Writeback:           0 kB
Mapped:          14036 kB
Slab:            47632 kB
Committed_AS:   442792 kB
PageTables:       1440 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= 66240 MiB
End job on node24 at 2009-04-26 21:12:03