Trace number 3361978

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 111.398 30.1502

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-10-10p0.cnf
MD5SUMef1df882c8a642421a1d0216a16bf652
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark31.6162
Satisfiable
(Un)Satisfiability was proved
Number of variables155107
Number of clauses675624
Sum of the clauses size1568150
Maximum clause length10
Minimum clause length1
Number of clauses of size 16856
Number of clauses of size 2547130
Number of clauses of size 387598
Number of clauses of size 43780
Number of clauses of size 515120
Number of clauses of size over 515140

Solver Data

0.00/0.00	c Parsing...
0.00/0.33	c ==============================================================================
0.00/0.33	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.33	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.33	c ==============================================================================
0.00/0.33	c |         0 |  668333  1560424 |  200499       0        0     nan |  0.000 % |
2.09/2.13	c |         0 |  439653  1190623 |      --       0       --      -- |     --   | -57094/22970
2.09/2.13	c ==============================================================================
2.09/2.13	c Result  :   #vars: 85468   #clauses: 439653   #literals: 1190623
2.09/2.13	c CPU time:   2.08368 s
2.09/2.13	c ==============================================================================
111.21/30.13	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
111.21/30.13	c ============================[ Problem Statistics ]=============================
111.21/30.13	c |                                                                             |
111.21/30.13	c threadId              : 3
111.21/30.13	c restarts              : 30
111.21/30.13	c conflicts             : 18443          (170 /sec)
111.21/30.13	c decisions             : 36255          (1.41 % random) (333 /sec)
111.21/30.13	c propagations          : 101162172      (930018 /sec)
111.21/30.13	c conflict literals     : 2933160        (32.98 % deleted)
111.21/30.13	c Memory used           : 197.55 MB
111.21/30.13	c CPU time              : 108.774 s
111.21/30.13	
111.21/30.13	c --->m=4, e=8, aimd=1, HOME/25123_many.cnf	time: 27.1936	conflicts: 18443        
111.21/30.14	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-3361978-1305296988/watcher-3361978-1305296988 -o /tmp/evaluation-result-3361978-1305296988/solver-3361978-1305296988 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3361978-1305296988.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: 3.99 3.44 1.86 2/267 25123
/proc/meminfo: memFree=16416772/32951124 swapFree=67083432/67111528
[pid=25123] ppid=25121 vsize=8700 CPUtime=0 cores=0-7
/proc/25123/stat : 25123 (manysat.sh) S 25121 25123 25049 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 719929438 8908800 250 33554432000 4194304 4922060 140736738573904 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25123/statm: 2175 250 209 178 0 68 0

[startup+0.0159651 s]
/proc/loadavg: 3.99 3.44 1.86 2/267 25123
/proc/meminfo: memFree=16416772/32951124 swapFree=67083432/67111528
[pid=25123] ppid=25121 vsize=8700 CPUtime=0 cores=0-7
/proc/25123/stat : 25123 (manysat.sh) S 25121 25123 25049 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 719929438 8908800 250 33554432000 4194304 4922060 140736738573904 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25123/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100989 s]
/proc/loadavg: 3.99 3.44 1.86 2/267 25123
/proc/meminfo: memFree=16416772/32951124 swapFree=67083432/67111528
[pid=25123] ppid=25121 vsize=8700 CPUtime=0 cores=0-7
/proc/25123/stat : 25123 (manysat.sh) S 25121 25123 25049 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 719929438 8908800 250 33554432000 4194304 4922060 140736738573904 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25123/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300951 s]
/proc/loadavg: 3.99 3.44 1.86 2/267 25123
/proc/meminfo: memFree=16416772/32951124 swapFree=67083432/67111528
[pid=25123] ppid=25121 vsize=8700 CPUtime=0 cores=0-7
/proc/25123/stat : 25123 (manysat.sh) S 25121 25123 25049 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 719929438 8908800 250 33554432000 4194304 4922060 140736738573904 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25123/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700881 s]
/proc/loadavg: 3.99 3.44 1.86 2/267 25123
/proc/meminfo: memFree=16416772/32951124 swapFree=67083432/67111528
[pid=25123] ppid=25121 vsize=8700 CPUtime=0 cores=0-7
/proc/25123/stat : 25123 (manysat.sh) S 25121 25123 25049 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 719929438 8908800 250 33554432000 4194304 4922060 140736738573904 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25123/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50073 s]
/proc/loadavg: 3.99 3.44 1.86 2/269 25126
/proc/meminfo: memFree=16333924/32951124 swapFree=67083432/67111528
[pid=25123] ppid=25121 vsize=8700 CPUtime=0 cores=0-7
/proc/25123/stat : 25123 (manysat.sh) S 25121 25123 25049 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 719929438 8908800 250 33554432000 4194304 4922060 140736738573904 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25123/statm: 2175 250 209 178 0 68 0
[pid=25124] ppid=25123 vsize=103900 CPUtime=1.49 cores=0-7
/proc/25124/stat : 25124 (SatElite) R 25123 25123 25049 0 -1 4202496 23751 0 0 0 145 4 0 0 25 0 1 0 719929438 106393600 21491 33554432000 134512640 135034092 4288000208 18446744073709551615 134679800 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/25124/statm: 25975 21491 68 128 0 25845 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 112600

[startup+3.10046 s]
/proc/loadavg: 3.75 3.40 1.86 2/269 25126
/proc/meminfo: memFree=16332188/32951124 swapFree=67083432/67111528
[pid=25123] ppid=25121 vsize=8700 CPUtime=2.39 cores=0-7
/proc/25123/stat : 25123 (manysat.sh) S 25121 25123 25049 0 -1 4202496 358 26736 0 0 0 0 234 5 18 0 1 0 719929438 8908800 253 33554432000 4194304 4922060 140736738573904 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25123/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 8700
heavy processes:

[startup+6.30085 s]
/proc/loadavg: 3.75 3.40 1.86 5/272 25130
/proc/meminfo: memFree=16273468/32951124 swapFree=67083432/67111528
[pid=25123] ppid=25121 vsize=8700 CPUtime=2.39 cores=0-7
/proc/25123/stat : 25123 (manysat.sh) S 25121 25123 25049 0 -1 4202496 358 26736 0 0 0 0 234 5 18 0 1 0 719929438 8908800 253 33554432000 4194304 4922060 140736738573904 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25123/statm: 2175 253 209 178 0 68 0
[pid=25127] ppid=25123 vsize=167300 CPUtime=13.65 cores=0-7
/proc/25127/stat : 25127 (manysat1.1_stat) R 25123 25123 25049 0 -1 4202496 32917 0 0 0 1350 15 0 0 18 0 4 0 719929678 171315200 32850 33554432000 134512640 135305190 4293288704 18446744073709551615 134528548 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/25127/statm: 41825 32850 84 194 0 41629 0
[pid=25127/tid=25128] ppid=25123 vsize=167300 CPUtime=3.28 cores=0-7
/proc/25127/task/25128/stat : 25128 (manysat1.1_stat) R 25123 25123 25049 0 -1 4202560 868 0 0 0 324 4 0 0 18 0 4 0 719929736 171315200 32850 33554432000 134512640 135305190 4293288704 18446744073709551615 134528525 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=25127/tid=25129] ppid=25123 vsize=167300 CPUtime=3.25 cores=0-7
/proc/25127/task/25129/stat : 25129 (manysat1.1_stat) R 25123 25123 25049 0 -1 4202560 1079 0 0 0 324 1 0 0 20 0 4 0 719929736 171315200 32850 33554432000 134512640 135305190 4293288704 18446744073709551615 134528195 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=25127/tid=25130] ppid=25123 vsize=167300 CPUtime=3.25 cores=0-7
/proc/25127/task/25130/stat : 25130 (manysat1.1_stat) R 25123 25123 25049 0 -1 4202560 1138 0 0 0 323 2 0 0 18 0 4 0 719929736 171315200 32850 33554432000 134512640 135305190 4293288704 18446744073709551615 134530607 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 16.04
Current children cumulated vsize (KiB) 176000

[startup+12.7007 s]
/proc/loadavg: 3.79 3.42 1.88 5/272 25130
/proc/meminfo: memFree=16255860/32951124 swapFree=67083432/67111528
[pid=25123] ppid=25121 vsize=8700 CPUtime=2.39 cores=0-7
/proc/25123/stat : 25123 (manysat.sh) S 25121 25123 25049 0 -1 4202496 358 26736 0 0 0 0 234 5 18 0 1 0 719929438 8908800 253 33554432000 4194304 4922060 140736738573904 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25123/statm: 2175 253 209 178 0 68 0
[pid=25127] ppid=25123 vsize=185228 CPUtime=39.24 cores=0-7
/proc/25127/stat : 25127 (manysat1.1_stat) R 25123 25123 25049 0 -1 4202496 37328 0 0 0 3907 17 0 0 18 0 4 0 719929678 189673472 37261 33554432000 134512640 135305190 4293288704 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/25127/statm: 46307 37261 84 194 0 46111 0
[pid=25127/tid=25128] ppid=25123 vsize=185228 CPUtime=9.67 cores=0-7
/proc/25127/task/25128/stat : 25128 (manysat1.1_stat) R 25123 25123 25049 0 -1 4202560 1667 0 0 0 963 4 0 0 18 0 4 0 719929736 189673472 37261 33554432000 134512640 135305190 4293288704 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=25127/tid=25129] ppid=25123 vsize=185228 CPUtime=9.65 cores=0-7
/proc/25127/task/25129/stat : 25129 (manysat1.1_stat) R 25123 25123 25049 0 -1 4202560 2544 0 0 0 963 2 0 0 25 0 4 0 719929736 189673472 37261 33554432000 134512640 135305190 4293288704 18446744073709551615 134551793 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=25127/tid=25130] ppid=25123 vsize=185228 CPUtime=9.64 cores=0-7
/proc/25127/task/25130/stat : 25130 (manysat1.1_stat) R 25123 25123 25049 0 -1 4202560 2327 0 0 0 962 2 0 0 18 0 4 0 719929736 189673472 37261 33554432000 134512640 135305190 4293288704 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 41.63
Current children cumulated vsize (KiB) 193928

[startup+25.5003 s]
/proc/loadavg: 3.82 3.43 1.90 5/272 25130
/proc/meminfo: memFree=16237412/32951124 swapFree=67083432/67111528
[pid=25123] ppid=25121 vsize=8700 CPUtime=2.39 cores=0-7
/proc/25123/stat : 25123 (manysat.sh) S 25121 25123 25049 0 -1 4202496 358 26736 0 0 0 0 234 5 18 0 1 0 719929438 8908800 253 33554432000 4194304 4922060 140736738573904 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25123/statm: 2175 253 209 178 0 68 0
[pid=25127] ppid=25123 vsize=202144 CPUtime=90.43 cores=0-7
/proc/25127/stat : 25127 (manysat1.1_stat) R 25123 25123 25049 0 -1 4202496 41744 0 0 0 9023 20 0 0 19 0 4 0 719929678 206995456 41677 33554432000 134512640 135305190 4293288704 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/25127/statm: 50536 41677 84 194 0 50340 0
[pid=25127/tid=25128] ppid=25123 vsize=202144 CPUtime=22.47 cores=0-7
/proc/25127/task/25128/stat : 25128 (manysat1.1_stat) R 25123 25123 25049 0 -1 4202560 2339 0 0 0 2243 4 0 0 22 0 4 0 719929736 206995456 41677 33554432000 134512640 135305190 4293288704 18446744073709551615 134529082 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=25127/tid=25129] ppid=25123 vsize=202144 CPUtime=22.45 cores=0-7
/proc/25127/task/25129/stat : 25129 (manysat1.1_stat) R 25123 25123 25049 0 -1 4202560 4018 0 0 0 2242 3 0 0 25 0 4 0 719929736 206995456 41677 33554432000 134512640 135305190 4293288704 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=25127/tid=25130] ppid=25123 vsize=202144 CPUtime=22.44 cores=0-7
/proc/25127/task/25130/stat : 25130 (manysat1.1_stat) R 25123 25123 25049 0 -1 4202560 3722 0 0 0 2241 3 0 0 22 0 4 0 719929736 206995456 41677 33554432000 134512640 135305190 4293288704 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 92.82
Current children cumulated vsize (KiB) 210844

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

[startup+28.7008 s]
/proc/loadavg: 3.84 3.44 1.91 5/272 25130
/proc/meminfo: memFree=16237288/32951124 swapFree=67083432/67111528
[pid=25123] ppid=25121 vsize=8700 CPUtime=2.39 cores=0-7
/proc/25123/stat : 25123 (manysat.sh) S 25121 25123 25049 0 -1 4202496 358 26736 0 0 0 0 234 5 18 0 1 0 719929438 8908800 253 33554432000 4194304 4922060 140736738573904 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25123/statm: 2175 253 209 178 0 68 0
[pid=25127] ppid=25123 vsize=202144 CPUtime=103.22 cores=0-7
/proc/25127/stat : 25127 (manysat1.1_stat) R 25123 25123 25049 0 -1 4202496 41750 0 0 0 10302 20 0 0 18 0 4 0 719929678 206995456 41683 33554432000 134512640 135305190 4293288704 18446744073709551615 134551930 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/25127/statm: 50536 41683 84 194 0 50340 0
[pid=25127/tid=25128] ppid=25123 vsize=202144 CPUtime=25.67 cores=0-7
/proc/25127/task/25128/stat : 25128 (manysat1.1_stat) R 25123 25123 25049 0 -1 4202560 2339 0 0 0 2563 4 0 0 19 0 4 0 719929736 206995456 41683 33554432000 134512640 135305190 4293288704 18446744073709551615 134530638 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=25127/tid=25129] ppid=25123 vsize=202144 CPUtime=25.65 cores=0-7
/proc/25127/task/25129/stat : 25129 (manysat1.1_stat) R 25123 25123 25049 0 -1 4202560 4019 0 0 0 2562 3 0 0 25 0 4 0 719929736 206995456 41683 33554432000 134512640 135305190 4293288704 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=25127/tid=25130] ppid=25123 vsize=202144 CPUtime=25.64 cores=0-7
/proc/25127/task/25130/stat : 25130 (manysat1.1_stat) R 25123 25123 25049 0 -1 4202560 3726 0 0 0 2561 3 0 0 25 0 4 0 719929736 206995456 41683 33554432000 134512640 135305190 4293288704 18446744073709551615 134528265 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 105.61
Current children cumulated vsize (KiB) 210844

[startup+29.5006 s]
/proc/loadavg: 3.84 3.44 1.91 5/272 25130
/proc/meminfo: memFree=16237288/32951124 swapFree=67083432/67111528
[pid=25123] ppid=25121 vsize=8700 CPUtime=2.39 cores=0-7
/proc/25123/stat : 25123 (manysat.sh) S 25121 25123 25049 0 -1 4202496 358 26736 0 0 0 0 234 5 18 0 1 0 719929438 8908800 253 33554432000 4194304 4922060 140736738573904 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25123/statm: 2175 253 209 178 0 68 0
[pid=25127] ppid=25123 vsize=202292 CPUtime=106.42 cores=0-7
/proc/25127/stat : 25127 (manysat1.1_stat) R 25123 25123 25049 0 -1 4202496 41757 0 0 0 10622 20 0 0 19 0 4 0 719929678 207147008 41690 33554432000 134512640 135305190 4293288704 18446744073709551615 134530561 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/25127/statm: 50573 41690 84 194 0 50377 0
[pid=25127/tid=25128] ppid=25123 vsize=202292 CPUtime=26.47 cores=0-7
/proc/25127/task/25128/stat : 25128 (manysat1.1_stat) R 25123 25123 25049 0 -1 4202560 2339 0 0 0 2643 4 0 0 18 0 4 0 719929736 207147008 41690 33554432000 134512640 135305190 4293288704 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=25127/tid=25129] ppid=25123 vsize=202292 CPUtime=26.45 cores=0-7
/proc/25127/task/25129/stat : 25129 (manysat1.1_stat) R 25123 25123 25049 0 -1 4202560 4020 0 0 0 2642 3 0 0 25 0 4 0 719929736 207147008 41690 33554432000 134512640 135305190 4293288704 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=25127/tid=25130] ppid=25123 vsize=202292 CPUtime=26.44 cores=0-7
/proc/25127/task/25130/stat : 25130 (manysat1.1_stat) R 25123 25123 25049 0 -1 4202560 3727 0 0 0 2641 3 0 0 25 0 4 0 719929736 207147008 41690 33554432000 134512640 135305190 4293288704 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 108.81
Current children cumulated vsize (KiB) 210992

[startup+29.9005 s]
/proc/loadavg: 3.84 3.44 1.91 5/272 25130
/proc/meminfo: memFree=16237408/32951124 swapFree=67083432/67111528
[pid=25123] ppid=25121 vsize=8700 CPUtime=2.39 cores=0-7
/proc/25123/stat : 25123 (manysat.sh) S 25121 25123 25049 0 -1 4202496 358 26736 0 0 0 0 234 5 18 0 1 0 719929438 8908800 253 33554432000 4194304 4922060 140736738573904 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25123/statm: 2175 253 209 178 0 68 0
[pid=25127] ppid=25123 vsize=202292 CPUtime=108.02 cores=0-7
/proc/25127/stat : 25127 (manysat1.1_stat) R 25123 25123 25049 0 -1 4202496 41757 0 0 0 10782 20 0 0 20 0 4 0 719929678 207147008 41690 33554432000 134512640 135305190 4293288704 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/25127/statm: 50573 41690 84 194 0 50377 0
[pid=25127/tid=25128] ppid=25123 vsize=202292 CPUtime=26.87 cores=0-7
/proc/25127/task/25128/stat : 25128 (manysat1.1_stat) R 25123 25123 25049 0 -1 4202560 2339 0 0 0 2683 4 0 0 19 0 4 0 719929736 207147008 41690 33554432000 134512640 135305190 4293288704 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=25127/tid=25129] ppid=25123 vsize=202292 CPUtime=26.85 cores=0-7
/proc/25127/task/25129/stat : 25129 (manysat1.1_stat) R 25123 25123 25049 0 -1 4202560 4020 0 0 0 2682 3 0 0 18 0 4 0 719929736 207147008 41690 33554432000 134512640 135305190 4293288704 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=25127/tid=25130] ppid=25123 vsize=202292 CPUtime=26.84 cores=0-7
/proc/25127/task/25130/stat : 25130 (manysat1.1_stat) R 25123 25123 25049 0 -1 4202560 3727 0 0 0 2681 3 0 0 18 0 4 0 719929736 207147008 41690 33554432000 134512640 135305190 4293288704 18446744073709551615 134529186 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 110.41
Current children cumulated vsize (KiB) 210992

[startup+30.1005 s]
/proc/loadavg: 3.84 3.44 1.91 5/272 25130
/proc/meminfo: memFree=16237408/32951124 swapFree=67083432/67111528
[pid=25123] ppid=25121 vsize=8700 CPUtime=2.39 cores=0-7
/proc/25123/stat : 25123 (manysat.sh) S 25121 25123 25049 0 -1 4202496 358 26736 0 0 0 0 234 5 18 0 1 0 719929438 8908800 253 33554432000 4194304 4922060 140736738573904 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/25123/statm: 2175 253 209 178 0 68 0
[pid=25127] ppid=25123 vsize=202292 CPUtime=108.82 cores=0-7
/proc/25127/stat : 25127 (manysat1.1_stat) R 25123 25123 25049 0 -1 4202496 41757 0 0 0 10862 20 0 0 18 0 4 0 719929678 207147008 41690 33554432000 134512640 135305190 4293288704 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/25127/statm: 50573 41690 84 194 0 50377 0
[pid=25127/tid=25128] ppid=25123 vsize=202292 CPUtime=27.06 cores=0-7
/proc/25127/task/25128/stat : 25128 (manysat1.1_stat) R 25123 25123 25049 0 -1 4202560 2339 0 0 0 2702 4 0 0 19 0 4 0 719929736 207147008 41690 33554432000 134512640 135305190 4293288704 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=25127/tid=25129] ppid=25123 vsize=202292 CPUtime=27.05 cores=0-7
/proc/25127/task/25129/stat : 25129 (manysat1.1_stat) R 25123 25123 25049 0 -1 4202560 4020 0 0 0 2702 3 0 0 18 0 4 0 719929736 207147008 41690 33554432000 134512640 135305190 4293288704 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=25127/tid=25130] ppid=25123 vsize=202292 CPUtime=27.04 cores=0-7
/proc/25127/task/25130/stat : 25130 (manysat1.1_stat) R 25123 25123 25049 0 -1 4202560 3727 0 0 0 2701 3 0 0 18 0 4 0 719929736 207147008 41690 33554432000 134512640 135305190 4293288704 18446744073709551615 134528245 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 111.21
Current children cumulated vsize (KiB) 210992

Child status: 20
Real time (s): 30.1502
CPU time (s): 111.398
CPU user time (s): 111.121
CPU system time (s): 0.276957
CPU usage (%): 369.477
Max. virtual memory (cumulated for all children) (KiB): 210992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 111.121
system time used= 0.276957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69075
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= 22889
involuntary context switches= 437

runsolver used 0.071989 second user time and 0.187971 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-13 16:29:49
IDJOB=3361978
IDBENCH=71003
IDSOLVER=1839
FILE ID=node110/3361978-1305296988
RUNJOBID= node110-1305296396-25063
PBS_JOBID= 13321443
Free space on /tmp= 50440 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-10-10p0.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361978-1305296988/watcher-3361978-1305296988 -o /tmp/evaluation-result-3361978-1305296988/solver-3361978-1305296988 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3361978-1305296988.cnf aimd 1

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

MD5SUM BENCH= ef1df882c8a642421a1d0216a16bf652
RANDOM SEED=2145629707

node110.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.830
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.66
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.830
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.83
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.830
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.75
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.830
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.83
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.830
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.76
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.830
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.83
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.830
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.74
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.830
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	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16417044 kB
Buffers:        235460 kB
Cached:       12549448 kB
SwapCached:       1440 kB
Active:        4549984 kB
Inactive:     11381764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16417044 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:           13224 kB
Writeback:           0 kB
AnonPages:     3145400 kB
Mapped:          22524 kB
Slab:           517800 kB
PageTables:      20572 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 46100192 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= 50440 MiB
End job on node110 at 2011-05-13 16:30:19