Trace number 1725833

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 97.4492 48.8967

General information on the benchmark

Namecrafted/Medium/contest05/others/
QG-gensys-brn008.sat05-2685.reshuffled-07.cnf
MD5SUMf9cdae8890dde718d40830262adc8433
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark62.0236
Satisfiable
(Un)Satisfiability was proved
Number of variables1467
Number of clauses7521
Sum of the clauses size64621
Maximum clause length16
Minimum clause length1
Number of clauses of size 127
Number of clauses of size 2247
Number of clauses of size 31130
Number of clauses of size 482
Number of clauses of size 5852
Number of clauses of size over 55183

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 |    7309    63695 |    2192       0        0     nan |  0.000 % |
0.00/0.06	c |         0 |    6058    53912 |      --       0       --      -- |     --   | -423/-5172
0.00/0.06	c ==============================================================================
0.00/0.06	c Result  :   #vars: 1343   #clauses: 6058   #literals: 53912
0.00/0.06	c CPU time:   0.06199 s
0.00/0.06	c ==============================================================================
97.24/48.89	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
97.24/48.89	c ============================[ Problem Statistics ]=============================
97.24/48.89	c |                                                                             |
97.24/48.89	c threadId              : 1
97.24/48.89	c restarts              : 1158
97.24/48.89	c conflicts             : 193510         (1989 /sec)
97.24/48.89	c decisions             : 546275         (1.95 % random) (5616 /sec)
97.24/48.89	c propagations          : 6547110        (67306 /sec)
97.24/48.89	c conflict literals     : 5016399        (21.45 % deleted)
97.24/48.89	c Memory used           : 37.68 MB
97.24/48.89	c CPU time              : 97.2732 s
97.24/48.89	
97.24/48.89	c --->m=2, e=8, aimd=2, HOME/15778_many.cnf	time: 48.6366	conflicts: 193510       
97.24/48.89	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-1725833-1240706943/watcher-1725833-1240706943 -o /tmp/evaluation-result-1725833-1240706943/solver-1725833-1240706943 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1725833-1240706943.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.00 1.26 1.51 3/64 15778
/proc/meminfo: memFree=1686128/2055920 swapFree=4191900/4192956
[pid=15778] ppid=15776 vsize=5356 CPUtime=0
/proc/15778/stat : 15778 (manysat.sh) S 15776 15778 15479 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 98726992 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15778/statm: 1339 235 195 169 0 50 0
[pid=15779] ppid=15778 vsize=956 CPUtime=0
/proc/15779/stat : 15779 (SatElite) R 15778 15778 15479 0 -1 4194304 141 0 0 0 0 0 0 0 19 0 1 0 98726992 978944 125 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/15779/statm: 239 126 52 127 0 109 0

[startup+0.089389 s]
/proc/loadavg: 1.00 1.26 1.51 3/64 15778
/proc/meminfo: memFree=1686128/2055920 swapFree=4191900/4192956
[pid=15778] ppid=15776 vsize=5356 CPUtime=0.07
/proc/15778/stat : 15778 (manysat.sh) S 15776 15778 15479 0 -1 4194304 312 393 0 0 0 0 7 0 17 0 1 0 98726992 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15778/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.101391 s]
/proc/loadavg: 1.00 1.26 1.51 3/64 15778
/proc/meminfo: memFree=1686128/2055920 swapFree=4191900/4192956
[pid=15778] ppid=15776 vsize=5356 CPUtime=0.07
/proc/15778/stat : 15778 (manysat.sh) S 15776 15778 15479 0 -1 4194304 312 393 0 0 0 0 7 0 17 0 1 0 98726992 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15778/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.301405 s]
/proc/loadavg: 1.00 1.26 1.51 3/64 15778
/proc/meminfo: memFree=1686128/2055920 swapFree=4191900/4192956
[pid=15778] ppid=15776 vsize=5356 CPUtime=0.07
/proc/15778/stat : 15778 (manysat.sh) S 15776 15778 15479 0 -1 4194304 312 393 0 0 0 0 7 0 17 0 1 0 98726992 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15778/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.701437 s]
/proc/loadavg: 1.00 1.26 1.51 3/64 15778
/proc/meminfo: memFree=1686128/2055920 swapFree=4191900/4192956
[pid=15778] ppid=15776 vsize=5356 CPUtime=0.07
/proc/15778/stat : 15778 (manysat.sh) S 15776 15778 15479 0 -1 4194304 312 393 0 0 0 0 7 0 17 0 1 0 98726992 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15778/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+1.5015 s]
/proc/loadavg: 1.00 1.26 1.51 3/67 15782
/proc/meminfo: memFree=1679512/2055920 swapFree=4191900/4192956
[pid=15778] ppid=15776 vsize=5356 CPUtime=0.07
/proc/15778/stat : 15778 (manysat.sh) S 15776 15778 15479 0 -1 4194304 312 393 0 0 0 0 7 0 17 0 1 0 98726992 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15778/statm: 1339 238 195 169 0 50 0
[pid=15781] ppid=15778 vsize=19424 CPUtime=2.79
/proc/15781/stat : 15781 (manysat1.1_stat) R 15778 15778 15479 0 -1 4194304 1810 0 0 0 279 0 0 0 17 0 2 0 98727001 19890176 1796 1992294400 134512640 135305190 4294956144 18446744073709551615 134528545 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15781/statm: 4856 1796 83 193 0 4660 0
[pid=15781/tid=15782] ppid=15778 vsize=19424 CPUtime=1.39
/proc/15781/task/15782/stat : 15782 (manysat1.1_stat) R 15778 15778 15479 0 -1 4194368 657 0 0 0 139 0 0 0 18 0 2 0 98727003 19890176 1796 1992294400 134512640 135305190 4294956144 18446744073709551615 134557238 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 24780

[startup+3.10162 s]
/proc/loadavg: 1.08 1.27 1.51 3/67 15782
/proc/meminfo: memFree=1677144/2055920 swapFree=4191900/4192956
[pid=15778] ppid=15776 vsize=5356 CPUtime=0.07
/proc/15778/stat : 15778 (manysat.sh) S 15776 15778 15479 0 -1 4194304 312 393 0 0 0 0 7 0 17 0 1 0 98726992 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15778/statm: 1339 238 195 169 0 50 0
[pid=15781] ppid=15778 vsize=22580 CPUtime=5.98
/proc/15781/stat : 15781 (manysat1.1_stat) R 15778 15778 15479 0 -1 4194304 2533 0 0 0 597 1 0 0 17 0 2 0 98727001 23121920 2519 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15781/statm: 5645 2519 83 193 0 5449 0
[pid=15781/tid=15782] ppid=15778 vsize=22580 CPUtime=2.98
/proc/15781/task/15782/stat : 15782 (manysat1.1_stat) R 15778 15778 15479 0 -1 4194368 1004 0 0 0 298 0 0 0 17 0 2 0 98727003 23121920 2519 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 27936

[startup+6.30285 s]
/proc/loadavg: 1.08 1.27 1.51 3/67 15782
/proc/meminfo: memFree=1672280/2055920 swapFree=4191900/4192956
[pid=15778] ppid=15776 vsize=5356 CPUtime=0.07
/proc/15778/stat : 15778 (manysat.sh) S 15776 15778 15479 0 -1 4194304 312 393 0 0 0 0 7 0 17 0 1 0 98726992 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15778/statm: 1339 238 195 169 0 50 0
[pid=15781] ppid=15778 vsize=27016 CPUtime=12.37
/proc/15781/stat : 15781 (manysat1.1_stat) R 15778 15778 15479 0 -1 4194304 3539 0 0 0 1234 3 0 0 23 0 2 0 98727001 27664384 3525 1992294400 134512640 135305190 4294956144 18446744073709551615 134528875 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15781/statm: 6754 3525 83 193 0 6558 0
[pid=15781/tid=15782] ppid=15778 vsize=27016 CPUtime=6.18
/proc/15781/task/15782/stat : 15782 (manysat1.1_stat) R 15778 15778 15479 0 -1 4194368 1498 0 0 0 617 1 0 0 17 0 2 0 98727003 27664384 3525 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 32372

[startup+12.7013 s]
/proc/loadavg: 1.22 1.29 1.52 3/67 15782
/proc/meminfo: memFree=1669080/2055920 swapFree=4191900/4192956
[pid=15778] ppid=15776 vsize=5356 CPUtime=0.07
/proc/15778/stat : 15778 (manysat.sh) S 15776 15778 15479 0 -1 4194304 312 393 0 0 0 0 7 0 17 0 1 0 98726992 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15778/statm: 1339 238 195 169 0 50 0
[pid=15781] ppid=15778 vsize=30244 CPUtime=25.14
/proc/15781/stat : 15781 (manysat1.1_stat) R 15778 15778 15479 0 -1 4194304 4212 0 0 0 2510 4 0 0 17 0 2 0 98727001 30969856 4198 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15781/statm: 7561 4198 83 193 0 7365 0
[pid=15781/tid=15782] ppid=15778 vsize=30244 CPUtime=12.57
/proc/15781/task/15782/stat : 15782 (manysat1.1_stat) R 15778 15778 15479 0 -1 4194368 1853 0 0 0 1256 1 0 0 18 0 2 0 98727003 30969856 4198 1992294400 134512640 135305190 4294956144 18446744073709551615 134528268 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 35600

[startup+25.5013 s]
/proc/loadavg: 1.34 1.32 1.52 3/67 15782
/proc/meminfo: memFree=1664216/2055920 swapFree=4191900/4192956
[pid=15778] ppid=15776 vsize=5356 CPUtime=0.07
/proc/15778/stat : 15778 (manysat.sh) S 15776 15778 15479 0 -1 4194304 312 393 0 0 0 0 7 0 17 0 1 0 98726992 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15778/statm: 1339 238 195 169 0 50 0
[pid=15781] ppid=15778 vsize=34124 CPUtime=50.68
/proc/15781/stat : 15781 (manysat1.1_stat) R 15778 15778 15479 0 -1 4194304 5344 0 0 0 5062 6 0 0 25 0 2 0 98727001 34942976 5330 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15781/statm: 8531 5330 83 193 0 8335 0
[pid=15781/tid=15782] ppid=15778 vsize=34124 CPUtime=25.37
/proc/15781/task/15782/stat : 15782 (manysat1.1_stat) R 15778 15778 15479 0 -1 4194368 2494 0 0 0 2535 2 0 0 25 0 2 0 98727003 34942976 5330 1992294400 134512640 135305190 4294956144 18446744073709551615 134528338 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 39480

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

[startup+38.3012 s]
/proc/loadavg: 1.49 1.35 1.53 3/67 15782
/proc/meminfo: memFree=1662040/2055920 swapFree=4191900/4192956
[pid=15778] ppid=15776 vsize=5356 CPUtime=0.07
/proc/15778/stat : 15778 (manysat.sh) S 15776 15778 15479 0 -1 4194304 312 393 0 0 0 0 7 0 17 0 1 0 98726992 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15778/statm: 1339 238 195 169 0 50 0
[pid=15781] ppid=15778 vsize=36628 CPUtime=76.22
/proc/15781/stat : 15781 (manysat1.1_stat) R 15778 15778 15479 0 -1 4194304 5918 0 0 0 7615 7 0 0 25 0 2 0 98727001 37507072 5904 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15781/statm: 9157 5904 83 193 0 8961 0
[pid=15781/tid=15782] ppid=15778 vsize=36628 CPUtime=38.16
/proc/15781/task/15782/stat : 15782 (manysat1.1_stat) R 15778 15778 15479 0 -1 4194368 2789 0 0 0 3814 2 0 0 25 0 2 0 98727003 37507072 5904 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 76.29
Current children cumulated vsize (KiB) 41984

[startup+44.7017 s]
/proc/loadavg: 1.53 1.36 1.53 3/67 15782
/proc/meminfo: memFree=1660824/2055920 swapFree=4191900/4192956
[pid=15778] ppid=15776 vsize=5356 CPUtime=0.07
/proc/15778/stat : 15778 (manysat.sh) S 15776 15778 15479 0 -1 4194304 312 393 0 0 0 0 7 0 17 0 1 0 98726992 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15778/statm: 1339 238 195 169 0 50 0
[pid=15781] ppid=15778 vsize=37404 CPUtime=88.98
/proc/15781/stat : 15781 (manysat1.1_stat) R 15778 15778 15479 0 -1 4194304 6205 0 0 0 8891 7 0 0 21 0 2 0 98727001 38301696 6191 1992294400 134512640 135305190 4294956144 18446744073709551615 134528379 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15781/statm: 9351 6191 83 193 0 9155 0
[pid=15781/tid=15782] ppid=15778 vsize=37404 CPUtime=44.56
/proc/15781/task/15782/stat : 15782 (manysat1.1_stat) R 15778 15778 15479 0 -1 4194368 2977 0 0 0 4453 3 0 0 18 0 2 0 98727003 38301696 6191 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 89.05
Current children cumulated vsize (KiB) 42760

[startup+46.3018 s]
/proc/loadavg: 1.53 1.36 1.53 3/67 15782
/proc/meminfo: memFree=1660696/2055920 swapFree=4191900/4192956
[pid=15778] ppid=15776 vsize=5356 CPUtime=0.07
/proc/15778/stat : 15778 (manysat.sh) S 15776 15778 15479 0 -1 4194304 312 393 0 0 0 0 7 0 17 0 1 0 98726992 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15778/statm: 1339 238 195 169 0 50 0
[pid=15781] ppid=15778 vsize=38428 CPUtime=92.17
/proc/15781/stat : 15781 (manysat1.1_stat) R 15778 15778 15479 0 -1 4194304 6234 0 0 0 9210 7 0 0 25 0 2 0 98727001 39350272 6220 1992294400 134512640 135305190 4294956144 18446744073709551615 134531193 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15781/statm: 9607 6220 83 193 0 9411 0
[pid=15781/tid=15782] ppid=15778 vsize=38428 CPUtime=46.16
/proc/15781/task/15782/stat : 15782 (manysat1.1_stat) R 15778 15778 15479 0 -1 4194368 2977 0 0 0 4613 3 0 0 20 0 2 0 98727003 39350272 6220 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 92.24
Current children cumulated vsize (KiB) 43784

[startup+47.9019 s]
/proc/loadavg: 1.56 1.37 1.53 3/67 15782
/proc/meminfo: memFree=1660696/2055920 swapFree=4191900/4192956
[pid=15778] ppid=15776 vsize=5356 CPUtime=0.07
/proc/15778/stat : 15778 (manysat.sh) S 15776 15778 15479 0 -1 4194304 312 393 0 0 0 0 7 0 17 0 1 0 98726992 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15778/statm: 1339 238 195 169 0 50 0
[pid=15781] ppid=15778 vsize=38580 CPUtime=95.37
/proc/15781/stat : 15781 (manysat1.1_stat) R 15778 15778 15479 0 -1 4194304 6249 0 0 0 9530 7 0 0 25 0 2 0 98727001 39505920 6235 1992294400 134512640 135305190 4294956144 18446744073709551615 134528525 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15781/statm: 9645 6235 83 193 0 9449 0
[pid=15781/tid=15782] ppid=15778 vsize=38580 CPUtime=47.76
/proc/15781/task/15782/stat : 15782 (manysat1.1_stat) R 15778 15778 15479 0 -1 4194368 2985 0 0 0 4773 3 0 0 17 0 2 0 98727003 39505920 6235 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 95.44
Current children cumulated vsize (KiB) 43936

[startup+48.3029 s]
/proc/loadavg: 1.56 1.37 1.53 3/67 15782
/proc/meminfo: memFree=1660696/2055920 swapFree=4191900/4192956
[pid=15778] ppid=15776 vsize=5356 CPUtime=0.07
/proc/15778/stat : 15778 (manysat.sh) S 15776 15778 15479 0 -1 4194304 312 393 0 0 0 0 7 0 17 0 1 0 98726992 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15778/statm: 1339 238 195 169 0 50 0
[pid=15781] ppid=15778 vsize=38580 CPUtime=96.17
/proc/15781/stat : 15781 (manysat1.1_stat) R 15778 15778 15479 0 -1 4194304 6249 0 0 0 9610 7 0 0 18 0 2 0 98727001 39505920 6235 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15781/statm: 9645 6235 83 193 0 9449 0
[pid=15781/tid=15782] ppid=15778 vsize=38580 CPUtime=48.16
/proc/15781/task/15782/stat : 15782 (manysat1.1_stat) R 15778 15778 15479 0 -1 4194368 2985 0 0 0 4813 3 0 0 17 0 2 0 98727003 39505920 6235 1992294400 134512640 135305190 4294956144 18446744073709551615 134528402 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 96.24
Current children cumulated vsize (KiB) 43936

[startup+48.703 s]
/proc/loadavg: 1.56 1.37 1.53 3/67 15782
/proc/meminfo: memFree=1660696/2055920 swapFree=4191900/4192956
[pid=15778] ppid=15776 vsize=5356 CPUtime=0.07
/proc/15778/stat : 15778 (manysat.sh) S 15776 15778 15479 0 -1 4194304 312 393 0 0 0 0 7 0 17 0 1 0 98726992 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15778/statm: 1339 238 195 169 0 50 0
[pid=15781] ppid=15778 vsize=38580 CPUtime=96.97
/proc/15781/stat : 15781 (manysat1.1_stat) R 15778 15778 15479 0 -1 4194304 6267 0 0 0 9690 7 0 0 22 0 2 0 98727001 39505920 6253 1992294400 134512640 135305190 4294956144 18446744073709551615 134528747 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15781/statm: 9645 6253 83 193 0 9449 0
[pid=15781/tid=15782] ppid=15778 vsize=38580 CPUtime=48.56
/proc/15781/task/15782/stat : 15782 (manysat1.1_stat) R 15778 15778 15479 0 -1 4194368 2997 0 0 0 4853 3 0 0 18 0 2 0 98727003 39505920 6253 1992294400 134512640 135305190 4294956144 18446744073709551615 134528449 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 97.04
Current children cumulated vsize (KiB) 43936

[startup+48.803 s]
/proc/loadavg: 1.56 1.37 1.53 3/67 15782
/proc/meminfo: memFree=1660696/2055920 swapFree=4191900/4192956
[pid=15778] ppid=15776 vsize=5356 CPUtime=0.07
/proc/15778/stat : 15778 (manysat.sh) S 15776 15778 15479 0 -1 4194304 312 393 0 0 0 0 7 0 17 0 1 0 98726992 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15778/statm: 1339 238 195 169 0 50 0
[pid=15781] ppid=15778 vsize=38580 CPUtime=97.17
/proc/15781/stat : 15781 (manysat1.1_stat) R 15778 15778 15479 0 -1 4194304 6267 0 0 0 9710 7 0 0 22 0 2 0 98727001 39505920 6253 1992294400 134512640 135305190 4294956144 18446744073709551615 134528548 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15781/statm: 9645 6253 83 193 0 9449 0
[pid=15781/tid=15782] ppid=15778 vsize=38580 CPUtime=48.66
/proc/15781/task/15782/stat : 15782 (manysat1.1_stat) R 15778 15778 15479 0 -1 4194368 2997 0 0 0 4863 3 0 0 18 0 2 0 98727003 39505920 6253 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 97.24
Current children cumulated vsize (KiB) 43936

Child status: 20
Real time (s): 48.8967
CPU time (s): 97.4492
CPU user time (s): 97.3562
CPU system time (s): 0.092985
CPU usage (%): 199.296
Max. virtual memory (cumulated for all children) (KiB): 43936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 97.3562
system time used= 0.092985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7141
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= 377
involuntary context switches= 748

runsolver used 0.046992 second user time and 0.137979 second system time

The end

Launcher Data

Begin job on node34 at 2009-04-26 02:49:03
IDJOB=1725833
IDBENCH=24599
IDSOLVER=515
FILE ID=node34/1725833-1240706943
PBS_JOBID= 9186800
Free space on /tmp= 66388 MiB

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

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

MD5SUM BENCH= f9cdae8890dde718d40830262adc8433
RANDOM SEED=1763799310

node34.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.214
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.214
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:       1686608 kB
Buffers:         40012 kB
Cached:         261592 kB
SwapCached:        384 kB
Active:          87176 kB
Inactive:       227776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1686608 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1796 kB
Writeback:           0 kB
Mapped:          21736 kB
Slab:            40448 kB
Committed_AS:   367508 kB
PageTables:       1380 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= 66384 MiB
End job on node34 at 2009-04-26 02:49:52