Trace number 1563561

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 745.941 374.942

General information on the benchmark

NameAPPLICATIONS/
c32sat/post-c32s-ss-8.cnf
MD5SUM9d3d3bb9b296880c7463693ae665aafd
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark406.26
Satisfiable
(Un)Satisfiability was proved
Number of variables53752
Number of clauses148393
Sum of the clauses size346249
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 298928
Number of clauses of size 349464
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.09/0.13	c ==============================================================================
0.09/0.13	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.13	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.13	c ==============================================================================
0.09/0.13	c |         0 |  135726   315843 |   40717       0        0     nan |  0.000 % |
1.59/1.62	c |         0 |   65966   210427 |      --       0       --      -- |     --   | -69152/-103784
1.59/1.62	c ==============================================================================
1.59/1.62	c Result  :   #vars: 13761   #clauses: 65966   #literals: 210427
1.59/1.62	c CPU time:   1.54577 s
1.59/1.62	c ==============================================================================
745.86/374.91	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
745.86/374.91	c ============================[ Problem Statistics ]=============================
745.86/374.91	c |                                                                             |
745.86/374.91	c threadId              : 1
745.86/374.91	c restarts              : 6865
745.86/374.91	c conflicts             : 461285         (620 /sec)
745.86/374.91	c decisions             : 4415711        (1.27 % random) (5936 /sec)
745.86/374.91	c propagations          : 358010984      (481291 /sec)
745.86/374.91	c conflict literals     : 18029185       (49.22 % deleted)
745.86/374.91	c Memory used           : 89.11 MB
745.86/374.91	c CPU time              : 743.855 s
745.86/374.91	
745.86/374.91	c --->m=2, e=8, aimd=1, HOME/22500_many.cnf	time: 371.927	conflicts: 461285       
745.86/374.92	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-1563561-1238787094/watcher-1563561-1238787094 -o /tmp/evaluation-result-1563561-1238787094/solver-1563561-1238787094 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1563561-1238787094.cnf aimd 1 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 1.00 1.00 3/70 22500
/proc/meminfo: memFree=1743592/2055920 swapFree=4173176/4192956
[pid=22500] ppid=22498 vsize=5356 CPUtime=0
/proc/22500/stat : 22500 (manysat.sh) S 22498 22500 22192 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151372708 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22500/statm: 1339 235 195 169 0 50 0
[pid=22501] ppid=22500 vsize=1556 CPUtime=0
/proc/22501/stat : 22501 (SatElite) R 22500 22500 22192 0 -1 4194304 276 0 0 0 0 0 0 0 19 0 1 0 1151372709 1593344 260 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/22501/statm: 389 260 51 127 0 259 0

[startup+0.041859 s]
/proc/loadavg: 0.99 1.00 1.00 3/70 22500
/proc/meminfo: memFree=1743592/2055920 swapFree=4173176/4192956
[pid=22500] ppid=22498 vsize=5356 CPUtime=0
/proc/22500/stat : 22500 (manysat.sh) S 22498 22500 22192 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151372708 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22500/statm: 1339 235 195 169 0 50 0
[pid=22501] ppid=22500 vsize=7176 CPUtime=0.02
/proc/22501/stat : 22501 (SatElite) R 22500 22500 22192 0 -1 4194304 1460 0 0 0 2 0 0 0 19 0 1 0 1151372709 7348224 1444 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/22501/statm: 1794 1444 51 127 0 1664 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12532

[startup+0.101865 s]
/proc/loadavg: 0.99 1.00 1.00 3/70 22500
/proc/meminfo: memFree=1743592/2055920 swapFree=4173176/4192956
[pid=22500] ppid=22498 vsize=5356 CPUtime=0
/proc/22500/stat : 22500 (manysat.sh) S 22498 22500 22192 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151372708 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22500/statm: 1339 235 195 169 0 50 0
[pid=22501] ppid=22500 vsize=15644 CPUtime=0.09
/proc/22501/stat : 22501 (SatElite) R 22500 22500 22192 0 -1 4194304 3424 0 0 0 8 1 0 0 19 0 1 0 1151372709 16019456 3408 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/22501/statm: 3911 3408 51 127 0 3781 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21000

[startup+0.301885 s]
/proc/loadavg: 0.99 1.00 1.00 3/70 22500
/proc/meminfo: memFree=1743592/2055920 swapFree=4173176/4192956
[pid=22500] ppid=22498 vsize=5356 CPUtime=0
/proc/22500/stat : 22500 (manysat.sh) S 22498 22500 22192 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151372708 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22500/statm: 1339 235 195 169 0 50 0
[pid=22501] ppid=22500 vsize=21484 CPUtime=0.29
/proc/22501/stat : 22501 (SatElite) R 22500 22500 22192 0 -1 4194304 5212 0 0 0 26 3 0 0 21 0 1 0 1151372709 21999616 4845 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/22501/statm: 5371 4845 68 127 0 5241 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26840

[startup+0.701925 s]
/proc/loadavg: 0.99 1.00 1.00 3/70 22500
/proc/meminfo: memFree=1743592/2055920 swapFree=4173176/4192956
[pid=22500] ppid=22498 vsize=5356 CPUtime=0
/proc/22500/stat : 22500 (manysat.sh) S 22498 22500 22192 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151372708 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22500/statm: 1339 235 195 169 0 50 0
[pid=22501] ppid=22500 vsize=23100 CPUtime=0.69
/proc/22501/stat : 22501 (SatElite) R 22500 22500 22192 0 -1 4194304 5571 0 0 0 64 5 0 0 25 0 1 0 1151372709 23654400 5204 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/22501/statm: 5775 5204 68 127 0 5645 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28456

[startup+1.502 s]
/proc/loadavg: 0.99 1.00 1.00 2/72 22502
/proc/meminfo: memFree=1714264/2055920 swapFree=4173176/4192956
[pid=22500] ppid=22498 vsize=5356 CPUtime=0
/proc/22500/stat : 22500 (manysat.sh) S 22498 22500 22192 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1151372708 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22500/statm: 1339 235 195 169 0 50 0
[pid=22501] ppid=22500 vsize=23360 CPUtime=1.49
/proc/22501/stat : 22501 (SatElite) R 22500 22500 22192 0 -1 4194304 5877 0 0 0 142 7 0 0 25 0 1 0 1151372709 23920640 5278 1992294400 134512640 135034092 4294956096 18446744073709551615 134566273 0 0 4096 3 0 0 0 17 0 0 0
/proc/22501/statm: 5840 5278 68 127 0 5710 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 28716

[startup+3.10117 s]
/proc/loadavg: 0.99 1.00 1.00 3/73 22504
/proc/meminfo: memFree=1721296/2055920 swapFree=4173176/4192956
[pid=22500] ppid=22498 vsize=5356 CPUtime=1.7
/proc/22500/stat : 22500 (manysat.sh) S 22498 22500 22192 0 -1 4194304 312 6711 0 0 0 0 163 7 16 0 1 0 1151372708 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22500/statm: 1339 238 195 169 0 50 0
[pid=22503] ppid=22500 vsize=25776 CPUtime=2.65
/proc/22503/stat : 22503 (manysat1.1_stat) R 22500 22500 22192 0 -1 4194304 3409 0 0 0 263 2 0 0 17 0 2 0 1151372880 26394624 3395 1992294400 134512640 135305190 4294956144 18446744073709551615 134531040 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22503/statm: 6444 3395 83 193 0 6248 0
[pid=22503/tid=22504] ppid=22500 vsize=25776 CPUtime=1.27
/proc/22503/task/22504/stat : 22504 (manysat1.1_stat) R 22500 22500 22192 0 -1 4194368 394 0 0 0 127 0 0 0 17 0 2 0 1151372889 26394624 3395 1992294400 134512640 135305190 4294956144 18446744073709551615 134528402 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 31132

[startup+6.30249 s]
/proc/loadavg: 1.07 1.02 1.01 3/73 22504
/proc/meminfo: memFree=1716688/2055920 swapFree=4173176/4192956
[pid=22500] ppid=22498 vsize=5356 CPUtime=1.7
/proc/22500/stat : 22500 (manysat.sh) S 22498 22500 22192 0 -1 4194304 312 6711 0 0 0 0 163 7 16 0 1 0 1151372708 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22500/statm: 1339 238 195 169 0 50 0
[pid=22503] ppid=22500 vsize=30220 CPUtime=9.03
/proc/22503/stat : 22503 (manysat1.1_stat) R 22500 22500 22192 0 -1 4194304 4365 0 0 0 899 4 0 0 17 0 2 0 1151372880 30945280 4351 1992294400 134512640 135305190 4294956144 18446744073709551615 134528630 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22503/statm: 7555 4351 83 193 0 7359 0
[pid=22503/tid=22504] ppid=22500 vsize=30220 CPUtime=4.47
/proc/22503/task/22504/stat : 22504 (manysat1.1_stat) R 22500 22500 22192 0 -1 4194368 867 0 0 0 446 1 0 0 17 0 2 0 1151372889 30945280 4351 1992294400 134512640 135305190 4294956144 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10.73
Current children cumulated vsize (KiB) 35576

[startup+12.7021 s]
/proc/loadavg: 1.15 1.03 1.01 3/73 22504
/proc/meminfo: memFree=1711568/2055920 swapFree=4173176/4192956
[pid=22500] ppid=22498 vsize=5356 CPUtime=1.7
/proc/22500/stat : 22500 (manysat.sh) S 22498 22500 22192 0 -1 4194304 312 6711 0 0 0 0 163 7 16 0 1 0 1151372708 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22500/statm: 1339 238 195 169 0 50 0
[pid=22503] ppid=22500 vsize=34832 CPUtime=21.79
/proc/22503/stat : 22503 (manysat1.1_stat) R 22500 22500 22192 0 -1 4194304 5563 0 0 0 2173 6 0 0 17 0 2 0 1151372880 35667968 5549 1992294400 134512640 135305190 4294956144 18446744073709551615 134542050 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22503/statm: 8708 5549 83 193 0 8512 0
[pid=22503/tid=22504] ppid=22500 vsize=34832 CPUtime=10.86
/proc/22503/task/22504/stat : 22504 (manysat1.1_stat) R 22500 22500 22192 0 -1 4194368 1363 0 0 0 1084 2 0 0 18 0 2 0 1151372889 35667968 5549 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 23.49
Current children cumulated vsize (KiB) 40188

[startup+25.5014 s]
/proc/loadavg: 1.34 1.08 1.02 3/73 22504
/proc/meminfo: memFree=1707344/2055920 swapFree=4173176/4192956
[pid=22500] ppid=22498 vsize=5356 CPUtime=1.7
/proc/22500/stat : 22500 (manysat.sh) S 22498 22500 22192 0 -1 4194304 312 6711 0 0 0 0 163 7 16 0 1 0 1151372708 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22500/statm: 1339 238 195 169 0 50 0
[pid=22503] ppid=22500 vsize=38596 CPUtime=47.32
/proc/22503/stat : 22503 (manysat1.1_stat) R 22500 22500 22192 0 -1 4194304 6593 0 0 0 4724 8 0 0 17 0 2 0 1151372880 39522304 6579 1992294400 134512640 135305190 4294956144 18446744073709551615 134528837 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22503/statm: 9649 6579 83 193 0 9453 0
[pid=22503/tid=22504] ppid=22500 vsize=38596 CPUtime=23.65
/proc/22503/task/22504/stat : 22504 (manysat1.1_stat) R 22500 22500 22192 0 -1 4194368 1762 0 0 0 2362 3 0 0 17 0 2 0 1151372889 39522304 6579 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 49.02
Current children cumulated vsize (KiB) 43952

[startup+51.1019 s]
/proc/loadavg: 1.56 1.15 1.05 3/73 22504
/proc/meminfo: memFree=1695696/2055920 swapFree=4173176/4192956
[pid=22500] ppid=22498 vsize=5356 CPUtime=1.7
/proc/22500/stat : 22500 (manysat.sh) S 22498 22500 22192 0 -1 4194304 312 6711 0 0 0 0 163 7 16 0 1 0 1151372708 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22500/statm: 1339 238 195 169 0 50 0
[pid=22503] ppid=22500 vsize=50064 CPUtime=98.36
/proc/22503/stat : 22503 (manysat1.1_stat) R 22500 22500 22192 0 -1 4194304 9436 0 0 0 9825 11 0 0 17 0 2 0 1151372880 51265536 9422 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22503/statm: 12516 9422 83 193 0 12320 0
[pid=22503/tid=22504] ppid=22500 vsize=50064 CPUtime=49.23
/proc/22503/task/22504/stat : 22504 (manysat1.1_stat) R 22500 22500 22192 0 -1 4194368 2946 0 0 0 4919 4 0 0 17 0 2 0 1151372889 51265536 9422 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 100.06
Current children cumulated vsize (KiB) 55420

[startup+102.307 s]
/proc/loadavg: 1.86 1.30 1.10 3/73 22504
/proc/meminfo: memFree=1682064/2055920 swapFree=4173176/4192956
[pid=22500] ppid=22498 vsize=5356 CPUtime=1.7
/proc/22500/stat : 22500 (manysat.sh) S 22498 22500 22192 0 -1 4194304 312 6711 0 0 0 0 163 7 16 0 1 0 1151372708 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22500/statm: 1339 238 195 169 0 50 0
[pid=22503] ppid=22500 vsize=64000 CPUtime=200.48
/proc/22503/stat : 22503 (manysat1.1_stat) R 22500 22500 22192 0 -1 4194304 12849 0 0 0 20030 18 0 0 17 0 2 0 1151372880 65536000 12835 1992294400 134512640 135305190 4294956144 18446744073709551615 134528268 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22503/statm: 16000 12835 83 193 0 15804 0
[pid=22503/tid=22504] ppid=22500 vsize=64000 CPUtime=100.41
/proc/22503/task/22504/stat : 22504 (manysat1.1_stat) R 22500 22500 22192 0 -1 4194368 4488 0 0 0 10033 8 0 0 17 0 2 0 1151372889 65536000 12835 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 202.18
Current children cumulated vsize (KiB) 69356

[startup+162.302 s]
/proc/loadavg: 1.95 1.42 1.16 3/73 22504
/proc/meminfo: memFree=1670096/2055920 swapFree=4173176/4192956
[pid=22500] ppid=22498 vsize=5356 CPUtime=1.7
/proc/22500/stat : 22500 (manysat.sh) S 22498 22500 22192 0 -1 4194304 312 6711 0 0 0 0 163 7 16 0 1 0 1151372708 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22500/statm: 1339 238 195 169 0 50 0
[pid=22503] ppid=22500 vsize=76380 CPUtime=320.14
/proc/22503/stat : 22503 (manysat1.1_stat) R 22500 22500 22192 0 -1 4194304 15894 0 0 0 31991 23 0 0 18 0 2 0 1151372880 78213120 15880 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22503/statm: 19095 15880 83 193 0 18899 0
[pid=22503/tid=22504] ppid=22500 vsize=76380 CPUtime=160.37
/proc/22503/task/22504/stat : 22504 (manysat1.1_stat) R 22500 22500 22192 0 -1 4194368 5947 0 0 0 16026 11 0 0 19 0 2 0 1151372889 78213120 15880 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 321.84
Current children cumulated vsize (KiB) 81736

[startup+222.302 s]
/proc/loadavg: 1.98 1.52 1.21 3/73 22504
/proc/meminfo: memFree=1666512/2055920 swapFree=4173176/4192956
[pid=22500] ppid=22498 vsize=5356 CPUtime=1.7
/proc/22500/stat : 22500 (manysat.sh) S 22498 22500 22192 0 -1 4194304 312 6711 0 0 0 0 163 7 16 0 1 0 1151372708 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22500/statm: 1339 238 195 169 0 50 0
[pid=22503] ppid=22500 vsize=79696 CPUtime=439.81
/proc/22503/stat : 22503 (manysat1.1_stat) R 22500 22500 22192 0 -1 4194304 16730 0 0 0 43955 26 0 0 17 0 2 0 1151372880 81608704 16716 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22503/statm: 19924 16716 83 193 0 19728 0
[pid=22503/tid=22504] ppid=22500 vsize=79696 CPUtime=220.34
/proc/22503/task/22504/stat : 22504 (manysat1.1_stat) R 22500 22500 22192 0 -1 4194368 6364 0 0 0 22022 12 0 0 18 0 2 0 1151372889 81608704 16716 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 441.51
Current children cumulated vsize (KiB) 85052

[startup+282.302 s]
/proc/loadavg: 1.99 1.61 1.25 3/73 22504
/proc/meminfo: memFree=1665168/2055920 swapFree=4173176/4192956
[pid=22500] ppid=22498 vsize=5356 CPUtime=1.7
/proc/22500/stat : 22500 (manysat.sh) S 22498 22500 22192 0 -1 4194304 312 6711 0 0 0 0 163 7 16 0 1 0 1151372708 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22500/statm: 1339 238 195 169 0 50 0
[pid=22503] ppid=22500 vsize=80840 CPUtime=559.47
/proc/22503/stat : 22503 (manysat1.1_stat) R 22500 22500 22192 0 -1 4194304 17069 0 0 0 55920 27 0 0 25 0 2 0 1151372880 82780160 17055 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22503/statm: 20210 17055 83 193 0 20014 0
[pid=22503/tid=22504] ppid=22500 vsize=80840 CPUtime=280.3
/proc/22503/task/22504/stat : 22504 (manysat1.1_stat) R 22500 22500 22192 0 -1 4194368 6497 0 0 0 28018 12 0 0 25 0 2 0 1151372889 82780160 17055 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 561.17
Current children cumulated vsize (KiB) 86196

[startup+342.302 s]
/proc/loadavg: 1.99 1.68 1.30 3/73 22504
/proc/meminfo: memFree=1662352/2055920 swapFree=4173176/4192956
[pid=22500] ppid=22498 vsize=5356 CPUtime=1.7
/proc/22500/stat : 22500 (manysat.sh) S 22498 22500 22192 0 -1 4194304 312 6711 0 0 0 0 163 7 16 0 1 0 1151372708 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22500/statm: 1339 238 195 169 0 50 0
[pid=22503] ppid=22500 vsize=84060 CPUtime=679.14
/proc/22503/stat : 22503 (manysat1.1_stat) R 22500 22500 22192 0 -1 4194304 17767 0 0 0 67886 28 0 0 24 0 2 0 1151372880 86077440 17753 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22503/statm: 21015 17753 83 193 0 20819 0
[pid=22503/tid=22504] ppid=22500 vsize=84060 CPUtime=340.28
/proc/22503/task/22504/stat : 22504 (manysat1.1_stat) R 22500 22500 22192 0 -1 4194368 6808 0 0 0 34015 13 0 0 25 0 2 0 1151372889 86077440 17753 1992294400 134512640 135305190 4294956144 18446744073709551615 134528265 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 680.84
Current children cumulated vsize (KiB) 89416

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

[startup+358.301 s]
/proc/loadavg: 1.99 1.69 1.31 3/73 22504
/proc/meminfo: memFree=1658576/2055920 swapFree=4173176/4192956
[pid=22500] ppid=22498 vsize=5356 CPUtime=1.7
/proc/22500/stat : 22500 (manysat.sh) S 22498 22500 22192 0 -1 4194304 312 6711 0 0 0 0 163 7 16 0 1 0 1151372708 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22500/statm: 1339 238 195 169 0 50 0
[pid=22503] ppid=22500 vsize=87620 CPUtime=711.06
/proc/22503/stat : 22503 (manysat1.1_stat) R 22500 22500 22192 0 -1 4194304 18752 0 0 0 71075 31 0 0 19 0 2 0 1151372880 89722880 18738 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22503/statm: 21905 18738 83 193 0 21709 0
[pid=22503/tid=22504] ppid=22500 vsize=87620 CPUtime=356.27
/proc/22503/task/22504/stat : 22504 (manysat1.1_stat) R 22500 22500 22192 0 -1 4194368 7278 0 0 0 35613 14 0 0 25 0 2 0 1151372889 89722880 18738 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 712.76
Current children cumulated vsize (KiB) 92976

[startup+364.703 s]
/proc/loadavg: 1.99 1.70 1.31 3/73 22504
/proc/meminfo: memFree=1656656/2055920 swapFree=4173176/4192956
[pid=22500] ppid=22498 vsize=5356 CPUtime=1.7
/proc/22500/stat : 22500 (manysat.sh) S 22498 22500 22192 0 -1 4194304 312 6711 0 0 0 0 163 7 16 0 1 0 1151372708 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22500/statm: 1339 238 195 169 0 50 0
[pid=22503] ppid=22500 vsize=90600 CPUtime=723.84
/proc/22503/stat : 22503 (manysat1.1_stat) R 22500 22500 22192 0 -1 4194304 19261 0 0 0 72351 33 0 0 25 0 2 0 1151372880 92774400 19247 1992294400 134512640 135305190 4294956144 18446744073709551615 134542025 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22503/statm: 22650 19247 83 193 0 22454 0
[pid=22503/tid=22504] ppid=22500 vsize=90600 CPUtime=362.67
/proc/22503/task/22504/stat : 22504 (manysat1.1_stat) R 22500 22500 22192 0 -1 4194368 7536 0 0 0 36252 15 0 0 18 0 2 0 1151372889 92774400 19247 1992294400 134512640 135305190 4294956144 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 725.54
Current children cumulated vsize (KiB) 95956

[startup+371.102 s]
/proc/loadavg: 1.99 1.71 1.32 3/73 22504
/proc/meminfo: memFree=1655568/2055920 swapFree=4173176/4192956
[pid=22500] ppid=22498 vsize=5356 CPUtime=1.7
/proc/22500/stat : 22500 (manysat.sh) S 22498 22500 22192 0 -1 4194304 312 6711 0 0 0 0 163 7 16 0 1 0 1151372708 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22500/statm: 1339 238 195 169 0 50 0
[pid=22503] ppid=22500 vsize=91248 CPUtime=736.6
/proc/22503/stat : 22503 (manysat1.1_stat) R 22500 22500 22192 0 -1 4194304 19458 0 0 0 73626 34 0 0 19 0 2 0 1151372880 93437952 19444 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22503/statm: 22812 19444 83 193 0 22616 0
[pid=22503/tid=22504] ppid=22500 vsize=91248 CPUtime=369.07
/proc/22503/task/22504/stat : 22504 (manysat1.1_stat) R 22500 22500 22192 0 -1 4194368 7614 0 0 0 36891 16 0 0 25 0 2 0 1151372889 93437952 19444 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 738.3
Current children cumulated vsize (KiB) 96604

[startup+372.703 s]
/proc/loadavg: 1.99 1.71 1.32 3/73 22504
/proc/meminfo: memFree=1655568/2055920 swapFree=4173176/4192956
[pid=22500] ppid=22498 vsize=5356 CPUtime=1.7
/proc/22500/stat : 22500 (manysat.sh) S 22498 22500 22192 0 -1 4194304 312 6711 0 0 0 0 163 7 16 0 1 0 1151372708 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22500/statm: 1339 238 195 169 0 50 0
[pid=22503] ppid=22500 vsize=91248 CPUtime=739.79
/proc/22503/stat : 22503 (manysat1.1_stat) R 22500 22500 22192 0 -1 4194304 19459 0 0 0 73945 34 0 0 16 0 2 0 1151372880 93437952 19445 1992294400 134512640 135305190 4294956144 18446744073709551615 134529379 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22503/statm: 22812 19445 83 193 0 22616 0
[pid=22503/tid=22504] ppid=22500 vsize=91248 CPUtime=370.66
/proc/22503/task/22504/stat : 22504 (manysat1.1_stat) R 22500 22500 22192 0 -1 4194368 7614 0 0 0 37050 16 0 0 25 0 2 0 1151372889 93437952 19445 1992294400 134512640 135305190 4294956144 18446744073709551615 134541918 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 741.49
Current children cumulated vsize (KiB) 96604

[startup+374.303 s]
/proc/loadavg: 1.99 1.71 1.32 3/73 22504
/proc/meminfo: memFree=1655568/2055920 swapFree=4173176/4192956
[pid=22500] ppid=22498 vsize=5356 CPUtime=1.7
/proc/22500/stat : 22500 (manysat.sh) S 22498 22500 22192 0 -1 4194304 312 6711 0 0 0 0 163 7 16 0 1 0 1151372708 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22500/statm: 1339 238 195 169 0 50 0
[pid=22503] ppid=22500 vsize=91248 CPUtime=742.97
/proc/22503/stat : 22503 (manysat1.1_stat) R 22500 22500 22192 0 -1 4194304 19461 0 0 0 74263 34 0 0 17 0 2 0 1151372880 93437952 19447 1992294400 134512640 135305190 4294956144 18446744073709551615 134556831 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22503/statm: 22812 19447 83 193 0 22616 0
[pid=22503/tid=22504] ppid=22500 vsize=91248 CPUtime=372.26
/proc/22503/task/22504/stat : 22504 (manysat1.1_stat) R 22500 22500 22192 0 -1 4194368 7616 0 0 0 37210 16 0 0 25 0 2 0 1151372889 93437952 19447 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 744.67
Current children cumulated vsize (KiB) 96604

[startup+374.702 s]
/proc/loadavg: 1.99 1.71 1.32 3/73 22504
/proc/meminfo: memFree=1655568/2055920 swapFree=4173176/4192956
[pid=22500] ppid=22498 vsize=5356 CPUtime=1.7
/proc/22500/stat : 22500 (manysat.sh) S 22498 22500 22192 0 -1 4194304 312 6711 0 0 0 0 163 7 16 0 1 0 1151372708 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22500/statm: 1339 238 195 169 0 50 0
[pid=22503] ppid=22500 vsize=91248 CPUtime=743.76
/proc/22503/stat : 22503 (manysat1.1_stat) R 22500 22500 22192 0 -1 4194304 19461 0 0 0 74342 34 0 0 18 0 2 0 1151372880 93437952 19447 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22503/statm: 22812 19447 83 193 0 22616 0
[pid=22503/tid=22504] ppid=22500 vsize=91248 CPUtime=372.65
/proc/22503/task/22504/stat : 22504 (manysat1.1_stat) R 22500 22500 22192 0 -1 4194368 7616 0 0 0 37249 16 0 0 16 0 2 0 1151372889 93437952 19447 1992294400 134512640 135305190 4294956144 18446744073709551615 134529614 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 745.46
Current children cumulated vsize (KiB) 96604

[startup+374.901 s]
/proc/loadavg: 1.99 1.71 1.32 3/73 22504
/proc/meminfo: memFree=1655568/2055920 swapFree=4173176/4192956
[pid=22500] ppid=22498 vsize=5356 CPUtime=1.7
/proc/22500/stat : 22500 (manysat.sh) S 22498 22500 22192 0 -1 4194304 312 6711 0 0 0 0 163 7 16 0 1 0 1151372708 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22500/statm: 1339 238 195 169 0 50 0
[pid=22503] ppid=22500 vsize=91248 CPUtime=744.16
/proc/22503/stat : 22503 (manysat1.1_stat) R 22500 22500 22192 0 -1 4194304 19461 0 0 0 74382 34 0 0 18 0 2 0 1151372880 93437952 19447 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/22503/statm: 22812 19447 83 193 0 22616 0
[pid=22503/tid=22504] ppid=22500 vsize=91248 CPUtime=372.85
/proc/22503/task/22504/stat : 22504 (manysat1.1_stat) R 22500 22500 22192 0 -1 4194368 7616 0 0 0 37269 16 0 0 17 0 2 0 1151372889 93437952 19447 1992294400 134512640 135305190 4294956144 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 745.86
Current children cumulated vsize (KiB) 96604

Child status: 20
Real time (s): 374.942
CPU time (s): 745.941
CPU user time (s): 745.488
CPU system time (s): 0.452931
CPU usage (%): 198.948
Max. virtual memory (cumulated for all children) (KiB): 96604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 745.488
system time used= 0.452931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26653
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= 1244
involuntary context switches= 5597

runsolver used 0.431934 second user time and 1.2848 second system time

The end

Launcher Data

Begin job on node36 at 2009-04-03 21:31:34
IDJOB=1563561
IDBENCH=70956
IDSOLVER=514
FILE ID=node36/1563561-1238787094
PBS_JOBID= 9085577
Free space on /tmp= 66552 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-ss-8.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1563561-1238787094/watcher-1563561-1238787094 -o /tmp/evaluation-result-1563561-1238787094/solver-1563561-1238787094 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1563561-1238787094.cnf aimd 1

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

MD5SUM BENCH= 9d3d3bb9b296880c7463693ae665aafd
RANDOM SEED=1936722616

node36.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1744080 kB
Buffers:         55392 kB
Cached:         178424 kB
SwapCached:       9148 kB
Active:          85868 kB
Inactive:       158544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1744080 kB
SwapTotal:     4192956 kB
SwapFree:      4173176 kB
Dirty:            3908 kB
Writeback:           0 kB
Mapped:          16312 kB
Slab:            52800 kB
Committed_AS:  3355320 kB
PageTables:       1876 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= 66552 MiB
End job on node36 at 2009-04-03 21:37:49