Trace number 1554201

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 44.1103 24.8355

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.09/5.18	c |         0 |   63910   305867 |      --       0       --      -- |     --   | -95738/-66642
5.09/5.18	c ==============================================================================
5.09/5.18	c Result  :   #vars: 5924   #clauses: 63910   #literals: 305867
5.09/5.18	c CPU time:   5.04523 s
5.09/5.18	c ==============================================================================
44.05/24.81	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
44.05/24.81	c ============================[ Problem Statistics ]=============================
44.05/24.81	c |                                                                             |
44.05/24.81	c threadId              : 1
44.05/24.81	c restarts              : 735
44.05/24.81	c conflicts             : 61897          (1602 /sec)
44.05/24.81	c decisions             : 392564         (1.77 % random) (10157 /sec)
44.05/24.81	c propagations          : 16078217       (416015 /sec)
44.05/24.81	c conflict literals     : 7458303        (26.30 % deleted)
44.05/24.81	c Memory used           : 71.95 MB
44.05/24.81	c CPU time              : 38.6481 s
44.05/24.81	
44.05/24.81	c --->m=2, e=8, aimd=1, HOME/2541_many.cnf	time: 19.3241	conflicts: 61897        
44.05/24.82	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-1554201-1238725078/watcher-1554201-1238725078 -o /tmp/evaluation-result-1554201-1238725078/solver-1554201-1238725078 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1554201-1238725078.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: 1.87 1.76 1.42 3/68 2541
/proc/meminfo: memFree=1768680/2055920 swapFree=4175348/4192956
[pid=2541] ppid=2539 vsize=5356 CPUtime=0
/proc/2541/stat : 2541 (manysat.sh) R 2539 2541 2504 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 1145169469 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 271894243999 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/2541/statm: 1339 234 194 169 0 50 0
[pid=2542] ppid=2541 vsize=988 CPUtime=0
/proc/2542/stat : 2542 (SatElite) R 2541 2541 2504 0 -1 4194304 158 0 0 0 0 0 0 0 18 0 1 0 1145169470 1011712 142 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/2542/statm: 247 143 50 127 0 117 0

[startup+0.0965579 s]
/proc/loadavg: 1.87 1.76 1.42 3/68 2541
/proc/meminfo: memFree=1768680/2055920 swapFree=4175348/4192956
[pid=2541] ppid=2539 vsize=5356 CPUtime=0
/proc/2541/stat : 2541 (manysat.sh) S 2539 2541 2504 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1145169469 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2541/statm: 1339 235 195 169 0 50 0
[pid=2542] ppid=2541 vsize=15360 CPUtime=0.08
/proc/2542/stat : 2542 (SatElite) R 2541 2541 2504 0 -1 4194304 3159 0 0 0 7 1 0 0 19 0 1 0 1145169470 15728640 3143 1992294400 134512640 135034092 4294956096 18446744073709551615 134544897 0 0 4096 3 0 0 0 17 1 0 0
/proc/2542/statm: 3840 3147 50 127 0 3710 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20716

[startup+0.101558 s]
/proc/loadavg: 1.87 1.76 1.42 3/68 2541
/proc/meminfo: memFree=1768680/2055920 swapFree=4175348/4192956
[pid=2541] ppid=2539 vsize=5356 CPUtime=0
/proc/2541/stat : 2541 (manysat.sh) S 2539 2541 2504 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1145169469 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2541/statm: 1339 235 195 169 0 50 0
[pid=2542] ppid=2541 vsize=15756 CPUtime=0.09
/proc/2542/stat : 2542 (SatElite) R 2541 2541 2504 0 -1 4194304 3312 0 0 0 8 1 0 0 19 0 1 0 1145169470 16134144 3296 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/2542/statm: 3939 3297 50 127 0 3809 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21112

[startup+0.301576 s]
/proc/loadavg: 1.87 1.76 1.42 3/68 2541
/proc/meminfo: memFree=1768680/2055920 swapFree=4175348/4192956
[pid=2541] ppid=2539 vsize=5356 CPUtime=0
/proc/2541/stat : 2541 (manysat.sh) S 2539 2541 2504 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1145169469 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2541/statm: 1339 235 195 169 0 50 0
[pid=2542] ppid=2541 vsize=24500 CPUtime=0.29
/proc/2542/stat : 2542 (SatElite) R 2541 2541 2504 0 -1 4194304 5981 0 0 0 26 3 0 0 21 0 1 0 1145169470 25088000 5547 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/2542/statm: 6125 5547 68 127 0 5995 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29856

[startup+0.701616 s]
/proc/loadavg: 1.87 1.76 1.42 3/68 2541
/proc/meminfo: memFree=1768680/2055920 swapFree=4175348/4192956
[pid=2541] ppid=2539 vsize=5356 CPUtime=0
/proc/2541/stat : 2541 (manysat.sh) S 2539 2541 2504 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1145169469 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2541/statm: 1339 235 195 169 0 50 0
[pid=2542] ppid=2541 vsize=25184 CPUtime=0.69
/proc/2542/stat : 2542 (SatElite) R 2541 2541 2504 0 -1 4194304 6140 0 0 0 65 4 0 0 25 0 1 0 1145169470 25788416 5706 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/2542/statm: 6296 5706 68 127 0 6166 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30540

[startup+1.5017 s]
/proc/loadavg: 1.87 1.76 1.42 2/70 2543
/proc/meminfo: memFree=1741208/2055920 swapFree=4175348/4192956
[pid=2541] ppid=2539 vsize=5356 CPUtime=0
/proc/2541/stat : 2541 (manysat.sh) S 2539 2541 2504 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1145169469 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2541/statm: 1339 235 195 169 0 50 0
[pid=2542] ppid=2541 vsize=26388 CPUtime=1.48
/proc/2542/stat : 2542 (SatElite) R 2541 2541 2504 0 -1 4194304 6438 0 0 0 143 5 0 0 25 0 1 0 1145169470 27021312 6004 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/2542/statm: 6597 6004 68 127 0 6467 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 31744

[startup+3.10186 s]
/proc/loadavg: 1.80 1.75 1.42 2/70 2543
/proc/meminfo: memFree=1735128/2055920 swapFree=4175348/4192956
[pid=2541] ppid=2539 vsize=5356 CPUtime=0
/proc/2541/stat : 2541 (manysat.sh) S 2539 2541 2504 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 1145169469 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2541/statm: 1339 235 195 169 0 50 0
[pid=2542] ppid=2541 vsize=28464 CPUtime=3.08
/proc/2542/stat : 2542 (SatElite) R 2541 2541 2504 0 -1 4194304 6897 0 0 0 299 9 0 0 25 0 1 0 1145169470 29147136 6463 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/2542/statm: 7116 6463 68 127 0 6986 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 33820

[startup+6.30218 s]
/proc/loadavg: 1.80 1.75 1.42 2/70 2544
/proc/meminfo: memFree=1738968/2055920 swapFree=4175348/4192956
[pid=2541] ppid=2539 vsize=5356 CPUtime=5.29
/proc/2541/stat : 2541 (manysat.sh) S 2539 2541 2504 0 -1 4194304 312 8075 0 0 0 0 515 14 16 0 1 0 1145169469 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2541/statm: 1339 238 195 169 0 50 0
[pid=2544] ppid=2541 vsize=26672 CPUtime=1.85
/proc/2544/stat : 2544 (manysat1.1_stat) R 2541 2541 2504 0 -1 4194304 3772 0 0 0 181 4 0 0 17 0 2 0 1145170000 27312128 3758 1992294400 134512640 135305190 4294956144 18446744073709551615 134528875 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/2544/statm: 6668 3758 83 193 0 6472 0
Current children cumulated CPU time (s) 7.14
Current children cumulated vsize (KiB) 32028

[startup+12.7018 s]
/proc/loadavg: 1.83 1.75 1.42 3/71 2545
/proc/meminfo: memFree=1718488/2055920 swapFree=4175348/4192956
[pid=2541] ppid=2539 vsize=5356 CPUtime=5.29
/proc/2541/stat : 2541 (manysat.sh) S 2539 2541 2504 0 -1 4194304 312 8075 0 0 0 0 515 14 16 0 1 0 1145169469 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2541/statm: 1339 238 195 169 0 50 0
[pid=2544] ppid=2541 vsize=43008 CPUtime=14.61
/proc/2544/stat : 2544 (manysat1.1_stat) R 2541 2541 2504 0 -1 4194304 7921 0 0 0 1453 8 0 0 17 0 2 0 1145170000 44040192 7907 1992294400 134512640 135305190 4294956144 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/2544/statm: 10752 7907 83 193 0 10556 0
[pid=2544/tid=2545] ppid=2541 vsize=43008 CPUtime=7.24
/proc/2544/task/2545/stat : 2545 (manysat1.1_stat) R 2541 2541 2504 0 -1 4194368 2742 0 0 0 721 3 0 0 17 0 2 0 1145170011 44040192 7907 1992294400 134512640 135305190 4294956144 18446744073709551615 134551668 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 19.9
Current children cumulated vsize (KiB) 48364

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

[startup+19.1015 s]
/proc/loadavg: 1.84 1.76 1.43 3/71 2545
/proc/meminfo: memFree=1706008/2055920 swapFree=4175348/4192956
[pid=2541] ppid=2539 vsize=5356 CPUtime=5.29
/proc/2541/stat : 2541 (manysat.sh) S 2539 2541 2504 0 -1 4194304 312 8075 0 0 0 0 515 14 16 0 1 0 1145169469 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2541/statm: 1339 238 195 169 0 50 0
[pid=2544] ppid=2541 vsize=57036 CPUtime=27.38
/proc/2544/stat : 2544 (manysat1.1_stat) R 2541 2541 2504 0 -1 4194304 11422 0 0 0 2728 10 0 0 17 0 2 0 1145170000 58404864 11408 1992294400 134512640 135305190 4294956144 18446744073709551615 134840070 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/2544/statm: 14259 11408 83 193 0 14063 0
[pid=2544/tid=2545] ppid=2541 vsize=57036 CPUtime=13.61
/proc/2544/task/2545/stat : 2545 (manysat1.1_stat) R 2541 2541 2504 0 -1 4194368 4441 0 0 0 1357 4 0 0 16 0 2 0 1145170011 58404864 11408 1992294400 134512640 135305190 4294956144 18446744073709551615 134551863 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 32.67
Current children cumulated vsize (KiB) 62392

[startup+22.3018 s]
/proc/loadavg: 1.85 1.76 1.43 3/71 2545
/proc/meminfo: memFree=1694616/2055920 swapFree=4175348/4192956
[pid=2541] ppid=2539 vsize=5356 CPUtime=5.29
/proc/2541/stat : 2541 (manysat.sh) S 2539 2541 2504 0 -1 4194304 312 8075 0 0 0 0 515 14 16 0 1 0 1145169469 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2541/statm: 1339 238 195 169 0 50 0
[pid=2544] ppid=2541 vsize=67264 CPUtime=33.77
/proc/2544/stat : 2544 (manysat1.1_stat) R 2541 2541 2504 0 -1 4194304 14059 0 0 0 3365 12 0 0 17 0 2 0 1145170000 68878336 14045 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/2544/statm: 16816 14045 83 193 0 16620 0
[pid=2544/tid=2545] ppid=2541 vsize=67264 CPUtime=16.8
/proc/2544/task/2545/stat : 2545 (manysat1.1_stat) R 2541 2541 2504 0 -1 4194368 5555 0 0 0 1675 5 0 0 17 0 2 0 1145170011 68878336 14045 1992294400 134512640 135305190 4294956144 18446744073709551615 134551620 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 39.06
Current children cumulated vsize (KiB) 72620

[startup+23.9029 s]
/proc/loadavg: 1.85 1.76 1.43 3/71 2545
/proc/meminfo: memFree=1690456/2055920 swapFree=4175348/4192956
[pid=2541] ppid=2539 vsize=5356 CPUtime=5.29
/proc/2541/stat : 2541 (manysat.sh) S 2539 2541 2504 0 -1 4194304 312 8075 0 0 0 0 515 14 16 0 1 0 1145169469 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2541/statm: 1339 238 195 169 0 50 0
[pid=2544] ppid=2541 vsize=73328 CPUtime=36.97
/proc/2544/stat : 2544 (manysat1.1_stat) R 2541 2541 2504 0 -1 4194304 15529 0 0 0 3684 13 0 0 16 0 2 0 1145170000 75087872 15515 1992294400 134512640 135305190 4294956144 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/2544/statm: 18332 15515 83 193 0 18136 0
[pid=2544/tid=2545] ppid=2541 vsize=73328 CPUtime=18.4
/proc/2544/task/2545/stat : 2545 (manysat1.1_stat) R 2541 2541 2504 0 -1 4194368 6127 0 0 0 1835 5 0 0 16 0 2 0 1145170011 75087872 15515 1992294400 134512640 135305190 4294956144 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 42.26
Current children cumulated vsize (KiB) 78684

[startup+24.303 s]
/proc/loadavg: 1.85 1.76 1.43 3/71 2545
/proc/meminfo: memFree=1687256/2055920 swapFree=4175348/4192956
[pid=2541] ppid=2539 vsize=5356 CPUtime=5.29
/proc/2541/stat : 2541 (manysat.sh) S 2539 2541 2504 0 -1 4194304 312 8075 0 0 0 0 515 14 16 0 1 0 1145169469 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2541/statm: 1339 238 195 169 0 50 0
[pid=2544] ppid=2541 vsize=73588 CPUtime=37.76
/proc/2544/stat : 2544 (manysat1.1_stat) R 2541 2541 2504 0 -1 4194304 15592 0 0 0 3763 13 0 0 17 0 2 0 1145170000 75354112 15578 1992294400 134512640 135305190 4294956144 18446744073709551615 134542025 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/2544/statm: 18397 15578 83 193 0 18201 0
[pid=2544/tid=2545] ppid=2541 vsize=73588 CPUtime=18.79
/proc/2544/task/2545/stat : 2545 (manysat1.1_stat) R 2541 2541 2504 0 -1 4194368 6144 0 0 0 1874 5 0 0 17 0 2 0 1145170011 75354112 15578 1992294400 134512640 135305190 4294956144 18446744073709551615 134570412 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 43.05
Current children cumulated vsize (KiB) 78944

[startup+24.703 s]
/proc/loadavg: 1.85 1.76 1.43 3/71 2545
/proc/meminfo: memFree=1687256/2055920 swapFree=4175348/4192956
[pid=2541] ppid=2539 vsize=5356 CPUtime=5.29
/proc/2541/stat : 2541 (manysat.sh) S 2539 2541 2504 0 -1 4194304 312 8075 0 0 0 0 515 14 16 0 1 0 1145169469 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2541/statm: 1339 238 195 169 0 50 0
[pid=2544] ppid=2541 vsize=73668 CPUtime=38.56
/proc/2544/stat : 2544 (manysat1.1_stat) R 2541 2541 2504 0 -1 4194304 15593 0 0 0 3843 13 0 0 16 0 2 0 1145170000 75436032 15579 1992294400 134512640 135305190 4294956144 18446744073709551615 134551978 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/2544/statm: 18417 15579 83 193 0 18221 0
[pid=2544/tid=2545] ppid=2541 vsize=73668 CPUtime=19.19
/proc/2544/task/2545/stat : 2545 (manysat1.1_stat) R 2541 2541 2504 0 -1 4194368 6144 0 0 0 1914 5 0 0 17 0 2 0 1145170011 75436032 15579 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 43.85
Current children cumulated vsize (KiB) 79024

[startup+24.802 s]
/proc/loadavg: 1.85 1.76 1.43 3/71 2545
/proc/meminfo: memFree=1687256/2055920 swapFree=4175348/4192956
[pid=2541] ppid=2539 vsize=5356 CPUtime=5.29
/proc/2541/stat : 2541 (manysat.sh) S 2539 2541 2504 0 -1 4194304 312 8075 0 0 0 0 515 14 16 0 1 0 1145169469 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 271894242116 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2541/statm: 1339 238 195 169 0 50 0
[pid=2544] ppid=2541 vsize=73668 CPUtime=38.76
/proc/2544/stat : 2544 (manysat1.1_stat) R 2541 2541 2504 0 -1 4194304 15593 0 0 0 3863 13 0 0 17 0 2 0 1145170000 75436032 15579 1992294400 134512640 135305190 4294956144 18446744073709551615 134551998 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/2544/statm: 18417 15579 83 193 0 18221 0
[pid=2544/tid=2545] ppid=2541 vsize=73668 CPUtime=19.29
/proc/2544/task/2545/stat : 2545 (manysat1.1_stat) R 2541 2541 2504 0 -1 4194368 6144 0 0 0 1924 5 0 0 17 0 2 0 1145170011 75436032 15579 1992294400 134512640 135305190 4294956144 18446744073709551615 134837608 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 44.05
Current children cumulated vsize (KiB) 79024

Child status: 20
Real time (s): 24.8355
CPU time (s): 44.1103
CPU user time (s): 43.8093
CPU system time (s): 0.300954
CPU usage (%): 177.61
Max. virtual memory (cumulated for all children) (KiB): 79024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.8093
system time used= 0.300954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24149
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= 1665
involuntary context switches= 325

runsolver used 0.019996 second user time and 0.078987 second system time

The end

Launcher Data

Begin job on node60 at 2009-04-03 04:17:59
IDJOB=1554201
IDBENCH=70776
IDSOLVER=514
FILE ID=node60/1554201-1238725078
PBS_JOBID= 9085336
Free space on /tmp= 66560 MiB

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

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

MD5SUM BENCH= 34e3afebec3eaf03cbcceb51b352993a
RANDOM SEED=296425767

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:       1769352 kB
Buffers:         69560 kB
Cached:         131972 kB
SwapCached:      10696 kB
Active:          30916 kB
Inactive:       183380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1769352 kB
SwapTotal:     4192956 kB
SwapFree:      4175348 kB
Dirty:            4320 kB
Writeback:           0 kB
Mapped:          18356 kB
Slab:            57904 kB
Committed_AS:  3564284 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:24