Trace number 1725939

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 187.554 94.3449

General information on the benchmark

Namecrafted/Medium/contest05/others/
QG8-gensys-ukn005.sat05-3584.reshuffled-07.cnf
MD5SUMdb9d2b7fba78f1cbe73aba9a1aa51042
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark34.6907
Satisfiable
(Un)Satisfiability was proved
Number of variables1133
Number of clauses56210
Sum of the clauses size352304
Maximum clause length22
Minimum clause length1
Number of clauses of size 136
Number of clauses of size 22544
Number of clauses of size 310764
Number of clauses of size 427
Number of clauses of size 545
Number of clauses of size over 542794

Solver Data

0.00/0.00	c Parsing...
0.02/0.08	c ==============================================================================
0.02/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.02/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.02/0.08	c ==============================================================================
0.02/0.08	c |         0 |   55499   347295 |   16649       0        0     nan |  0.000 % |
0.29/0.37	c |         0 |   49674   326619 |      --       0       --      -- |     --   | -126/-2149
0.29/0.37	c ==============================================================================
0.29/0.37	c Result  :   #vars: 1069   #clauses: 49674   #literals: 326619
0.29/0.37	c CPU time:   0.365944 s
0.29/0.37	c ==============================================================================
187.49/94.33	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
187.49/94.33	c ============================[ Problem Statistics ]=============================
187.49/94.33	c |                                                                             |
187.49/94.33	c threadId              : 0
187.49/94.33	c restarts              : 193
187.49/94.33	c conflicts             : 168285         (900 /sec)
187.49/94.33	c decisions             : 261036         (1.65 % random) (1396 /sec)
187.49/94.33	c propagations          : 16258252       (86959 /sec)
187.49/94.33	c conflict literals     : 5699567        (48.82 % deleted)
187.49/94.33	c Memory used           : 48.32 MB
187.49/94.33	c CPU time              : 186.965 s
187.49/94.33	
187.49/94.33	c --->m=2, e=8, aimd=2, HOME/21090_many.cnf	time: 93.4823	conflicts: 168285       
187.49/94.33	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-1725939-1240707952/watcher-1725939-1240707952 -o /tmp/evaluation-result-1725939-1240707952/solver-1725939-1240707952 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1725939-1240707952.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: 0.91 0.97 0.99 3/65 21090
/proc/meminfo: memFree=1920752/2055920 swapFree=4180744/4192956
[pid=21090] ppid=21088 vsize=5356 CPUtime=0
/proc/21090/stat : 21090 (manysat.sh) S 21088 21090 20410 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 98825035 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21090/statm: 1339 235 195 169 0 50 0
[pid=21091] ppid=21090 vsize=956 CPUtime=0
/proc/21091/stat : 21091 (SatElite) R 21090 21090 20410 0 -1 4194304 137 0 0 0 0 0 0 0 20 0 1 0 98825035 978944 121 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/21091/statm: 239 122 52 127 0 109 0

[startup+0.032442 s]
/proc/loadavg: 0.91 0.97 0.99 3/65 21090
/proc/meminfo: memFree=1920752/2055920 swapFree=4180744/4192956
[pid=21090] ppid=21088 vsize=5356 CPUtime=0
/proc/21090/stat : 21090 (manysat.sh) S 21088 21090 20410 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 98825035 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21090/statm: 1339 235 195 169 0 50 0
[pid=21091] ppid=21090 vsize=2288 CPUtime=0.02
/proc/21091/stat : 21091 (SatElite) R 21090 21090 20410 0 -1 4194304 465 0 0 0 2 0 0 0 20 0 1 0 98825035 2342912 449 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/21091/statm: 572 450 52 127 0 442 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 7644

[startup+0.101449 s]
/proc/loadavg: 0.91 0.97 0.99 3/65 21090
/proc/meminfo: memFree=1920752/2055920 swapFree=4180744/4192956
[pid=21090] ppid=21088 vsize=5356 CPUtime=0
/proc/21090/stat : 21090 (manysat.sh) S 21088 21090 20410 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 98825035 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21090/statm: 1339 235 195 169 0 50 0
[pid=21091] ppid=21090 vsize=5592 CPUtime=0.09
/proc/21091/stat : 21091 (SatElite) R 21090 21090 20410 0 -1 4194304 1319 0 0 0 9 0 0 0 20 0 1 0 98825035 5726208 1303 1992294400 134512640 135034092 4294956096 18446744073709551615 134569611 0 0 4096 3 0 0 0 17 0 0 0
/proc/21091/statm: 1398 1303 64 127 0 1268 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10948

[startup+0.30147 s]
/proc/loadavg: 0.91 0.97 0.99 3/65 21090
/proc/meminfo: memFree=1920752/2055920 swapFree=4180744/4192956
[pid=21090] ppid=21088 vsize=5356 CPUtime=0
/proc/21090/stat : 21090 (manysat.sh) S 21088 21090 20410 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 98825035 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21090/statm: 1339 235 195 169 0 50 0
[pid=21091] ppid=21090 vsize=7092 CPUtime=0.29
/proc/21091/stat : 21091 (SatElite) R 21090 21090 20410 0 -1 4194304 1573 0 0 0 29 0 0 0 22 0 1 0 98825035 7262208 1552 1992294400 134512640 135034092 4294956096 18446744073709551615 134569616 0 0 4096 3 0 0 0 17 0 0 0
/proc/21091/statm: 1773 1552 67 127 0 1643 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12448

[startup+0.701522 s]
/proc/loadavg: 0.91 0.97 0.99 3/65 21090
/proc/meminfo: memFree=1920752/2055920 swapFree=4180744/4192956
[pid=21090] ppid=21088 vsize=5356 CPUtime=0.47
/proc/21090/stat : 21090 (manysat.sh) S 21088 21090 20410 0 -1 4194304 312 1579 0 0 0 0 47 0 18 0 1 0 98825035 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21090/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 5356

[startup+1.50161 s]
/proc/loadavg: 0.91 0.97 0.99 3/68 21094
/proc/meminfo: memFree=1908432/2055920 swapFree=4180744/4192956
[pid=21090] ppid=21088 vsize=5356 CPUtime=0.47
/proc/21090/stat : 21090 (manysat.sh) S 21088 21090 20410 0 -1 4194304 312 1579 0 0 0 0 47 0 18 0 1 0 98825035 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21090/statm: 1339 238 195 169 0 50 0
[pid=21093] ppid=21090 vsize=23724 CPUtime=1.94
/proc/21093/stat : 21093 (manysat1.1_stat) R 21090 21090 20410 0 -1 4194304 3044 0 0 0 192 2 0 0 17 0 2 0 98825083 24293376 3030 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21093/statm: 5931 3030 83 193 0 5735 0
[pid=21093/tid=21094] ppid=21090 vsize=23724 CPUtime=0.92
/proc/21093/task/21094/stat : 21094 (manysat1.1_stat) R 21090 21090 20410 0 -1 4194368 500 0 0 0 92 0 0 0 17 0 2 0 98825092 24293376 3030 1992294400 134512640 135305190 4294956144 18446744073709551615 134857151 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 29080

[startup+3.10178 s]
/proc/loadavg: 0.91 0.97 0.99 3/68 21094
/proc/meminfo: memFree=1905552/2055920 swapFree=4180744/4192956
[pid=21090] ppid=21088 vsize=5356 CPUtime=0.47
/proc/21090/stat : 21090 (manysat.sh) S 21088 21090 20410 0 -1 4194304 312 1579 0 0 0 0 47 0 18 0 1 0 98825035 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21090/statm: 1339 238 195 169 0 50 0
[pid=21093] ppid=21090 vsize=26416 CPUtime=5.13
/proc/21093/stat : 21093 (manysat1.1_stat) R 21090 21090 20410 0 -1 4194304 3722 0 0 0 511 2 0 0 17 0 2 0 98825083 27049984 3708 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21093/statm: 6604 3708 83 193 0 6408 0
[pid=21093/tid=21094] ppid=21090 vsize=26416 CPUtime=2.52
/proc/21093/task/21094/stat : 21094 (manysat1.1_stat) R 21090 21090 20410 0 -1 4194368 843 0 0 0 252 0 0 0 18 0 2 0 98825092 27049984 3708 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.6
Current children cumulated vsize (KiB) 31772

[startup+6.30213 s]
/proc/loadavg: 1.00 0.99 1.00 3/68 21094
/proc/meminfo: memFree=1901392/2055920 swapFree=4180744/4192956
[pid=21090] ppid=21088 vsize=5356 CPUtime=0.47
/proc/21090/stat : 21090 (manysat.sh) S 21088 21090 20410 0 -1 4194304 312 1579 0 0 0 0 47 0 18 0 1 0 98825035 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21090/statm: 1339 238 195 169 0 50 0
[pid=21093] ppid=21090 vsize=29992 CPUtime=11.51
/proc/21093/stat : 21093 (manysat1.1_stat) R 21090 21090 20410 0 -1 4194304 4683 0 0 0 1148 3 0 0 17 0 2 0 98825083 30711808 4669 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21093/statm: 7498 4669 83 193 0 7302 0
[pid=21093/tid=21094] ppid=21090 vsize=29992 CPUtime=5.72
/proc/21093/task/21094/stat : 21094 (manysat1.1_stat) R 21090 21090 20410 0 -1 4194368 1294 0 0 0 571 1 0 0 17 0 2 0 98825092 30711808 4669 1992294400 134512640 135305190 4294956144 18446744073709551615 134528559 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 11.98
Current children cumulated vsize (KiB) 35348

[startup+12.7028 s]
/proc/loadavg: 1.08 1.01 1.01 3/68 21094
/proc/meminfo: memFree=1895584/2055920 swapFree=4180744/4192956
[pid=21090] ppid=21088 vsize=5356 CPUtime=0.47
/proc/21090/stat : 21090 (manysat.sh) S 21088 21090 20410 0 -1 4194304 312 1579 0 0 0 0 47 0 18 0 1 0 98825035 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21090/statm: 1339 238 195 169 0 50 0
[pid=21093] ppid=21090 vsize=34484 CPUtime=24.29
/proc/21093/stat : 21093 (manysat1.1_stat) R 21090 21090 20410 0 -1 4194304 5888 0 0 0 2425 4 0 0 24 0 2 0 98825083 35311616 5874 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21093/statm: 8621 5874 83 193 0 8425 0
[pid=21093/tid=21094] ppid=21090 vsize=34484 CPUtime=12.12
/proc/21093/task/21094/stat : 21094 (manysat1.1_stat) R 21090 21090 20410 0 -1 4194368 1841 0 0 0 1211 1 0 0 23 0 2 0 98825092 35311616 5874 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 24.76
Current children cumulated vsize (KiB) 39840

[startup+25.5012 s]
/proc/loadavg: 1.28 1.05 1.02 3/68 21094
/proc/meminfo: memFree=1892832/2055920 swapFree=4180744/4192956
[pid=21090] ppid=21088 vsize=5356 CPUtime=0.47
/proc/21090/stat : 21090 (manysat.sh) S 21088 21090 20410 0 -1 4194304 312 1579 0 0 0 0 47 0 18 0 1 0 98825035 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21090/statm: 1339 238 195 169 0 50 0
[pid=21093] ppid=21090 vsize=37744 CPUtime=49.82
/proc/21093/stat : 21093 (manysat1.1_stat) R 21090 21090 20410 0 -1 4194304 6617 0 0 0 4977 5 0 0 25 0 2 0 98825083 38649856 6603 1992294400 134512640 135305190 4294956144 18446744073709551615 134528376 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21093/statm: 9436 6603 83 193 0 9240 0
[pid=21093/tid=21094] ppid=21090 vsize=37744 CPUtime=24.91
/proc/21093/task/21094/stat : 21094 (manysat1.1_stat) R 21090 21090 20410 0 -1 4194368 2261 0 0 0 2489 2 0 0 25 0 2 0 98825092 38649856 6603 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.29
Current children cumulated vsize (KiB) 43100

[startup+51.102 s]
/proc/loadavg: 1.53 1.13 1.04 3/68 21094
/proc/meminfo: memFree=1886880/2055920 swapFree=4180744/4192956
[pid=21090] ppid=21088 vsize=5356 CPUtime=0.47
/proc/21090/stat : 21090 (manysat.sh) S 21088 21090 20410 0 -1 4194304 312 1579 0 0 0 0 47 0 18 0 1 0 98825035 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21090/statm: 1339 238 195 169 0 50 0
[pid=21093] ppid=21090 vsize=43388 CPUtime=100.91
/proc/21093/stat : 21093 (manysat1.1_stat) R 21090 21090 20410 0 -1 4194304 8040 0 0 0 10084 7 0 0 25 0 2 0 98825083 44429312 8026 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21093/statm: 10847 8026 83 193 0 10651 0
[pid=21093/tid=21094] ppid=21090 vsize=43388 CPUtime=50.49
/proc/21093/task/21094/stat : 21094 (manysat1.1_stat) R 21090 21090 20410 0 -1 4194368 2948 0 0 0 5046 3 0 0 25 0 2 0 98825092 44429312 8026 1992294400 134512640 135305190 4294956144 18446744073709551615 134528536 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.38
Current children cumulated vsize (KiB) 48744

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

[startup+76.7017 s]
/proc/loadavg: 1.69 1.20 1.07 3/68 21094
/proc/meminfo: memFree=1883808/2055920 swapFree=4180744/4192956
[pid=21090] ppid=21088 vsize=5356 CPUtime=0.47
/proc/21090/stat : 21090 (manysat.sh) S 21088 21090 20410 0 -1 4194304 312 1579 0 0 0 0 47 0 18 0 1 0 98825035 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21090/statm: 1339 238 195 169 0 50 0
[pid=21093] ppid=21090 vsize=46676 CPUtime=151.99
/proc/21093/stat : 21093 (manysat1.1_stat) R 21090 21090 20410 0 -1 4194304 8819 0 0 0 15190 9 0 0 25 0 2 0 98825083 47796224 8805 1992294400 134512640 135305190 4294956144 18446744073709551615 134528265 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21093/statm: 11669 8805 83 193 0 11473 0
[pid=21093/tid=21094] ppid=21090 vsize=46676 CPUtime=76.08
/proc/21093/task/21094/stat : 21094 (manysat1.1_stat) R 21090 21090 20410 0 -1 4194368 3403 0 0 0 7604 4 0 0 25 0 2 0 98825092 47796224 8805 1992294400 134512640 135305190 4294956144 18446744073709551615 134558427 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 152.46
Current children cumulated vsize (KiB) 52032

[startup+83.1024 s]
/proc/loadavg: 1.71 1.21 1.07 3/68 21094
/proc/meminfo: memFree=1882912/2055920 swapFree=4180744/4192956
[pid=21090] ppid=21088 vsize=5356 CPUtime=0.47
/proc/21090/stat : 21090 (manysat.sh) S 21088 21090 20410 0 -1 4194304 312 1579 0 0 0 0 47 0 18 0 1 0 98825035 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21090/statm: 1339 238 195 169 0 50 0
[pid=21093] ppid=21090 vsize=48128 CPUtime=164.76
/proc/21093/stat : 21093 (manysat1.1_stat) R 21090 21090 20410 0 -1 4194304 8995 0 0 0 16467 9 0 0 18 0 2 0 98825083 49283072 8981 1992294400 134512640 135305190 4294956144 18446744073709551615 134528382 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21093/statm: 12032 8981 83 193 0 11836 0
[pid=21093/tid=21094] ppid=21090 vsize=48128 CPUtime=82.48
/proc/21093/task/21094/stat : 21094 (manysat1.1_stat) R 21090 21090 20410 0 -1 4194368 3495 0 0 0 8244 4 0 0 25 0 2 0 98825092 49283072 8981 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 165.23
Current children cumulated vsize (KiB) 53484

[startup+89.5021 s]
/proc/loadavg: 1.73 1.22 1.08 3/68 21094
/proc/meminfo: memFree=1882208/2055920 swapFree=4180744/4192956
[pid=21090] ppid=21088 vsize=5356 CPUtime=0.47
/proc/21090/stat : 21090 (manysat.sh) S 21088 21090 20410 0 -1 4194304 312 1579 0 0 0 0 47 0 18 0 1 0 98825035 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21090/statm: 1339 238 195 169 0 50 0
[pid=21093] ppid=21090 vsize=48776 CPUtime=177.53
/proc/21093/stat : 21093 (manysat1.1_stat) R 21090 21090 20410 0 -1 4194304 9212 0 0 0 17744 9 0 0 25 0 2 0 98825083 49946624 9198 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21093/statm: 12194 9198 83 193 0 11998 0
[pid=21093/tid=21094] ppid=21090 vsize=48776 CPUtime=88.88
/proc/21093/task/21094/stat : 21094 (manysat1.1_stat) R 21090 21090 20410 0 -1 4194368 3638 0 0 0 8884 4 0 0 25 0 2 0 98825092 49946624 9198 1992294400 134512640 135305190 4294956144 18446744073709551615 134528545 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 178
Current children cumulated vsize (KiB) 54132

[startup+92.7015 s]
/proc/loadavg: 1.76 1.24 1.08 3/68 21094
/proc/meminfo: memFree=1881632/2055920 swapFree=4180744/4192956
[pid=21090] ppid=21088 vsize=5356 CPUtime=0.47
/proc/21090/stat : 21090 (manysat.sh) S 21088 21090 20410 0 -1 4194304 312 1579 0 0 0 0 47 0 18 0 1 0 98825035 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21090/statm: 1339 238 195 169 0 50 0
[pid=21093] ppid=21090 vsize=49180 CPUtime=183.91
/proc/21093/stat : 21093 (manysat1.1_stat) R 21090 21090 20410 0 -1 4194304 9312 0 0 0 18382 9 0 0 25 0 2 0 98825083 50360320 9298 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21093/statm: 12295 9298 83 193 0 12099 0
[pid=21093/tid=21094] ppid=21090 vsize=49180 CPUtime=92.07
/proc/21093/task/21094/stat : 21094 (manysat1.1_stat) R 21090 21090 20410 0 -1 4194368 3700 0 0 0 9203 4 0 0 25 0 2 0 98825092 50360320 9298 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 184.38
Current children cumulated vsize (KiB) 54536

[startup+93.5055 s]
/proc/loadavg: 1.76 1.24 1.08 3/68 21094
/proc/meminfo: memFree=1881440/2055920 swapFree=4180744/4192956
[pid=21090] ppid=21088 vsize=5356 CPUtime=0.47
/proc/21090/stat : 21090 (manysat.sh) S 21088 21090 20410 0 -1 4194304 312 1579 0 0 0 0 47 0 18 0 1 0 98825035 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21090/statm: 1339 238 195 169 0 50 0
[pid=21093] ppid=21090 vsize=49472 CPUtime=185.52
/proc/21093/stat : 21093 (manysat1.1_stat) R 21090 21090 20410 0 -1 4194304 9386 0 0 0 18543 9 0 0 25 0 2 0 98825083 50659328 9372 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21093/statm: 12368 9372 83 193 0 12172 0
[pid=21093/tid=21094] ppid=21090 vsize=49472 CPUtime=92.88
/proc/21093/task/21094/stat : 21094 (manysat1.1_stat) R 21090 21090 20410 0 -1 4194368 3711 0 0 0 9284 4 0 0 25 0 2 0 98825092 50659328 9372 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 185.99
Current children cumulated vsize (KiB) 54828

[startup+93.9016 s]
/proc/loadavg: 1.76 1.24 1.08 3/68 21094
/proc/meminfo: memFree=1881440/2055920 swapFree=4180744/4192956
[pid=21090] ppid=21088 vsize=5356 CPUtime=0.47
/proc/21090/stat : 21090 (manysat.sh) S 21088 21090 20410 0 -1 4194304 312 1579 0 0 0 0 47 0 18 0 1 0 98825035 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21090/statm: 1339 238 195 169 0 50 0
[pid=21093] ppid=21090 vsize=49472 CPUtime=186.31
/proc/21093/stat : 21093 (manysat1.1_stat) R 21090 21090 20410 0 -1 4194304 9392 0 0 0 18622 9 0 0 25 0 2 0 98825083 50659328 9378 1992294400 134512640 135305190 4294956144 18446744073709551615 134657578 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21093/statm: 12368 9378 83 193 0 12172 0
[pid=21093/tid=21094] ppid=21090 vsize=49472 CPUtime=93.27
/proc/21093/task/21094/stat : 21094 (manysat1.1_stat) R 21090 21090 20410 0 -1 4194368 3715 0 0 0 9323 4 0 0 25 0 2 0 98825092 50659328 9378 1992294400 134512640 135305190 4294956144 18446744073709551615 134529379 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 186.78
Current children cumulated vsize (KiB) 54828

[startup+94.3016 s]
/proc/loadavg: 1.76 1.24 1.08 3/68 21094
/proc/meminfo: memFree=1881440/2055920 swapFree=4180744/4192956
[pid=21090] ppid=21088 vsize=5356 CPUtime=0.47
/proc/21090/stat : 21090 (manysat.sh) S 21088 21090 20410 0 -1 4194304 312 1579 0 0 0 0 47 0 18 0 1 0 98825035 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21090/statm: 1339 238 195 169 0 50 0
[pid=21093] ppid=21090 vsize=49472 CPUtime=187.02
/proc/21093/stat : 21093 (manysat1.1_stat) S 21090 21090 20410 0 -1 4194304 9392 0 0 0 18693 9 0 0 25 0 2 0 98825083 50659328 9378 1992294400 134512640 135305190 4294956144 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21093/statm: 12368 9378 83 193 0 12172 0
[pid=21093/tid=21094] ppid=21090 vsize=49472 CPUtime=93.67
/proc/21093/task/21094/stat : 21094 (manysat1.1_stat) R 21090 21090 20410 0 -1 4194368 3715 0 0 0 9363 4 0 0 25 0 2 0 98825092 50659328 9378 1992294400 134512640 135305190 4294956144 18446744073709551615 134529379 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 187.49
Current children cumulated vsize (KiB) 54828

Child status: 20
Real time (s): 94.3449
CPU time (s): 187.554
CPU user time (s): 187.438
CPU system time (s): 0.116982
CPU usage (%): 198.797
Max. virtual memory (cumulated for all children) (KiB): 54828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 187.438
system time used= 0.116982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11452
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= 352
involuntary context switches= 1424

runsolver used 0.085986 second user time and 0.26296 second system time

The end

Launcher Data

Begin job on node81 at 2009-04-26 03:05:52
IDJOB=1725939
IDBENCH=24601
IDSOLVER=515
FILE ID=node81/1725939-1240707952
PBS_JOBID= 9186787
Free space on /tmp= 126388 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20
BENCH NAME= SAT07/crafted/Medium/contest05/others/QG8-gensys-ukn005.sat05-3584.reshuffled-07.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1725939-1240707952/watcher-1725939-1240707952 -o /tmp/evaluation-result-1725939-1240707952/solver-1725939-1240707952 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1725939-1240707952.cnf aimd 2

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

MD5SUM BENCH= db9d2b7fba78f1cbe73aba9a1aa51042
RANDOM SEED=155946425

node81.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.234
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.234
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1921296 kB
Buffers:         13816 kB
Cached:          70316 kB
SwapCached:       5628 kB
Active:          48148 kB
Inactive:        44412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1921296 kB
SwapTotal:     4192956 kB
SwapFree:      4180744 kB
Dirty:            3168 kB
Writeback:           0 kB
Mapped:          13608 kB
Slab:            27804 kB
Committed_AS:   361384 kB
PageTables:       1452 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= 126388 MiB
End job on node81 at 2009-04-26 03:07:26