Trace number 1563456

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 354.158 180.566

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-c32s-col400-16.cnf
MD5SUMa8766c9a72f73eaac2d0ddc5a182692e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark66.3399
Satisfiable
(Un)Satisfiability was proved
Number of variables286329
Number of clauses839692
Sum of the clauses size1959280
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2559794
Number of clauses of size 3279897
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.78	c ==============================================================================
0.00/0.78	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.78	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.78	c ==============================================================================
0.00/0.78	c |         0 |  837681  1954455 |  251304       0        0     nan |  0.000 % |
5.07/5.10	c |         0 |  300018   873722 |      --       0       --      -- |     --   | -461080/-885064
5.07/5.11	c ==============================================================================
5.07/5.11	c Result  :   #vars: 71485   #clauses: 300018   #literals: 873722
5.07/5.11	c CPU time:   4.80927 s
5.07/5.11	c ==============================================================================
354.04/180.53	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
354.04/180.53	c ============================[ Problem Statistics ]=============================
354.04/180.53	c |                                                                             |
354.04/180.53	c threadId              : 1
354.04/180.53	c restarts              : 294
354.04/180.53	c conflicts             : 86778          (249 /sec)
354.04/180.53	c decisions             : 121666         (1.91 % random) (349 /sec)
354.04/180.53	c propagations          : 271276937      (778435 /sec)
354.04/180.53	c conflict literals     : 1845067        (61.12 % deleted)
354.04/180.53	c Memory used           : 74.42 MB
354.04/180.53	c CPU time              : 348.49 s
354.04/180.53	
354.04/180.53	c --->m=2, e=8, aimd=0, HOME/6227_many.cnf	time: 174.245	conflicts: 86778        
354.04/180.54	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-1563456-1238786443/watcher-1563456-1238786443 -o /tmp/evaluation-result-1563456-1238786443/solver-1563456-1238786443 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1563456-1238786443.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.74 1.72 1.37 3/65 6227
/proc/meminfo: memFree=1965448/2055920 swapFree=4180116/4192956
[pid=6227] ppid=6225 vsize=5356 CPUtime=0
/proc/6227/stat : 6227 (manysat.sh) R 6225 6227 6050 0 -1 4194304 237 0 0 0 0 0 0 0 18 0 1 0 362365207 5484544 205 1992294400 4194304 4889804 548682068784 18446744073709551615 234211738614 0 0 4100 65536 0 0 0 17 1 0 0
/proc/6227/statm: 1339 216 178 169 0 50 0

[startup+0.0536509 s]
/proc/loadavg: 1.74 1.72 1.37 3/65 6227
/proc/meminfo: memFree=1965448/2055920 swapFree=4180116/4192956
[pid=6227] ppid=6225 vsize=5356 CPUtime=0
/proc/6227/stat : 6227 (manysat.sh) S 6225 6227 6050 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 362365207 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6227/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101655 s]
/proc/loadavg: 1.74 1.72 1.37 3/65 6227
/proc/meminfo: memFree=1965448/2055920 swapFree=4180116/4192956
[pid=6227] ppid=6225 vsize=5356 CPUtime=0
/proc/6227/stat : 6227 (manysat.sh) S 6225 6227 6050 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 362365207 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6227/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.30168 s]
/proc/loadavg: 1.74 1.72 1.37 3/65 6227
/proc/meminfo: memFree=1965448/2055920 swapFree=4180116/4192956
[pid=6227] ppid=6225 vsize=5356 CPUtime=0
/proc/6227/stat : 6227 (manysat.sh) S 6225 6227 6050 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 362365207 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6227/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.70173 s]
/proc/loadavg: 1.74 1.72 1.37 3/65 6227
/proc/meminfo: memFree=1965448/2055920 swapFree=4180116/4192956
[pid=6227] ppid=6225 vsize=5356 CPUtime=0
/proc/6227/stat : 6227 (manysat.sh) S 6225 6227 6050 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 362365207 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6227/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50183 s]
/proc/loadavg: 1.68 1.71 1.37 2/67 6229
/proc/meminfo: memFree=1859000/2055920 swapFree=4180116/4192956
[pid=6227] ppid=6225 vsize=5356 CPUtime=0
/proc/6227/stat : 6227 (manysat.sh) S 6225 6227 6050 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 362365207 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6227/statm: 1339 235 195 169 0 50 0
[pid=6229] ppid=6227 vsize=139500 CPUtime=1.48
/proc/6229/stat : 6229 (SatElite) R 6227 6227 6050 0 -1 4194304 30146 0 0 0 130 18 0 0 25 0 1 0 362365208 142848000 27754 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/6229/statm: 34875 27754 68 127 0 34745 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 144856

[startup+3.10104 s]
/proc/loadavg: 1.68 1.71 1.37 2/67 6229
/proc/meminfo: memFree=1841528/2055920 swapFree=4180116/4192956
[pid=6227] ppid=6225 vsize=5356 CPUtime=0
/proc/6227/stat : 6227 (manysat.sh) S 6225 6227 6050 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 362365207 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6227/statm: 1339 235 195 169 0 50 0
[pid=6229] ppid=6227 vsize=148152 CPUtime=3.07
/proc/6229/stat : 6229 (SatElite) R 6227 6227 6050 0 -1 4194304 32350 0 0 0 284 23 0 0 25 0 1 0 362365208 151707648 29958 1992294400 134512640 135034092 4294956096 18446744073709551615 134566256 0 0 4096 3 0 0 0 17 1 0 0
/proc/6229/statm: 37038 29958 68 127 0 36908 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 153508

[startup+6.30246 s]
/proc/loadavg: 1.68 1.71 1.37 2/67 6229
/proc/meminfo: memFree=1824760/2055920 swapFree=4180116/4192956
[pid=6227] ppid=6225 vsize=5356 CPUtime=5.5
/proc/6227/stat : 6227 (manysat.sh) S 6225 6227 6050 0 -1 4194304 312 37392 0 0 0 0 519 31 16 0 1 0 362365207 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6227/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 5.5
Current children cumulated vsize (KiB) 5356

[startup+12.7023 s]
/proc/loadavg: 1.65 1.70 1.37 3/68 6231
/proc/meminfo: memFree=1895728/2055920 swapFree=4180116/4192956
[pid=6227] ppid=6225 vsize=5356 CPUtime=5.5
/proc/6227/stat : 6227 (manysat.sh) S 6225 6227 6050 0 -1 4194304 312 37392 0 0 0 0 519 31 16 0 1 0 362365207 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6227/statm: 1339 238 195 169 0 50 0
[pid=6230] ppid=6227 vsize=62084 CPUtime=13.87
/proc/6230/stat : 6230 (manysat1.1_stat) R 6227 6227 6050 0 -1 4194304 11835 0 0 0 1379 8 0 0 17 0 2 0 362365761 63574016 11798 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6230/statm: 15521 11798 83 193 0 15325 0
[pid=6230/tid=6231] ppid=6227 vsize=62084 CPUtime=6.74
/proc/6230/task/6231/stat : 6231 (manysat1.1_stat) R 6227 6227 6050 0 -1 4194368 535 0 0 0 673 1 0 0 25 0 2 0 362365802 63574016 11798 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 19.37
Current children cumulated vsize (KiB) 67440

[startup+25.5019 s]
/proc/loadavg: 1.71 1.71 1.37 3/68 6231
/proc/meminfo: memFree=1894192/2055920 swapFree=4180116/4192956
[pid=6227] ppid=6225 vsize=5356 CPUtime=5.5
/proc/6227/stat : 6227 (manysat.sh) S 6225 6227 6050 0 -1 4194304 312 37392 0 0 0 0 519 31 16 0 1 0 362365207 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6227/statm: 1339 238 195 169 0 50 0
[pid=6230] ppid=6227 vsize=63924 CPUtime=39.4
/proc/6230/stat : 6230 (manysat1.1_stat) R 6227 6227 6050 0 -1 4194304 12304 0 0 0 3932 8 0 0 25 0 2 0 362365761 65458176 12267 1992294400 134512640 135305190 4294956144 18446744073709551615 134557161 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6230/statm: 15981 12267 83 193 0 15785 0
[pid=6230/tid=6231] ppid=6227 vsize=63924 CPUtime=19.54
/proc/6230/task/6231/stat : 6231 (manysat1.1_stat) R 6227 6227 6050 0 -1 4194368 768 0 0 0 1953 1 0 0 17 0 2 0 362365802 65458176 12267 1992294400 134512640 135305190 4294956144 18446744073709551615 134530624 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 44.9
Current children cumulated vsize (KiB) 69280

[startup+51.1011 s]
/proc/loadavg: 1.81 1.73 1.39 3/68 6231
/proc/meminfo: memFree=1891312/2055920 swapFree=4180116/4192956
[pid=6227] ppid=6225 vsize=5356 CPUtime=5.5
/proc/6227/stat : 6227 (manysat.sh) S 6225 6227 6050 0 -1 4194304 312 37392 0 0 0 0 519 31 16 0 1 0 362365207 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6227/statm: 1339 238 195 169 0 50 0
[pid=6230] ppid=6227 vsize=66956 CPUtime=90.43
/proc/6230/stat : 6230 (manysat1.1_stat) R 6227 6227 6050 0 -1 4194304 13063 0 0 0 9034 9 0 0 17 0 2 0 362365761 68562944 13026 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6230/statm: 16739 13026 83 193 0 16543 0
[pid=6230/tid=6231] ppid=6227 vsize=66956 CPUtime=45.1
/proc/6230/task/6231/stat : 6231 (manysat1.1_stat) R 6227 6227 6050 0 -1 4194368 1150 0 0 0 4508 2 0 0 20 0 2 0 362365802 68562944 13026 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 95.93
Current children cumulated vsize (KiB) 72312

[startup+102.307 s]
/proc/loadavg: 1.92 1.77 1.42 3/68 6231
/proc/meminfo: memFree=1887600/2055920 swapFree=4180116/4192956
[pid=6227] ppid=6225 vsize=5356 CPUtime=5.5
/proc/6227/stat : 6227 (manysat.sh) S 6225 6227 6050 0 -1 4194304 312 37392 0 0 0 0 519 31 16 0 1 0 362365207 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6227/statm: 1339 238 195 169 0 50 0
[pid=6230] ppid=6227 vsize=70788 CPUtime=192.57
/proc/6230/stat : 6230 (manysat1.1_stat) R 6227 6227 6050 0 -1 4194304 14021 0 0 0 19246 11 0 0 18 0 2 0 362365761 72486912 13984 1992294400 134512640 135305190 4294956144 18446744073709551615 134570400 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6230/statm: 17697 13984 83 193 0 17501 0
[pid=6230/tid=6231] ppid=6227 vsize=70788 CPUtime=96.27
/proc/6230/task/6231/stat : 6231 (manysat1.1_stat) R 6227 6227 6050 0 -1 4194368 1539 0 0 0 9625 2 0 0 25 0 2 0 362365802 72486912 13984 1992294400 134512640 135305190 4294956144 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 198.07
Current children cumulated vsize (KiB) 76144

[startup+162.301 s]
/proc/loadavg: 1.97 1.81 1.45 3/68 6231
/proc/meminfo: memFree=1883120/2055920 swapFree=4180116/4192956
[pid=6227] ppid=6225 vsize=5356 CPUtime=5.5
/proc/6227/stat : 6227 (manysat.sh) S 6225 6227 6050 0 -1 4194304 312 37392 0 0 0 0 519 31 16 0 1 0 362365207 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6227/statm: 1339 238 195 169 0 50 0
[pid=6230] ppid=6227 vsize=75016 CPUtime=312.23
/proc/6230/stat : 6230 (manysat1.1_stat) R 6227 6227 6050 0 -1 4194304 15085 0 0 0 31211 12 0 0 20 0 2 0 362365761 76816384 15048 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6230/statm: 18754 15048 83 193 0 18558 0
[pid=6230/tid=6231] ppid=6227 vsize=75016 CPUtime=156.24
/proc/6230/task/6231/stat : 6231 (manysat1.1_stat) R 6227 6227 6050 0 -1 4194368 1981 0 0 0 15621 3 0 0 25 0 2 0 362365802 76816384 15048 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 317.73
Current children cumulated vsize (KiB) 80372

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

[startup+166.303 s]
/proc/loadavg: 1.97 1.82 1.46 3/68 6231
/proc/meminfo: memFree=1882736/2055920 swapFree=4180116/4192956
[pid=6227] ppid=6225 vsize=5356 CPUtime=5.5
/proc/6227/stat : 6227 (manysat.sh) S 6225 6227 6050 0 -1 4194304 312 37392 0 0 0 0 519 31 16 0 1 0 362365207 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6227/statm: 1339 238 195 169 0 50 0
[pid=6230] ppid=6227 vsize=75540 CPUtime=320.22
/proc/6230/stat : 6230 (manysat1.1_stat) R 6227 6227 6050 0 -1 4194304 15199 0 0 0 32009 13 0 0 25 0 2 0 362365761 77352960 15162 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6230/statm: 18885 15162 83 193 0 18689 0
[pid=6230/tid=6231] ppid=6227 vsize=75540 CPUtime=160.24
/proc/6230/task/6231/stat : 6231 (manysat1.1_stat) R 6227 6227 6050 0 -1 4194368 2024 0 0 0 16021 3 0 0 18 0 2 0 362365802 77352960 15162 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 325.72
Current children cumulated vsize (KiB) 80896

[startup+172.706 s]
/proc/loadavg: 1.97 1.82 1.46 3/68 6231
/proc/meminfo: memFree=1882224/2055920 swapFree=4180116/4192956
[pid=6227] ppid=6225 vsize=5356 CPUtime=5.5
/proc/6227/stat : 6227 (manysat.sh) S 6225 6227 6050 0 -1 4194304 312 37392 0 0 0 0 519 31 16 0 1 0 362365207 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6227/statm: 1339 238 195 169 0 50 0
[pid=6230] ppid=6227 vsize=75940 CPUtime=332.99
/proc/6230/stat : 6230 (manysat1.1_stat) R 6227 6227 6050 0 -1 4194304 15298 0 0 0 33286 13 0 0 25 0 2 0 362365761 77762560 15261 1992294400 134512640 135305190 4294956144 18446744073709551615 134528449 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6230/statm: 18985 15261 83 193 0 18789 0
[pid=6230/tid=6231] ppid=6227 vsize=75940 CPUtime=166.64
/proc/6230/task/6231/stat : 6231 (manysat1.1_stat) R 6227 6227 6050 0 -1 4194368 2063 0 0 0 16661 3 0 0 25 0 2 0 362365802 77762560 15261 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 338.49
Current children cumulated vsize (KiB) 81296

[startup+175.903 s]
/proc/loadavg: 1.98 1.82 1.46 3/68 6231
/proc/meminfo: memFree=1881968/2055920 swapFree=4180116/4192956
[pid=6227] ppid=6225 vsize=5356 CPUtime=5.5
/proc/6227/stat : 6227 (manysat.sh) S 6225 6227 6050 0 -1 4194304 312 37392 0 0 0 0 519 31 16 0 1 0 362365207 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6227/statm: 1339 238 195 169 0 50 0
[pid=6230] ppid=6227 vsize=76204 CPUtime=339.38
/proc/6230/stat : 6230 (manysat1.1_stat) R 6227 6227 6050 0 -1 4194304 15377 0 0 0 33925 13 0 0 17 0 2 0 362365761 78032896 15340 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6230/statm: 19051 15340 83 193 0 18855 0
[pid=6230/tid=6231] ppid=6227 vsize=76204 CPUtime=169.85
/proc/6230/task/6231/stat : 6231 (manysat1.1_stat) R 6227 6227 6050 0 -1 4194368 2090 0 0 0 16982 3 0 0 17 0 2 0 362365802 78032896 15340 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 344.88
Current children cumulated vsize (KiB) 81560

[startup+179.101 s]
/proc/loadavg: 1.98 1.82 1.46 3/68 6231
/proc/meminfo: memFree=1881904/2055920 swapFree=4180116/4192956
[pid=6227] ppid=6225 vsize=5356 CPUtime=5.5
/proc/6227/stat : 6227 (manysat.sh) S 6225 6227 6050 0 -1 4194304 312 37392 0 0 0 0 519 31 16 0 1 0 362365207 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6227/statm: 1339 238 195 169 0 50 0
[pid=6230] ppid=6227 vsize=76204 CPUtime=345.75
/proc/6230/stat : 6230 (manysat1.1_stat) R 6227 6227 6050 0 -1 4194304 15389 0 0 0 34562 13 0 0 22 0 2 0 362365761 78032896 15352 1992294400 134512640 135305190 4294956144 18446744073709551615 134556792 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6230/statm: 19051 15352 83 193 0 18855 0
[pid=6230/tid=6231] ppid=6227 vsize=76204 CPUtime=173.04
/proc/6230/task/6231/stat : 6231 (manysat1.1_stat) R 6227 6227 6050 0 -1 4194368 2092 0 0 0 17301 3 0 0 17 0 2 0 362365802 78032896 15352 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 351.25
Current children cumulated vsize (KiB) 81560

[startup+179.901 s]
/proc/loadavg: 1.98 1.82 1.46 3/68 6231
/proc/meminfo: memFree=1881840/2055920 swapFree=4180116/4192956
[pid=6227] ppid=6225 vsize=5356 CPUtime=5.5
/proc/6227/stat : 6227 (manysat.sh) S 6225 6227 6050 0 -1 4194304 312 37392 0 0 0 0 519 31 16 0 1 0 362365207 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6227/statm: 1339 238 195 169 0 50 0
[pid=6230] ppid=6227 vsize=76204 CPUtime=347.35
/proc/6230/stat : 6230 (manysat1.1_stat) R 6227 6227 6050 0 -1 4194304 15391 0 0 0 34722 13 0 0 25 0 2 0 362365761 78032896 15354 1992294400 134512640 135305190 4294956144 18446744073709551615 134528866 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6230/statm: 19051 15354 83 193 0 18855 0
[pid=6230/tid=6231] ppid=6227 vsize=76204 CPUtime=173.84
/proc/6230/task/6231/stat : 6231 (manysat1.1_stat) R 6227 6227 6050 0 -1 4194368 2092 0 0 0 17381 3 0 0 17 0 2 0 362365802 78032896 15354 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 352.85
Current children cumulated vsize (KiB) 81560

[startup+180.301 s]
/proc/loadavg: 1.98 1.82 1.46 3/68 6231
/proc/meminfo: memFree=1881840/2055920 swapFree=4180116/4192956
[pid=6227] ppid=6225 vsize=5356 CPUtime=5.5
/proc/6227/stat : 6227 (manysat.sh) S 6225 6227 6050 0 -1 4194304 312 37392 0 0 0 0 519 31 16 0 1 0 362365207 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6227/statm: 1339 238 195 169 0 50 0
[pid=6230] ppid=6227 vsize=76204 CPUtime=348.15
/proc/6230/stat : 6230 (manysat1.1_stat) R 6227 6227 6050 0 -1 4194304 15392 0 0 0 34802 13 0 0 25 0 2 0 362365761 78032896 15355 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6230/statm: 19051 15355 83 193 0 18855 0
[pid=6230/tid=6231] ppid=6227 vsize=76204 CPUtime=174.24
/proc/6230/task/6231/stat : 6231 (manysat1.1_stat) R 6227 6227 6050 0 -1 4194368 2092 0 0 0 17421 3 0 0 17 0 2 0 362365802 78032896 15355 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 353.65
Current children cumulated vsize (KiB) 81560

[startup+180.501 s]
/proc/loadavg: 1.98 1.82 1.46 3/68 6231
/proc/meminfo: memFree=1881840/2055920 swapFree=4180116/4192956
[pid=6227] ppid=6225 vsize=5356 CPUtime=5.5
/proc/6227/stat : 6227 (manysat.sh) S 6225 6227 6050 0 -1 4194304 312 37392 0 0 0 0 519 31 16 0 1 0 362365207 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 234211566404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6227/statm: 1339 238 195 169 0 50 0
[pid=6230] ppid=6227 vsize=76204 CPUtime=348.54
/proc/6230/stat : 6230 (manysat1.1_stat) R 6227 6227 6050 0 -1 4194304 15395 0 0 0 34841 13 0 0 25 0 2 0 362365761 78032896 15358 1992294400 134512640 135305190 4294956144 18446744073709551615 134558410 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/6230/statm: 19051 15358 83 193 0 18855 0
[pid=6230/tid=6231] ppid=6227 vsize=76204 CPUtime=174.44
/proc/6230/task/6231/stat : 6231 (manysat1.1_stat) R 6227 6227 6050 0 -1 4194368 2092 0 0 0 17441 3 0 0 18 0 2 0 362365802 78032896 15358 1992294400 134512640 135305190 4294956144 18446744073709551615 134557489 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 354.04
Current children cumulated vsize (KiB) 81560

Child status: 20
Real time (s): 180.566
CPU time (s): 354.158
CPU user time (s): 353.686
CPU system time (s): 0.471928
CPU usage (%): 196.138
Max. virtual memory (cumulated for all children) (KiB): 166116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 353.686
system time used= 0.471928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53268
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= 383
involuntary context switches= 2653

runsolver used 0.274958 second user time and 0.555915 second system time

The end

Launcher Data

Begin job on node54 at 2009-04-03 21:20:44
IDJOB=1563456
IDBENCH=70954
IDSOLVER=513
FILE ID=node54/1563456-1238786443
PBS_JOBID= 9085601
Free space on /tmp= 66548 MiB

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

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

MD5SUM BENCH= a8766c9a72f73eaac2d0ddc5a182692e
RANDOM SEED=649121387

node54.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:       1966888 kB
Buffers:          5148 kB
Cached:          33540 kB
SwapCached:       4696 kB
Active:          31324 kB
Inactive:        15208 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1966888 kB
SwapTotal:     4192956 kB
SwapFree:      4180116 kB
Dirty:           16816 kB
Writeback:           0 kB
Mapped:          15044 kB
Slab:            28444 kB
Committed_AS:  1334068 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66544 MiB
End job on node54 at 2009-04-03 21:23:45