Trace number 3362425

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 62.6695 17.8796

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
manolios/c10idw_i.cnf
MD5SUMc139a321e75833c70af36726562b66de
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark23.2925
Satisfiable
(Un)Satisfiability was proved
Number of variables196306
Number of clauses582994
Sum of the clauses size1360318
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2388662
Number of clauses of size 3194331
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.27	c ==============================================================================
0.00/0.27	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.27	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.27	c ==============================================================================
0.00/0.27	c |         0 |  582993  1360317 |  174897       0        0     nan |  0.000 % |
2.20/2.25	c |         0 |  247614   964421 |      --       0       --      -- |     --   | -335377/-395891
2.20/2.26	c ==============================================================================
2.20/2.26	c Result  :   #vars: 32750   #clauses: 247614   #literals: 964421
2.20/2.26	c CPU time:   2.19367 s
2.20/2.26	c ==============================================================================
62.37/17.86	c This is ManySAT 1.1 : 4 thread(s) on 4 core(s).
62.37/17.86	c ============================[ Problem Statistics ]=============================
62.37/17.86	c |                                                                             |
62.37/17.86	c threadId              : 3
62.37/17.86	c restarts              : 384
62.37/17.86	c conflicts             : 88604          (1480 /sec)
62.37/17.86	c decisions             : 589205         (2.29 % random) (9840 /sec)
62.37/17.86	c propagations          : 28956463       (483568 /sec)
62.37/17.86	c conflict literals     : 1734568        (20.02 % deleted)
62.37/17.86	c Memory used           : 174.38 MB
62.37/17.86	c CPU time              : 59.8809 s
62.37/17.86	
62.37/17.86	c --->m=4, e=8, aimd=1, HOME/11612_many.cnf	time: 14.9702	conflicts: 88604        
62.37/17.87	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-3362425-1305302579/watcher-3362425-1305302579 -o /tmp/evaluation-result-3362425-1305302579/solver-3362425-1305302579 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362425-1305302579.cnf aimd 1 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 6.38 7.64 7.88 5/361 11612
/proc/meminfo: memFree=8999032/32951124 swapFree=67111348/67111528
[pid=11612] ppid=11610 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11612/stat : 11612 (manysat.sh) S 11610 11612 10886 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 622673887 8908800 249 33554432000 4194304 4922060 140733354464000 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11612/statm: 2175 249 209 178 0 68 0

[startup+0.042965 s]
/proc/loadavg: 6.38 7.64 7.88 5/361 11612
/proc/meminfo: memFree=8999032/32951124 swapFree=67111348/67111528
[pid=11612] ppid=11610 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11612/stat : 11612 (manysat.sh) S 11610 11612 10886 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 622673887 8908800 249 33554432000 4194304 4922060 140733354464000 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11612/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100952 s]
/proc/loadavg: 6.38 7.64 7.88 5/361 11612
/proc/meminfo: memFree=8999032/32951124 swapFree=67111348/67111528
[pid=11612] ppid=11610 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11612/stat : 11612 (manysat.sh) S 11610 11612 10886 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 622673887 8908800 249 33554432000 4194304 4922060 140733354464000 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11612/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300918 s]
/proc/loadavg: 6.38 7.64 7.88 5/361 11612
/proc/meminfo: memFree=8999032/32951124 swapFree=67111348/67111528
[pid=11612] ppid=11610 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11612/stat : 11612 (manysat.sh) S 11610 11612 10886 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 622673887 8908800 249 33554432000 4194304 4922060 140733354464000 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11612/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700837 s]
/proc/loadavg: 6.38 7.64 7.88 5/361 11612
/proc/meminfo: memFree=8999032/32951124 swapFree=67111348/67111528
[pid=11612] ppid=11610 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11612/stat : 11612 (manysat.sh) S 11610 11612 10886 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 622673887 8908800 249 33554432000 4194304 4922060 140733354464000 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11612/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5007 s]
/proc/loadavg: 6.38 7.64 7.88 6/363 11614
/proc/meminfo: memFree=8906136/32951124 swapFree=67111348/67111528
[pid=11612] ppid=11610 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/11612/stat : 11612 (manysat.sh) S 11610 11612 10886 0 -1 4202496 328 0 0 0 0 0 0 0 21 0 1 0 622673887 8908800 249 33554432000 4194304 4922060 140733354464000 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11612/statm: 2175 249 209 178 0 68 0
[pid=11613] ppid=11612 vsize=99264 CPUtime=1.49 cores=0,2,4,6
/proc/11613/stat : 11613 (SatElite) R 11612 11612 10886 0 -1 4202496 23565 0 0 0 143 6 0 0 25 0 1 0 622673888 101646336 21869 33554432000 134512640 135034092 4287143216 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/11613/statm: 24816 21869 68 128 0 24686 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 107964

[startup+3.10037 s]
/proc/loadavg: 6.38 7.64 7.88 6/363 11614
/proc/meminfo: memFree=8893488/32951124 swapFree=67111348/67111528
[pid=11612] ppid=11610 vsize=8700 CPUtime=2.46 cores=0,2,4,6
/proc/11612/stat : 11612 (manysat.sh) S 11610 11612 10886 0 -1 4202496 356 27017 0 0 0 0 239 7 18 0 1 0 622673887 8908800 252 33554432000 4194304 4922060 140733354464000 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11612/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 8700
heavy processes:

[startup+6.30081 s]
/proc/loadavg: 6.59 7.66 7.88 9/366 11618
/proc/meminfo: memFree=8875624/32951124 swapFree=67111348/67111528
[pid=11612] ppid=11610 vsize=8700 CPUtime=2.46 cores=0,2,4,6
/proc/11612/stat : 11612 (manysat.sh) S 11610 11612 10886 0 -1 4202496 356 27017 0 0 0 0 239 7 18 0 1 0 622673887 8908800 252 33554432000 4194304 4922060 140733354464000 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11612/statm: 2175 252 209 178 0 68 0
[pid=11615] ppid=11612 vsize=137904 CPUtime=14.08 cores=0,2,4,6
/proc/11615/stat : 11615 (manysat1.1_stat) R 11612 11612 10886 0 -1 4202496 25317 0 0 0 1387 21 0 0 25 0 4 0 622674136 141213696 25209 33554432000 134512640 135305190 4290996912 18446744073709551615 134541947 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11615/statm: 34476 25209 84 194 0 34280 0
[pid=11615/tid=11616] ppid=11612 vsize=137904 CPUtime=3.44 cores=0,2,4,6
/proc/11615/task/11616/stat : 11616 (manysat1.1_stat) R 11612 11612 10886 0 -1 4202560 1619 0 0 0 341 3 0 0 25 0 4 0 622674170 141213696 25209 33554432000 134512640 135305190 4290996912 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11615/tid=11617] ppid=11612 vsize=137904 CPUtime=3.44 cores=0,2,4,6
/proc/11615/task/11617/stat : 11617 (manysat1.1_stat) R 11612 11612 10886 0 -1 4202560 3280 0 0 0 339 5 0 0 25 0 4 0 622674170 141213696 25209 33554432000 134512640 135305190 4290996912 18446744073709551615 134528371 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11615/tid=11618] ppid=11612 vsize=137904 CPUtime=3.43 cores=0,2,4,6
/proc/11615/task/11618/stat : 11618 (manysat1.1_stat) R 11612 11612 10886 0 -1 4202560 1669 0 0 0 338 5 0 0 25 0 4 0 622674170 141213696 25210 33554432000 134512640 135305190 4290996912 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 16.54
Current children cumulated vsize (KiB) 146604

[startup+12.7007 s]
/proc/loadavg: 6.71 7.67 7.88 9/366 11618
/proc/meminfo: memFree=8850224/32951124 swapFree=67111348/67111528
[pid=11612] ppid=11610 vsize=8700 CPUtime=2.46 cores=0,2,4,6
/proc/11612/stat : 11612 (manysat.sh) S 11610 11612 10886 0 -1 4202496 356 27017 0 0 0 0 239 7 18 0 1 0 622673887 8908800 252 33554432000 4194304 4922060 140733354464000 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11612/statm: 2175 252 209 178 0 68 0
[pid=11615] ppid=11612 vsize=159264 CPUtime=39.58 cores=0,2,4,6
/proc/11615/stat : 11615 (manysat1.1_stat) R 11612 11612 10886 0 -1 4202496 30875 0 0 0 3932 26 0 0 25 0 4 0 622674136 163086336 30767 33554432000 134512640 135305190 4290996912 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11615/statm: 39816 30767 84 194 0 39620 0
[pid=11615/tid=11616] ppid=11612 vsize=159264 CPUtime=9.84 cores=0,2,4,6
/proc/11615/task/11616/stat : 11616 (manysat1.1_stat) R 11612 11612 10886 0 -1 4202560 2522 0 0 0 979 5 0 0 25 0 4 0 622674170 163086336 30767 33554432000 134512640 135305190 4290996912 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11615/tid=11617] ppid=11612 vsize=159264 CPUtime=9.84 cores=0,2,4,6
/proc/11615/task/11617/stat : 11617 (manysat1.1_stat) R 11612 11612 10886 0 -1 4202560 5953 0 0 0 977 7 0 0 25 0 4 0 622674170 163086336 30767 33554432000 134512640 135305190 4290996912 18446744073709551615 134528310 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11615/tid=11618] ppid=11612 vsize=159264 CPUtime=9.83 cores=0,2,4,6
/proc/11615/task/11618/stat : 11618 (manysat1.1_stat) R 11612 11612 10886 0 -1 4202560 2506 0 0 0 976 7 0 0 25 0 4 0 622674170 163086336 30767 33554432000 134512640 135305190 4290996912 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 42.04
Current children cumulated vsize (KiB) 167964

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

[startup+15.9011 s]
/proc/loadavg: 6.89 7.69 7.89 9/366 11618
/proc/meminfo: memFree=8836324/32951124 swapFree=67111348/67111528
[pid=11612] ppid=11610 vsize=8700 CPUtime=2.46 cores=0,2,4,6
/proc/11612/stat : 11612 (manysat.sh) S 11610 11612 10886 0 -1 4202496 356 27017 0 0 0 0 239 7 18 0 1 0 622673887 8908800 252 33554432000 4194304 4922060 140733354464000 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11612/statm: 2175 252 209 178 0 68 0
[pid=11615] ppid=11612 vsize=176656 CPUtime=52.34 cores=0,2,4,6
/proc/11615/stat : 11615 (manysat1.1_stat) S 11612 11612 10886 0 -1 4202496 34877 0 0 0 5205 29 0 0 25 0 4 0 622674136 180895744 34769 33554432000 134512640 135305190 4290996912 18446744073709551615 134694990 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11615/statm: 44164 34769 84 194 0 43968 0
[pid=11615/tid=11616] ppid=11612 vsize=176656 CPUtime=13.04 cores=0,2,4,6
/proc/11615/task/11616/stat : 11616 (manysat1.1_stat) R 11612 11612 10886 0 -1 4202560 3112 0 0 0 1299 5 0 0 25 0 4 0 622674170 180895744 34769 33554432000 134512640 135305190 4290996912 18446744073709551615 134837998 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11615/tid=11617] ppid=11612 vsize=176656 CPUtime=13.04 cores=0,2,4,6
/proc/11615/task/11617/stat : 11617 (manysat1.1_stat) R 11612 11612 10886 0 -1 4202560 7509 0 0 0 1296 8 0 0 25 0 4 0 622674170 180895744 34769 33554432000 134512640 135305190 4290996912 18446744073709551615 134530997 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11615/tid=11618] ppid=11612 vsize=176656 CPUtime=13.03 cores=0,2,4,6
/proc/11615/task/11618/stat : 11618 (manysat1.1_stat) R 11612 11612 10886 0 -1 4202560 3368 0 0 0 1296 7 0 0 25 0 4 0 622674170 180895744 34769 33554432000 134512640 135305190 4290996912 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 54.8
Current children cumulated vsize (KiB) 185356

[startup+16.7009 s]
/proc/loadavg: 6.89 7.69 7.89 9/366 11618
/proc/meminfo: memFree=8833444/32951124 swapFree=67111348/67111528
[pid=11612] ppid=11610 vsize=8700 CPUtime=2.46 cores=0,2,4,6
/proc/11612/stat : 11612 (manysat.sh) S 11610 11612 10886 0 -1 4202496 356 27017 0 0 0 0 239 7 18 0 1 0 622673887 8908800 252 33554432000 4194304 4922060 140733354464000 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11612/statm: 2175 252 209 178 0 68 0
[pid=11615] ppid=11612 vsize=177240 CPUtime=55.53 cores=0,2,4,6
/proc/11615/stat : 11615 (manysat1.1_stat) R 11612 11612 10886 0 -1 4202496 35019 0 0 0 5523 30 0 0 25 0 4 0 622674136 181493760 34911 33554432000 134512640 135305190 4290996912 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11615/statm: 44310 34911 84 194 0 44114 0
[pid=11615/tid=11616] ppid=11612 vsize=177240 CPUtime=13.83 cores=0,2,4,6
/proc/11615/task/11616/stat : 11616 (manysat1.1_stat) R 11612 11612 10886 0 -1 4202560 3113 0 0 0 1378 5 0 0 25 0 4 0 622674170 181493760 34911 33554432000 134512640 135305190 4290996912 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11615/tid=11617] ppid=11612 vsize=177240 CPUtime=13.84 cores=0,2,4,6
/proc/11615/task/11617/stat : 11617 (manysat1.1_stat) R 11612 11612 10886 0 -1 4202560 7622 0 0 0 1376 8 0 0 25 0 4 0 622674170 181493760 34911 33554432000 134512640 135305190 4290996912 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11615/tid=11618] ppid=11612 vsize=177240 CPUtime=13.82 cores=0,2,4,6
/proc/11615/task/11618/stat : 11618 (manysat1.1_stat) R 11612 11612 10886 0 -1 4202560 3395 0 0 0 1375 7 0 0 25 0 4 0 622674170 181493760 34911 33554432000 134512640 135305190 4290996912 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 57.99
Current children cumulated vsize (KiB) 185940

[startup+17.5008 s]
/proc/loadavg: 6.89 7.69 7.89 9/366 11618
/proc/meminfo: memFree=8832080/32951124 swapFree=67111348/67111528
[pid=11612] ppid=11610 vsize=8700 CPUtime=2.46 cores=0,2,4,6
/proc/11612/stat : 11612 (manysat.sh) S 11610 11612 10886 0 -1 4202496 356 27017 0 0 0 0 239 7 18 0 1 0 622673887 8908800 252 33554432000 4194304 4922060 140733354464000 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11612/statm: 2175 252 209 178 0 68 0
[pid=11615] ppid=11612 vsize=178124 CPUtime=58.74 cores=0,2,4,6
/proc/11615/stat : 11615 (manysat1.1_stat) R 11612 11612 10886 0 -1 4202496 35271 0 0 0 5844 30 0 0 25 0 4 0 622674136 182398976 35163 33554432000 134512640 135305190 4290996912 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11615/statm: 44531 35163 84 194 0 44335 0
[pid=11615/tid=11616] ppid=11612 vsize=178124 CPUtime=14.65 cores=0,2,4,6
/proc/11615/task/11616/stat : 11616 (manysat1.1_stat) R 11612 11612 10886 0 -1 4202560 3134 0 0 0 1459 6 0 0 25 0 4 0 622674170 182398976 35164 33554432000 134512640 135305190 4290996912 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11615/tid=11617] ppid=11612 vsize=178124 CPUtime=14.65 cores=0,2,4,6
/proc/11615/task/11617/stat : 11617 (manysat1.1_stat) R 11612 11612 10886 0 -1 4202560 7810 0 0 0 1457 8 0 0 25 0 4 0 622674170 182398976 35164 33554432000 134512640 135305190 4290996912 18446744073709551615 134553275 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11615/tid=11618] ppid=11612 vsize=178124 CPUtime=14.64 cores=0,2,4,6
/proc/11615/task/11618/stat : 11618 (manysat1.1_stat) R 11612 11612 10886 0 -1 4202560 3415 0 0 0 1457 7 0 0 25 0 4 0 622674170 182398976 35164 33554432000 134512640 135305190 4290996912 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 61.2
Current children cumulated vsize (KiB) 186824

[startup+17.7008 s]
/proc/loadavg: 6.89 7.69 7.89 9/366 11618
/proc/meminfo: memFree=8832080/32951124 swapFree=67111348/67111528
[pid=11612] ppid=11610 vsize=8700 CPUtime=2.46 cores=0,2,4,6
/proc/11612/stat : 11612 (manysat.sh) S 11610 11612 10886 0 -1 4202496 356 27017 0 0 0 0 239 7 18 0 1 0 622673887 8908800 252 33554432000 4194304 4922060 140733354464000 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11612/statm: 2175 252 209 178 0 68 0
[pid=11615] ppid=11612 vsize=178260 CPUtime=59.51 cores=0,2,4,6
/proc/11615/stat : 11615 (manysat1.1_stat) R 11612 11612 10886 0 -1 4202496 35320 0 0 0 5921 30 0 0 25 0 4 0 622674136 182538240 35212 33554432000 134512640 135305190 4290996912 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11615/statm: 44565 35212 84 194 0 44369 0
[pid=11615/tid=11616] ppid=11612 vsize=178260 CPUtime=14.84 cores=0,2,4,6
/proc/11615/task/11616/stat : 11616 (manysat1.1_stat) R 11612 11612 10886 0 -1 4202560 3138 0 0 0 1478 6 0 0 25 0 4 0 622674170 182538240 35212 33554432000 134512640 135305190 4290996912 18446744073709551615 134528274 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11615/tid=11617] ppid=11612 vsize=178260 CPUtime=14.84 cores=0,2,4,6
/proc/11615/task/11617/stat : 11617 (manysat1.1_stat) R 11612 11612 10886 0 -1 4202560 7836 0 0 0 1476 8 0 0 25 0 4 0 622674170 182538240 35212 33554432000 134512640 135305190 4290996912 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11615/tid=11618] ppid=11612 vsize=178260 CPUtime=14.82 cores=0,2,4,6
/proc/11615/task/11618/stat : 11618 (manysat1.1_stat) R 11612 11612 10886 0 -1 4202560 3424 0 0 0 1475 7 0 0 25 0 4 0 622674170 182538240 35212 33554432000 134512640 135305190 4290996912 18446744073709551615 134530638 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 61.97
Current children cumulated vsize (KiB) 186960

[startup+17.8007 s]
/proc/loadavg: 6.89 7.69 7.89 9/366 11618
/proc/meminfo: memFree=8832080/32951124 swapFree=67111348/67111528
[pid=11612] ppid=11610 vsize=8700 CPUtime=2.46 cores=0,2,4,6
/proc/11612/stat : 11612 (manysat.sh) S 11610 11612 10886 0 -1 4202496 356 27017 0 0 0 0 239 7 18 0 1 0 622673887 8908800 252 33554432000 4194304 4922060 140733354464000 18446744073709551615 233510116485 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/11612/statm: 2175 252 209 178 0 68 0
[pid=11615] ppid=11612 vsize=178392 CPUtime=59.91 cores=0,2,4,6
/proc/11615/stat : 11615 (manysat1.1_stat) R 11612 11612 10886 0 -1 4202496 35346 0 0 0 5961 30 0 0 25 0 4 0 622674136 182673408 35238 33554432000 134512640 135305190 4290996912 18446744073709551615 134529068 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/11615/statm: 44598 35238 84 194 0 44402 0
[pid=11615/tid=11616] ppid=11612 vsize=178392 CPUtime=14.94 cores=0,2,4,6
/proc/11615/task/11616/stat : 11616 (manysat1.1_stat) R 11612 11612 10886 0 -1 4202560 3142 0 0 0 1488 6 0 0 25 0 4 0 622674170 182673408 35238 33554432000 134512640 135305190 4290996912 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=11615/tid=11617] ppid=11612 vsize=178392 CPUtime=14.94 cores=0,2,4,6
/proc/11615/task/11617/stat : 11617 (manysat1.1_stat) R 11612 11612 10886 0 -1 4202560 7854 0 0 0 1486 8 0 0 25 0 4 0 622674170 182673408 35238 33554432000 134512640 135305190 4290996912 18446744073709551615 134528382 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=11615/tid=11618] ppid=11612 vsize=178392 CPUtime=14.92 cores=0,2,4,6
/proc/11615/task/11618/stat : 11618 (manysat1.1_stat) R 11612 11612 10886 0 -1 4202560 3427 0 0 0 1485 7 0 0 25 0 4 0 622674170 182673408 35238 33554432000 134512640 135305190 4290996912 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 62.37
Current children cumulated vsize (KiB) 187092

Child status: 20
Real time (s): 17.8796
CPU time (s): 62.6695
CPU user time (s): 62.2745
CPU system time (s): 0.394939
CPU usage (%): 350.508
Max. virtual memory (cumulated for all children) (KiB): 187092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 62.2745
system time used= 0.394939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62977
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= 16670
involuntary context switches= 337

runsolver used 0.068989 second user time and 0.162975 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-13 18:03:00
IDJOB=3362425
IDBENCH=88143
IDSOLVER=1838
FILE ID=node145/3362425-1305302579
RUNJOBID= node145-1305296390-10904
PBS_JOBID= 13321408
Free space on /tmp= 43212 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/manolios/c10idw_i.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362425-1305302579/watcher-3362425-1305302579 -o /tmp/evaluation-result-3362425-1305302579/solver-3362425-1305302579 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362425-1305302579.cnf aimd 1

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= c139a321e75833c70af36726562b66de
RANDOM SEED=1985177233

node145.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.786
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.57
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.786
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.76
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.786
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.786
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.786
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.82
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.786
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       8999072 kB
Buffers:        249256 kB
Cached:       17172824 kB
SwapCached:          0 kB
Active:        7793296 kB
Inactive:     15576372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8999072 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           11816 kB
Writeback:           0 kB
AnonPages:     5947676 kB
Mapped:          28012 kB
Slab:           484356 kB
PageTables:      35232 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79871020 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= 43212 MiB
End job on node145 at 2011-05-13 18:03:18