Trace number 1554202

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 61.9776 33.8085

General information on the benchmark

NameAPPLICATIONS/
bitverif/minand/minand128.cnf
MD5SUM34e3afebec3eaf03cbcceb51b352993a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16.6065
Satisfiable
(Un)Satisfiability was proved
Number of variables53999
Number of clauses159692
Sum of the clauses size372612
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2106460
Number of clauses of size 353230
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.09/0.16	c ==============================================================================
0.09/0.16	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.16	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.16	c ==============================================================================
0.09/0.16	c |         0 |  159690   372610 |   47906       0        0     nan |  0.000 % |
5.19/5.23	c |         0 |   63910   305867 |      --       0       --      -- |     --   | -95738/-66642
5.19/5.23	c ==============================================================================
5.19/5.23	c Result  :   #vars: 5924   #clauses: 63910   #literals: 305867
5.19/5.23	c CPU time:   5.11322 s
5.19/5.23	c ==============================================================================
61.77/33.78	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
61.77/33.78	c ============================[ Problem Statistics ]=============================
61.77/33.78	c |                                                                             |
61.77/33.78	c threadId              : 1
61.77/33.78	c restarts              : 980
61.77/33.78	c conflicts             : 79304          (1405 /sec)
61.77/33.78	c decisions             : 503142         (1.74 % random) (8914 /sec)
61.77/33.78	c propagations          : 21771244       (385718 /sec)
61.77/33.78	c conflict literals     : 11063877       (27.12 % deleted)
61.77/33.78	c Memory used           : 75.72 MB
61.77/33.78	c CPU time              : 56.4434 s
61.77/33.78	
61.77/33.78	c --->m=2, e=8, aimd=2, HOME/2572_many.cnf	time: 28.2217	conflicts: 79304        
61.77/33.79	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-1554202-1238725104/watcher-1554202-1238725104 -o /tmp/evaluation-result-1554202-1238725104/solver-1554202-1238725104 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1554202-1238725104.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.85 1.76 1.43 2/68 2572
/proc/meminfo: memFree=1769008/2055920 swapFree=4175348/4192956
[pid=2572] ppid=2570 vsize=5356 CPUtime=0
/proc/2572/stat : 2572 (manysat.sh) S 2570 2572 2504 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1145172039 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2572/statm: 1339 235 195 169 0 50 0
[pid=2573] ppid=2572 vsize=1472 CPUtime=0
/proc/2573/stat : 2573 (SatElite) R 2572 2572 2504 0 -1 4194304 288 0 0 0 0 0 0 0 18 0 1 0 1145172039 1507328 272 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/2573/statm: 368 273 50 127 0 238 0

[startup+0.0932749 s]
/proc/loadavg: 1.85 1.76 1.43 2/68 2572
/proc/meminfo: memFree=1769008/2055920 swapFree=4175348/4192956
[pid=2572] ppid=2570 vsize=5356 CPUtime=0
/proc/2572/stat : 2572 (manysat.sh) S 2570 2572 2504 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1145172039 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2572/statm: 1339 235 195 169 0 50 0
[pid=2573] ppid=2572 vsize=15096 CPUtime=0.08
/proc/2573/stat : 2573 (SatElite) R 2572 2572 2504 0 -1 4194304 3052 0 0 0 7 1 0 0 18 0 1 0 1145172039 15458304 3036 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/2573/statm: 3774 3037 50 127 0 3644 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20452

[startup+0.101274 s]
/proc/loadavg: 1.85 1.76 1.43 2/68 2572
/proc/meminfo: memFree=1769008/2055920 swapFree=4175348/4192956
[pid=2572] ppid=2570 vsize=5356 CPUtime=0
/proc/2572/stat : 2572 (manysat.sh) S 2570 2572 2504 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1145172039 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2572/statm: 1339 235 195 169 0 50 0
[pid=2573] ppid=2572 vsize=15756 CPUtime=0.09
/proc/2573/stat : 2573 (SatElite) R 2572 2572 2504 0 -1 4194304 3303 0 0 0 8 1 0 0 18 0 1 0 1145172039 16134144 3287 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/2573/statm: 3939 3287 50 127 0 3809 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21112

[startup+0.301293 s]
/proc/loadavg: 1.85 1.76 1.43 2/68 2572
/proc/meminfo: memFree=1769008/2055920 swapFree=4175348/4192956
[pid=2572] ppid=2570 vsize=5356 CPUtime=0
/proc/2572/stat : 2572 (manysat.sh) S 2570 2572 2504 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1145172039 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2572/statm: 1339 235 195 169 0 50 0
[pid=2573] ppid=2572 vsize=24500 CPUtime=0.29
/proc/2573/stat : 2573 (SatElite) R 2572 2572 2504 0 -1 4194304 5981 0 0 0 27 2 0 0 19 0 1 0 1145172039 25088000 5547 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/2573/statm: 6125 5547 68 127 0 5995 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29856

[startup+0.701333 s]
/proc/loadavg: 1.85 1.76 1.43 2/68 2572
/proc/meminfo: memFree=1769008/2055920 swapFree=4175348/4192956
[pid=2572] ppid=2570 vsize=5356 CPUtime=0
/proc/2572/stat : 2572 (manysat.sh) S 2570 2572 2504 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1145172039 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2572/statm: 1339 235 195 169 0 50 0
[pid=2573] ppid=2572 vsize=25184 CPUtime=0.69
/proc/2573/stat : 2573 (SatElite) R 2572 2572 2504 0 -1 4194304 6140 0 0 0 66 3 0 0 23 0 1 0 1145172039 25788416 5706 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/2573/statm: 6296 5706 68 127 0 6166 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30540

[startup+1.50141 s]
/proc/loadavg: 1.79 1.75 1.43 2/70 2574
/proc/meminfo: memFree=1741536/2055920 swapFree=4175348/4192956
[pid=2572] ppid=2570 vsize=5356 CPUtime=0
/proc/2572/stat : 2572 (manysat.sh) S 2570 2572 2504 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1145172039 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2572/statm: 1339 235 195 169 0 50 0
[pid=2573] ppid=2572 vsize=26388 CPUtime=1.48
/proc/2573/stat : 2573 (SatElite) R 2572 2572 2504 0 -1 4194304 6437 0 0 0 144 4 0 0 25 0 1 0 1145172039 27021312 6003 1992294400 134512640 135034092 4294956096 18446744073709551615 134566698 0 0 4096 3 0 0 0 17 1 0 0
/proc/2573/statm: 6597 6003 68 127 0 6467 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 31744

[startup+3.10157 s]
/proc/loadavg: 1.79 1.75 1.43 2/70 2574
/proc/meminfo: memFree=1735456/2055920 swapFree=4175348/4192956
[pid=2572] ppid=2570 vsize=5356 CPUtime=0
/proc/2572/stat : 2572 (manysat.sh) S 2570 2572 2504 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1145172039 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2572/statm: 1339 235 195 169 0 50 0
[pid=2573] ppid=2572 vsize=28464 CPUtime=3.09
/proc/2573/stat : 2573 (SatElite) R 2572 2572 2504 0 -1 4194304 6896 0 0 0 301 8 0 0 25 0 1 0 1145172039 29147136 6462 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/2573/statm: 7116 6462 68 127 0 6986 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33820

[startup+6.3029 s]
/proc/loadavg: 1.79 1.75 1.43 2/70 2575
/proc/meminfo: memFree=1743392/2055920 swapFree=4175348/4192956
[pid=2572] ppid=2570 vsize=5356 CPUtime=5.35
/proc/2572/stat : 2572 (manysat.sh) S 2570 2572 2504 0 -1 4194304 312 8075 0 0 0 0 523 12 16 0 1 0 1145172039 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2572/statm: 1339 238 195 169 0 50 0
[pid=2575] ppid=2572 vsize=26816 CPUtime=1.76
/proc/2575/stat : 2575 (manysat1.1_stat) R 2572 2572 2504 0 -1 4194304 3807 0 0 0 173 3 0 0 17 0 2 0 1145172575 27459584 3793 1992294400 134512640 135305190 4294956144 18446744073709551615 134557577 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/2575/statm: 6704 3793 83 193 0 6508 0
Current children cumulated CPU time (s) 7.11
Current children cumulated vsize (KiB) 32172

[startup+12.7015 s]
/proc/loadavg: 1.82 1.76 1.43 3/71 2576
/proc/meminfo: memFree=1718488/2055920 swapFree=4175348/4192956
[pid=2572] ppid=2570 vsize=5356 CPUtime=5.35
/proc/2572/stat : 2572 (manysat.sh) S 2570 2572 2504 0 -1 4194304 312 8075 0 0 0 0 523 12 16 0 1 0 1145172039 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2572/statm: 1339 238 195 169 0 50 0
[pid=2575] ppid=2572 vsize=42948 CPUtime=14.52
/proc/2575/stat : 2575 (manysat1.1_stat) R 2572 2572 2504 0 -1 4194304 7782 0 0 0 1446 6 0 0 17 0 2 0 1145172575 43978752 7768 1992294400 134512640 135305190 4294956144 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/2575/statm: 10737 7768 83 193 0 10541 0
[pid=2575/tid=2576] ppid=2572 vsize=42948 CPUtime=7.19
/proc/2575/task/2576/stat : 2576 (manysat1.1_stat) R 2572 2572 2504 0 -1 4194368 2388 0 0 0 716 3 0 0 17 0 2 0 1145172584 43978752 7768 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 19.87
Current children cumulated vsize (KiB) 48304

[startup+25.5018 s]
/proc/loadavg: 1.85 1.77 1.44 3/71 2576
/proc/meminfo: memFree=1696416/2055920 swapFree=4175348/4192956
[pid=2572] ppid=2570 vsize=5356 CPUtime=5.35
/proc/2572/stat : 2572 (manysat.sh) S 2570 2572 2504 0 -1 4194304 312 8075 0 0 0 0 523 12 16 0 1 0 1145172039 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2572/statm: 1339 238 195 169 0 50 0
[pid=2575] ppid=2572 vsize=65276 CPUtime=40.05
/proc/2575/stat : 2575 (manysat1.1_stat) R 2572 2572 2504 0 -1 4194304 13285 0 0 0 3994 11 0 0 17 0 2 0 1145172575 66842624 13271 1992294400 134512640 135305190 4294956144 18446744073709551615 134528341 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/2575/statm: 16319 13271 83 193 0 16123 0
[pid=2575/tid=2576] ppid=2572 vsize=65276 CPUtime=19.94
/proc/2575/task/2576/stat : 2576 (manysat1.1_stat) R 2572 2572 2504 0 -1 4194368 4967 0 0 0 1988 6 0 0 18 0 2 0 1145172584 66842624 13271 1992294400 134512640 135305190 4294956144 18446744073709551615 134551709 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 45.4
Current children cumulated vsize (KiB) 70632

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

[startup+28.7011 s]
/proc/loadavg: 1.86 1.77 1.44 3/71 2576
/proc/meminfo: memFree=1695584/2055920 swapFree=4175348/4192956
[pid=2572] ppid=2570 vsize=5356 CPUtime=5.35
/proc/2572/stat : 2572 (manysat.sh) S 2570 2572 2504 0 -1 4194304 312 8075 0 0 0 0 523 12 16 0 1 0 1145172039 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2572/statm: 1339 238 195 169 0 50 0
[pid=2575] ppid=2572 vsize=65964 CPUtime=46.45
/proc/2575/stat : 2575 (manysat1.1_stat) R 2572 2572 2504 0 -1 4194304 13518 0 0 0 4633 12 0 0 18 0 2 0 1145172575 67547136 13504 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/2575/statm: 16491 13504 83 193 0 16295 0
[pid=2575/tid=2576] ppid=2572 vsize=65964 CPUtime=23.13
/proc/2575/task/2576/stat : 2576 (manysat1.1_stat) R 2572 2572 2504 0 -1 4194368 5100 0 0 0 2307 6 0 0 19 0 2 0 1145172584 67547136 13504 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.8
Current children cumulated vsize (KiB) 71320

[startup+31.9064 s]
/proc/loadavg: 1.87 1.77 1.44 3/71 2576
/proc/meminfo: memFree=1688672/2055920 swapFree=4175348/4192956
[pid=2572] ppid=2570 vsize=5356 CPUtime=5.35
/proc/2572/stat : 2572 (manysat.sh) S 2570 2572 2504 0 -1 4194304 312 8075 0 0 0 0 523 12 16 0 1 0 1145172039 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2572/statm: 1339 238 195 169 0 50 0
[pid=2575] ppid=2572 vsize=72424 CPUtime=52.84
/proc/2575/stat : 2575 (manysat1.1_stat) R 2572 2572 2504 0 -1 4194304 15293 0 0 0 5271 13 0 0 16 0 2 0 1145172575 74162176 15279 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/2575/statm: 18106 15279 83 193 0 17910 0
[pid=2575/tid=2576] ppid=2572 vsize=72424 CPUtime=26.32
/proc/2575/task/2576/stat : 2576 (manysat1.1_stat) R 2572 2572 2504 0 -1 4194368 5956 0 0 0 2625 7 0 0 16 0 2 0 1145172584 74162176 15279 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 58.19
Current children cumulated vsize (KiB) 77780

[startup+32.7025 s]
/proc/loadavg: 1.87 1.77 1.44 3/71 2576
/proc/meminfo: memFree=1688672/2055920 swapFree=4175348/4192956
[pid=2572] ppid=2570 vsize=5356 CPUtime=5.35
/proc/2572/stat : 2572 (manysat.sh) S 2570 2572 2504 0 -1 4194304 312 8075 0 0 0 0 523 12 16 0 1 0 1145172039 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2572/statm: 1339 238 195 169 0 50 0
[pid=2575] ppid=2572 vsize=75420 CPUtime=54.43
/proc/2575/stat : 2575 (manysat1.1_stat) R 2572 2572 2504 0 -1 4194304 15848 0 0 0 5430 13 0 0 17 0 2 0 1145172575 77230080 15834 1992294400 134512640 135305190 4294956144 18446744073709551615 134557880 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/2575/statm: 18855 15834 83 193 0 18659 0
[pid=2575/tid=2576] ppid=2572 vsize=75420 CPUtime=27.11
/proc/2575/task/2576/stat : 2576 (manysat1.1_stat) R 2572 2572 2504 0 -1 4194368 6190 0 0 0 2704 7 0 0 17 0 2 0 1145172584 77230080 15834 1992294400 134512640 135305190 4294956144 18446744073709551615 134528388 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 59.78
Current children cumulated vsize (KiB) 80776

[startup+33.5026 s]
/proc/loadavg: 1.87 1.77 1.44 3/71 2576
/proc/meminfo: memFree=1685792/2055920 swapFree=4175348/4192956
[pid=2572] ppid=2570 vsize=5356 CPUtime=5.35
/proc/2572/stat : 2572 (manysat.sh) S 2570 2572 2504 0 -1 4194304 312 8075 0 0 0 0 523 12 16 0 1 0 1145172039 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2572/statm: 1339 238 195 169 0 50 0
[pid=2575] ppid=2572 vsize=77008 CPUtime=56.02
/proc/2575/stat : 2575 (manysat1.1_stat) R 2572 2572 2504 0 -1 4194304 16358 0 0 0 5588 14 0 0 17 0 2 0 1145172575 78856192 16344 1992294400 134512640 135305190 4294956144 18446744073709551615 134839991 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/2575/statm: 19252 16344 83 193 0 19056 0
[pid=2575/tid=2576] ppid=2572 vsize=77008 CPUtime=27.91
/proc/2575/task/2576/stat : 2576 (manysat1.1_stat) R 2572 2572 2504 0 -1 4194368 6434 0 0 0 2783 8 0 0 18 0 2 0 1145172584 78856192 16344 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 61.37
Current children cumulated vsize (KiB) 82364

[startup+33.7016 s]
/proc/loadavg: 1.87 1.77 1.44 3/71 2576
/proc/meminfo: memFree=1685792/2055920 swapFree=4175348/4192956
[pid=2572] ppid=2570 vsize=5356 CPUtime=5.35
/proc/2572/stat : 2572 (manysat.sh) S 2570 2572 2504 0 -1 4194304 312 8075 0 0 0 0 523 12 16 0 1 0 1145172039 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2572/statm: 1339 238 195 169 0 50 0
[pid=2575] ppid=2572 vsize=77404 CPUtime=56.42
/proc/2575/stat : 2575 (manysat1.1_stat) R 2572 2572 2504 0 -1 4194304 16477 0 0 0 5628 14 0 0 17 0 2 0 1145172575 79261696 16463 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/2575/statm: 19351 16463 83 193 0 19155 0
[pid=2575/tid=2576] ppid=2572 vsize=77404 CPUtime=28.11
/proc/2575/task/2576/stat : 2576 (manysat1.1_stat) R 2572 2572 2504 0 -1 4194368 6481 0 0 0 2803 8 0 0 18 0 2 0 1145172584 79261696 16464 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 61.77
Current children cumulated vsize (KiB) 82760

[startup+33.8016 s]
/proc/loadavg: 1.87 1.77 1.44 3/71 2576
/proc/meminfo: memFree=1685792/2055920 swapFree=4175348/4192956
[pid=2572] ppid=2570 vsize=5360 CPUtime=61.95
/proc/2572/stat : 2572 (manysat.sh) S 2570 2572 2504 0 -1 4194304 339 24600 0 0 0 0 6167 28 17 0 1 0 1145172039 5488640 240 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2572/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 61.95
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 33.8085
CPU time (s): 61.9776
CPU user time (s): 61.6746
CPU system time (s): 0.302953
CPU usage (%): 183.32
Max. virtual memory (cumulated for all children) (KiB): 82760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.6746
system time used= 0.302953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25066
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= 1638
involuntary context switches= 455

runsolver used 0.029995 second user time and 0.100984 second system time

The end

Launcher Data

Begin job on node60 at 2009-04-03 04:18:24
IDJOB=1554202
IDBENCH=70776
IDSOLVER=515
FILE ID=node60/1554202-1238725104
PBS_JOBID= 9085336
Free space on /tmp= 66560 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/bitverif/minand/minand128.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1554202-1238725104/watcher-1554202-1238725104 -o /tmp/evaluation-result-1554202-1238725104/solver-1554202-1238725104 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1554202-1238725104.cnf aimd 2

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

MD5SUM BENCH= 34e3afebec3eaf03cbcceb51b352993a
RANDOM SEED=1581001966

node60.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.202
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.202
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:       1769552 kB
Buffers:         69620 kB
Cached:         132184 kB
SwapCached:      10696 kB
Active:          33296 kB
Inactive:       181288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1769552 kB
SwapTotal:     4192956 kB
SwapFree:      4175348 kB
Dirty:            4220 kB
Writeback:           0 kB
Mapped:          18424 kB
Slab:            57460 kB
Committed_AS:  3565332 kB
PageTables:       1712 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= 66556 MiB
End job on node60 at 2009-04-03 04:18:58