Trace number 1727633

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 880.528 441.405

General information on the benchmark

Namecrafted/Hard/contest05/QG/
QG7a-gensys-icl004.sat05-3825.reshuffled-07.cnf
MD5SUMd9bf8689fd094f6ad4f37a57f4f0a5ae
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark77.4612
Satisfiable
(Un)Satisfiability was proved
Number of variables2401
Number of clauses15960
Sum of the clauses size111993
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2427
Number of clauses of size 32205
Number of clauses of size 4294
Number of clauses of size 5441
Number of clauses of size over 512551

Solver Data

0.00/0.00	c Parsing...
0.01/0.03	c ==============================================================================
0.01/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.01/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.01/0.03	c ==============================================================================
0.01/0.03	c |         0 |   15697   110553 |    4709       0        0     nan |  0.000 % |
0.01/0.08	c |         0 |   14145   101887 |      --       0       --      -- |     --   | -311/-3399
0.01/0.08	c ==============================================================================
0.01/0.08	c Result  :   #vars: 2307   #clauses: 14145   #literals: 101887
0.01/0.08	c CPU time:   0.078987 s
0.01/0.08	c ==============================================================================
880.41/441.38	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
880.41/441.38	c ============================[ Problem Statistics ]=============================
880.41/441.38	c |                                                                             |
880.41/441.38	c threadId              : 1
880.41/441.38	c restarts              : 2219
880.41/441.38	c conflicts             : 628313         (714 /sec)
880.41/441.38	c decisions             : 1013758        (1.93 % random) (1152 /sec)
880.41/441.38	c propagations          : 32464953       (36887 /sec)
880.41/441.38	c conflict literals     : 19479195       (31.45 % deleted)
880.41/441.38	c Memory used           : 85.11 MB
880.41/441.38	c CPU time              : 880.117 s
880.41/441.38	
880.41/441.38	c --->m=2, e=8, aimd=0, HOME/30064_many.cnf	time: 440.059	conflicts: 628313       
880.41/441.39	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-1727633-1240727222/watcher-1727633-1240727222 -o /tmp/evaluation-result-1727633-1240727222/solver-1727633-1240727222 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1727633-1240727222.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: 1.69 1.80 1.44 3/64 30064
/proc/meminfo: memFree=1792504/2055920 swapFree=4192812/4192956
[pid=30064] ppid=30062 vsize=5356 CPUtime=0
/proc/30064/stat : 30064 (manysat.sh) S 30062 30064 30027 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100750833 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30064/statm: 1339 235 195 169 0 50 0
[pid=30065] ppid=30064 vsize=1172 CPUtime=0
/proc/30065/stat : 30065 (SatElite) R 30064 30064 30027 0 -1 4194304 175 0 0 0 0 0 0 0 19 0 1 0 100750834 1200128 159 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/30065/statm: 293 159 50 127 0 163 0

[startup+0.0167379 s]
/proc/loadavg: 1.69 1.80 1.44 3/64 30064
/proc/meminfo: memFree=1792504/2055920 swapFree=4192812/4192956
[pid=30064] ppid=30062 vsize=5356 CPUtime=0
/proc/30064/stat : 30064 (manysat.sh) S 30062 30064 30027 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100750833 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30064/statm: 1339 235 195 169 0 50 0
[pid=30065] ppid=30064 vsize=1740 CPUtime=0.01
/proc/30065/stat : 30065 (SatElite) R 30064 30064 30027 0 -1 4194304 311 0 0 0 1 0 0 0 19 0 1 0 100750834 1781760 295 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/30065/statm: 435 295 51 127 0 305 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7096

[startup+0.101745 s]
/proc/loadavg: 1.69 1.80 1.44 3/64 30064
/proc/meminfo: memFree=1792504/2055920 swapFree=4192812/4192956
[pid=30064] ppid=30062 vsize=5356 CPUtime=0
/proc/30064/stat : 30064 (manysat.sh) S 30062 30064 30027 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 100750833 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30064/statm: 1339 235 195 169 0 50 0
[pid=30065] ppid=30064 vsize=2780 CPUtime=0.09
/proc/30065/stat : 30065 (SatElite) R 30064 30064 30027 0 -1 4194304 647 0 0 0 9 0 0 0 19 0 1 0 100750834 2846720 604 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/30065/statm: 695 604 69 127 0 565 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8136

[startup+0.301771 s]
/proc/loadavg: 1.69 1.80 1.44 3/64 30064
/proc/meminfo: memFree=1792504/2055920 swapFree=4192812/4192956
[pid=30064] ppid=30062 vsize=5356 CPUtime=0.11
/proc/30064/stat : 30064 (manysat.sh) S 30062 30064 30027 0 -1 4194304 312 650 0 0 0 0 10 1 15 0 1 0 100750833 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30064/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 5356

[startup+0.701815 s]
/proc/loadavg: 1.69 1.80 1.44 3/64 30064
/proc/meminfo: memFree=1792504/2055920 swapFree=4192812/4192956
[pid=30064] ppid=30062 vsize=5356 CPUtime=0.11
/proc/30064/stat : 30064 (manysat.sh) S 30062 30064 30027 0 -1 4194304 312 650 0 0 0 0 10 1 15 0 1 0 100750833 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30064/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 5356

[startup+1.50189 s]
/proc/loadavg: 1.69 1.80 1.44 3/67 30068
/proc/meminfo: memFree=1784800/2055920 swapFree=4192812/4192956
[pid=30064] ppid=30062 vsize=5356 CPUtime=0.11
/proc/30064/stat : 30064 (manysat.sh) S 30062 30064 30027 0 -1 4194304 312 650 0 0 0 0 10 1 15 0 1 0 100750833 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30064/statm: 1339 238 195 169 0 50 0
[pid=30067] ppid=30064 vsize=20960 CPUtime=2.7
/proc/30067/stat : 30067 (manysat1.1_stat) R 30064 30064 30027 0 -1 4194304 2225 0 0 0 269 1 0 0 17 0 2 0 100750846 21463040 2211 1992294400 134512640 135305190 4294956144 18446744073709551615 134547993 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30067/statm: 5240 2211 83 193 0 5044 0
[pid=30067/tid=30068] ppid=30064 vsize=20960 CPUtime=1.33
/proc/30067/task/30068/stat : 30068 (manysat1.1_stat) R 30064 30064 30027 0 -1 4194368 734 0 0 0 133 0 0 0 17 0 2 0 100750849 21463040 2211 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 26316

[startup+3.10205 s]
/proc/loadavg: 1.69 1.80 1.44 3/67 30068
/proc/meminfo: memFree=1782688/2055920 swapFree=4192812/4192956
[pid=30064] ppid=30062 vsize=5356 CPUtime=0.11
/proc/30064/stat : 30064 (manysat.sh) S 30062 30064 30027 0 -1 4194304 312 650 0 0 0 0 10 1 15 0 1 0 100750833 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30064/statm: 1339 238 195 169 0 50 0
[pid=30067] ppid=30064 vsize=22012 CPUtime=5.9
/proc/30067/stat : 30067 (manysat1.1_stat) R 30064 30064 30027 0 -1 4194304 2633 0 0 0 588 2 0 0 17 0 2 0 100750846 22540288 2619 1992294400 134512640 135305190 4294956144 18446744073709551615 134528446 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30067/statm: 5503 2619 83 193 0 5307 0
[pid=30067/tid=30068] ppid=30064 vsize=22012 CPUtime=2.94
/proc/30067/task/30068/stat : 30068 (manysat1.1_stat) R 30064 30064 30027 0 -1 4194368 897 0 0 0 293 1 0 0 17 0 2 0 100750849 22540288 2619 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 27368

[startup+6.30137 s]
/proc/loadavg: 1.72 1.80 1.44 3/67 30068
/proc/meminfo: memFree=1777760/2055920 swapFree=4192812/4192956
[pid=30064] ppid=30062 vsize=5356 CPUtime=0.11
/proc/30064/stat : 30064 (manysat.sh) S 30062 30064 30027 0 -1 4194304 312 650 0 0 0 0 10 1 15 0 1 0 100750833 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30064/statm: 1339 238 195 169 0 50 0
[pid=30067] ppid=30064 vsize=26144 CPUtime=12.29
/proc/30067/stat : 30067 (manysat1.1_stat) R 30064 30064 30027 0 -1 4194304 3570 0 0 0 1225 4 0 0 17 0 2 0 100750846 26771456 3556 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30067/statm: 6536 3556 83 193 0 6340 0
[pid=30067/tid=30068] ppid=30064 vsize=26144 CPUtime=6.13
/proc/30067/task/30068/stat : 30068 (manysat1.1_stat) R 30064 30064 30027 0 -1 4194368 1325 0 0 0 611 2 0 0 17 0 2 0 100750849 26771456 3556 1992294400 134512640 135305190 4294956144 18446744073709551615 134528425 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 31500

[startup+12.703 s]
/proc/loadavg: 1.74 1.80 1.45 3/67 30068
/proc/meminfo: memFree=1772968/2055920 swapFree=4192812/4192956
[pid=30064] ppid=30062 vsize=5356 CPUtime=0.11
/proc/30064/stat : 30064 (manysat.sh) S 30062 30064 30027 0 -1 4194304 312 650 0 0 0 0 10 1 15 0 1 0 100750833 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30064/statm: 1339 238 195 169 0 50 0
[pid=30067] ppid=30064 vsize=32112 CPUtime=25.06
/proc/30067/stat : 30067 (manysat1.1_stat) R 30064 30064 30027 0 -1 4194304 4926 0 0 0 2500 6 0 0 18 0 2 0 100750846 32882688 4912 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30067/statm: 8028 4912 83 193 0 7832 0
[pid=30067/tid=30068] ppid=30064 vsize=32112 CPUtime=12.52
/proc/30067/task/30068/stat : 30068 (manysat1.1_stat) R 30064 30064 30027 0 -1 4194368 2016 0 0 0 1249 3 0 0 18 0 2 0 100750849 32882688 4912 1992294400 134512640 135305190 4294956144 18446744073709551615 134528399 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 37468

[startup+25.5013 s]
/proc/loadavg: 1.80 1.81 1.46 3/67 30068
/proc/meminfo: memFree=1766248/2055920 swapFree=4192812/4192956
[pid=30064] ppid=30062 vsize=5356 CPUtime=0.11
/proc/30064/stat : 30064 (manysat.sh) S 30062 30064 30027 0 -1 4194304 312 650 0 0 0 0 10 1 15 0 1 0 100750833 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30064/statm: 1339 238 195 169 0 50 0
[pid=30067] ppid=30064 vsize=38196 CPUtime=50.59
/proc/30067/stat : 30067 (manysat1.1_stat) R 30064 30064 30027 0 -1 4194304 6428 0 0 0 5052 7 0 0 16 0 2 0 100750846 39112704 6414 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30067/statm: 9549 6414 83 193 0 9353 0
[pid=30067/tid=30068] ppid=30064 vsize=38196 CPUtime=25.32
/proc/30067/task/30068/stat : 30068 (manysat1.1_stat) R 30064 30064 30027 0 -1 4194368 2860 0 0 0 2528 4 0 0 25 0 2 0 100750849 39112704 6414 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 43552

[startup+51.1018 s]
/proc/loadavg: 1.87 1.83 1.47 3/67 30068
/proc/meminfo: memFree=1758440/2055920 swapFree=4192812/4192956
[pid=30064] ppid=30062 vsize=5356 CPUtime=0.11
/proc/30064/stat : 30064 (manysat.sh) S 30062 30064 30027 0 -1 4194304 312 650 0 0 0 0 10 1 15 0 1 0 100750833 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30064/statm: 1339 238 195 169 0 50 0
[pid=30067] ppid=30064 vsize=46544 CPUtime=101.68
/proc/30067/stat : 30067 (manysat1.1_stat) R 30064 30064 30027 0 -1 4194304 8374 0 0 0 10158 10 0 0 17 0 2 0 100750846 47661056 8360 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30067/statm: 11636 8360 83 193 0 11440 0
[pid=30067/tid=30068] ppid=30064 vsize=46544 CPUtime=50.91
/proc/30067/task/30068/stat : 30068 (manysat1.1_stat) R 30064 30064 30027 0 -1 4194368 3982 0 0 0 5085 6 0 0 19 0 2 0 100750849 47661056 8360 1992294400 134512640 135305190 4294956144 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 51900

[startup+102.307 s]
/proc/loadavg: 1.94 1.85 1.49 3/67 30068
/proc/meminfo: memFree=1746600/2055920 swapFree=4192812/4192956
[pid=30064] ppid=30062 vsize=5356 CPUtime=0.11
/proc/30064/stat : 30064 (manysat.sh) S 30062 30064 30027 0 -1 4194304 312 650 0 0 0 0 10 1 15 0 1 0 100750833 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30064/statm: 1339 238 195 169 0 50 0
[pid=30067] ppid=30064 vsize=58796 CPUtime=203.87
/proc/30067/stat : 30067 (manysat1.1_stat) R 30064 30064 30027 0 -1 4194304 11311 0 0 0 20372 15 0 0 17 0 2 0 100750846 60207104 11297 1992294400 134512640 135305190 4294956144 18446744073709551615 134541991 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30067/statm: 14699 11297 83 193 0 14503 0
[pid=30067/tid=30068] ppid=30064 vsize=58796 CPUtime=102.1
/proc/30067/task/30068/stat : 30068 (manysat1.1_stat) R 30064 30064 30027 0 -1 4194368 5652 0 0 0 10202 8 0 0 23 0 2 0 100750849 60207104 11297 1992294400 134512640 135305190 4294956144 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 203.98
Current children cumulated vsize (KiB) 64152

[startup+162.302 s]
/proc/loadavg: 1.98 1.87 1.52 3/67 30068
/proc/meminfo: memFree=1738920/2055920 swapFree=4192812/4192956
[pid=30064] ppid=30062 vsize=5356 CPUtime=0.11
/proc/30064/stat : 30064 (manysat.sh) S 30062 30064 30027 0 -1 4194304 312 650 0 0 0 0 10 1 15 0 1 0 100750833 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30064/statm: 1339 238 195 169 0 50 0
[pid=30067] ppid=30064 vsize=66872 CPUtime=323.6
/proc/30067/stat : 30067 (manysat1.1_stat) R 30064 30064 30027 0 -1 4194304 13302 0 0 0 32342 18 0 0 25 0 2 0 100750846 68476928 13288 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30067/statm: 16718 13288 83 193 0 16522 0
[pid=30067/tid=30068] ppid=30064 vsize=66872 CPUtime=162.06
/proc/30067/task/30068/stat : 30068 (manysat1.1_stat) R 30064 30064 30027 0 -1 4194368 6596 0 0 0 16197 9 0 0 25 0 2 0 100750849 68476928 13288 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 323.71
Current children cumulated vsize (KiB) 72228

[startup+222.302 s]
/proc/loadavg: 1.99 1.89 1.55 3/67 30068
/proc/meminfo: memFree=1733800/2055920 swapFree=4192812/4192956
[pid=30064] ppid=30062 vsize=5356 CPUtime=0.11
/proc/30064/stat : 30064 (manysat.sh) S 30062 30064 30027 0 -1 4194304 312 650 0 0 0 0 10 1 15 0 1 0 100750833 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30064/statm: 1339 238 195 169 0 50 0
[pid=30067] ppid=30064 vsize=71352 CPUtime=443.34
/proc/30067/stat : 30067 (manysat1.1_stat) R 30064 30064 30027 0 -1 4194304 14473 0 0 0 44314 20 0 0 25 0 2 0 100750846 73064448 14459 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30067/statm: 17838 14459 83 193 0 17642 0
[pid=30067/tid=30068] ppid=30064 vsize=71352 CPUtime=222.04
/proc/30067/task/30068/stat : 30068 (manysat1.1_stat) R 30064 30064 30027 0 -1 4194368 7286 0 0 0 22194 10 0 0 25 0 2 0 100750849 73064448 14459 1992294400 134512640 135305190 4294956144 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 443.45
Current children cumulated vsize (KiB) 76708

[startup+282.302 s]
/proc/loadavg: 1.99 1.91 1.57 3/67 30068
/proc/meminfo: memFree=1728104/2055920 swapFree=4192812/4192956
[pid=30064] ppid=30062 vsize=5356 CPUtime=0.11
/proc/30064/stat : 30064 (manysat.sh) S 30062 30064 30027 0 -1 4194304 312 650 0 0 0 0 10 1 15 0 1 0 100750833 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30064/statm: 1339 238 195 169 0 50 0
[pid=30067] ppid=30064 vsize=78928 CPUtime=563.09
/proc/30067/stat : 30067 (manysat1.1_stat) R 30064 30064 30027 0 -1 4194304 15940 0 0 0 56286 23 0 0 25 0 2 0 100750846 80822272 15926 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30067/statm: 19732 15926 83 193 0 19536 0
[pid=30067/tid=30068] ppid=30064 vsize=78928 CPUtime=282.02
/proc/30067/task/30068/stat : 30068 (manysat1.1_stat) R 30064 30064 30027 0 -1 4194368 8020 0 0 0 28190 12 0 0 25 0 2 0 100750849 80822272 15926 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 563.2
Current children cumulated vsize (KiB) 84284

[startup+342.302 s]
/proc/loadavg: 1.99 1.92 1.60 3/67 30068
/proc/meminfo: memFree=1725224/2055920 swapFree=4192812/4192956
[pid=30064] ppid=30062 vsize=5356 CPUtime=0.11
/proc/30064/stat : 30064 (manysat.sh) S 30062 30064 30027 0 -1 4194304 312 650 0 0 0 0 10 1 15 0 1 0 100750833 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30064/statm: 1339 238 195 169 0 50 0
[pid=30067] ppid=30064 vsize=81052 CPUtime=682.82
/proc/30067/stat : 30067 (manysat1.1_stat) R 30064 30064 30027 0 -1 4194304 16585 0 0 0 68258 24 0 0 25 0 2 0 100750846 82997248 16571 1992294400 134512640 135305190 4294956144 18446744073709551615 134528319 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30067/statm: 20263 16571 83 193 0 20067 0
[pid=30067/tid=30068] ppid=30064 vsize=81052 CPUtime=341.99
/proc/30067/task/30068/stat : 30068 (manysat1.1_stat) R 30064 30064 30027 0 -1 4194368 8499 0 0 0 34187 12 0 0 25 0 2 0 100750849 82997248 16571 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 682.93
Current children cumulated vsize (KiB) 86408

[startup+402.302 s]
/proc/loadavg: 1.99 1.94 1.62 3/67 30068
/proc/meminfo: memFree=1721704/2055920 swapFree=4192812/4192956
[pid=30064] ppid=30062 vsize=5356 CPUtime=0.11
/proc/30064/stat : 30064 (manysat.sh) S 30062 30064 30027 0 -1 4194304 312 650 0 0 0 0 10 1 15 0 1 0 100750833 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30064/statm: 1339 238 195 169 0 50 0
[pid=30067] ppid=30064 vsize=85028 CPUtime=802.57
/proc/30067/stat : 30067 (manysat1.1_stat) R 30064 30064 30027 0 -1 4194304 17477 0 0 0 80231 26 0 0 25 0 2 0 100750846 87068672 17463 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30067/statm: 21257 17463 83 193 0 21061 0
[pid=30067/tid=30068] ppid=30064 vsize=85028 CPUtime=401.97
/proc/30067/task/30068/stat : 30068 (manysat1.1_stat) R 30064 30064 30027 0 -1 4194368 8912 0 0 0 40184 13 0 0 25 0 2 0 100750849 87068672 17463 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 802.68
Current children cumulated vsize (KiB) 90384

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

[startup+409.501 s]
/proc/loadavg: 1.99 1.94 1.62 3/67 30068
/proc/meminfo: memFree=1721512/2055920 swapFree=4192812/4192956
[pid=30064] ppid=30062 vsize=5356 CPUtime=0.11
/proc/30064/stat : 30064 (manysat.sh) S 30062 30064 30027 0 -1 4194304 312 650 0 0 0 0 10 1 15 0 1 0 100750833 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30064/statm: 1339 238 195 169 0 50 0
[pid=30067] ppid=30064 vsize=85348 CPUtime=816.94
/proc/30067/stat : 30067 (manysat1.1_stat) R 30064 30064 30027 0 -1 4194304 17519 0 0 0 81668 26 0 0 25 0 2 0 100750846 87396352 17505 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30067/statm: 21337 17505 83 193 0 21141 0
[pid=30067/tid=30068] ppid=30064 vsize=85348 CPUtime=409.16
/proc/30067/task/30068/stat : 30068 (manysat1.1_stat) R 30064 30064 30027 0 -1 4194368 8922 0 0 0 40903 13 0 0 25 0 2 0 100750849 87396352 17505 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 817.05
Current children cumulated vsize (KiB) 90704

[startup+422.303 s]
/proc/loadavg: 1.99 1.94 1.63 3/67 30068
/proc/meminfo: memFree=1720616/2055920 swapFree=4192812/4192956
[pid=30064] ppid=30062 vsize=5356 CPUtime=0.11
/proc/30064/stat : 30064 (manysat.sh) S 30062 30064 30027 0 -1 4194304 312 650 0 0 0 0 10 1 15 0 1 0 100750833 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30064/statm: 1339 238 195 169 0 50 0
[pid=30067] ppid=30064 vsize=86324 CPUtime=842.48
/proc/30067/stat : 30067 (manysat1.1_stat) R 30064 30064 30027 0 -1 4194304 17733 0 0 0 84222 26 0 0 25 0 2 0 100750846 88395776 17719 1992294400 134512640 135305190 4294956144 18446744073709551615 134556558 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30067/statm: 21581 17719 83 193 0 21385 0
[pid=30067/tid=30068] ppid=30064 vsize=86324 CPUtime=421.97
/proc/30067/task/30068/stat : 30068 (manysat1.1_stat) R 30064 30064 30027 0 -1 4194368 9000 0 0 0 42183 14 0 0 25 0 2 0 100750849 88395776 17719 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 842.59
Current children cumulated vsize (KiB) 91680

[startup+435.101 s]
/proc/loadavg: 1.99 1.94 1.63 3/67 30068
/proc/meminfo: memFree=1719528/2055920 swapFree=4192812/4192956
[pid=30064] ppid=30062 vsize=5356 CPUtime=0.11
/proc/30064/stat : 30064 (manysat.sh) S 30062 30064 30027 0 -1 4194304 312 650 0 0 0 0 10 1 15 0 1 0 100750833 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30064/statm: 1339 238 195 169 0 50 0
[pid=30067] ppid=30064 vsize=87144 CPUtime=868.03
/proc/30067/stat : 30067 (manysat1.1_stat) R 30064 30064 30027 0 -1 4194304 18011 0 0 0 86776 27 0 0 25 0 2 0 100750846 89235456 17997 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30067/statm: 21786 17997 83 193 0 21590 0
[pid=30067/tid=30068] ppid=30064 vsize=87144 CPUtime=434.76
/proc/30067/task/30068/stat : 30068 (manysat1.1_stat) R 30064 30064 30027 0 -1 4194368 9145 0 0 0 43462 14 0 0 25 0 2 0 100750849 89235456 17997 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 868.14
Current children cumulated vsize (KiB) 92500

[startup+438.301 s]
/proc/loadavg: 1.99 1.94 1.63 3/67 30068
/proc/meminfo: memFree=1719400/2055920 swapFree=4192812/4192956
[pid=30064] ppid=30062 vsize=5356 CPUtime=0.11
/proc/30064/stat : 30064 (manysat.sh) S 30062 30064 30027 0 -1 4194304 312 650 0 0 0 0 10 1 15 0 1 0 100750833 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30064/statm: 1339 238 195 169 0 50 0
[pid=30067] ppid=30064 vsize=87144 CPUtime=874.41
/proc/30067/stat : 30067 (manysat1.1_stat) R 30064 30064 30027 0 -1 4194304 18026 0 0 0 87414 27 0 0 17 0 2 0 100750846 89235456 18012 1992294400 134512640 135305190 4294956144 18446744073709551615 134538175 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30067/statm: 21786 18012 83 193 0 21590 0
[pid=30067/tid=30068] ppid=30064 vsize=87144 CPUtime=437.96
/proc/30067/task/30068/stat : 30068 (manysat1.1_stat) R 30064 30064 30027 0 -1 4194368 9151 0 0 0 43782 14 0 0 25 0 2 0 100750849 89235456 18012 1992294400 134512640 135305190 4294956144 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 874.52
Current children cumulated vsize (KiB) 92500

[startup+439.903 s]
/proc/loadavg: 1.99 1.94 1.64 3/67 30068
/proc/meminfo: memFree=1719400/2055920 swapFree=4192812/4192956
[pid=30064] ppid=30062 vsize=5356 CPUtime=0.11
/proc/30064/stat : 30064 (manysat.sh) S 30062 30064 30027 0 -1 4194304 312 650 0 0 0 0 10 1 15 0 1 0 100750833 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30064/statm: 1339 238 195 169 0 50 0
[pid=30067] ppid=30064 vsize=87144 CPUtime=877.61
/proc/30067/stat : 30067 (manysat1.1_stat) R 30064 30064 30027 0 -1 4194304 18026 0 0 0 87734 27 0 0 17 0 2 0 100750846 89235456 18012 1992294400 134512640 135305190 4294956144 18446744073709551615 134538178 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30067/statm: 21786 18012 83 193 0 21590 0
[pid=30067/tid=30068] ppid=30064 vsize=87144 CPUtime=439.56
/proc/30067/task/30068/stat : 30068 (manysat1.1_stat) R 30064 30064 30027 0 -1 4194368 9151 0 0 0 43942 14 0 0 25 0 2 0 100750849 89235456 18012 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 877.72
Current children cumulated vsize (KiB) 92500

[startup+440.703 s]
/proc/loadavg: 1.99 1.94 1.64 3/67 30068
/proc/meminfo: memFree=1719400/2055920 swapFree=4192812/4192956
[pid=30064] ppid=30062 vsize=5356 CPUtime=0.11
/proc/30064/stat : 30064 (manysat.sh) S 30062 30064 30027 0 -1 4194304 312 650 0 0 0 0 10 1 15 0 1 0 100750833 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30064/statm: 1339 238 195 169 0 50 0
[pid=30067] ppid=30064 vsize=87144 CPUtime=879.21
/proc/30067/stat : 30067 (manysat1.1_stat) R 30064 30064 30027 0 -1 4194304 18026 0 0 0 87894 27 0 0 17 0 2 0 100750846 89235456 18012 1992294400 134512640 135305190 4294956144 18446744073709551615 134539414 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30067/statm: 21786 18012 83 193 0 21590 0
[pid=30067/tid=30068] ppid=30064 vsize=87144 CPUtime=440.36
/proc/30067/task/30068/stat : 30068 (manysat1.1_stat) R 30064 30064 30027 0 -1 4194368 9151 0 0 0 44022 14 0 0 25 0 2 0 100750849 89235456 18012 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 879.32
Current children cumulated vsize (KiB) 92500

[startup+441.107 s]
/proc/loadavg: 1.99 1.94 1.64 3/67 30068
/proc/meminfo: memFree=1719400/2055920 swapFree=4192812/4192956
[pid=30064] ppid=30062 vsize=5356 CPUtime=0.11
/proc/30064/stat : 30064 (manysat.sh) S 30062 30064 30027 0 -1 4194304 312 650 0 0 0 0 10 1 15 0 1 0 100750833 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30064/statm: 1339 238 195 169 0 50 0
[pid=30067] ppid=30064 vsize=87144 CPUtime=880.01
/proc/30067/stat : 30067 (manysat1.1_stat) R 30064 30064 30027 0 -1 4194304 18026 0 0 0 87974 27 0 0 17 0 2 0 100750846 89235456 18012 1992294400 134512640 135305190 4294956144 18446744073709551615 134538919 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30067/statm: 21786 18012 83 193 0 21590 0
[pid=30067/tid=30068] ppid=30064 vsize=87144 CPUtime=440.76
/proc/30067/task/30068/stat : 30068 (manysat1.1_stat) R 30064 30064 30027 0 -1 4194368 9151 0 0 0 44062 14 0 0 25 0 2 0 100750849 89235456 18012 1992294400 134512640 135305190 4294956144 18446744073709551615 134657627 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 880.12
Current children cumulated vsize (KiB) 92500

[startup+441.302 s]
/proc/loadavg: 1.99 1.94 1.64 3/67 30068
/proc/meminfo: memFree=1719400/2055920 swapFree=4192812/4192956
[pid=30064] ppid=30062 vsize=5356 CPUtime=0.11
/proc/30064/stat : 30064 (manysat.sh) S 30062 30064 30027 0 -1 4194304 312 650 0 0 0 0 10 1 15 0 1 0 100750833 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30064/statm: 1339 238 195 169 0 50 0
[pid=30067] ppid=30064 vsize=87144 CPUtime=880.3
/proc/30067/stat : 30067 (manysat1.1_stat) R 30064 30064 30027 0 -1 4194304 18026 0 0 0 88003 27 0 0 18 0 2 0 100750846 89235456 18012 1992294400 134512640 135305190 4294956144 18446744073709551615 134539063 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30067/statm: 21786 18012 83 193 0 21590 0
[pid=30067/tid=30068] ppid=30064 vsize=87144 CPUtime=440.86
/proc/30067/task/30068/stat : 30068 (manysat1.1_stat) S 30064 30064 30027 0 -1 4194368 9151 0 0 0 44072 14 0 0 25 0 2 0 100750849 89235456 18012 1992294400 134512640 135305190 4294956144 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 880.41
Current children cumulated vsize (KiB) 92500

[startup+441.402 s]
/proc/loadavg: 1.99 1.94 1.64 3/67 30068
/proc/meminfo: memFree=1719400/2055920 swapFree=4192812/4192956
[pid=30064] ppid=30062 vsize=5360 CPUtime=880.51
/proc/30064/stat : 30064 (manysat.sh) S 30062 30064 30027 0 -1 4194304 339 18691 0 0 0 0 88022 29 17 0 1 0 100750833 5488640 240 1992294400 4194304 4889804 548682068784 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30064/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 880.51
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 441.405
CPU time (s): 880.528
CPU user time (s): 880.226
CPU system time (s): 0.301954
CPU usage (%): 199.483
Max. virtual memory (cumulated for all children) (KiB): 92500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 880.226
system time used= 0.301954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19157
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= 749
involuntary context switches= 6616

runsolver used 0.430934 second user time and 1.18382 second system time

The end

Launcher Data

Begin job on node36 at 2009-04-26 08:27:02
IDJOB=1727633
IDBENCH=24642
IDSOLVER=513
FILE ID=node36/1727633-1240727222
PBS_JOBID= 9186955
Free space on /tmp= 66392 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest05/QG/QG7a-gensys-icl004.sat05-3825.reshuffled-07.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1727633-1240727222/watcher-1727633-1240727222 -o /tmp/evaluation-result-1727633-1240727222/solver-1727633-1240727222 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1727633-1240727222.cnf aimd 0

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

MD5SUM BENCH= d9bf8689fd094f6ad4f37a57f4f0a5ae
RANDOM SEED=1208243139

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.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:       1793048 kB
Buffers:         18808 kB
Cached:         165940 kB
SwapCached:        144 kB
Active:          35812 kB
Inactive:       162928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1793048 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2320 kB
Writeback:           0 kB
Mapped:          23560 kB
Slab:            50240 kB
Committed_AS:   365392 kB
PageTables:       1356 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= 66392 MiB
End job on node36 at 2009-04-26 08:34:24