Trace number 3361984

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 74.8086 21.7597

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-5p0.cnf
MD5SUM4385f03fe3bdaf0f127ae989ddd7908d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark38.1652
Satisfiable
(Un)Satisfiability was proved
Number of variables162696
Number of clauses821000
Sum of the clauses size1953203
Maximum clause length10
Minimum clause length1
Number of clauses of size 18386
Number of clauses of size 2617825
Number of clauses of size 3153189
Number of clauses of size 44620
Number of clauses of size 518480
Number of clauses of size over 518500

Solver Data

0.00/0.00	c Parsing...
0.00/0.40	c ==============================================================================
0.00/0.40	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.40	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.40	c ==============================================================================
0.00/0.40	c |         0 |  812074  1943737 |  243622       0        0     nan |  0.000 % |
2.79/2.88	c |         0 |  545816  1527919 |      --       0       --      -- |     --   | -75341/18070
2.79/2.88	c ==============================================================================
2.79/2.88	c Result  :   #vars: 85539   #clauses: 545816   #literals: 1527919
2.79/2.88	c CPU time:   2.82357 s
2.79/2.88	c ==============================================================================
74.59/21.74	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
74.59/21.74	c ============================[ Problem Statistics ]=============================
74.59/21.74	c |                                                                             |
74.59/21.74	c threadId              : 0
74.59/21.74	c restarts              : 83
74.59/21.74	c conflicts             : 18768          (263 /sec)
74.59/21.74	c decisions             : 118948         (1.24 % random) (1668 /sec)
74.59/21.74	c propagations          : 64247589       (900972 /sec)
74.59/21.74	c conflict literals     : 2076723        (26.42 % deleted)
74.59/21.74	c Memory used           : 205.45 MB
74.59/21.74	c CPU time              : 71.3092 s
74.59/21.74	
74.59/21.74	c --->m=4, e=8, aimd=1, HOME/378_many.cnf	time: 17.8278	conflicts: 18768        
74.59/21.75	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-3361984-1305297015/watcher-3361984-1305297015 -o /tmp/evaluation-result-3361984-1305297015/solver-3361984-1305297015 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3361984-1305297015.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.76 3.44 1.90 2/344 378
/proc/meminfo: memFree=11796712/32950928 swapFree=67111200/67111528
[pid=378] ppid=376 vsize=8700 CPUtime=0 cores=0-7
/proc/378/stat : 378 (manysat.sh) S 376 378 32728 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 719932273 8908800 250 33554432000 4194304 4922060 140736863078016 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/378/statm: 2175 250 209 178 0 68 0

[startup+0.078418 s]
/proc/loadavg: 3.76 3.44 1.90 2/344 378
/proc/meminfo: memFree=11796712/32950928 swapFree=67111200/67111528
[pid=378] ppid=376 vsize=8700 CPUtime=0 cores=0-7
/proc/378/stat : 378 (manysat.sh) S 376 378 32728 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 719932273 8908800 250 33554432000 4194304 4922060 140736863078016 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/378/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100433 s]
/proc/loadavg: 3.76 3.44 1.90 2/344 378
/proc/meminfo: memFree=11796712/32950928 swapFree=67111200/67111528
[pid=378] ppid=376 vsize=8700 CPUtime=0 cores=0-7
/proc/378/stat : 378 (manysat.sh) S 376 378 32728 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 719932273 8908800 250 33554432000 4194304 4922060 140736863078016 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/378/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300386 s]
/proc/loadavg: 3.76 3.44 1.90 2/344 378
/proc/meminfo: memFree=11796712/32950928 swapFree=67111200/67111528
[pid=378] ppid=376 vsize=8700 CPUtime=0 cores=0-7
/proc/378/stat : 378 (manysat.sh) S 376 378 32728 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 719932273 8908800 250 33554432000 4194304 4922060 140736863078016 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/378/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70031 s]
/proc/loadavg: 3.76 3.44 1.90 2/344 378
/proc/meminfo: memFree=11796712/32950928 swapFree=67111200/67111528
[pid=378] ppid=376 vsize=8700 CPUtime=0 cores=0-7
/proc/378/stat : 378 (manysat.sh) S 376 378 32728 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 719932273 8908800 250 33554432000 4194304 4922060 140736863078016 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/378/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50115 s]
/proc/loadavg: 3.54 3.40 1.90 2/346 380
/proc/meminfo: memFree=11706548/32950928 swapFree=67111200/67111528
[pid=378] ppid=376 vsize=8700 CPUtime=0 cores=0-7
/proc/378/stat : 378 (manysat.sh) S 376 378 32728 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 719932273 8908800 250 33554432000 4194304 4922060 140736863078016 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/378/statm: 2175 250 209 178 0 68 0
[pid=379] ppid=378 vsize=109764 CPUtime=1.49 cores=0-7
/proc/379/stat : 379 (SatElite) R 378 378 32728 0 -1 4202496 25906 0 0 0 145 4 0 0 25 0 1 0 719932273 112398336 23332 33554432000 134512640 135034092 4290920064 18446744073709551615 134569439 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/379/statm: 27441 23332 68 128 0 27311 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 118464

[startup+3.10085 s]
/proc/loadavg: 3.54 3.40 1.90 2/346 380
/proc/meminfo: memFree=11704016/32950928 swapFree=67111200/67111528
[pid=378] ppid=376 vsize=8700 CPUtime=0 cores=0-7
/proc/378/stat : 378 (manysat.sh) S 376 378 32728 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 719932273 8908800 250 33554432000 4194304 4922060 140736863078016 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/378/statm: 2175 250 209 178 0 68 0
[pid=379] ppid=378 vsize=103416 CPUtime=3.09 cores=0-7
/proc/379/stat : 379 (SatElite) R 378 378 32728 0 -1 4202496 29789 0 0 0 303 6 0 0 25 0 1 0 719932273 105897984 22172 33554432000 134512640 135034092 4290920064 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/379/statm: 25854 22172 68 128 0 25724 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 112116

[startup+6.30123 s]
/proc/loadavg: 3.58 3.41 1.91 5/349 384
/proc/meminfo: memFree=11627244/32950928 swapFree=67111200/67111528
[pid=378] ppid=376 vsize=8700 CPUtime=3.21 cores=0-7
/proc/378/stat : 378 (manysat.sh) S 376 378 32728 0 -1 4202496 356 29792 0 0 0 0 314 7 18 0 1 0 719932273 8908800 253 33554432000 4194304 4922060 140736863078016 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/378/statm: 2175 253 209 178 0 68 0
[pid=381] ppid=378 vsize=190464 CPUtime=9.83 cores=0-7
/proc/381/stat : 381 (manysat1.1_stat) R 378 378 32728 0 -1 4202496 38295 0 0 0 962 21 0 0 18 0 4 0 719932596 195035136 38178 33554432000 134512640 135305190 4291829008 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/381/statm: 47616 38178 84 194 0 47420 0
[pid=381/tid=382] ppid=378 vsize=190464 CPUtime=2.31 cores=0-7
/proc/381/task/382/stat : 382 (manysat1.1_stat) R 378 378 32728 0 -1 4202560 812 0 0 0 227 4 0 0 17 0 4 0 719932667 195035136 38178 33554432000 134512640 135305190 4291829008 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=381/tid=383] ppid=378 vsize=190464 CPUtime=2.26 cores=0-7
/proc/381/task/383/stat : 383 (manysat1.1_stat) R 378 378 32728 0 -1 4202560 843 0 0 0 221 5 0 0 18 0 4 0 719932667 195035136 38178 33554432000 134512640 135305190 4291829008 18446744073709551615 134529062 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=381/tid=384] ppid=378 vsize=190464 CPUtime=2.26 cores=0-7
/proc/381/task/384/stat : 384 (manysat1.1_stat) R 378 378 32728 0 -1 4202560 884 0 0 0 222 4 0 0 18 0 4 0 719932667 195035136 38178 33554432000 134512640 135305190 4291829008 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 13.04
Current children cumulated vsize (KiB) 199164

[startup+12.701 s]
/proc/loadavg: 3.61 3.42 1.92 5/349 384
/proc/meminfo: memFree=11619528/32950928 swapFree=67111200/67111528
[pid=378] ppid=376 vsize=8700 CPUtime=3.21 cores=0-7
/proc/378/stat : 378 (manysat.sh) S 376 378 32728 0 -1 4202496 356 29792 0 0 0 0 314 7 18 0 1 0 719932273 8908800 253 33554432000 4194304 4922060 140736863078016 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/378/statm: 2175 253 209 178 0 68 0
[pid=381] ppid=378 vsize=198964 CPUtime=35.41 cores=0-7
/proc/381/stat : 381 (manysat1.1_stat) R 378 378 32728 0 -1 4202496 40616 0 0 0 3518 23 0 0 18 0 4 0 719932596 203739136 40499 33554432000 134512640 135305190 4291829008 18446744073709551615 134551776 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/381/statm: 49741 40499 84 194 0 49545 0
[pid=381/tid=382] ppid=378 vsize=198964 CPUtime=8.69 cores=0-7
/proc/381/task/382/stat : 382 (manysat1.1_stat) R 378 378 32728 0 -1 4202560 1141 0 0 0 865 4 0 0 18 0 4 0 719932667 203739136 40499 33554432000 134512640 135305190 4291829008 18446744073709551615 134528283 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=381/tid=383] ppid=378 vsize=198964 CPUtime=8.65 cores=0-7
/proc/381/task/383/stat : 383 (manysat1.1_stat) R 378 378 32728 0 -1 4202560 1602 0 0 0 860 5 0 0 18 0 4 0 719932667 203739136 40499 33554432000 134512640 135305190 4291829008 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=381/tid=384] ppid=378 vsize=198964 CPUtime=8.66 cores=0-7
/proc/381/task/384/stat : 384 (manysat1.1_stat) R 378 378 32728 0 -1 4202560 1384 0 0 0 861 5 0 0 18 0 4 0 719932667 203739136 40499 33554432000 134512640 135305190 4291829008 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 38.62
Current children cumulated vsize (KiB) 207664

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

[startup+15.9004 s]
/proc/loadavg: 3.61 3.42 1.92 5/349 384
/proc/meminfo: memFree=11614372/32950928 swapFree=67111200/67111528
[pid=378] ppid=376 vsize=8700 CPUtime=3.21 cores=0-7
/proc/378/stat : 378 (manysat.sh) S 376 378 32728 0 -1 4202496 356 29792 0 0 0 0 314 7 18 0 1 0 719932273 8908800 253 33554432000 4194304 4922060 140736863078016 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/378/statm: 2175 253 209 178 0 68 0
[pid=381] ppid=378 vsize=204076 CPUtime=48.21 cores=0-7
/proc/381/stat : 381 (manysat1.1_stat) R 378 378 32728 0 -1 4202496 41986 0 0 0 4797 24 0 0 18 0 4 0 719932596 208973824 41869 33554432000 134512640 135305190 4291829008 18446744073709551615 134529134 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/381/statm: 51019 41869 84 194 0 50823 0
[pid=381/tid=382] ppid=378 vsize=204076 CPUtime=11.9 cores=0-7
/proc/381/task/382/stat : 382 (manysat1.1_stat) R 378 378 32728 0 -1 4202560 1351 0 0 0 1185 5 0 0 25 0 4 0 719932667 208973824 41869 33554432000 134512640 135305190 4291829008 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=381/tid=383] ppid=378 vsize=204076 CPUtime=11.85 cores=0-7
/proc/381/task/383/stat : 383 (manysat1.1_stat) R 378 378 32728 0 -1 4202560 1983 0 0 0 1180 5 0 0 22 0 4 0 719932667 208973824 41869 33554432000 134512640 135305190 4291829008 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=381/tid=384] ppid=378 vsize=204076 CPUtime=11.86 cores=0-7
/proc/381/task/384/stat : 384 (manysat1.1_stat) R 378 378 32728 0 -1 4202560 1798 0 0 0 1181 5 0 0 19 0 4 0 719932667 208973824 41869 33554432000 134512640 135305190 4291829008 18446744073709551615 134557478 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 51.42
Current children cumulated vsize (KiB) 212776

[startup+19.1008 s]
/proc/loadavg: 3.64 3.43 1.93 5/349 385
/proc/meminfo: memFree=11610168/32950928 swapFree=67111200/67111528
[pid=378] ppid=376 vsize=8700 CPUtime=3.21 cores=0-7
/proc/378/stat : 378 (manysat.sh) S 376 378 32728 0 -1 4202496 356 29792 0 0 0 0 314 7 18 0 1 0 719932273 8908800 253 33554432000 4194304 4922060 140736863078016 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/378/statm: 2175 253 209 178 0 68 0
[pid=381] ppid=378 vsize=209028 CPUtime=61.01 cores=0-7
/proc/381/stat : 381 (manysat1.1_stat) R 378 378 32728 0 -1 4202496 43003 0 0 0 6076 25 0 0 18 0 4 0 719932596 214044672 42886 33554432000 134512640 135305190 4291829008 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/381/statm: 52257 42886 84 194 0 52061 0
[pid=381/tid=382] ppid=378 vsize=209028 CPUtime=15.09 cores=0-7
/proc/381/task/382/stat : 382 (manysat1.1_stat) R 378 378 32728 0 -1 4202560 1462 0 0 0 1504 5 0 0 25 0 4 0 719932667 214044672 42886 33554432000 134512640 135305190 4291829008 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=381/tid=383] ppid=378 vsize=209028 CPUtime=15.05 cores=0-7
/proc/381/task/383/stat : 383 (manysat1.1_stat) R 378 378 32728 0 -1 4202560 2255 0 0 0 1500 5 0 0 24 0 4 0 719932667 214044672 42886 33554432000 134512640 135305190 4291829008 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=381/tid=384] ppid=378 vsize=209028 CPUtime=15.05 cores=0-7
/proc/381/task/384/stat : 384 (manysat1.1_stat) R 378 378 32728 0 -1 4202560 2046 0 0 0 1500 5 0 0 18 0 4 0 719932667 214044672 42886 33554432000 134512640 135305190 4291829008 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 64.22
Current children cumulated vsize (KiB) 217728

[startup+20.7005 s]
/proc/loadavg: 3.64 3.43 1.93 5/349 385
/proc/meminfo: memFree=11609176/32950928 swapFree=67111200/67111528
[pid=378] ppid=376 vsize=8700 CPUtime=3.21 cores=0-7
/proc/378/stat : 378 (manysat.sh) S 376 378 32728 0 -1 4202496 356 29792 0 0 0 0 314 7 18 0 1 0 719932273 8908800 253 33554432000 4194304 4922060 140736863078016 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/378/statm: 2175 253 209 178 0 68 0
[pid=381] ppid=378 vsize=210372 CPUtime=67.4 cores=0-7
/proc/381/stat : 381 (manysat1.1_stat) R 378 378 32728 0 -1 4202496 43332 0 0 0 6715 25 0 0 18 0 4 0 719932596 215420928 43215 33554432000 134512640 135305190 4291829008 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/381/statm: 52593 43215 84 194 0 52397 0
[pid=381/tid=382] ppid=378 vsize=210372 CPUtime=16.69 cores=0-7
/proc/381/task/382/stat : 382 (manysat1.1_stat) R 378 378 32728 0 -1 4202560 1483 0 0 0 1664 5 0 0 25 0 4 0 719932667 215420928 43215 33554432000 134512640 135305190 4291829008 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=381/tid=383] ppid=378 vsize=210372 CPUtime=16.65 cores=0-7
/proc/381/task/383/stat : 383 (manysat1.1_stat) R 378 378 32728 0 -1 4202560 2356 0 0 0 1660 5 0 0 25 0 4 0 719932667 215420928 43215 33554432000 134512640 135305190 4291829008 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=381/tid=384] ppid=378 vsize=210372 CPUtime=16.65 cores=0-7
/proc/381/task/384/stat : 384 (manysat1.1_stat) R 378 378 32728 0 -1 4202560 2142 0 0 0 1660 5 0 0 18 0 4 0 719932667 215420928 43215 33554432000 134512640 135305190 4291829008 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 70.61
Current children cumulated vsize (KiB) 219072

[startup+21.5003 s]
/proc/loadavg: 3.67 3.43 1.94 5/349 385
/proc/meminfo: memFree=11608484/32950928 swapFree=67111200/67111528
[pid=378] ppid=376 vsize=8700 CPUtime=3.21 cores=0-7
/proc/378/stat : 378 (manysat.sh) S 376 378 32728 0 -1 4202496 356 29792 0 0 0 0 314 7 18 0 1 0 719932273 8908800 253 33554432000 4194304 4922060 140736863078016 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/378/statm: 2175 253 209 178 0 68 0
[pid=381] ppid=378 vsize=210372 CPUtime=70.59 cores=0-7
/proc/381/stat : 381 (manysat1.1_stat) R 378 378 32728 0 -1 4202496 43336 0 0 0 7034 25 0 0 18 0 4 0 719932596 215420928 43219 33554432000 134512640 135305190 4291829008 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/381/statm: 52593 43219 84 194 0 52397 0
[pid=381/tid=382] ppid=378 vsize=210372 CPUtime=17.49 cores=0-7
/proc/381/task/382/stat : 382 (manysat1.1_stat) R 378 378 32728 0 -1 4202560 1483 0 0 0 1744 5 0 0 18 0 4 0 719932667 215420928 43219 33554432000 134512640 135305190 4291829008 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=381/tid=383] ppid=378 vsize=210372 CPUtime=17.44 cores=0-7
/proc/381/task/383/stat : 383 (manysat1.1_stat) R 378 378 32728 0 -1 4202560 2357 0 0 0 1739 5 0 0 18 0 4 0 719932667 215420928 43219 33554432000 134512640 135305190 4291829008 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=381/tid=384] ppid=378 vsize=210372 CPUtime=17.45 cores=0-7
/proc/381/task/384/stat : 384 (manysat1.1_stat) R 378 378 32728 0 -1 4202560 2142 0 0 0 1740 5 0 0 18 0 4 0 719932667 215420928 43219 33554432000 134512640 135305190 4291829008 18446744073709551615 134557484 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 73.8
Current children cumulated vsize (KiB) 219072

[startup+21.7013 s]
/proc/loadavg: 3.67 3.43 1.94 5/349 385
/proc/meminfo: memFree=11608484/32950928 swapFree=67111200/67111528
[pid=378] ppid=376 vsize=8700 CPUtime=3.21 cores=0-7
/proc/378/stat : 378 (manysat.sh) S 376 378 32728 0 -1 4202496 356 29792 0 0 0 0 314 7 18 0 1 0 719932273 8908800 253 33554432000 4194304 4922060 140736863078016 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/378/statm: 2175 253 209 178 0 68 0
[pid=381] ppid=378 vsize=210372 CPUtime=71.38 cores=0-7
/proc/381/stat : 381 (manysat1.1_stat) R 378 378 32728 0 -1 4202496 43336 0 0 0 7113 25 0 0 17 0 4 0 719932596 215420928 43219 33554432000 134512640 135305190 4291829008 18446744073709551615 134528338 0 0 4096 3 18446744073709551615 0 0 17 5 0 0 0
/proc/381/statm: 52593 43219 84 194 0 52397 0
[pid=381/tid=382] ppid=378 vsize=210372 CPUtime=17.69 cores=0-7
/proc/381/task/382/stat : 382 (manysat1.1_stat) R 378 378 32728 0 -1 4202560 1483 0 0 0 1764 5 0 0 18 0 4 0 719932667 215420928 43219 33554432000 134512640 135305190 4291829008 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=381/tid=383] ppid=378 vsize=210372 CPUtime=17.64 cores=0-7
/proc/381/task/383/stat : 383 (manysat1.1_stat) R 378 378 32728 0 -1 4202560 2357 0 0 0 1759 5 0 0 18 0 4 0 719932667 215420928 43219 33554432000 134512640 135305190 4291829008 18446744073709551615 134528363 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=381/tid=384] ppid=378 vsize=210372 CPUtime=17.65 cores=0-7
/proc/381/task/384/stat : 384 (manysat1.1_stat) R 378 378 32728 0 -1 4202560 2142 0 0 0 1760 5 0 0 18 0 4 0 719932667 215420928 43219 33554432000 134512640 135305190 4291829008 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 74.59
Current children cumulated vsize (KiB) 219072

Child status: 20
Real time (s): 21.7597
CPU time (s): 74.8086
CPU user time (s): 74.4607
CPU system time (s): 0.347947
CPU usage (%): 343.794
Max. virtual memory (cumulated for all children) (KiB): 219072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 74.4607
system time used= 0.347947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73710
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= 24891
involuntary context switches= 119

runsolver used 0.055991 second user time and 0.181972 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-13 16:30:16
IDJOB=3361984
IDBENCH=71019
IDSOLVER=1839
FILE ID=node115/3361984-1305297015
RUNJOBID= node115-1305296396-32742
PBS_JOBID= 13321438
Free space on /tmp= 50048 MiB

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

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

MD5SUM BENCH= 4385f03fe3bdaf0f127ae989ddd7908d
RANDOM SEED=502661826

node115.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.811
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.62
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.811
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	: 5226.15
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.811
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.811
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.811
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.77
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.811
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.811
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11796984 kB
Buffers:        232792 kB
Cached:       10446448 kB
SwapCached:          0 kB
Active:       11779192 kB
Inactive:      8924456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11796984 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:           16864 kB
Writeback:           0 kB
AnonPages:    10024900 kB
Mapped:          27568 kB
Slab:           343820 kB
PageTables:      40468 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 69646584 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= 50048 MiB
End job on node115 at 2011-05-13 16:30:38