Trace number 3361918

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
SAT09 reference solver: ManySAT 1.1 aimd 1/2009-03-20UNSAT 79.4199 23.188

General information on the benchmark

Namemanol-pipe-f7nidw.cnf
MD5SUMb950ebec64dc35544d8f8bf6957e7bc2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark23.7084
Satisfiable
(Un)Satisfiability was proved
Number of variables310434
Number of clauses923497
Sum of the clauses size2154825
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2615664
Number of clauses of size 3307832
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.00/0.44	c ==============================================================================
0.00/0.44	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.44	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.44	c ==============================================================================
0.00/0.44	c |         0 |  923496  2154824 |  277048       0        0     nan |  0.000 % |
3.49/3.50	c |         0 |  364855  1457039 |      --       0       --      -- |     --   | -558639/-697780
3.49/3.50	c ==============================================================================
3.49/3.50	c Result  :   #vars: 45777   #clauses: 364855   #literals: 1457039
3.49/3.50	c CPU time:   3.39348 s
3.49/3.50	c ==============================================================================
79.18/23.16	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
79.18/23.16	c ============================[ Problem Statistics ]=============================
79.18/23.16	c |                                                                             |
79.18/23.16	c threadId              : 1
79.18/23.16	c restarts              : 1378
79.18/23.16	c conflicts             : 95515          (1273 /sec)
79.18/23.16	c decisions             : 796536         (1.70 % random) (10616 /sec)
79.18/23.16	c propagations          : 42903889       (571803 /sec)
79.18/23.16	c conflict literals     : 2320734        (27.63 % deleted)
79.18/23.16	c Memory used           : 216.44 MB
79.18/23.16	c CPU time              : 75.0326 s
79.18/23.16	
79.18/23.16	c --->m=4, e=8, aimd=1, HOME/1582_many.cnf	time: 18.7581	conflicts: 95515        
79.18/23.17	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3361918-1305296400/watcher-3361918-1305296400 -o /tmp/evaluation-result-3361918-1305296400/solver-3361918-1305296400 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3361918-1305296400.cnf aimd 1 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.15 0.03 0.01 1/406 1582
/proc/meminfo: memFree=6644972/32950940 swapFree=67111356/67111528
[pid=1582] ppid=1580 vsize=8700 CPUtime=0 cores=0-7
/proc/1582/stat : 1582 (manysat.sh) S 1580 1582 1528 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 719870893 8908800 250 33554432000 4194304 4922060 140733879636848 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1582/statm: 2175 250 209 178 0 68 0

[startup+0.0351739 s]
/proc/loadavg: 0.15 0.03 0.01 1/406 1582
/proc/meminfo: memFree=6644972/32950940 swapFree=67111356/67111528
[pid=1582] ppid=1580 vsize=8700 CPUtime=0 cores=0-7
/proc/1582/stat : 1582 (manysat.sh) S 1580 1582 1528 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 719870893 8908800 250 33554432000 4194304 4922060 140733879636848 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1582/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100163 s]
/proc/loadavg: 0.15 0.03 0.01 1/406 1582
/proc/meminfo: memFree=6644972/32950940 swapFree=67111356/67111528
[pid=1582] ppid=1580 vsize=8700 CPUtime=0 cores=0-7
/proc/1582/stat : 1582 (manysat.sh) S 1580 1582 1528 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 719870893 8908800 250 33554432000 4194304 4922060 140733879636848 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1582/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300127 s]
/proc/loadavg: 0.15 0.03 0.01 1/406 1582
/proc/meminfo: memFree=6644972/32950940 swapFree=67111356/67111528
[pid=1582] ppid=1580 vsize=8700 CPUtime=0 cores=0-7
/proc/1582/stat : 1582 (manysat.sh) S 1580 1582 1528 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 719870893 8908800 250 33554432000 4194304 4922060 140733879636848 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1582/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701058 s]
/proc/loadavg: 0.15 0.03 0.01 1/406 1582
/proc/meminfo: memFree=6644972/32950940 swapFree=67111356/67111528
[pid=1582] ppid=1580 vsize=8700 CPUtime=0 cores=0-7
/proc/1582/stat : 1582 (manysat.sh) S 1580 1582 1528 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 719870893 8908800 250 33554432000 4194304 4922060 140733879636848 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1582/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50092 s]
/proc/loadavg: 0.15 0.03 0.01 2/408 1584
/proc/meminfo: memFree=6510796/32950940 swapFree=67111356/67111528
[pid=1582] ppid=1580 vsize=8700 CPUtime=0 cores=0-7
/proc/1582/stat : 1582 (manysat.sh) S 1580 1582 1528 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 719870893 8908800 250 33554432000 4194304 4922060 140733879636848 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1582/statm: 2175 250 209 178 0 68 0
[pid=1583] ppid=1582 vsize=156760 CPUtime=1.49 cores=0-7
/proc/1583/stat : 1583 (SatElite) R 1582 1582 1528 0 -1 4202496 35518 0 0 0 143 6 0 0 25 0 1 0 719870893 160522240 32879 33554432000 134512640 135034092 4288416640 18446744073709551615 134566500 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/1583/statm: 39190 32879 68 128 0 39060 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 165460

[startup+3.10071 s]
/proc/loadavg: 0.15 0.03 0.01 2/408 1584
/proc/meminfo: memFree=6487236/32950940 swapFree=67111356/67111528
[pid=1582] ppid=1580 vsize=8700 CPUtime=0 cores=0-7
/proc/1582/stat : 1582 (manysat.sh) S 1580 1582 1528 0 -1 4202496 331 0 0 0 0 0 0 0 21 0 1 0 719870893 8908800 250 33554432000 4194304 4922060 140733879636848 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1582/statm: 2175 250 209 178 0 68 0
[pid=1583] ppid=1582 vsize=163724 CPUtime=3.09 cores=0-7
/proc/1583/stat : 1583 (SatElite) R 1582 1582 1528 0 -1 4202496 37470 0 0 0 299 10 0 0 25 0 1 0 719870893 167653376 34223 33554432000 134512640 135034092 4288416640 18446744073709551615 134680008 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/1583/statm: 40931 34223 68 128 0 40801 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 172424

[startup+6.30108 s]
/proc/loadavg: 0.54 0.11 0.04 5/411 1588
/proc/meminfo: memFree=6487100/32950940 swapFree=67111356/67111528
[pid=1582] ppid=1580 vsize=8700 CPUtime=3.82 cores=0-7
/proc/1582/stat : 1582 (manysat.sh) S 1580 1582 1528 0 -1 4202496 358 40668 0 0 0 0 369 13 18 0 1 0 719870893 8908800 253 33554432000 4194304 4922060 140733879636848 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1582/statm: 2175 253 209 178 0 68 0
[pid=1585] ppid=1582 vsize=163748 CPUtime=8.19 cores=0-7
/proc/1585/stat : 1585 (manysat1.1_stat) R 1582 1582 1528 0 -1 4202496 31843 0 0 0 780 39 0 0 18 0 4 0 719871276 167677952 31695 33554432000 134512640 135305190 4292560480 18446744073709551615 134529104 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/1585/statm: 40937 31695 84 194 0 40741 0
[pid=1585/tid=1586] ppid=1582 vsize=163748 CPUtime=1.93 cores=0-7
/proc/1585/task/1586/stat : 1586 (manysat1.1_stat) R 1582 1582 1528 0 -1 4202560 1663 0 0 0 184 9 0 0 19 0 4 0 719871327 167677952 31695 33554432000 134512640 135305190 4292560480 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1585/tid=1587] ppid=1582 vsize=163748 CPUtime=1.91 cores=0-7
/proc/1585/task/1587/stat : 1587 (manysat1.1_stat) R 1582 1582 1528 0 -1 4202560 1839 0 0 0 182 9 0 0 18 0 4 0 719871327 167677952 31695 33554432000 134512640 135305190 4292560480 18446744073709551615 134541971 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=1585/tid=1588] ppid=1582 vsize=163748 CPUtime=1.91 cores=0-7
/proc/1585/task/1588/stat : 1588 (manysat1.1_stat) R 1582 1582 1528 0 -1 4202560 1703 0 0 0 183 8 0 0 18 0 4 0 719871327 167677952 31695 33554432000 134512640 135305190 4292560480 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.01
Current children cumulated vsize (KiB) 172448

[startup+12.701 s]
/proc/loadavg: 0.82 0.18 0.06 5/411 1588
/proc/meminfo: memFree=6454880/32950940 swapFree=67111356/67111528
[pid=1582] ppid=1580 vsize=8700 CPUtime=3.82 cores=0-7
/proc/1582/stat : 1582 (manysat.sh) S 1580 1582 1528 0 -1 4202496 358 40668 0 0 0 0 369 13 18 0 1 0 719870893 8908800 253 33554432000 4194304 4922060 140733879636848 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1582/statm: 2175 253 209 178 0 68 0
[pid=1585] ppid=1582 vsize=189208 CPUtime=33.75 cores=0-7
/proc/1585/stat : 1585 (manysat1.1_stat) R 1582 1582 1528 0 -1 4202496 38396 0 0 0 3328 47 0 0 18 0 4 0 719871276 193748992 38238 33554432000 134512640 135305190 4292560480 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/1585/statm: 47302 38238 84 194 0 47106 0
[pid=1585/tid=1586] ppid=1582 vsize=189208 CPUtime=8.31 cores=0-7
/proc/1585/task/1586/stat : 1586 (manysat1.1_stat) R 1582 1582 1528 0 -1 4202560 2646 0 0 0 821 10 0 0 25 0 4 0 719871327 193748992 38238 33554432000 134512640 135305190 4292560480 18446744073709551615 134541976 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1585/tid=1587] ppid=1582 vsize=189208 CPUtime=8.3 cores=0-7
/proc/1585/task/1587/stat : 1587 (manysat1.1_stat) R 1582 1582 1528 0 -1 4202560 5101 0 0 0 819 11 0 0 18 0 4 0 719871327 193748992 38238 33554432000 134512640 135305190 4292560480 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=1585/tid=1588] ppid=1582 vsize=189208 CPUtime=8.29 cores=0-7
/proc/1585/task/1588/stat : 1588 (manysat1.1_stat) R 1582 1582 1528 0 -1 4202560 2530 0 0 0 819 10 0 0 18 0 4 0 719871327 193748992 38238 33554432000 134512640 135305190 4292560480 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 37.57
Current children cumulated vsize (KiB) 197908

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

[startup+19.1008 s]
/proc/loadavg: 1.07 0.24 0.08 5/411 1588
/proc/meminfo: memFree=6435296/32950940 swapFree=67111356/67111528
[pid=1582] ppid=1580 vsize=8700 CPUtime=3.82 cores=0-7
/proc/1582/stat : 1582 (manysat.sh) S 1580 1582 1528 0 -1 4202496 358 40668 0 0 0 0 369 13 18 0 1 0 719870893 8908800 253 33554432000 4194304 4922060 140733879636848 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1582/statm: 2175 253 209 178 0 68 0
[pid=1585] ppid=1582 vsize=209708 CPUtime=59.32 cores=0-7
/proc/1585/stat : 1585 (manysat1.1_stat) R 1582 1582 1528 0 -1 4202496 43492 0 0 0 5880 52 0 0 18 0 4 0 719871276 214740992 43334 33554432000 134512640 135305190 4292560480 18446744073709551615 134530636 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/1585/statm: 52427 43334 84 194 0 52231 0
[pid=1585/tid=1586] ppid=1582 vsize=209708 CPUtime=14.7 cores=0-7
/proc/1585/task/1586/stat : 1586 (manysat1.1_stat) R 1582 1582 1528 0 -1 4202560 3244 0 0 0 1459 11 0 0 25 0 4 0 719871327 214740992 43334 33554432000 134512640 135305190 4292560480 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1585/tid=1587] ppid=1582 vsize=209708 CPUtime=14.7 cores=0-7
/proc/1585/task/1587/stat : 1587 (manysat1.1_stat) R 1582 1582 1528 0 -1 4202560 7583 0 0 0 1457 13 0 0 18 0 4 0 719871327 214740992 43334 33554432000 134512640 135305190 4292560480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=1585/tid=1588] ppid=1582 vsize=209708 CPUtime=14.69 cores=0-7
/proc/1585/task/1588/stat : 1588 (manysat1.1_stat) R 1582 1582 1528 0 -1 4202560 3147 0 0 0 1457 12 0 0 18 0 4 0 719871327 214740992 43334 33554432000 134512640 135305190 4292560480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 63.14
Current children cumulated vsize (KiB) 218408

[startup+20.7006 s]
/proc/loadavg: 1.07 0.24 0.08 5/411 1588
/proc/meminfo: memFree=6433312/32950940 swapFree=67111356/67111528
[pid=1582] ppid=1580 vsize=8700 CPUtime=3.82 cores=0-7
/proc/1582/stat : 1582 (manysat.sh) S 1580 1582 1528 0 -1 4202496 358 40668 0 0 0 0 369 13 18 0 1 0 719870893 8908800 253 33554432000 4194304 4922060 140733879636848 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1582/statm: 2175 253 209 178 0 68 0
[pid=1585] ppid=1582 vsize=213808 CPUtime=65.71 cores=0-7
/proc/1585/stat : 1585 (manysat1.1_stat) R 1582 1582 1528 0 -1 4202496 44326 0 0 0 6518 53 0 0 18 0 4 0 719871276 218939392 44168 33554432000 134512640 135305190 4292560480 18446744073709551615 134528254 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/1585/statm: 53452 44168 84 194 0 53256 0
[pid=1585/tid=1586] ppid=1582 vsize=213808 CPUtime=16.3 cores=0-7
/proc/1585/task/1586/stat : 1586 (manysat1.1_stat) R 1582 1582 1528 0 -1 4202560 3334 0 0 0 1619 11 0 0 18 0 4 0 719871327 218939392 44168 33554432000 134512640 135305190 4292560480 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1585/tid=1587] ppid=1582 vsize=213808 CPUtime=16.3 cores=0-7
/proc/1585/task/1587/stat : 1587 (manysat1.1_stat) R 1582 1582 1528 0 -1 4202560 8017 0 0 0 1617 13 0 0 19 0 4 0 719871327 218939392 44168 33554432000 134512640 135305190 4292560480 18446744073709551615 134553431 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=1585/tid=1588] ppid=1582 vsize=213808 CPUtime=16.28 cores=0-7
/proc/1585/task/1588/stat : 1588 (manysat1.1_stat) R 1582 1582 1528 0 -1 4202560 3294 0 0 0 1616 12 0 0 18 0 4 0 719871327 218939392 44168 33554432000 134512640 135305190 4292560480 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 69.53
Current children cumulated vsize (KiB) 222508

[startup+22.3003 s]
/proc/loadavg: 1.31 0.30 0.10 5/411 1589
/proc/meminfo: memFree=6426292/32950940 swapFree=67111356/67111528
[pid=1582] ppid=1580 vsize=8700 CPUtime=3.82 cores=0-7
/proc/1582/stat : 1582 (manysat.sh) S 1580 1582 1528 0 -1 4202496 358 40668 0 0 0 0 369 13 18 0 1 0 719870893 8908800 253 33554432000 4194304 4922060 140733879636848 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1582/statm: 2175 253 209 178 0 68 0
[pid=1585] ppid=1582 vsize=220692 CPUtime=72.1 cores=0-7
/proc/1585/stat : 1585 (manysat1.1_stat) R 1582 1582 1528 0 -1 4202496 45950 0 0 0 7156 54 0 0 18 0 4 0 719871276 225988608 45792 33554432000 134512640 135305190 4292560480 18446744073709551615 134538930 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/1585/statm: 55173 45792 84 194 0 54977 0
[pid=1585/tid=1586] ppid=1582 vsize=220692 CPUtime=17.9 cores=0-7
/proc/1585/task/1586/stat : 1586 (manysat1.1_stat) R 1582 1582 1528 0 -1 4202560 3566 0 0 0 1779 11 0 0 18 0 4 0 719871327 225988608 45792 33554432000 134512640 135305190 4292560480 18446744073709551615 134530682 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1585/tid=1587] ppid=1582 vsize=220692 CPUtime=17.9 cores=0-7
/proc/1585/task/1587/stat : 1587 (manysat1.1_stat) R 1582 1582 1528 0 -1 4202560 8697 0 0 0 1776 14 0 0 18 0 4 0 719871327 225988608 45792 33554432000 134512640 135305190 4292560480 18446744073709551615 134551639 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=1585/tid=1588] ppid=1582 vsize=220692 CPUtime=17.88 cores=0-7
/proc/1585/task/1588/stat : 1588 (manysat1.1_stat) R 1582 1582 1528 0 -1 4202560 3684 0 0 0 1776 12 0 0 18 0 4 0 719871327 225988608 45792 33554432000 134512640 135305190 4292560480 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 75.92
Current children cumulated vsize (KiB) 229392

[startup+22.7012 s]
/proc/loadavg: 1.31 0.30 0.10 5/411 1589
/proc/meminfo: memFree=6426292/32950940 swapFree=67111356/67111528
[pid=1582] ppid=1580 vsize=8700 CPUtime=3.82 cores=0-7
/proc/1582/stat : 1582 (manysat.sh) S 1580 1582 1528 0 -1 4202496 358 40668 0 0 0 0 369 13 18 0 1 0 719870893 8908800 253 33554432000 4194304 4922060 140733879636848 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1582/statm: 2175 253 209 178 0 68 0
[pid=1585] ppid=1582 vsize=221136 CPUtime=73.7 cores=0-7
/proc/1585/stat : 1585 (manysat1.1_stat) R 1582 1582 1528 0 -1 4202496 46083 0 0 0 7316 54 0 0 18 0 4 0 719871276 226443264 45925 33554432000 134512640 135305190 4292560480 18446744073709551615 134551833 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/1585/statm: 55284 45925 84 194 0 55088 0
[pid=1585/tid=1586] ppid=1582 vsize=221136 CPUtime=18.3 cores=0-7
/proc/1585/task/1586/stat : 1586 (manysat1.1_stat) R 1582 1582 1528 0 -1 4202560 3578 0 0 0 1819 11 0 0 18 0 4 0 719871327 226443264 45925 33554432000 134512640 135305190 4292560480 18446744073709551615 134530638 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1585/tid=1587] ppid=1582 vsize=221136 CPUtime=18.3 cores=0-7
/proc/1585/task/1587/stat : 1587 (manysat1.1_stat) R 1582 1582 1528 0 -1 4202560 8764 0 0 0 1816 14 0 0 18 0 4 0 719871327 226443264 45925 33554432000 134512640 135305190 4292560480 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=1585/tid=1588] ppid=1582 vsize=221136 CPUtime=18.28 cores=0-7
/proc/1585/task/1588/stat : 1588 (manysat1.1_stat) R 1582 1582 1528 0 -1 4202560 3721 0 0 0 1816 12 0 0 18 0 4 0 719871327 226443264 45925 33554432000 134512640 135305190 4292560480 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 77.52
Current children cumulated vsize (KiB) 229836

[startup+23.1151 s]
/proc/loadavg: 1.31 0.30 0.10 5/411 1589
/proc/meminfo: memFree=6423936/32950940 swapFree=67111356/67111528
[pid=1582] ppid=1580 vsize=8700 CPUtime=3.82 cores=0-7
/proc/1582/stat : 1582 (manysat.sh) S 1580 1582 1528 0 -1 4202496 358 40668 0 0 0 0 369 13 18 0 1 0 719870893 8908800 253 33554432000 4194304 4922060 140733879636848 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/1582/statm: 2175 253 209 178 0 68 0
[pid=1585] ppid=1582 vsize=221628 CPUtime=75.36 cores=0-7
/proc/1585/stat : 1585 (manysat1.1_stat) R 1582 1582 1528 0 -1 4202496 46229 0 0 0 7482 54 0 0 18 0 4 0 719871276 226947072 46071 33554432000 134512640 135305190 4292560480 18446744073709551615 134657578 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/1585/statm: 55407 46071 84 194 0 55211 0
[pid=1585/tid=1586] ppid=1582 vsize=221628 CPUtime=18.71 cores=0-7
/proc/1585/task/1586/stat : 1586 (manysat1.1_stat) R 1582 1582 1528 0 -1 4202560 3587 0 0 0 1860 11 0 0 19 0 4 0 719871327 226947072 46071 33554432000 134512640 135305190 4292560480 18446744073709551615 134657608 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=1585/tid=1587] ppid=1582 vsize=221628 CPUtime=18.72 cores=0-7
/proc/1585/task/1587/stat : 1587 (manysat1.1_stat) R 1582 1582 1528 0 -1 4202560 8825 0 0 0 1858 14 0 0 18 0 4 0 719871327 226947072 46071 33554432000 134512640 135305190 4292560480 18446744073709551615 134657576 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=1585/tid=1588] ppid=1582 vsize=221628 CPUtime=18.69 cores=0-7
/proc/1585/task/1588/stat : 1588 (manysat1.1_stat) R 1582 1582 1528 0 -1 4202560 3773 0 0 0 1857 12 0 0 18 0 4 0 719871327 226947072 46071 33554432000 134512640 135305190 4292560480 18446744073709551615 134529244 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 79.18
Current children cumulated vsize (KiB) 230328

Child status: 20
Real time (s): 23.188
CPU time (s): 79.4199
CPU user time (s): 78.728
CPU system time (s): 0.691894
CPU usage (%): 342.505
Max. virtual memory (cumulated for all children) (KiB): 230328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 78.728
system time used= 0.691894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87482
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= 36889
involuntary context switches= 648

runsolver used 0.094985 second user time and 0.225965 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-13 16:20:01
IDJOB=3361918
IDBENCH=69619
IDSOLVER=1839
FILE ID=node117/3361918-1305296400
RUNJOBID= node117-1305296394-1542
PBS_JOBID= 13321436
Free space on /tmp= 37740 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT_RACE08/cnf/manol-pipe-f7nidw.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361918-1305296400/watcher-3361918-1305296400 -o /tmp/evaluation-result-3361918-1305296400/solver-3361918-1305296400 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3361918-1305296400.cnf aimd 1

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= b950ebec64dc35544d8f8bf6957e7bc2
RANDOM SEED=368512160

node117.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:       6645244 kB
Buffers:        251876 kB
Cached:       17512180 kB
SwapCached:          0 kB
Active:       13923136 kB
Inactive:     11719144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:       6645244 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           18500 kB
Writeback:           0 kB
AnonPages:     7878436 kB
Mapped:          31552 kB
Slab:           552432 kB
PageTables:      43796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 100407560 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 37740 MiB
End job on node117 at 2011-05-13 16:20:24