Trace number 3361883

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 75.5715 21.7278

General information on the benchmark

Nameindustrial/manolios/
manol-pipe-f7idw.cnf
MD5SUMe11b8f7666247454d93edb47f1646e2c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark19.761
Satisfiable
(Un)Satisfiability was proved
Number of variables263022
Number of clauses782329
Sum of the clauses size1825433
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2521552
Number of clauses of size 3260776
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.37	c ==============================================================================
0.00/0.37	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.37	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.37	c ==============================================================================
0.00/0.37	c |         0 |  782328  1825432 |  234698       0        0     nan |  0.000 % |
2.79/2.89	c |         0 |  326692  1297075 |      --       0       --      -- |     --   | -455634/-528352
2.79/2.89	c ==============================================================================
2.79/2.89	c Result  :   #vars: 41290   #clauses: 326692   #literals: 1297075
2.79/2.89	c CPU time:   2.79257 s
2.79/2.89	c ==============================================================================
75.48/21.71	c This is ManySAT 1.1 : 4 thread(s) on 4 core(s).
75.48/21.71	c ============================[ Problem Statistics ]=============================
75.48/21.71	c |                                                                             |
75.48/21.71	c threadId              : 0
75.48/21.71	c restarts              : 511
75.48/21.71	c conflicts             : 142749         (1980 /sec)
75.48/21.71	c decisions             : 728577         (1.74 % random) (10105 /sec)
75.48/21.71	c propagations          : 40382055       (560091 /sec)
75.48/21.71	c conflict literals     : 3791469        (32.11 % deleted)
75.48/21.71	c Memory used           : 208.46 MB
75.48/21.71	c CPU time              : 72.099 s
75.48/21.71	
75.48/21.71	c --->m=4, e=8, aimd=1, HOME/9577_many.cnf	time: 18.0248	conflicts: 142749       
75.48/21.72	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-3361883-1305296392/watcher-3361883-1305296392 -o /tmp/evaluation-result-3361883-1305296392/solver-3361883-1305296392 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3361883-1305296392.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: 0.00 0.00 0.00 2/365 9577
/proc/meminfo: memFree=4078700/32951124 swapFree=67111348/67111528
[pid=9577] ppid=9575 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9577/stat : 9577 (manysat.sh) S 9575 9577 9547 0 -1 4202496 329 0 0 0 0 0 0 0 19 0 1 0 641237034 8908800 249 33554432000 4194304 4922060 140736601415584 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9577/statm: 2175 249 209 178 0 68 0

[startup+0.0424581 s]
/proc/loadavg: 0.00 0.00 0.00 2/365 9577
/proc/meminfo: memFree=4078700/32951124 swapFree=67111348/67111528
[pid=9577] ppid=9575 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9577/stat : 9577 (manysat.sh) S 9575 9577 9547 0 -1 4202496 329 0 0 0 0 0 0 0 19 0 1 0 641237034 8908800 249 33554432000 4194304 4922060 140736601415584 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9577/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100442 s]
/proc/loadavg: 0.00 0.00 0.00 2/365 9577
/proc/meminfo: memFree=4078700/32951124 swapFree=67111348/67111528
[pid=9577] ppid=9575 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9577/stat : 9577 (manysat.sh) S 9575 9577 9547 0 -1 4202496 329 0 0 0 0 0 0 0 19 0 1 0 641237034 8908800 249 33554432000 4194304 4922060 140736601415584 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9577/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300439 s]
/proc/loadavg: 0.00 0.00 0.00 2/365 9577
/proc/meminfo: memFree=4078700/32951124 swapFree=67111348/67111528
[pid=9577] ppid=9575 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9577/stat : 9577 (manysat.sh) S 9575 9577 9547 0 -1 4202496 329 0 0 0 0 0 0 0 19 0 1 0 641237034 8908800 249 33554432000 4194304 4922060 140736601415584 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9577/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700355 s]
/proc/loadavg: 0.00 0.00 0.00 2/365 9577
/proc/meminfo: memFree=4078700/32951124 swapFree=67111348/67111528
[pid=9577] ppid=9575 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9577/stat : 9577 (manysat.sh) S 9575 9577 9547 0 -1 4202496 329 0 0 0 0 0 0 0 19 0 1 0 641237034 8908800 249 33554432000 4194304 4922060 140736601415584 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9577/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50118 s]
/proc/loadavg: 0.00 0.00 0.00 6/376 9592
/proc/meminfo: memFree=3917692/32951124 swapFree=67111348/67111528
[pid=9577] ppid=9575 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9577/stat : 9577 (manysat.sh) S 9575 9577 9547 0 -1 4202496 329 0 0 0 0 0 0 0 19 0 1 0 641237034 8908800 249 33554432000 4194304 4922060 140736601415584 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9577/statm: 2175 249 209 178 0 68 0
[pid=9578] ppid=9577 vsize=144200 CPUtime=1.49 cores=0,2,4,6
/proc/9578/stat : 9578 (SatElite) R 9577 9577 9547 0 -1 4202496 30595 0 0 0 142 7 0 0 25 0 1 0 641237034 147660800 28380 33554432000 134512640 135034092 4286792288 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/9578/statm: 36050 28380 68 128 0 35920 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 152900

[startup+3.10087 s]
/proc/loadavg: 0.00 0.00 0.00 6/376 9592
/proc/meminfo: memFree=3882640/32951124 swapFree=67111348/67111528
[pid=9577] ppid=9575 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/9577/stat : 9577 (manysat.sh) S 9575 9577 9547 0 -1 4202496 329 0 0 0 0 0 0 0 19 0 1 0 641237034 8908800 249 33554432000 4194304 4922060 140736601415584 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9577/statm: 2175 249 209 178 0 68 0
[pid=9578] ppid=9577 vsize=146992 CPUtime=3.08 cores=0,2,4,6
/proc/9578/stat : 9578 (SatElite) R 9577 9577 9547 0 -1 4202496 34573 0 0 0 298 10 0 0 18 0 1 0 641237034 150519808 29381 33554432000 134512640 135034092 4286792288 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 2 0 0 0
/proc/9578/statm: 36748 29381 68 128 0 36618 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 155692

[startup+6.30025 s]
/proc/loadavg: 0.64 0.13 0.04 9/379 9596
/proc/meminfo: memFree=3851796/32951124 swapFree=67111348/67111528
[pid=9577] ppid=9575 vsize=8700 CPUtime=3.16 cores=0,2,4,6
/proc/9577/stat : 9577 (manysat.sh) S 9575 9577 9547 0 -1 4202496 357 34576 0 0 0 0 305 11 18 0 1 0 641237034 8908800 252 33554432000 4194304 4922060 140736601415584 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9577/statm: 2175 252 209 178 0 68 0
[pid=9593] ppid=9577 vsize=160260 CPUtime=10.98 cores=0,2,4,6
/proc/9593/stat : 9593 (manysat1.1_stat) R 9577 9577 9547 0 -1 4202496 30548 0 0 0 1079 19 0 0 20 0 4 0 641237351 164106240 30445 33554432000 134512640 135305190 4291395984 18446744073709551615 134528268 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/9593/statm: 40065 30445 84 194 0 39869 0
[pid=9593/tid=9594] ppid=9577 vsize=160260 CPUtime=2.63 cores=0,2,4,6
/proc/9593/task/9594/stat : 9594 (manysat1.1_stat) R 9577 9577 9547 0 -1 4202560 1799 0 0 0 259 4 0 0 20 0 4 0 641237397 164106240 30445 33554432000 134512640 135305190 4291395984 18446744073709551615 134542052 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9593/tid=9595] ppid=9577 vsize=160260 CPUtime=2.61 cores=0,2,4,6
/proc/9593/task/9595/stat : 9595 (manysat1.1_stat) R 9577 9577 9547 0 -1 4202560 2615 0 0 0 257 4 0 0 22 0 4 0 641237397 164106240 30445 33554432000 134512640 135305190 4291395984 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9593/tid=9596] ppid=9577 vsize=160260 CPUtime=2.63 cores=0,2,4,6
/proc/9593/task/9596/stat : 9596 (manysat1.1_stat) R 9577 9577 9547 0 -1 4202560 1809 0 0 0 261 2 0 0 21 0 4 0 641237397 164106240 30445 33554432000 134512640 135305190 4291395984 18446744073709551615 134542048 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.14
Current children cumulated vsize (KiB) 168960

[startup+12.7011 s]
/proc/loadavg: 1.31 0.28 0.09 9/379 9596
/proc/meminfo: memFree=3791828/32951124 swapFree=67111348/67111528
[pid=9577] ppid=9575 vsize=8700 CPUtime=3.16 cores=0,2,4,6
/proc/9577/stat : 9577 (manysat.sh) S 9575 9577 9547 0 -1 4202496 357 34576 0 0 0 0 305 11 18 0 1 0 641237034 8908800 252 33554432000 4194304 4922060 140736601415584 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9577/statm: 2175 252 209 178 0 68 0
[pid=9593] ppid=9577 vsize=190296 CPUtime=36.47 cores=0,2,4,6
/proc/9593/stat : 9593 (manysat1.1_stat) R 9577 9577 9547 0 -1 4202496 38125 0 0 0 3623 24 0 0 25 0 4 0 641237351 194863104 38012 33554432000 134512640 135305190 4291395984 18446744073709551615 134528571 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/9593/statm: 47574 38012 84 194 0 47378 0
[pid=9593/tid=9594] ppid=9577 vsize=190296 CPUtime=9.03 cores=0,2,4,6
/proc/9593/task/9594/stat : 9594 (manysat1.1_stat) R 9577 9577 9547 0 -1 4202560 2784 0 0 0 897 6 0 0 25 0 4 0 641237397 194863104 38012 33554432000 134512640 135305190 4291395984 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9593/tid=9595] ppid=9577 vsize=190296 CPUtime=8.92 cores=0,2,4,6
/proc/9593/task/9595/stat : 9595 (manysat1.1_stat) R 9577 9577 9547 0 -1 4202560 6563 0 0 0 886 6 0 0 25 0 4 0 641237397 194863104 38012 33554432000 134512640 135305190 4291395984 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9593/tid=9596] ppid=9577 vsize=190296 CPUtime=9.02 cores=0,2,4,6
/proc/9593/task/9596/stat : 9596 (manysat1.1_stat) R 9577 9577 9547 0 -1 4202560 2870 0 0 0 899 3 0 0 25 0 4 0 641237397 194863104 38012 33554432000 134512640 135305190 4291395984 18446744073709551615 134541909 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 39.63
Current children cumulated vsize (KiB) 198996

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

[startup+15.9005 s]
/proc/loadavg: 1.85 0.41 0.13 9/379 9596
/proc/meminfo: memFree=3767852/32951124 swapFree=67111348/67111528
[pid=9577] ppid=9575 vsize=8700 CPUtime=3.16 cores=0,2,4,6
/proc/9577/stat : 9577 (manysat.sh) S 9575 9577 9547 0 -1 4202496 357 34576 0 0 0 0 305 11 18 0 1 0 641237034 8908800 252 33554432000 4194304 4922060 140736601415584 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9577/statm: 2175 252 209 178 0 68 0
[pid=9593] ppid=9577 vsize=199592 CPUtime=49.21 cores=0,2,4,6
/proc/9593/stat : 9593 (manysat1.1_stat) R 9577 9577 9547 0 -1 4202496 40532 0 0 0 4895 26 0 0 25 0 4 0 641237351 204382208 40419 33554432000 134512640 135305190 4291395984 18446744073709551615 134528571 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/9593/statm: 49898 40419 84 194 0 49702 0
[pid=9593/tid=9594] ppid=9577 vsize=199592 CPUtime=12.22 cores=0,2,4,6
/proc/9593/task/9594/stat : 9594 (manysat1.1_stat) R 9577 9577 9547 0 -1 4202560 3102 0 0 0 1216 6 0 0 25 0 4 0 641237397 204382208 40419 33554432000 134512640 135305190 4291395984 18446744073709551615 134558152 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9593/tid=9595] ppid=9577 vsize=199592 CPUtime=12.07 cores=0,2,4,6
/proc/9593/task/9595/stat : 9595 (manysat1.1_stat) R 9577 9577 9547 0 -1 4202560 7825 0 0 0 1201 6 0 0 25 0 4 0 641237397 204382208 40419 33554432000 134512640 135305190 4291395984 18446744073709551615 134528265 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9593/tid=9596] ppid=9577 vsize=199592 CPUtime=12.22 cores=0,2,4,6
/proc/9593/task/9596/stat : 9596 (manysat1.1_stat) R 9577 9577 9547 0 -1 4202560 3305 0 0 0 1218 4 0 0 25 0 4 0 641237397 204382208 40419 33554432000 134512640 135305190 4291395984 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 52.37
Current children cumulated vsize (KiB) 208292

[startup+19.1009 s]
/proc/loadavg: 1.85 0.41 0.13 9/379 9596
/proc/meminfo: memFree=3757548/32951124 swapFree=67111348/67111528
[pid=9577] ppid=9575 vsize=8700 CPUtime=3.16 cores=0,2,4,6
/proc/9577/stat : 9577 (manysat.sh) S 9575 9577 9547 0 -1 4202496 357 34576 0 0 0 0 305 11 18 0 1 0 641237034 8908800 252 33554432000 4194304 4922060 140736601415584 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9577/statm: 2175 252 209 178 0 68 0
[pid=9593] ppid=9577 vsize=206548 CPUtime=61.96 cores=0,2,4,6
/proc/9593/stat : 9593 (manysat1.1_stat) R 9577 9577 9547 0 -1 4202496 42186 0 0 0 6169 27 0 0 25 0 4 0 641237351 211505152 42073 33554432000 134512640 135305190 4291395984 18446744073709551615 134528489 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/9593/statm: 51637 42073 84 194 0 51441 0
[pid=9593/tid=9594] ppid=9577 vsize=206548 CPUtime=15.41 cores=0,2,4,6
/proc/9593/task/9594/stat : 9594 (manysat1.1_stat) R 9577 9577 9547 0 -1 4202560 3433 0 0 0 1535 6 0 0 25 0 4 0 641237397 211505152 42073 33554432000 134512640 135305190 4291395984 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9593/tid=9595] ppid=9577 vsize=206548 CPUtime=15.24 cores=0,2,4,6
/proc/9593/task/9595/stat : 9595 (manysat1.1_stat) R 9577 9577 9547 0 -1 4202560 8518 0 0 0 1517 7 0 0 25 0 4 0 641237397 211505152 42073 33554432000 134512640 135305190 4291395984 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9593/tid=9596] ppid=9577 vsize=206548 CPUtime=15.41 cores=0,2,4,6
/proc/9593/task/9596/stat : 9596 (manysat1.1_stat) R 9577 9577 9547 0 -1 4202560 3592 0 0 0 1537 4 0 0 25 0 4 0 641237397 211505152 42073 33554432000 134512640 135305190 4291395984 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 65.12
Current children cumulated vsize (KiB) 215248

[startup+20.7006 s]
/proc/loadavg: 2.34 0.53 0.18 9/379 9596
/proc/meminfo: memFree=3751348/32951124 swapFree=67111348/67111528
[pid=9577] ppid=9575 vsize=8700 CPUtime=3.16 cores=0,2,4,6
/proc/9577/stat : 9577 (manysat.sh) S 9575 9577 9547 0 -1 4202496 357 34576 0 0 0 0 305 11 18 0 1 0 641237034 8908800 252 33554432000 4194304 4922060 140736601415584 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9577/statm: 2175 252 209 178 0 68 0
[pid=9593] ppid=9577 vsize=213116 CPUtime=68.35 cores=0,2,4,6
/proc/9593/stat : 9593 (manysat1.1_stat) R 9577 9577 9547 0 -1 4202496 43343 0 0 0 6807 28 0 0 25 0 4 0 641237351 218230784 43230 33554432000 134512640 135305190 4291395984 18446744073709551615 134529569 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/9593/statm: 53279 43230 84 194 0 53083 0
[pid=9593/tid=9594] ppid=9577 vsize=213116 CPUtime=17.01 cores=0,2,4,6
/proc/9593/task/9594/stat : 9594 (manysat1.1_stat) R 9577 9577 9547 0 -1 4202560 3640 0 0 0 1695 6 0 0 25 0 4 0 641237397 218230784 43230 33554432000 134512640 135305190 4291395984 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9593/tid=9595] ppid=9577 vsize=213116 CPUtime=16.82 cores=0,2,4,6
/proc/9593/task/9595/stat : 9595 (manysat1.1_stat) R 9577 9577 9547 0 -1 4202560 8891 0 0 0 1675 7 0 0 25 0 4 0 641237397 218230784 43230 33554432000 134512640 135305190 4291395984 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9593/tid=9596] ppid=9577 vsize=213116 CPUtime=17.01 cores=0,2,4,6
/proc/9593/task/9596/stat : 9596 (manysat1.1_stat) R 9577 9577 9547 0 -1 4202560 3884 0 0 0 1697 4 0 0 25 0 4 0 641237397 218230784 43230 33554432000 134512640 135305190 4291395984 18446744073709551615 134528562 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 71.51
Current children cumulated vsize (KiB) 221816

[startup+21.5005 s]
/proc/loadavg: 2.34 0.53 0.18 9/379 9596
/proc/meminfo: memFree=3748000/32951124 swapFree=67111348/67111528
[pid=9577] ppid=9575 vsize=8700 CPUtime=3.16 cores=0,2,4,6
/proc/9577/stat : 9577 (manysat.sh) S 9575 9577 9547 0 -1 4202496 357 34576 0 0 0 0 305 11 18 0 1 0 641237034 8908800 252 33554432000 4194304 4922060 140736601415584 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9577/statm: 2175 252 209 178 0 68 0
[pid=9593] ppid=9577 vsize=213460 CPUtime=71.52 cores=0,2,4,6
/proc/9593/stat : 9593 (manysat1.1_stat) R 9577 9577 9547 0 -1 4202496 43419 0 0 0 7124 28 0 0 25 0 4 0 641237351 218583040 43306 33554432000 134512640 135305190 4291395984 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/9593/statm: 53365 43306 84 194 0 53169 0
[pid=9593/tid=9594] ppid=9577 vsize=213460 CPUtime=17.81 cores=0,2,4,6
/proc/9593/task/9594/stat : 9594 (manysat1.1_stat) R 9577 9577 9547 0 -1 4202560 3675 0 0 0 1775 6 0 0 25 0 4 0 641237397 218583040 43306 33554432000 134512640 135305190 4291395984 18446744073709551615 134528471 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9593/tid=9595] ppid=9577 vsize=213460 CPUtime=17.61 cores=0,2,4,6
/proc/9593/task/9595/stat : 9595 (manysat1.1_stat) R 9577 9577 9547 0 -1 4202560 8932 0 0 0 1754 7 0 0 25 0 4 0 641237397 218583040 43306 33554432000 134512640 135305190 4291395984 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9593/tid=9596] ppid=9577 vsize=213460 CPUtime=17.81 cores=0,2,4,6
/proc/9593/task/9596/stat : 9596 (manysat1.1_stat) R 9577 9577 9547 0 -1 4202560 3884 0 0 0 1777 4 0 0 25 0 4 0 641237397 218583040 43306 33554432000 134512640 135305190 4291395984 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 74.68
Current children cumulated vsize (KiB) 222160

[startup+21.7004 s]
/proc/loadavg: 2.34 0.53 0.18 9/379 9596
/proc/meminfo: memFree=3748000/32951124 swapFree=67111348/67111528
[pid=9577] ppid=9575 vsize=8700 CPUtime=3.16 cores=0,2,4,6
/proc/9577/stat : 9577 (manysat.sh) S 9575 9577 9547 0 -1 4202496 357 34576 0 0 0 0 305 11 18 0 1 0 641237034 8908800 252 33554432000 4194304 4922060 140736601415584 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9577/statm: 2175 252 209 178 0 68 0
[pid=9593] ppid=9577 vsize=213460 CPUtime=72.32 cores=0,2,4,6
/proc/9593/stat : 9593 (manysat1.1_stat) R 9577 9577 9547 0 -1 4202496 43425 0 0 0 7204 28 0 0 25 0 4 0 641237351 218583040 43312 33554432000 134512640 135305190 4291395984 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/9593/statm: 53365 43312 84 194 0 53169 0
[pid=9593/tid=9594] ppid=9577 vsize=213460 CPUtime=18.01 cores=0,2,4,6
/proc/9593/task/9594/stat : 9594 (manysat1.1_stat) R 9577 9577 9547 0 -1 4202560 3675 0 0 0 1795 6 0 0 25 0 4 0 641237397 218583040 43312 33554432000 134512640 135305190 4291395984 18446744073709551615 134530636 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=9593/tid=9595] ppid=9577 vsize=213460 CPUtime=17.81 cores=0,2,4,6
/proc/9593/task/9595/stat : 9595 (manysat1.1_stat) R 9577 9577 9547 0 -1 4202560 8938 0 0 0 1774 7 0 0 25 0 4 0 641237397 218583040 43312 33554432000 134512640 135305190 4291395984 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=9593/tid=9596] ppid=9577 vsize=213460 CPUtime=18.01 cores=0,2,4,6
/proc/9593/task/9596/stat : 9596 (manysat1.1_stat) R 9577 9577 9547 0 -1 4202560 3884 0 0 0 1797 4 0 0 25 0 4 0 641237397 218583040 43312 33554432000 134512640 135305190 4291395984 18446744073709551615 134549024 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 75.48
Current children cumulated vsize (KiB) 222160

Child status: 20
Real time (s): 21.7278
CPU time (s): 75.5715
CPU user time (s): 75.1596
CPU system time (s): 0.411937
CPU usage (%): 347.81
Max. virtual memory (cumulated for all children) (KiB): 222160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 75.1596
system time used= 0.411937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78585
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= 16477
involuntary context switches= 539

runsolver used 0.065989 second user time and 0.198969 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-13 16:19:53
IDJOB=3361883
IDBENCH=20495
IDSOLVER=1838
FILE ID=node139/3361883-1305296392
RUNJOBID= node139-1305296392-9565
PBS_JOBID= 13321414
Free space on /tmp= 40592 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT07/industrial/manolios/manol-pipe-f7idw.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361883-1305296392/watcher-3361883-1305296392 -o /tmp/evaluation-result-3361883-1305296392/solver-3361883-1305296392 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3361883-1305296392.cnf aimd 1

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

MD5SUM BENCH= e11b8f7666247454d93edb47f1646e2c
RANDOM SEED=958841269

node139.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.852
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.70
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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.852
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.852
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	: 5321.49
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.852
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.75
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.852
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.82
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.852
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:     32951124 kB
MemFree:       4079244 kB
Buffers:        253036 kB
Cached:       21015272 kB
SwapCached:          8 kB
Active:       16088420 kB
Inactive:     12023264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       4079244 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           15540 kB
Writeback:           0 kB
AnonPages:     6843408 kB
Mapped:          28404 kB
Slab:           657884 kB
PageTables:      38120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 76770436 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= 40584 MiB
End job on node139 at 2011-05-13 16:20:15