Trace number 1725567

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ManySAT 1.1 aimd 1/2009-03-20UNSAT 84.1962 42.2476

General information on the benchmark

Namecrafted/Medium/contest05/others/
QG7-gensys-icl001.sat05-2926.reshuffled-07.cnf
MD5SUM98a64f12169bd41f7a54fe2b2f678456
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.6458
Satisfiable
(Un)Satisfiability was proved
Number of variables432
Number of clauses14889
Sum of the clauses size59645
Maximum clause length13
Minimum clause length1
Number of clauses of size 135
Number of clauses of size 21078
Number of clauses of size 38535
Number of clauses of size 411
Number of clauses of size 513
Number of clauses of size over 55217

Solver Data

0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   14054    55588 |    4216       0        0     nan |  0.000 % |
0.00/0.04	c |         0 |   10185    43121 |      --       0       --      -- |     --   | -236/-784
0.00/0.04	c ==============================================================================
0.00/0.04	c Result  :   #vars: 376   #clauses: 10185   #literals: 43121
0.00/0.04	c CPU time:   0.041993 s
0.00/0.04	c ==============================================================================
84.10/42.23	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
84.10/42.23	c ============================[ Problem Statistics ]=============================
84.10/42.23	c |                                                                             |
84.10/42.23	c threadId              : 0
84.10/42.23	c restarts              : 115
84.10/42.23	c conflicts             : 127956         (1522 /sec)
84.10/42.23	c decisions             : 144127         (1.36 % random) (1714 /sec)
84.10/42.23	c propagations          : 9687821        (115232 /sec)
84.10/42.23	c conflict literals     : 3058832        (42.04 % deleted)
84.10/42.23	c Memory used           : 37.07 MB
84.10/42.23	c CPU time              : 84.0722 s
84.10/42.23	
84.10/42.23	c --->m=2, e=8, aimd=1, HOME/21939_many.cnf	time: 42.0361	conflicts: 127956       
84.10/42.24	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-1725567-1240705439/watcher-1725567-1240705439 -o /tmp/evaluation-result-1725567-1240705439/solver-1725567-1240705439 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1725567-1240705439.cnf aimd 1 

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


[startup+0 s]
/proc/loadavg: 0.96 0.98 1.08 3/64 21939
/proc/meminfo: memFree=1125448/2055920 swapFree=4192956/4192956
[pid=21939] ppid=21937 vsize=5356 CPUtime=0
/proc/21939/stat : 21939 (manysat.sh) R 21937 21939 21441 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 98577043 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 221236488863 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/21939/statm: 1339 234 194 169 0 50 0
[pid=21940] ppid=21939 vsize=824 CPUtime=0
/proc/21940/stat : 21940 (SatElite) R 21939 21939 21441 0 -1 4194304 119 0 0 0 0 0 0 0 18 0 1 0 98577044 843776 103 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/21940/statm: 206 104 51 127 0 76 0

[startup+0.101549 s]
/proc/loadavg: 0.96 0.98 1.08 3/64 21939
/proc/meminfo: memFree=1125448/2055920 swapFree=4192956/4192956
[pid=21939] ppid=21937 vsize=5356 CPUtime=0.05
/proc/21939/stat : 21939 (manysat.sh) S 21937 21939 21441 0 -1 4194304 312 441 0 0 0 0 5 0 16 0 1 0 98577043 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21939/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5356

[startup+0.202559 s]
/proc/loadavg: 0.96 0.98 1.08 3/64 21939
/proc/meminfo: memFree=1125448/2055920 swapFree=4192956/4192956
[pid=21939] ppid=21937 vsize=5356 CPUtime=0.05
/proc/21939/stat : 21939 (manysat.sh) S 21937 21939 21441 0 -1 4194304 312 441 0 0 0 0 5 0 16 0 1 0 98577043 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21939/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5356

[startup+0.301571 s]
/proc/loadavg: 0.96 0.98 1.08 3/64 21939
/proc/meminfo: memFree=1125448/2055920 swapFree=4192956/4192956
[pid=21939] ppid=21937 vsize=5356 CPUtime=0.05
/proc/21939/stat : 21939 (manysat.sh) S 21937 21939 21441 0 -1 4194304 312 441 0 0 0 0 5 0 16 0 1 0 98577043 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21939/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5356

[startup+0.701615 s]
/proc/loadavg: 0.96 0.98 1.08 3/64 21939
/proc/meminfo: memFree=1125448/2055920 swapFree=4192956/4192956
[pid=21939] ppid=21937 vsize=5356 CPUtime=0.05
/proc/21939/stat : 21939 (manysat.sh) S 21937 21939 21441 0 -1 4194304 312 441 0 0 0 0 5 0 16 0 1 0 98577043 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21939/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5356

[startup+1.5027 s]
/proc/loadavg: 1.04 1.00 1.08 3/67 21943
/proc/meminfo: memFree=1120368/2055920 swapFree=4192956/4192956
[pid=21939] ppid=21937 vsize=5356 CPUtime=0.05
/proc/21939/stat : 21939 (manysat.sh) S 21937 21939 21441 0 -1 4194304 312 441 0 0 0 0 5 0 16 0 1 0 98577043 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21939/statm: 1339 238 195 169 0 50 0
[pid=21942] ppid=21939 vsize=17628 CPUtime=2.85
/proc/21942/stat : 21942 (manysat1.1_stat) R 21939 21939 21441 0 -1 4194304 1368 0 0 0 285 0 0 0 19 0 2 0 98577049 18051072 1354 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21942/statm: 4407 1354 83 193 0 4211 0
[pid=21942/tid=21943] ppid=21939 vsize=17628 CPUtime=1.41
/proc/21942/task/21943/stat : 21943 (manysat1.1_stat) R 21939 21939 21441 0 -1 4194368 454 0 0 0 141 0 0 0 17 0 2 0 98577051 18051072 1354 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 22984

[startup+3.10188 s]
/proc/loadavg: 1.04 1.00 1.08 3/67 21943
/proc/meminfo: memFree=1118704/2055920 swapFree=4192956/4192956
[pid=21939] ppid=21937 vsize=5356 CPUtime=0.05
/proc/21939/stat : 21939 (manysat.sh) S 21937 21939 21441 0 -1 4194304 312 441 0 0 0 0 5 0 16 0 1 0 98577043 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21939/statm: 1339 238 195 169 0 50 0
[pid=21942] ppid=21939 vsize=20780 CPUtime=6.05
/proc/21942/stat : 21942 (manysat1.1_stat) R 21939 21939 21441 0 -1 4194304 2067 0 0 0 604 1 0 0 17 0 2 0 98577049 21278720 2053 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21942/statm: 5195 2053 83 193 0 4999 0
[pid=21942/tid=21943] ppid=21939 vsize=20780 CPUtime=3.01
/proc/21942/task/21943/stat : 21943 (manysat1.1_stat) R 21939 21939 21441 0 -1 4194368 801 0 0 0 301 0 0 0 24 0 2 0 98577051 21278720 2053 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 26136

[startup+6.30122 s]
/proc/loadavg: 1.04 1.00 1.08 3/67 21943
/proc/meminfo: memFree=1114672/2055920 swapFree=4192956/4192956
[pid=21939] ppid=21937 vsize=5356 CPUtime=0.05
/proc/21939/stat : 21939 (manysat.sh) S 21937 21939 21441 0 -1 4194304 312 441 0 0 0 0 5 0 16 0 1 0 98577043 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21939/statm: 1339 238 195 169 0 50 0
[pid=21942] ppid=21939 vsize=24036 CPUtime=12.42
/proc/21942/stat : 21942 (manysat1.1_stat) R 21939 21939 21441 0 -1 4194304 2787 0 0 0 1241 1 0 0 25 0 2 0 98577049 24612864 2773 1992294400 134512640 135305190 4294956144 18446744073709551615 134528322 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21942/statm: 6009 2773 83 193 0 5813 0
[pid=21942/tid=21943] ppid=21939 vsize=24036 CPUtime=6.21
/proc/21942/task/21943/stat : 21943 (manysat1.1_stat) R 21939 21939 21441 0 -1 4194368 1156 0 0 0 620 1 0 0 25 0 2 0 98577051 24612864 2773 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 29392

[startup+12.7019 s]
/proc/loadavg: 1.27 1.05 1.10 3/67 21943
/proc/meminfo: memFree=1108656/2055920 swapFree=4192956/4192956
[pid=21939] ppid=21937 vsize=5356 CPUtime=0.05
/proc/21939/stat : 21939 (manysat.sh) S 21937 21939 21441 0 -1 4194304 312 441 0 0 0 0 5 0 16 0 1 0 98577043 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21939/statm: 1339 238 195 169 0 50 0
[pid=21942] ppid=21939 vsize=30264 CPUtime=25.2
/proc/21942/stat : 21942 (manysat1.1_stat) R 21939 21939 21441 0 -1 4194304 4226 0 0 0 2518 2 0 0 20 0 2 0 98577049 30990336 4212 1992294400 134512640 135305190 4294956144 18446744073709551615 134528576 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21942/statm: 7566 4212 83 193 0 7370 0
[pid=21942/tid=21943] ppid=21939 vsize=30264 CPUtime=12.61
/proc/21942/task/21943/stat : 21943 (manysat1.1_stat) R 21939 21939 21441 0 -1 4194368 1943 0 0 0 1260 1 0 0 25 0 2 0 98577051 30990336 4212 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 35620

[startup+25.5023 s]
/proc/loadavg: 1.38 1.08 1.11 3/67 21943
/proc/meminfo: memFree=1103856/2055920 swapFree=4192956/4192956
[pid=21939] ppid=21937 vsize=5356 CPUtime=0.05
/proc/21939/stat : 21939 (manysat.sh) S 21937 21939 21441 0 -1 4194304 312 441 0 0 0 0 5 0 16 0 1 0 98577043 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21939/statm: 1339 238 195 169 0 50 0
[pid=21942] ppid=21939 vsize=33884 CPUtime=50.73
/proc/21942/stat : 21942 (manysat1.1_stat) R 21939 21939 21441 0 -1 4194304 5306 0 0 0 5070 3 0 0 25 0 2 0 98577049 34697216 5292 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21942/statm: 8471 5292 83 193 0 8275 0
[pid=21942/tid=21943] ppid=21939 vsize=33884 CPUtime=25.4
/proc/21942/task/21943/stat : 21943 (manysat1.1_stat) R 21939 21939 21441 0 -1 4194368 2454 0 0 0 2538 2 0 0 25 0 2 0 98577051 34697216 5292 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 39240

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

[startup+25.6023 s]
/proc/loadavg: 1.38 1.08 1.11 3/67 21943
/proc/meminfo: memFree=1103856/2055920 swapFree=4192956/4192956
[pid=21939] ppid=21937 vsize=5356 CPUtime=0.05
/proc/21939/stat : 21939 (manysat.sh) S 21937 21939 21441 0 -1 4194304 312 441 0 0 0 0 5 0 16 0 1 0 98577043 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21939/statm: 1339 238 195 169 0 50 0
[pid=21942] ppid=21939 vsize=33884 CPUtime=50.93
/proc/21942/stat : 21942 (manysat1.1_stat) R 21939 21939 21441 0 -1 4194304 5307 0 0 0 5090 3 0 0 25 0 2 0 98577049 34697216 5293 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21942/statm: 8471 5293 83 193 0 8275 0
[pid=21942/tid=21943] ppid=21939 vsize=33884 CPUtime=25.5
/proc/21942/task/21943/stat : 21943 (manysat1.1_stat) R 21939 21939 21441 0 -1 4194368 2455 0 0 0 2548 2 0 0 25 0 2 0 98577051 34697216 5293 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 39240

[startup+32.007 s]
/proc/loadavg: 1.63 1.14 1.13 3/67 21943
/proc/meminfo: memFree=1102000/2055920 swapFree=4192956/4192956
[pid=21939] ppid=21937 vsize=5356 CPUtime=0.05
/proc/21939/stat : 21939 (manysat.sh) S 21937 21939 21441 0 -1 4194304 312 441 0 0 0 0 5 0 16 0 1 0 98577043 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21939/statm: 1339 238 195 169 0 50 0
[pid=21942] ppid=21939 vsize=36316 CPUtime=63.71
/proc/21942/stat : 21942 (manysat1.1_stat) R 21939 21939 21441 0 -1 4194304 5768 0 0 0 6367 4 0 0 25 0 2 0 98577049 37187584 5754 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21942/statm: 9079 5754 83 193 0 8883 0
[pid=21942/tid=21943] ppid=21939 vsize=36316 CPUtime=31.9
/proc/21942/task/21943/stat : 21943 (manysat1.1_stat) R 21939 21939 21441 0 -1 4194368 2738 0 0 0 3188 2 0 0 25 0 2 0 98577051 37187584 5754 1992294400 134512640 135305190 4294956144 18446744073709551615 134569853 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 63.76
Current children cumulated vsize (KiB) 41672

[startup+38.4017 s]
/proc/loadavg: 1.74 1.17 1.14 3/67 21943
/proc/meminfo: memFree=1100336/2055920 swapFree=4192956/4192956
[pid=21939] ppid=21937 vsize=5356 CPUtime=0.05
/proc/21939/stat : 21939 (manysat.sh) S 21937 21939 21441 0 -1 4194304 312 441 0 0 0 0 5 0 16 0 1 0 98577043 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21939/statm: 1339 238 195 169 0 50 0
[pid=21942] ppid=21939 vsize=37768 CPUtime=76.47
/proc/21942/stat : 21942 (manysat1.1_stat) R 21939 21939 21441 0 -1 4194304 6261 0 0 0 7643 4 0 0 25 0 2 0 98577049 38674432 6247 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21942/statm: 9442 6247 83 193 0 9246 0
[pid=21942/tid=21943] ppid=21939 vsize=37768 CPUtime=38.29
/proc/21942/task/21943/stat : 21943 (manysat1.1_stat) R 21939 21939 21441 0 -1 4194368 2828 0 0 0 3826 3 0 0 25 0 2 0 98577051 38674432 6247 1992294400 134512640 135305190 4294956144 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 76.52
Current children cumulated vsize (KiB) 43124

[startup+40.0019 s]
/proc/loadavg: 1.74 1.17 1.14 3/67 21943
/proc/meminfo: memFree=1099696/2055920 swapFree=4192956/4192956
[pid=21939] ppid=21937 vsize=5356 CPUtime=0.05
/proc/21939/stat : 21939 (manysat.sh) S 21937 21939 21441 0 -1 4194304 312 441 0 0 0 0 5 0 16 0 1 0 98577043 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21939/statm: 1339 238 195 169 0 50 0
[pid=21942] ppid=21939 vsize=37956 CPUtime=79.66
/proc/21942/stat : 21942 (manysat1.1_stat) R 21939 21939 21441 0 -1 4194304 6328 0 0 0 7961 5 0 0 17 0 2 0 98577049 38866944 6314 1992294400 134512640 135305190 4294956144 18446744073709551615 134528382 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21942/statm: 9489 6314 83 193 0 9293 0
[pid=21942/tid=21943] ppid=21939 vsize=37956 CPUtime=39.89
/proc/21942/task/21943/stat : 21943 (manysat1.1_stat) R 21939 21939 21441 0 -1 4194368 2859 0 0 0 3986 3 0 0 25 0 2 0 98577051 38866944 6314 1992294400 134512640 135305190 4294956144 18446744073709551615 134528545 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 79.71
Current children cumulated vsize (KiB) 43312

[startup+41.601 s]
/proc/loadavg: 1.74 1.17 1.14 3/67 21943
/proc/meminfo: memFree=1099632/2055920 swapFree=4192956/4192956
[pid=21939] ppid=21937 vsize=5356 CPUtime=0.05
/proc/21939/stat : 21939 (manysat.sh) S 21937 21939 21441 0 -1 4194304 312 441 0 0 0 0 5 0 16 0 1 0 98577043 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21939/statm: 1339 238 195 169 0 50 0
[pid=21942] ppid=21939 vsize=37956 CPUtime=82.85
/proc/21942/stat : 21942 (manysat1.1_stat) R 21939 21939 21441 0 -1 4194304 6349 0 0 0 8280 5 0 0 25 0 2 0 98577049 38866944 6335 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21942/statm: 9489 6335 83 193 0 9293 0
[pid=21942/tid=21943] ppid=21939 vsize=37956 CPUtime=41.49
/proc/21942/task/21943/stat : 21943 (manysat1.1_stat) R 21939 21939 21441 0 -1 4194368 2880 0 0 0 4146 3 0 0 25 0 2 0 98577051 38866944 6335 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 82.9
Current children cumulated vsize (KiB) 43312

[startup+42.0011 s]
/proc/loadavg: 1.76 1.19 1.14 3/67 21943
/proc/meminfo: memFree=1099632/2055920 swapFree=4192956/4192956
[pid=21939] ppid=21937 vsize=5356 CPUtime=0.05
/proc/21939/stat : 21939 (manysat.sh) S 21937 21939 21441 0 -1 4194304 312 441 0 0 0 0 5 0 16 0 1 0 98577043 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21939/statm: 1339 238 195 169 0 50 0
[pid=21942] ppid=21939 vsize=37956 CPUtime=83.65
/proc/21942/stat : 21942 (manysat1.1_stat) R 21939 21939 21441 0 -1 4194304 6353 0 0 0 8360 5 0 0 25 0 2 0 98577049 38866944 6339 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21942/statm: 9489 6339 83 193 0 9293 0
[pid=21942/tid=21943] ppid=21939 vsize=37956 CPUtime=41.89
/proc/21942/task/21943/stat : 21943 (manysat1.1_stat) R 21939 21939 21441 0 -1 4194368 2884 0 0 0 4186 3 0 0 25 0 2 0 98577051 38866944 6339 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 83.7
Current children cumulated vsize (KiB) 43312

[startup+42.2011 s]
/proc/loadavg: 1.76 1.19 1.14 3/67 21943
/proc/meminfo: memFree=1099632/2055920 swapFree=4192956/4192956
[pid=21939] ppid=21937 vsize=5356 CPUtime=0.05
/proc/21939/stat : 21939 (manysat.sh) S 21937 21939 21441 0 -1 4194304 312 441 0 0 0 0 5 0 16 0 1 0 98577043 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21939/statm: 1339 238 195 169 0 50 0
[pid=21942] ppid=21939 vsize=37956 CPUtime=84.05
/proc/21942/stat : 21942 (manysat1.1_stat) R 21939 21939 21441 0 -1 4194304 6354 0 0 0 8400 5 0 0 25 0 2 0 98577049 38866944 6340 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/21942/statm: 9489 6340 83 193 0 9293 0
[pid=21942/tid=21943] ppid=21939 vsize=37956 CPUtime=42.09
/proc/21942/task/21943/stat : 21943 (manysat1.1_stat) R 21939 21939 21441 0 -1 4194368 2885 0 0 0 4206 3 0 0 25 0 2 0 98577051 38866944 6340 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 84.1
Current children cumulated vsize (KiB) 43312

Child status: 20
Real time (s): 42.2476
CPU time (s): 84.1962
CPU user time (s): 84.1322
CPU system time (s): 0.06399
CPU usage (%): 199.292
Max. virtual memory (cumulated for all children) (KiB): 43312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 84.1322
system time used= 0.06399
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7277
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= 287
involuntary context switches= 650

runsolver used 0.039993 second user time and 0.123981 second system time

The end

Launcher Data

Begin job on node21 at 2009-04-26 02:23:59
IDJOB=1725567
IDBENCH=24593
IDSOLVER=514
FILE ID=node21/1725567-1240705439
PBS_JOBID= 9186779
Free space on /tmp= 66332 MiB

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

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

MD5SUM BENCH= 98a64f12169bd41f7a54fe2b2f678456
RANDOM SEED=456480678

node21.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.233
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.233
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:       1125928 kB
Buffers:         88936 kB
Cached:         740392 kB
SwapCached:          0 kB
Active:         233600 kB
Inactive:       609672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1125928 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1756 kB
Writeback:           0 kB
Mapped:          23684 kB
Slab:            72800 kB
Committed_AS:   375348 kB
PageTables:       1376 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= 66328 MiB
End job on node21 at 2009-04-26 02:24:41