Trace number 1729755

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 2/2009-03-20UNSAT 197.548 99.0777

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-ukn003.sat05-2726.reshuffled-07.cnf
MD5SUM92c8b4fc23a7c22313979a2d9b3b5a58
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark72.8839
Satisfiable
(Un)Satisfiability was proved
Number of variables1691
Number of clauses9177
Sum of the clauses size77698
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2289
Number of clauses of size 31389
Number of clauses of size 4171
Number of clauses of size 5960
Number of clauses of size over 56335

Solver Data

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |    8918    76263 |    2675       0        0     nan |  0.000 % |
0.00/0.07	c |         0 |    7397    64229 |      --       0       --      -- |     --   | -633/-7045
0.00/0.07	c ==============================================================================
0.00/0.07	c Result  :   #vars: 1505   #clauses: 7397   #literals: 64229
0.00/0.07	c CPU time:   0.070989 s
0.00/0.07	c ==============================================================================
197.40/99.06	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
197.40/99.06	c ============================[ Problem Statistics ]=============================
197.40/99.06	c |                                                                             |
197.40/99.06	c threadId              : 1
197.40/99.06	c restarts              : 1290
197.40/99.06	c conflicts             : 265622         (1346 /sec)
197.40/99.06	c decisions             : 652648         (1.94 % random) (3307 /sec)
197.40/99.06	c propagations          : 11137861       (56437 /sec)
197.40/99.06	c conflict literals     : 7834009        (28.10 % deleted)
197.40/99.06	c Memory used           : 47.25 MB
197.40/99.06	c CPU time              : 197.351 s
197.40/99.06	
197.40/99.06	c --->m=2, e=8, aimd=2, HOME/634_many.cnf	time: 98.676	conflicts: 265622       
197.40/99.07	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-1729755-1240753418/watcher-1729755-1240753418 -o /tmp/evaluation-result-1729755-1240753418/solver-1729755-1240753418 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1729755-1240753418.cnf aimd 2 

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.00 1.00 1.00 3/64 634
/proc/meminfo: memFree=1371152/2055920 swapFree=4181900/4192956
[pid=634] ppid=632 vsize=5356 CPUtime=0
/proc/634/stat : 634 (manysat.sh) S 632 634 444 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 103369820 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/634/statm: 1339 235 195 169 0 50 0
[pid=635] ppid=634 vsize=1172 CPUtime=0
/proc/635/stat : 635 (SatElite) R 634 634 444 0 -1 4194304 173 0 0 0 0 0 0 0 19 0 1 0 103369821 1200128 157 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/635/statm: 293 157 52 127 0 163 0

[startup+0.007908 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 634
/proc/meminfo: memFree=1371152/2055920 swapFree=4181900/4192956
[pid=634] ppid=632 vsize=5356 CPUtime=0
/proc/634/stat : 634 (manysat.sh) S 632 634 444 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 103369820 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/634/statm: 1339 235 195 169 0 50 0
[pid=635] ppid=634 vsize=1172 CPUtime=0
/proc/635/stat : 635 (SatElite) R 634 634 444 0 -1 4194304 197 0 0 0 0 0 0 0 19 0 1 0 103369821 1200128 181 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/635/statm: 293 182 52 127 0 163 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6528

[startup+0.102929 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 634
/proc/meminfo: memFree=1371152/2055920 swapFree=4181900/4192956
[pid=634] ppid=632 vsize=5356 CPUtime=0.09
/proc/634/stat : 634 (manysat.sh) S 632 634 444 0 -1 4194304 312 484 0 0 0 0 9 0 17 0 1 0 103369820 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/634/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5356

[startup+0.301967 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 634
/proc/meminfo: memFree=1371152/2055920 swapFree=4181900/4192956
[pid=634] ppid=632 vsize=5356 CPUtime=0.09
/proc/634/stat : 634 (manysat.sh) S 632 634 444 0 -1 4194304 312 484 0 0 0 0 9 0 17 0 1 0 103369820 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/634/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5356

[startup+0.702043 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 634
/proc/meminfo: memFree=1371152/2055920 swapFree=4181900/4192956
[pid=634] ppid=632 vsize=5356 CPUtime=0.09
/proc/634/stat : 634 (manysat.sh) S 632 634 444 0 -1 4194304 312 484 0 0 0 0 9 0 17 0 1 0 103369820 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/634/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5356

[startup+1.50119 s]
/proc/loadavg: 1.00 1.00 1.00 3/67 638
/proc/meminfo: memFree=1364920/2055920 swapFree=4181900/4192956
[pid=634] ppid=632 vsize=5356 CPUtime=0.09
/proc/634/stat : 634 (manysat.sh) S 632 634 444 0 -1 4194304 312 484 0 0 0 0 9 0 17 0 1 0 103369820 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/634/statm: 1339 238 195 169 0 50 0
[pid=637] ppid=634 vsize=19560 CPUtime=2.76
/proc/637/stat : 637 (manysat1.1_stat) R 634 634 444 0 -1 4194304 1858 0 0 0 276 0 0 0 17 0 2 0 103369830 20029440 1844 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/637/statm: 4890 1844 83 193 0 4694 0
[pid=637/tid=638] ppid=634 vsize=19560 CPUtime=1.37
/proc/637/task/638/stat : 638 (manysat1.1_stat) R 634 634 444 0 -1 4194368 672 0 0 0 137 0 0 0 18 0 2 0 103369832 20029440 1844 1992294400 134512640 135305190 4294956144 18446744073709551615 134528875 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 24916

[startup+3.10148 s]
/proc/loadavg: 1.08 1.02 1.01 3/67 638
/proc/meminfo: memFree=1362040/2055920 swapFree=4181900/4192956
[pid=634] ppid=632 vsize=5356 CPUtime=0.09
/proc/634/stat : 634 (manysat.sh) S 632 634 444 0 -1 4194304 312 484 0 0 0 0 9 0 17 0 1 0 103369820 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/634/statm: 1339 238 195 169 0 50 0
[pid=637] ppid=634 vsize=21672 CPUtime=5.97
/proc/637/stat : 637 (manysat1.1_stat) R 634 634 444 0 -1 4194304 2543 0 0 0 596 1 0 0 17 0 2 0 103369830 22192128 2529 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/637/statm: 5418 2529 83 193 0 5222 0
[pid=637/tid=638] ppid=634 vsize=21672 CPUtime=2.97
/proc/637/task/638/stat : 638 (manysat1.1_stat) R 634 634 444 0 -1 4194368 984 0 0 0 297 0 0 0 25 0 2 0 103369832 22192128 2529 1992294400 134512640 135305190 4294956144 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 27028

[startup+6.30107 s]
/proc/loadavg: 1.08 1.02 1.01 3/67 638
/proc/meminfo: memFree=1357816/2055920 swapFree=4181900/4192956
[pid=634] ppid=632 vsize=5356 CPUtime=0.09
/proc/634/stat : 634 (manysat.sh) S 632 634 444 0 -1 4194304 312 484 0 0 0 0 9 0 17 0 1 0 103369820 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/634/statm: 1339 238 195 169 0 50 0
[pid=637] ppid=634 vsize=27016 CPUtime=12.34
/proc/637/stat : 637 (manysat1.1_stat) R 634 634 444 0 -1 4194304 3553 0 0 0 1233 1 0 0 17 0 2 0 103369830 27664384 3539 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/637/statm: 6754 3539 83 193 0 6558 0
[pid=637/tid=638] ppid=634 vsize=27016 CPUtime=6.16
/proc/637/task/638/stat : 638 (manysat1.1_stat) R 634 634 444 0 -1 4194368 1451 0 0 0 616 0 0 0 17 0 2 0 103369832 27664384 3539 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 32372

[startup+12.7012 s]
/proc/loadavg: 1.22 1.05 1.02 3/67 638
/proc/meminfo: memFree=1352248/2055920 swapFree=4181900/4192956
[pid=634] ppid=632 vsize=5356 CPUtime=0.09
/proc/634/stat : 634 (manysat.sh) S 632 634 444 0 -1 4194304 312 484 0 0 0 0 9 0 17 0 1 0 103369820 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/634/statm: 1339 238 195 169 0 50 0
[pid=637] ppid=634 vsize=30444 CPUtime=25.11
/proc/637/stat : 637 (manysat1.1_stat) R 634 634 444 0 -1 4194304 4603 0 0 0 2509 2 0 0 18 0 2 0 103369830 31174656 4589 1992294400 134512640 135305190 4294956144 18446744073709551615 134546250 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/637/statm: 7611 4589 83 193 0 7415 0
[pid=637/tid=638] ppid=634 vsize=30444 CPUtime=12.56
/proc/637/task/638/stat : 638 (manysat1.1_stat) R 634 634 444 0 -1 4194368 1973 0 0 0 1255 1 0 0 25 0 2 0 103369832 31174656 4589 1992294400 134512640 135305190 4294956144 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 35800

[startup+25.5026 s]
/proc/loadavg: 1.34 1.08 1.02 3/67 638
/proc/meminfo: memFree=1347064/2055920 swapFree=4181900/4192956
[pid=634] ppid=632 vsize=5356 CPUtime=0.09
/proc/634/stat : 634 (manysat.sh) S 632 634 444 0 -1 4194304 312 484 0 0 0 0 9 0 17 0 1 0 103369820 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/634/statm: 1339 238 195 169 0 50 0
[pid=637] ppid=634 vsize=36232 CPUtime=50.65
/proc/637/stat : 637 (manysat1.1_stat) R 634 634 444 0 -1 4194304 5931 0 0 0 5061 4 0 0 21 0 2 0 103369830 37101568 5917 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/637/statm: 9058 5917 83 193 0 8862 0
[pid=637/tid=638] ppid=634 vsize=36232 CPUtime=25.36
/proc/637/task/638/stat : 638 (manysat1.1_stat) R 634 634 444 0 -1 4194368 2658 0 0 0 2534 2 0 0 20 0 2 0 103369832 37101568 5917 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 41588

[startup+51.1023 s]
/proc/loadavg: 1.56 1.15 1.05 3/67 638
/proc/meminfo: memFree=1340984/2055920 swapFree=4181900/4192956
[pid=634] ppid=632 vsize=5356 CPUtime=0.09
/proc/634/stat : 634 (manysat.sh) S 632 634 444 0 -1 4194304 312 484 0 0 0 0 9 0 17 0 1 0 103369820 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/634/statm: 1339 238 195 169 0 50 0
[pid=637] ppid=634 vsize=41908 CPUtime=101.74
/proc/637/stat : 637 (manysat1.1_stat) R 634 634 444 0 -1 4194304 7413 0 0 0 10168 6 0 0 18 0 2 0 103369830 42913792 7399 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/637/statm: 10477 7399 83 193 0 10281 0
[pid=637/tid=638] ppid=634 vsize=41908 CPUtime=50.95
/proc/637/task/638/stat : 638 (manysat1.1_stat) R 634 634 444 0 -1 4194368 3449 0 0 0 5092 3 0 0 25 0 2 0 103369832 42913792 7399 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 47264

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

[startup+76.7029 s]
/proc/loadavg: 1.71 1.22 1.07 3/67 638
/proc/meminfo: memFree=1338232/2055920 swapFree=4181900/4192956
[pid=634] ppid=632 vsize=5356 CPUtime=0.09
/proc/634/stat : 634 (manysat.sh) S 632 634 444 0 -1 4194304 312 484 0 0 0 0 9 0 17 0 1 0 103369820 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/634/statm: 1339 238 195 169 0 50 0
[pid=637] ppid=634 vsize=45424 CPUtime=152.81
/proc/637/stat : 637 (manysat1.1_stat) R 634 634 444 0 -1 4194304 8100 0 0 0 15274 7 0 0 23 0 2 0 103369830 46514176 8086 1992294400 134512640 135305190 4294956144 18446744073709551615 134528395 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/637/statm: 11356 8086 83 193 0 11160 0
[pid=637/tid=638] ppid=634 vsize=45424 CPUtime=76.53
/proc/637/task/638/stat : 638 (manysat1.1_stat) R 634 634 444 0 -1 4194368 3785 0 0 0 7649 4 0 0 25 0 2 0 103369832 46514176 8086 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 152.9
Current children cumulated vsize (KiB) 50780

[startup+89.5013 s]
/proc/loadavg: 1.77 1.26 1.09 3/67 638
/proc/meminfo: memFree=1336760/2055920 swapFree=4181900/4192956
[pid=634] ppid=632 vsize=5356 CPUtime=0.09
/proc/634/stat : 634 (manysat.sh) S 632 634 444 0 -1 4194304 312 484 0 0 0 0 9 0 17 0 1 0 103369820 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/634/statm: 1339 238 195 169 0 50 0
[pid=637] ppid=634 vsize=46900 CPUtime=178.35
/proc/637/stat : 637 (manysat1.1_stat) R 634 634 444 0 -1 4194304 8530 0 0 0 17828 7 0 0 17 0 2 0 103369830 48025600 8516 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/637/statm: 11725 8516 83 193 0 11529 0
[pid=637/tid=638] ppid=634 vsize=46900 CPUtime=89.32
/proc/637/task/638/stat : 638 (manysat1.1_stat) R 634 634 444 0 -1 4194368 4172 0 0 0 8928 4 0 0 25 0 2 0 103369832 48025600 8516 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 178.44
Current children cumulated vsize (KiB) 52256

[startup+95.9014 s]
/proc/loadavg: 1.79 1.27 1.09 3/67 638
/proc/meminfo: memFree=1335288/2055920 swapFree=4181900/4192956
[pid=634] ppid=632 vsize=5356 CPUtime=0.09
/proc/634/stat : 634 (manysat.sh) S 632 634 444 0 -1 4194304 312 484 0 0 0 0 9 0 17 0 1 0 103369820 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/634/statm: 1339 238 195 169 0 50 0
[pid=637] ppid=634 vsize=47912 CPUtime=191.12
/proc/637/stat : 637 (manysat1.1_stat) R 634 634 444 0 -1 4194304 8831 0 0 0 19104 8 0 0 17 0 2 0 103369830 49061888 8817 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/637/statm: 11978 8817 83 193 0 11782 0
[pid=637/tid=638] ppid=634 vsize=47912 CPUtime=95.72
/proc/637/task/638/stat : 638 (manysat1.1_stat) R 634 634 444 0 -1 4194368 4302 0 0 0 9568 4 0 0 22 0 2 0 103369832 49061888 8817 1992294400 134512640 135305190 4294956144 18446744073709551615 134528286 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 191.21
Current children cumulated vsize (KiB) 53268

[startup+97.5027 s]
/proc/loadavg: 1.79 1.27 1.09 3/67 638
/proc/meminfo: memFree=1335160/2055920 swapFree=4181900/4192956
[pid=634] ppid=632 vsize=5356 CPUtime=0.09
/proc/634/stat : 634 (manysat.sh) S 632 634 444 0 -1 4194304 312 484 0 0 0 0 9 0 17 0 1 0 103369820 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/634/statm: 1339 238 195 169 0 50 0
[pid=637] ppid=634 vsize=48380 CPUtime=194.31
/proc/637/stat : 637 (manysat1.1_stat) R 634 634 444 0 -1 4194304 8902 0 0 0 19423 8 0 0 17 0 2 0 103369830 49541120 8888 1992294400 134512640 135305190 4294956144 18446744073709551615 134528565 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/637/statm: 12095 8888 83 193 0 11899 0
[pid=637/tid=638] ppid=634 vsize=48380 CPUtime=97.32
/proc/637/task/638/stat : 638 (manysat1.1_stat) R 634 634 444 0 -1 4194368 4302 0 0 0 9728 4 0 0 25 0 2 0 103369832 49541120 8888 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 194.4
Current children cumulated vsize (KiB) 53736

[startup+98.3019 s]
/proc/loadavg: 1.81 1.28 1.10 3/67 638
/proc/meminfo: memFree=1335032/2055920 swapFree=4181900/4192956
[pid=634] ppid=632 vsize=5356 CPUtime=0.09
/proc/634/stat : 634 (manysat.sh) S 632 634 444 0 -1 4194304 312 484 0 0 0 0 9 0 17 0 1 0 103369820 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/634/statm: 1339 238 195 169 0 50 0
[pid=637] ppid=634 vsize=48380 CPUtime=195.9
/proc/637/stat : 637 (manysat1.1_stat) R 634 634 444 0 -1 4194304 8902 0 0 0 19582 8 0 0 17 0 2 0 103369830 49541120 8888 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/637/statm: 12095 8888 83 193 0 11899 0
[pid=637/tid=638] ppid=634 vsize=48380 CPUtime=98.11
/proc/637/task/638/stat : 638 (manysat1.1_stat) R 634 634 444 0 -1 4194368 4302 0 0 0 9807 4 0 0 17 0 2 0 103369832 49541120 8888 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 195.99
Current children cumulated vsize (KiB) 53736

[startup+98.702 s]
/proc/loadavg: 1.81 1.28 1.10 3/67 638
/proc/meminfo: memFree=1335032/2055920 swapFree=4181900/4192956
[pid=634] ppid=632 vsize=5356 CPUtime=0.09
/proc/634/stat : 634 (manysat.sh) S 632 634 444 0 -1 4194304 312 484 0 0 0 0 9 0 17 0 1 0 103369820 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/634/statm: 1339 238 195 169 0 50 0
[pid=637] ppid=634 vsize=48380 CPUtime=196.7
/proc/637/stat : 637 (manysat1.1_stat) R 634 634 444 0 -1 4194304 8902 0 0 0 19662 8 0 0 17 0 2 0 103369830 49541120 8888 1992294400 134512640 135305190 4294956144 18446744073709551615 134837608 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/637/statm: 12095 8888 83 193 0 11899 0
[pid=637/tid=638] ppid=634 vsize=48380 CPUtime=98.51
/proc/637/task/638/stat : 638 (manysat1.1_stat) R 634 634 444 0 -1 4194368 4302 0 0 0 9847 4 0 0 20 0 2 0 103369832 49541120 8888 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 196.79
Current children cumulated vsize (KiB) 53736

[startup+98.902 s]
/proc/loadavg: 1.81 1.28 1.10 3/67 638
/proc/meminfo: memFree=1334904/2055920 swapFree=4181900/4192956
[pid=634] ppid=632 vsize=5356 CPUtime=0.09
/proc/634/stat : 634 (manysat.sh) S 632 634 444 0 -1 4194304 312 484 0 0 0 0 9 0 17 0 1 0 103369820 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/634/statm: 1339 238 195 169 0 50 0
[pid=637] ppid=634 vsize=48380 CPUtime=197.11
/proc/637/stat : 637 (manysat1.1_stat) R 634 634 444 0 -1 4194304 8911 0 0 0 19703 8 0 0 17 0 2 0 103369830 49541120 8897 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/637/statm: 12095 8897 83 193 0 11899 0
[pid=637/tid=638] ppid=634 vsize=48380 CPUtime=98.72
/proc/637/task/638/stat : 638 (manysat1.1_stat) R 634 634 444 0 -1 4194368 4302 0 0 0 9868 4 0 0 22 0 2 0 103369832 49541120 8897 1992294400 134512640 135305190 4294956144 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 197.2
Current children cumulated vsize (KiB) 53736

[startup+99.007 s]
/proc/loadavg: 1.81 1.28 1.10 3/67 638
/proc/meminfo: memFree=1334904/2055920 swapFree=4181900/4192956
[pid=634] ppid=632 vsize=5356 CPUtime=0.09
/proc/634/stat : 634 (manysat.sh) S 632 634 444 0 -1 4194304 312 484 0 0 0 0 9 0 17 0 1 0 103369820 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/634/statm: 1339 238 195 169 0 50 0
[pid=637] ppid=634 vsize=48380 CPUtime=197.31
/proc/637/stat : 637 (manysat1.1_stat) R 634 634 444 0 -1 4194304 8925 0 0 0 19723 8 0 0 17 0 2 0 103369830 49541120 8911 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/637/statm: 12095 8911 83 193 0 11899 0
[pid=637/tid=638] ppid=634 vsize=48380 CPUtime=98.82
/proc/637/task/638/stat : 638 (manysat1.1_stat) R 634 634 444 0 -1 4194368 4302 0 0 0 9878 4 0 0 23 0 2 0 103369832 49541120 8911 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 197.4
Current children cumulated vsize (KiB) 53736

Child status: 20
Real time (s): 99.0777
CPU time (s): 197.548
CPU user time (s): 197.447
CPU system time (s): 0.100984
CPU usage (%): 199.387
Max. virtual memory (cumulated for all children) (KiB): 53736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 197.447
system time used= 0.100984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9892
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= 464
involuntary context switches= 1500

runsolver used 0.097985 second user time and 0.272958 second system time

The end

Launcher Data

Begin job on node44 at 2009-04-26 15:43:38
IDJOB=1729755
IDBENCH=24714
IDSOLVER=515
FILE ID=node44/1729755-1240753418
PBS_JOBID= 9187080
Free space on /tmp= 66220 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20
BENCH NAME= SAT07/crafted/Difficult/contest05/QG/QG6-gensys-ukn003.sat05-2726.reshuffled-07.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1729755-1240753418/watcher-1729755-1240753418 -o /tmp/evaluation-result-1729755-1240753418/solver-1729755-1240753418 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1729755-1240753418.cnf aimd 2

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

MD5SUM BENCH= 92c8b4fc23a7c22313979a2d9b3b5a58
RANDOM SEED=1298113816

node44.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.267
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	: 5931.00
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.267
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:       1371632 kB
Buffers:         71768 kB
Cached:         546212 kB
SwapCached:       4968 kB
Active:         231092 kB
Inactive:       394852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1371632 kB
SwapTotal:     4192956 kB
SwapFree:      4181900 kB
Dirty:            1892 kB
Writeback:           0 kB
Mapped:          14032 kB
Slab:            44348 kB
Committed_AS:   430524 kB
PageTables:       1380 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= 66220 MiB
End job on node44 at 2009-04-26 15:45:17