Trace number 1727210

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 544.548 278.132

General information on the benchmark

Namecrafted/Hard/contest05/phnf/
phnf-size10-exclusive-luckySeven.used-as.sat04-990.sat05-4196.reshuffled-07.cnf
MD5SUMbf3618cdbef11db03f2026bf209783fc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark269.431
Satisfiable
(Un)Satisfiability was proved
Number of variables25493
Number of clauses1139180
Sum of the clauses size2298131
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21136319
Number of clauses of size 31
Number of clauses of size 41
Number of clauses of size 57
Number of clauses of size over 52852

Solver Data

0.00/0.00	c Parsing...
1.28/1.31	c ==============================================================================
1.28/1.31	c |           |     ORIGINAL     |              LEARNT              |          |
1.28/1.31	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.28/1.31	c ==============================================================================
1.28/1.31	c |         0 | 1139180  2298131 |  341753       0        0     nan |  0.000 % |
6.77/6.89	c |         0 | 1104460  3153095 |      --       0       --      -- |     --   | -34720/854964
6.77/6.89	c ==============================================================================
6.77/6.89	c Result  :   #vars: 22503   #clauses: 1104460   #literals: 3153095
6.77/6.89	c CPU time:   6.71098 s
6.77/6.89	c ==============================================================================
544.30/278.08	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
544.30/278.08	c ============================[ Problem Statistics ]=============================
544.30/278.08	c |                                                                             |
544.30/278.08	c threadId              : 1
544.30/278.08	c restarts              : 3275
544.30/278.08	c conflicts             : 221344         (413 /sec)
544.30/278.08	c decisions             : 1239926        (1.65 % random) (2314 /sec)
544.30/278.08	c propagations          : 170564264      (318253 /sec)
544.30/278.08	c conflict literals     : 6908713        (45.11 % deleted)
544.30/278.08	c Memory used           : 171.61 MB
544.30/278.08	c CPU time              : 535.94 s
544.30/278.08	
544.30/278.08	c --->m=2, e=8, aimd=1, HOME/25658_many.cnf	time: 267.97	conflicts: 221344       
544.49/278.11	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-1727210-1240722255/watcher-1727210-1240722255 -o /tmp/evaluation-result-1727210-1240722255/solver-1727210-1240722255 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1727210-1240722255.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.99 0.97 0.99 3/64 25658
/proc/meminfo: memFree=1647224/2055920 swapFree=4181888/4192956
[pid=25658] ppid=25656 vsize=5356 CPUtime=0
/proc/25658/stat : 25658 (manysat.sh) R 25656 25658 25527 0 -1 4194304 215 0 0 0 0 0 0 0 19 0 1 0 100259002 5484544 183 1992294400 4194304 4889804 548682068784 18446744073709551615 227848655585 0 0 4100 0 0 0 0 17 0 0 0
/proc/25658/statm: 1339 197 162 169 0 50 0

[startup+0.0791801 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 25658
/proc/meminfo: memFree=1647224/2055920 swapFree=4181888/4192956
[pid=25658] ppid=25656 vsize=5356 CPUtime=0
/proc/25658/stat : 25658 (manysat.sh) S 25656 25658 25527 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 100259002 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25658/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.102187 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 25658
/proc/meminfo: memFree=1647224/2055920 swapFree=4181888/4192956
[pid=25658] ppid=25656 vsize=5356 CPUtime=0
/proc/25658/stat : 25658 (manysat.sh) S 25656 25658 25527 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 100259002 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25658/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.302242 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 25658
/proc/meminfo: memFree=1647224/2055920 swapFree=4181888/4192956
[pid=25658] ppid=25656 vsize=5356 CPUtime=0
/proc/25658/stat : 25658 (manysat.sh) S 25656 25658 25527 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 100259002 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25658/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701289 s]
/proc/loadavg: 0.99 0.97 0.99 3/64 25658
/proc/meminfo: memFree=1647224/2055920 swapFree=4181888/4192956
[pid=25658] ppid=25656 vsize=5356 CPUtime=0
/proc/25658/stat : 25658 (manysat.sh) S 25656 25658 25527 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 100259002 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25658/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50143 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 25660
/proc/meminfo: memFree=1600552/2055920 swapFree=4181888/4192956
[pid=25658] ppid=25656 vsize=5356 CPUtime=0
/proc/25658/stat : 25658 (manysat.sh) S 25656 25658 25527 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 100259002 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25658/statm: 1339 235 195 169 0 50 0
[pid=25660] ppid=25658 vsize=75068 CPUtime=1.48
/proc/25660/stat : 25660 (SatElite) R 25658 25658 25527 0 -1 4194304 16556 0 0 0 138 10 0 0 25 0 1 0 100259003 76869632 16490 1992294400 134512640 135034092 4294956096 18446744073709551615 134679789 0 0 4096 3 0 0 0 17 1 0 0
/proc/25660/statm: 18767 16490 68 127 0 18637 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 80424

[startup+3.1017 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 25660
/proc/meminfo: memFree=1569448/2055920 swapFree=4181888/4192956
[pid=25658] ppid=25656 vsize=5356 CPUtime=0
/proc/25658/stat : 25658 (manysat.sh) S 25656 25658 25527 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 100259002 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25658/statm: 1339 235 195 169 0 50 0
[pid=25660] ppid=25658 vsize=116404 CPUtime=3.07
/proc/25660/stat : 25660 (SatElite) R 25658 25658 25527 0 -1 4194304 23488 0 0 0 294 13 0 0 25 0 1 0 100259003 119197696 23422 1992294400 134512640 135034092 4294956096 18446744073709551615 134569613 0 0 4096 3 0 0 0 17 0 0 0
/proc/25660/statm: 29101 23422 68 127 0 28971 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 121760

[startup+6.30126 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 25660
/proc/meminfo: memFree=1551080/2055920 swapFree=4181888/4192956
[pid=25658] ppid=25656 vsize=5356 CPUtime=0
/proc/25658/stat : 25658 (manysat.sh) S 25656 25658 25527 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 100259002 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25658/statm: 1339 235 195 169 0 50 0
[pid=25660] ppid=25658 vsize=117876 CPUtime=6.28
/proc/25660/stat : 25660 (SatElite) R 25658 25658 25527 0 -1 4194304 23550 0 0 0 614 14 0 0 25 0 1 0 100259003 120705024 23484 1992294400 134512640 135034092 4294956096 18446744073709551615 134563488 0 0 4096 3 0 0 0 17 0 0 0
/proc/25660/statm: 29469 23484 68 127 0 29339 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 123232

[startup+12.7014 s]
/proc/loadavg: 0.99 0.97 0.99 3/67 25662
/proc/meminfo: memFree=1499168/2055920 swapFree=4181888/4192956
[pid=25658] ppid=25656 vsize=5356 CPUtime=8.17
/proc/25658/stat : 25658 (manysat.sh) S 25656 25658 25527 0 -1 4194304 312 28074 0 0 0 0 792 25 16 0 1 0 100259002 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25658/statm: 1339 238 195 169 0 50 0
[pid=25661] ppid=25658 vsize=140988 CPUtime=6.9
/proc/25661/stat : 25661 (manysat1.1_stat) R 25658 25658 25527 0 -1 4194304 31432 0 0 0 671 19 0 0 17 0 2 0 100259823 144371712 31418 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25661/statm: 35247 31418 83 193 0 35051 0
[pid=25661/tid=25662] ppid=25658 vsize=140988 CPUtime=2.41
/proc/25661/task/25662/stat : 25662 (manysat1.1_stat) R 25658 25658 25527 0 -1 4194368 1028 0 0 0 238 3 0 0 17 0 2 0 100260027 144371712 31418 1992294400 134512640 135305190 4294956144 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.07
Current children cumulated vsize (KiB) 146344

[startup+25.5025 s]
/proc/loadavg: 1.22 1.02 1.01 3/67 25662
/proc/meminfo: memFree=1490592/2055920 swapFree=4181888/4192956
[pid=25658] ppid=25656 vsize=5356 CPUtime=8.17
/proc/25658/stat : 25658 (manysat.sh) S 25656 25658 25527 0 -1 4194304 312 28074 0 0 0 0 792 25 16 0 1 0 100259002 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25658/statm: 1339 238 195 169 0 50 0
[pid=25661] ppid=25658 vsize=149244 CPUtime=32.38
/proc/25661/stat : 25661 (manysat1.1_stat) R 25658 25658 25527 0 -1 4194304 33355 0 0 0 3215 23 0 0 16 0 2 0 100259823 152825856 33341 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25661/statm: 37311 33341 83 193 0 37115 0
[pid=25661/tid=25662] ppid=25658 vsize=149244 CPUtime=15.19
/proc/25661/task/25662/stat : 25662 (manysat1.1_stat) R 25658 25658 25527 0 -1 4194368 2123 0 0 0 1513 6 0 0 18 0 2 0 100260027 152825856 33341 1992294400 134512640 135305190 4294956144 18446744073709551615 134558376 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 40.55
Current children cumulated vsize (KiB) 154600

[startup+51.103 s]
/proc/loadavg: 1.48 1.10 1.03 3/67 25662
/proc/meminfo: memFree=1485216/2055920 swapFree=4181888/4192956
[pid=25658] ppid=25656 vsize=5356 CPUtime=8.17
/proc/25658/stat : 25658 (manysat.sh) S 25656 25658 25527 0 -1 4194304 312 28074 0 0 0 0 792 25 16 0 1 0 100259002 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25658/statm: 1339 238 195 169 0 50 0
[pid=25661] ppid=25658 vsize=155436 CPUtime=83.43
/proc/25661/stat : 25661 (manysat1.1_stat) R 25658 25658 25527 0 -1 4194304 34688 0 0 0 8316 27 0 0 19 0 2 0 100259823 159166464 34674 1992294400 134512640 135305190 4294956144 18446744073709551615 134528557 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25661/statm: 38859 34675 83 193 0 38663 0
[pid=25661/tid=25662] ppid=25658 vsize=155436 CPUtime=40.75
/proc/25661/task/25662/stat : 25662 (manysat1.1_stat) R 25658 25658 25527 0 -1 4194368 2629 0 0 0 4068 7 0 0 19 0 2 0 100260027 159166464 34675 1992294400 134512640 135305190 4294956144 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 91.6
Current children cumulated vsize (KiB) 160792

[startup+102.307 s]
/proc/loadavg: 1.77 1.24 1.08 3/67 25662
/proc/meminfo: memFree=1478880/2055920 swapFree=4181888/4192956
[pid=25658] ppid=25656 vsize=5356 CPUtime=8.17
/proc/25658/stat : 25658 (manysat.sh) S 25656 25658 25527 0 -1 4194304 312 28074 0 0 0 0 792 25 16 0 1 0 100259002 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25658/statm: 1339 238 195 169 0 50 0
[pid=25661] ppid=25658 vsize=161424 CPUtime=185.57
/proc/25661/stat : 25661 (manysat1.1_stat) R 25658 25658 25527 0 -1 4194304 36264 0 0 0 18526 31 0 0 25 0 2 0 100259823 165298176 36250 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25661/statm: 40356 36250 83 193 0 40160 0
[pid=25661/tid=25662] ppid=25658 vsize=161424 CPUtime=91.92
/proc/25661/task/25662/stat : 25662 (manysat1.1_stat) R 25658 25658 25527 0 -1 4194368 3251 0 0 0 9183 9 0 0 17 0 2 0 100260027 165298176 36250 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 193.74
Current children cumulated vsize (KiB) 166780

[startup+162.302 s]
/proc/loadavg: 1.91 1.37 1.14 3/67 25662
/proc/meminfo: memFree=1473696/2055920 swapFree=4181888/4192956
[pid=25658] ppid=25656 vsize=5356 CPUtime=8.17
/proc/25658/stat : 25658 (manysat.sh) S 25656 25658 25527 0 -1 4194304 312 28074 0 0 0 0 792 25 16 0 1 0 100259002 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25658/statm: 1339 238 195 169 0 50 0
[pid=25661] ppid=25658 vsize=166384 CPUtime=305.28
/proc/25661/stat : 25661 (manysat1.1_stat) R 25658 25658 25527 0 -1 4194304 37551 0 0 0 30494 34 0 0 17 0 2 0 100259823 170377216 37537 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25661/statm: 41596 37537 83 193 0 41400 0
[pid=25661/tid=25662] ppid=25658 vsize=166384 CPUtime=151.89
/proc/25661/task/25662/stat : 25662 (manysat1.1_stat) R 25658 25658 25527 0 -1 4194368 3811 0 0 0 15178 11 0 0 17 0 2 0 100260027 170377216 37537 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 313.45
Current children cumulated vsize (KiB) 171740

[startup+222.301 s]
/proc/loadavg: 1.97 1.48 1.19 3/67 25662
/proc/meminfo: memFree=1469152/2055920 swapFree=4181888/4192956
[pid=25658] ppid=25656 vsize=5356 CPUtime=8.17
/proc/25658/stat : 25658 (manysat.sh) S 25656 25658 25527 0 -1 4194304 312 28074 0 0 0 0 792 25 16 0 1 0 100259002 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25658/statm: 1339 238 195 169 0 50 0
[pid=25661] ppid=25658 vsize=170988 CPUtime=425
/proc/25661/stat : 25661 (manysat1.1_stat) R 25658 25658 25527 0 -1 4194304 38684 0 0 0 42463 37 0 0 25 0 2 0 100259823 175091712 38670 1992294400 134512640 135305190 4294956144 18446744073709551615 134542031 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25661/statm: 42747 38670 83 193 0 42551 0
[pid=25661/tid=25662] ppid=25658 vsize=170988 CPUtime=211.86
/proc/25661/task/25662/stat : 25662 (manysat1.1_stat) R 25658 25658 25527 0 -1 4194368 4265 0 0 0 21174 12 0 0 25 0 2 0 100260027 175091712 38670 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 433.17
Current children cumulated vsize (KiB) 176344

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

[startup+230.302 s]
/proc/loadavg: 1.97 1.50 1.20 3/67 25662
/proc/meminfo: memFree=1468512/2055920 swapFree=4181888/4192956
[pid=25658] ppid=25656 vsize=5356 CPUtime=8.17
/proc/25658/stat : 25658 (manysat.sh) S 25656 25658 25527 0 -1 4194304 312 28074 0 0 0 0 792 25 16 0 1 0 100259002 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25658/statm: 1339 238 195 169 0 50 0
[pid=25661] ppid=25658 vsize=171392 CPUtime=440.97
/proc/25661/stat : 25661 (manysat1.1_stat) R 25658 25658 25527 0 -1 4194304 38860 0 0 0 44060 37 0 0 25 0 2 0 100259823 175505408 38846 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25661/statm: 42848 38846 83 193 0 42652 0
[pid=25661/tid=25662] ppid=25658 vsize=171392 CPUtime=219.86
/proc/25661/task/25662/stat : 25662 (manysat1.1_stat) R 25658 25658 25527 0 -1 4194368 4370 0 0 0 21974 12 0 0 25 0 2 0 100260027 175505408 38846 1992294400 134512640 135305190 4294956144 18446744073709551615 134556726 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 449.14
Current children cumulated vsize (KiB) 176748

[startup+255.901 s]
/proc/loadavg: 1.98 1.54 1.22 3/67 25662
/proc/meminfo: memFree=1467680/2055920 swapFree=4181888/4192956
[pid=25658] ppid=25656 vsize=5356 CPUtime=8.17
/proc/25658/stat : 25658 (manysat.sh) S 25656 25658 25527 0 -1 4194304 312 28074 0 0 0 0 792 25 16 0 1 0 100259002 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25658/statm: 1339 238 195 169 0 50 0
[pid=25661] ppid=25658 vsize=173128 CPUtime=492.04
/proc/25661/stat : 25661 (manysat1.1_stat) R 25658 25658 25527 0 -1 4194304 39041 0 0 0 49167 37 0 0 22 0 2 0 100259823 177283072 39027 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25661/statm: 43282 39027 83 193 0 43086 0
[pid=25661/tid=25662] ppid=25658 vsize=173128 CPUtime=245.45
/proc/25661/task/25662/stat : 25662 (manysat1.1_stat) R 25658 25658 25527 0 -1 4194368 4439 0 0 0 24533 12 0 0 25 0 2 0 100260027 177283072 39027 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 500.21
Current children cumulated vsize (KiB) 178484

[startup+268.701 s]
/proc/loadavg: 1.98 1.55 1.22 3/67 25662
/proc/meminfo: memFree=1466016/2055920 swapFree=4181888/4192956
[pid=25658] ppid=25656 vsize=5356 CPUtime=8.17
/proc/25658/stat : 25658 (manysat.sh) S 25656 25658 25527 0 -1 4194304 312 28074 0 0 0 0 792 25 16 0 1 0 100259002 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25658/statm: 1339 238 195 169 0 50 0
[pid=25661] ppid=25658 vsize=174644 CPUtime=517.59
/proc/25661/stat : 25661 (manysat1.1_stat) R 25658 25658 25527 0 -1 4194304 39454 0 0 0 51722 37 0 0 22 0 2 0 100259823 178835456 39440 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25661/statm: 43661 39440 83 193 0 43465 0
[pid=25661/tid=25662] ppid=25658 vsize=174644 CPUtime=258.25
/proc/25661/task/25662/stat : 25662 (manysat1.1_stat) R 25658 25658 25527 0 -1 4194368 4674 0 0 0 25812 13 0 0 25 0 2 0 100260027 178835456 39440 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 525.76
Current children cumulated vsize (KiB) 180000

[startup+275.102 s]
/proc/loadavg: 1.98 1.57 1.23 3/67 25662
/proc/meminfo: memFree=1465120/2055920 swapFree=4181888/4192956
[pid=25658] ppid=25656 vsize=5356 CPUtime=8.17
/proc/25658/stat : 25658 (manysat.sh) S 25656 25658 25527 0 -1 4194304 312 28074 0 0 0 0 792 25 16 0 1 0 100259002 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25658/statm: 1339 238 195 169 0 50 0
[pid=25661] ppid=25658 vsize=175452 CPUtime=530.36
/proc/25661/stat : 25661 (manysat1.1_stat) R 25658 25658 25527 0 -1 4194304 39682 0 0 0 52999 37 0 0 25 0 2 0 100259823 179662848 39668 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25661/statm: 43863 39668 83 193 0 43667 0
[pid=25661/tid=25662] ppid=25658 vsize=175452 CPUtime=264.65
/proc/25661/task/25662/stat : 25662 (manysat1.1_stat) R 25658 25658 25527 0 -1 4194368 4810 0 0 0 26452 13 0 0 25 0 2 0 100260027 179662848 39668 1992294400 134512640 135305190 4294956144 18446744073709551615 134528433 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 538.53
Current children cumulated vsize (KiB) 180808

[startup+276.702 s]
/proc/loadavg: 1.98 1.57 1.23 3/67 25662
/proc/meminfo: memFree=1464928/2055920 swapFree=4181888/4192956
[pid=25658] ppid=25656 vsize=5356 CPUtime=8.17
/proc/25658/stat : 25658 (manysat.sh) S 25656 25658 25527 0 -1 4194304 312 28074 0 0 0 0 792 25 16 0 1 0 100259002 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25658/statm: 1339 238 195 169 0 50 0
[pid=25661] ppid=25658 vsize=175720 CPUtime=533.55
/proc/25661/stat : 25661 (manysat1.1_stat) R 25658 25658 25527 0 -1 4194304 39727 0 0 0 53318 37 0 0 25 0 2 0 100259823 179937280 39713 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25661/statm: 43930 39713 83 193 0 43734 0
[pid=25661/tid=25662] ppid=25658 vsize=175720 CPUtime=266.25
/proc/25661/task/25662/stat : 25662 (manysat1.1_stat) R 25658 25658 25527 0 -1 4194368 4829 0 0 0 26612 13 0 0 25 0 2 0 100260027 179937280 39713 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 541.72
Current children cumulated vsize (KiB) 181076

[startup+277.502 s]
/proc/loadavg: 1.98 1.57 1.23 3/67 25662
/proc/meminfo: memFree=1464864/2055920 swapFree=4181888/4192956
[pid=25658] ppid=25656 vsize=5356 CPUtime=8.17
/proc/25658/stat : 25658 (manysat.sh) S 25656 25658 25527 0 -1 4194304 312 28074 0 0 0 0 792 25 16 0 1 0 100259002 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25658/statm: 1339 238 195 169 0 50 0
[pid=25661] ppid=25658 vsize=175720 CPUtime=535.15
/proc/25661/stat : 25661 (manysat1.1_stat) R 25658 25658 25527 0 -1 4194304 39742 0 0 0 53478 37 0 0 17 0 2 0 100259823 179937280 39728 1992294400 134512640 135305190 4294956144 18446744073709551615 134529252 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25661/statm: 43930 39728 83 193 0 43734 0
[pid=25661/tid=25662] ppid=25658 vsize=175720 CPUtime=267.05
/proc/25661/task/25662/stat : 25662 (manysat1.1_stat) R 25658 25658 25527 0 -1 4194368 4839 0 0 0 26692 13 0 0 25 0 2 0 100260027 179937280 39728 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 543.32
Current children cumulated vsize (KiB) 181076

[startup+277.902 s]
/proc/loadavg: 1.98 1.57 1.23 3/67 25662
/proc/meminfo: memFree=1464864/2055920 swapFree=4181888/4192956
[pid=25658] ppid=25656 vsize=5356 CPUtime=8.17
/proc/25658/stat : 25658 (manysat.sh) S 25656 25658 25527 0 -1 4194304 312 28074 0 0 0 0 792 25 16 0 1 0 100259002 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25658/statm: 1339 238 195 169 0 50 0
[pid=25661] ppid=25658 vsize=175720 CPUtime=535.93
/proc/25661/stat : 25661 (manysat1.1_stat) R 25658 25658 25527 0 -1 4194304 39742 0 0 0 53556 37 0 0 17 0 2 0 100259823 179937280 39728 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25661/statm: 43930 39728 83 193 0 43734 0
[pid=25661/tid=25662] ppid=25658 vsize=175720 CPUtime=267.45
/proc/25661/task/25662/stat : 25662 (manysat1.1_stat) R 25658 25658 25527 0 -1 4194368 4839 0 0 0 26732 13 0 0 25 0 2 0 100260027 179937280 39728 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 544.1
Current children cumulated vsize (KiB) 181076

[startup+278.102 s]
/proc/loadavg: 1.98 1.57 1.23 3/67 25662
/proc/meminfo: memFree=1464864/2055920 swapFree=4181888/4192956
[pid=25658] ppid=25656 vsize=5356 CPUtime=8.17
/proc/25658/stat : 25658 (manysat.sh) S 25656 25658 25527 0 -1 4194304 312 28074 0 0 0 0 792 25 16 0 1 0 100259002 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25658/statm: 1339 238 195 169 0 50 0
[pid=25661] ppid=25658 vsize=0 CPUtime=536.32
/proc/25661/stat : 25661 (manysat1.1_stat) Z 25658 25658 25527 0 -1 4194316 39757 0 0 0 53593 39 0 0 17 0 2 0 100259823 0 0 1992294400 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25661/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 544.49
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 278.132
CPU time (s): 544.548
CPU user time (s): 543.87
CPU system time (s): 0.677896
CPU usage (%): 195.787
Max. virtual memory (cumulated for all children) (KiB): 181076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 543.87
system time used= 0.677896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68297
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= 2093
involuntary context switches= 4064

runsolver used 0.252961 second user time and 0.769882 second system time

The end

Launcher Data

Begin job on node18 at 2009-04-26 07:04:17
IDJOB=1727210
IDBENCH=24632
IDSOLVER=514
FILE ID=node18/1727210-1240722255
PBS_JOBID= 9186891
Free space on /tmp= 66132 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT07/crafted/Hard/contest05/phnf/phnf-size10-exclusive-luckySeven.used-as.sat04-990.sat05-4196.reshuffled-07.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1727210-1240722255/watcher-1727210-1240722255 -o /tmp/evaluation-result-1727210-1240722255/solver-1727210-1240722255 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1727210-1240722255.cnf aimd 1

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

MD5SUM BENCH= bf3618cdbef11db03f2026bf209783fc
RANDOM SEED=1658311563

node18.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.280
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.280
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:       1647576 kB
Buffers:         48712 kB
Cached:         296232 kB
SwapCached:       5324 kB
Active:         198200 kB
Inactive:       155032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1647576 kB
SwapTotal:     4192956 kB
SwapFree:      4181888 kB
Dirty:           17328 kB
Writeback:           0 kB
Mapped:          14052 kB
Slab:            41128 kB
Committed_AS:   403376 kB
PageTables:       1372 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= 66132 MiB
End job on node18 at 2009-04-26 07:08:56