Trace number 1723571

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
ManySAT 1.1 aimd 1/2009-03-20UNSAT 565.728 284.663

General information on the benchmark

Namevelev-pipe-o-uns-1.1-6.cnf
MD5SUMd986f0b849e7c714ed5d3a26373567af
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark50.8813
Satisfiable
(Un)Satisfiability was proved
Number of variables17710
Number of clauses304026
Sum of the clauses size890580
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2268354
Number of clauses of size 326401
Number of clauses of size 4173
Number of clauses of size 5120
Number of clauses of size over 58977

Solver Data

0.00/0.00	c Parsing...
0.19/0.24	c ==============================================================================
0.19/0.24	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.24	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.24	c ==============================================================================
0.19/0.24	c |         0 |  304025   890579 |   91207       0        0     nan |  0.000 % |
1.09/1.19	c |         0 |  289635   951406 |      --       0       --      -- |     --   | -14343/60934
1.09/1.19	c ==============================================================================
1.09/1.19	c Result  :   #vars: 11639   #clauses: 289635   #literals: 951406
1.09/1.19	c CPU time:   1.13783 s
1.09/1.19	c ==============================================================================
565.62/284.63	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
565.62/284.63	c ============================[ Problem Statistics ]=============================
565.62/284.63	c |                                                                             |
565.62/284.63	c threadId              : 1
565.62/284.63	c restarts              : 12318
565.62/284.63	c conflicts             : 849451         (1507 /sec)
565.62/284.63	c decisions             : 7060785        (0.96 % random) (12526 /sec)
565.62/284.63	c propagations          : 447799789      (794396 /sec)
565.62/284.63	c conflict literals     : 46768420       (48.01 % deleted)
565.62/284.63	c Memory used           : 140.70 MB
565.62/284.63	c CPU time              : 563.698 s
565.62/284.63	
565.62/284.63	c --->m=2, e=8, aimd=1, HOME/18270_many.cnf	time: 281.849	conflicts: 849451       
565.62/284.65	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1723571-1240687107/watcher-1723571-1240687107 -o /tmp/evaluation-result-1723571-1240687107/solver-1723571-1240687107 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1723571-1240687107.cnf aimd 1 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 1.05 1.00 3/65 18270
/proc/meminfo: memFree=1893520/2055920 swapFree=4180664/4192956
[pid=18270] ppid=18268 vsize=5356 CPUtime=0
/proc/18270/stat : 18270 (manysat.sh) S 18268 18270 17871 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96743101 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18270/statm: 1339 235 195 169 0 50 0
[pid=18271] ppid=18270 vsize=956 CPUtime=0
/proc/18271/stat : 18271 (SatElite) R 18270 18270 17871 0 -1 4194304 148 0 0 0 0 0 0 0 19 0 1 0 96743101 978944 133 1992294400 134512640 135034092 4294956096 18446744073709551615 134544897 0 0 4096 3 0 0 0 17 0 0 0
/proc/18271/statm: 239 134 51 127 0 109 0

[startup+0.0254401 s]
/proc/loadavg: 0.99 1.05 1.00 3/65 18270
/proc/meminfo: memFree=1893520/2055920 swapFree=4180664/4192956
[pid=18270] ppid=18268 vsize=5356 CPUtime=0
/proc/18270/stat : 18270 (manysat.sh) S 18268 18270 17871 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96743101 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18270/statm: 1339 235 195 169 0 50 0
[pid=18271] ppid=18270 vsize=3112 CPUtime=0.01
/proc/18271/stat : 18271 (SatElite) R 18270 18270 17871 0 -1 4194304 656 0 0 0 1 0 0 0 19 0 1 0 96743101 3186688 640 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/18271/statm: 778 641 51 127 0 648 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8468

[startup+0.101449 s]
/proc/loadavg: 0.99 1.05 1.00 3/65 18270
/proc/meminfo: memFree=1893520/2055920 swapFree=4180664/4192956
[pid=18270] ppid=18268 vsize=5356 CPUtime=0
/proc/18270/stat : 18270 (manysat.sh) S 18268 18270 17871 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96743101 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18270/statm: 1339 235 195 169 0 50 0
[pid=18271] ppid=18270 vsize=9372 CPUtime=0.09
/proc/18271/stat : 18271 (SatElite) R 18270 18270 17871 0 -1 4194304 2027 0 0 0 8 1 0 0 19 0 1 0 96743101 9596928 2011 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/18271/statm: 2343 2012 51 127 0 2213 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14728

[startup+0.301472 s]
/proc/loadavg: 0.99 1.05 1.00 3/65 18270
/proc/meminfo: memFree=1893520/2055920 swapFree=4180664/4192956
[pid=18270] ppid=18268 vsize=5356 CPUtime=0
/proc/18270/stat : 18270 (manysat.sh) S 18268 18270 17871 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96743101 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18270/statm: 1339 235 195 169 0 50 0
[pid=18271] ppid=18270 vsize=27492 CPUtime=0.29
/proc/18271/stat : 18271 (SatElite) R 18270 18270 17871 0 -1 4194304 6562 0 0 0 26 3 0 0 21 0 1 0 96743101 28151808 5919 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/18271/statm: 6873 5919 68 127 0 6743 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32848

[startup+0.701518 s]
/proc/loadavg: 0.99 1.05 1.00 3/65 18270
/proc/meminfo: memFree=1893520/2055920 swapFree=4180664/4192956
[pid=18270] ppid=18268 vsize=5356 CPUtime=0
/proc/18270/stat : 18270 (manysat.sh) S 18268 18270 17871 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96743101 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18270/statm: 1339 235 195 169 0 50 0
[pid=18271] ppid=18270 vsize=29320 CPUtime=0.69
/proc/18271/stat : 18271 (SatElite) R 18270 18270 17871 0 -1 4194304 6975 0 0 0 65 4 0 0 25 0 1 0 96743101 30023680 6332 1992294400 134512640 135034092 4294956096 18446744073709551615 134566215 0 0 4096 3 0 0 0 17 0 0 0
/proc/18271/statm: 7330 6332 68 127 0 7200 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34676

[startup+1.50161 s]
/proc/loadavg: 0.99 1.05 1.00 2/67 18272
/proc/meminfo: memFree=1864384/2055920 swapFree=4180664/4192956
[pid=18270] ppid=18268 vsize=5356 CPUtime=0
/proc/18270/stat : 18270 (manysat.sh) S 18268 18270 17871 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 96743101 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18270/statm: 1339 235 195 169 0 50 0
[pid=18271] ppid=18270 vsize=29340 CPUtime=1.49
/proc/18271/stat : 18271 (SatElite) R 18270 18270 17871 0 -1 4194304 8202 0 0 0 143 6 0 0 25 0 1 0 96743101 30044160 6370 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/18271/statm: 7335 6370 68 127 0 7205 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34696

[startup+3.10181 s]
/proc/loadavg: 0.99 1.05 1.00 3/68 18274
/proc/meminfo: memFree=1850872/2055920 swapFree=4180664/4192956
[pid=18270] ppid=18268 vsize=5356 CPUtime=1.54
/proc/18270/stat : 18270 (manysat.sh) S 18268 18270 17871 0 -1 4194304 312 8205 0 0 0 0 147 7 19 0 1 0 96743101 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18270/statm: 1339 238 195 169 0 50 0
[pid=18273] ppid=18270 vsize=50088 CPUtime=2.75
/proc/18273/stat : 18273 (manysat1.1_stat) R 18270 18270 17871 0 -1 4194304 9534 0 0 0 268 7 0 0 16 0 2 0 96743255 51290112 9520 1992294400 134512640 135305190 4294956144 18446744073709551615 134528277 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/18273/statm: 12522 9520 83 193 0 12326 0
[pid=18273/tid=18274] ppid=18270 vsize=50088 CPUtime=1.21
/proc/18273/task/18274/stat : 18274 (manysat1.1_stat) R 18270 18270 17871 0 -1 4194368 539 0 0 0 120 1 0 0 16 0 2 0 96743288 51290112 9520 1992294400 134512640 135305190 4294956144 18446744073709551615 134541935 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 55444

[startup+6.30219 s]
/proc/loadavg: 1.07 1.07 1.00 3/68 18274
/proc/meminfo: memFree=1842296/2055920 swapFree=4180664/4192956
[pid=18270] ppid=18268 vsize=5356 CPUtime=1.54
/proc/18270/stat : 18270 (manysat.sh) S 18268 18270 17871 0 -1 4194304 312 8205 0 0 0 0 147 7 19 0 1 0 96743101 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18270/statm: 1339 238 195 169 0 50 0
[pid=18273] ppid=18270 vsize=57316 CPUtime=9.14
/proc/18273/stat : 18273 (manysat1.1_stat) R 18270 18270 17871 0 -1 4194304 11536 0 0 0 904 10 0 0 16 0 2 0 96743255 58691584 11522 1992294400 134512640 135305190 4294956144 18446744073709551615 134551614 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/18273/statm: 14329 11522 83 193 0 14133 0
[pid=18273/tid=18274] ppid=18270 vsize=57316 CPUtime=4.39
/proc/18273/task/18274/stat : 18274 (manysat1.1_stat) R 18270 18270 17871 0 -1 4194368 1455 0 0 0 437 2 0 0 17 0 2 0 96743288 58691584 11522 1992294400 134512640 135305190 4294956144 18446744073709551615 134556726 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.68
Current children cumulated vsize (KiB) 62672

[startup+12.7019 s]
/proc/loadavg: 1.14 1.08 1.01 3/68 18274
/proc/meminfo: memFree=1834560/2055920 swapFree=4180664/4192956
[pid=18270] ppid=18268 vsize=5356 CPUtime=1.54
/proc/18270/stat : 18270 (manysat.sh) S 18268 18270 17871 0 -1 4194304 312 8205 0 0 0 0 147 7 19 0 1 0 96743101 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18270/statm: 1339 238 195 169 0 50 0
[pid=18273] ppid=18270 vsize=64488 CPUtime=21.89
/proc/18273/stat : 18273 (manysat1.1_stat) R 18270 18270 17871 0 -1 4194304 13305 0 0 0 2178 11 0 0 17 0 2 0 96743255 66035712 13291 1992294400 134512640 135305190 4294956144 18446744073709551615 134840070 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/18273/statm: 16122 13291 83 193 0 15926 0
[pid=18273/tid=18274] ppid=18270 vsize=64488 CPUtime=10.75
/proc/18273/task/18274/stat : 18274 (manysat1.1_stat) R 18270 18270 17871 0 -1 4194368 2223 0 0 0 1073 2 0 0 17 0 2 0 96743288 66035712 13291 1992294400 134512640 135305190 4294956144 18446744073709551615 134528215 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.43
Current children cumulated vsize (KiB) 69844

[startup+25.5014 s]
/proc/loadavg: 1.33 1.12 1.02 3/68 18274
/proc/meminfo: memFree=1822208/2055920 swapFree=4180664/4192956
[pid=18270] ppid=18268 vsize=5356 CPUtime=1.54
/proc/18270/stat : 18270 (manysat.sh) S 18268 18270 17871 0 -1 4194304 312 8205 0 0 0 0 147 7 19 0 1 0 96743101 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18270/statm: 1339 238 195 169 0 50 0
[pid=18273] ppid=18270 vsize=76780 CPUtime=47.42
/proc/18273/stat : 18273 (manysat1.1_stat) R 18270 18270 17871 0 -1 4194304 16095 0 0 0 4727 15 0 0 17 0 2 0 96743255 78622720 16081 1992294400 134512640 135305190 4294956144 18446744073709551615 134542034 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/18273/statm: 19195 16081 83 193 0 18999 0
[pid=18273/tid=18274] ppid=18270 vsize=76780 CPUtime=23.49
/proc/18273/task/18274/stat : 18274 (manysat1.1_stat) R 18270 18270 17871 0 -1 4194368 3249 0 0 0 2345 4 0 0 18 0 2 0 96743288 78622720 16081 1992294400 134512640 135305190 4294956144 18446744073709551615 134530589 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 48.96
Current children cumulated vsize (KiB) 82136

[startup+51.1015 s]
/proc/loadavg: 1.56 1.19 1.05 3/68 18274
/proc/meminfo: memFree=1808896/2055920 swapFree=4180664/4192956
[pid=18270] ppid=18268 vsize=5356 CPUtime=1.54
/proc/18270/stat : 18270 (manysat.sh) S 18268 18270 17871 0 -1 4194304 312 8205 0 0 0 0 147 7 19 0 1 0 96743101 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18270/statm: 1339 238 195 169 0 50 0
[pid=18273] ppid=18270 vsize=90428 CPUtime=98.44
/proc/18273/stat : 18273 (manysat1.1_stat) R 18270 18270 17871 0 -1 4194304 19379 0 0 0 9826 18 0 0 18 0 2 0 96743255 92598272 19362 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/18273/statm: 22607 19362 83 193 0 22411 0
[pid=18273/tid=18274] ppid=18270 vsize=90428 CPUtime=48.94
/proc/18273/task/18274/stat : 18274 (manysat1.1_stat) R 18270 18270 17871 0 -1 4194368 4609 0 0 0 4888 6 0 0 17 0 2 0 96743288 92598272 19362 1992294400 134512640 135305190 4294956144 18446744073709551615 134570412 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.98
Current children cumulated vsize (KiB) 95784

[startup+102.306 s]
/proc/loadavg: 1.81 1.32 1.09 3/68 18274
/proc/meminfo: memFree=1778624/2055920 swapFree=4180664/4192956
[pid=18270] ppid=18268 vsize=5356 CPUtime=1.54
/proc/18270/stat : 18270 (manysat.sh) S 18268 18270 17871 0 -1 4194304 312 8205 0 0 0 0 147 7 19 0 1 0 96743101 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18270/statm: 1339 238 195 169 0 50 0
[pid=18273] ppid=18270 vsize=121196 CPUtime=200.55
/proc/18273/stat : 18273 (manysat1.1_stat) R 18270 18270 17871 0 -1 4194304 26937 0 0 0 20026 29 0 0 20 0 2 0 96743255 124104704 26920 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/18273/statm: 30299 26920 83 193 0 30103 0
[pid=18273/tid=18274] ppid=18270 vsize=121196 CPUtime=99.88
/proc/18273/task/18274/stat : 18274 (manysat1.1_stat) R 18270 18270 17871 0 -1 4194368 8299 0 0 0 9976 12 0 0 18 0 2 0 96743288 124104704 26920 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 202.09
Current children cumulated vsize (KiB) 126552

[startup+162.301 s]
/proc/loadavg: 1.93 1.44 1.15 3/68 18274
/proc/meminfo: memFree=1762752/2055920 swapFree=4180664/4192956
[pid=18270] ppid=18268 vsize=5356 CPUtime=1.54
/proc/18270/stat : 18270 (manysat.sh) S 18268 18270 17871 0 -1 4194304 312 8205 0 0 0 0 147 7 19 0 1 0 96743101 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18270/statm: 1339 238 195 169 0 50 0
[pid=18273] ppid=18270 vsize=138240 CPUtime=320.21
/proc/18273/stat : 18273 (manysat1.1_stat) R 18270 18270 17871 0 -1 4194304 30913 0 0 0 31982 39 0 0 17 0 2 0 96743255 141557760 30896 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/18273/statm: 34560 30896 83 193 0 34364 0
[pid=18273/tid=18274] ppid=18270 vsize=138240 CPUtime=159.56
/proc/18273/task/18274/stat : 18274 (manysat1.1_stat) R 18270 18270 17871 0 -1 4194368 9808 0 0 0 15941 15 0 0 18 0 2 0 96743288 141557760 30896 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 321.75
Current children cumulated vsize (KiB) 143596

[startup+222.302 s]
/proc/loadavg: 1.97 1.54 1.20 3/68 18274
/proc/meminfo: memFree=1759808/2055920 swapFree=4180664/4192956
[pid=18270] ppid=18268 vsize=5356 CPUtime=1.54
/proc/18270/stat : 18270 (manysat.sh) S 18268 18270 17871 0 -1 4194304 312 8205 0 0 0 0 147 7 19 0 1 0 96743101 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18270/statm: 1339 238 195 169 0 50 0
[pid=18273] ppid=18270 vsize=141584 CPUtime=439.85
/proc/18273/stat : 18273 (manysat1.1_stat) R 18270 18270 17871 0 -1 4194304 31625 0 0 0 43943 42 0 0 21 0 2 0 96743255 144982016 31592 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18273/statm: 35396 31592 83 193 0 35200 0
[pid=18273/tid=18274] ppid=18270 vsize=141584 CPUtime=219.43
/proc/18273/task/18274/stat : 18274 (manysat1.1_stat) R 18270 18270 17871 0 -1 4194368 10122 0 0 0 21926 17 0 0 20 0 2 0 96743288 144982016 31592 1992294400 134512640 135305190 4294956144 18446744073709551615 134528523 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 441.39
Current children cumulated vsize (KiB) 146940

[startup+282.302 s]
/proc/loadavg: 1.99 1.62 1.24 3/68 18274
/proc/meminfo: memFree=1757440/2055920 swapFree=4180664/4192956
[pid=18270] ppid=18268 vsize=5356 CPUtime=1.54
/proc/18270/stat : 18270 (manysat.sh) S 18268 18270 17871 0 -1 4194304 312 8205 0 0 0 0 147 7 19 0 1 0 96743101 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18270/statm: 1339 238 195 169 0 50 0
[pid=18273] ppid=18270 vsize=143664 CPUtime=559.5
/proc/18273/stat : 18273 (manysat1.1_stat) R 18270 18270 17871 0 -1 4194304 32185 0 0 0 55905 45 0 0 25 0 2 0 96743255 147111936 32152 1992294400 134512640 135305190 4294956144 18446744073709551615 134528576 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18273/statm: 35916 32152 83 193 0 35720 0
[pid=18273/tid=18274] ppid=18270 vsize=143664 CPUtime=279.38
/proc/18273/task/18274/stat : 18274 (manysat1.1_stat) R 18270 18270 17871 0 -1 4194368 10397 0 0 0 27920 18 0 0 17 0 2 0 96743288 147111936 32152 1992294400 134512640 135305190 4294956144 18446744073709551615 134541953 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 561.04
Current children cumulated vsize (KiB) 149020

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

[startup+283.102 s]
/proc/loadavg: 1.99 1.62 1.24 3/68 18274
/proc/meminfo: memFree=1757376/2055920 swapFree=4180664/4192956
[pid=18270] ppid=18268 vsize=5356 CPUtime=1.54
/proc/18270/stat : 18270 (manysat.sh) S 18268 18270 17871 0 -1 4194304 312 8205 0 0 0 0 147 7 19 0 1 0 96743101 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18270/statm: 1339 238 195 169 0 50 0
[pid=18273] ppid=18270 vsize=143664 CPUtime=561.09
/proc/18273/stat : 18273 (manysat1.1_stat) R 18270 18270 17871 0 -1 4194304 32191 0 0 0 56064 45 0 0 17 0 2 0 96743255 147111936 32158 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18273/statm: 35916 32158 83 193 0 35720 0
[pid=18273/tid=18274] ppid=18270 vsize=143664 CPUtime=280.18
/proc/18273/task/18274/stat : 18274 (manysat1.1_stat) R 18270 18270 17871 0 -1 4194368 10397 0 0 0 28000 18 0 0 18 0 2 0 96743288 147111936 32158 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 562.63
Current children cumulated vsize (KiB) 149020

[startup+283.902 s]
/proc/loadavg: 1.99 1.62 1.24 3/68 18274
/proc/meminfo: memFree=1757376/2055920 swapFree=4180664/4192956
[pid=18270] ppid=18268 vsize=5356 CPUtime=1.54
/proc/18270/stat : 18270 (manysat.sh) S 18268 18270 17871 0 -1 4194304 312 8205 0 0 0 0 147 7 19 0 1 0 96743101 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18270/statm: 1339 238 195 169 0 50 0
[pid=18273] ppid=18270 vsize=144068 CPUtime=562.68
/proc/18273/stat : 18273 (manysat1.1_stat) R 18270 18270 17871 0 -1 4194304 32194 0 0 0 56223 45 0 0 17 0 2 0 96743255 147525632 32161 1992294400 134512640 135305190 4294956144 18446744073709551615 134528332 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18273/statm: 36017 32161 83 193 0 35821 0
[pid=18273/tid=18274] ppid=18270 vsize=144068 CPUtime=280.99
/proc/18273/task/18274/stat : 18274 (manysat1.1_stat) R 18270 18270 17871 0 -1 4194368 10397 0 0 0 28080 19 0 0 17 0 2 0 96743288 147525632 32161 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 564.22
Current children cumulated vsize (KiB) 149424

[startup+284.302 s]
/proc/loadavg: 1.99 1.62 1.24 3/68 18274
/proc/meminfo: memFree=1757376/2055920 swapFree=4180664/4192956
[pid=18270] ppid=18268 vsize=5356 CPUtime=1.54
/proc/18270/stat : 18270 (manysat.sh) S 18268 18270 17871 0 -1 4194304 312 8205 0 0 0 0 147 7 19 0 1 0 96743101 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18270/statm: 1339 238 195 169 0 50 0
[pid=18273] ppid=18270 vsize=144068 CPUtime=563.48
/proc/18273/stat : 18273 (manysat1.1_stat) R 18270 18270 17871 0 -1 4194304 32194 0 0 0 56303 45 0 0 17 0 2 0 96743255 147525632 32161 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18273/statm: 36017 32161 83 193 0 35821 0
[pid=18273/tid=18274] ppid=18270 vsize=144068 CPUtime=281.39
/proc/18273/task/18274/stat : 18274 (manysat1.1_stat) R 18270 18270 17871 0 -1 4194368 10397 0 0 0 28120 19 0 0 17 0 2 0 96743288 147525632 32161 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 565.02
Current children cumulated vsize (KiB) 149424

[startup+284.502 s]
/proc/loadavg: 1.99 1.62 1.24 3/68 18274
/proc/meminfo: memFree=1757376/2055920 swapFree=4180664/4192956
[pid=18270] ppid=18268 vsize=5356 CPUtime=1.54
/proc/18270/stat : 18270 (manysat.sh) S 18268 18270 17871 0 -1 4194304 312 8205 0 0 0 0 147 7 19 0 1 0 96743101 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18270/statm: 1339 238 195 169 0 50 0
[pid=18273] ppid=18270 vsize=144068 CPUtime=563.88
/proc/18273/stat : 18273 (manysat1.1_stat) R 18270 18270 17871 0 -1 4194304 32194 0 0 0 56343 45 0 0 17 0 2 0 96743255 147525632 32161 1992294400 134512640 135305190 4294956144 18446744073709551615 134530662 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18273/statm: 36017 32161 83 193 0 35821 0
[pid=18273/tid=18274] ppid=18270 vsize=144068 CPUtime=281.59
/proc/18273/task/18274/stat : 18274 (manysat1.1_stat) R 18270 18270 17871 0 -1 4194368 10397 0 0 0 28140 19 0 0 17 0 2 0 96743288 147525632 32161 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 565.42
Current children cumulated vsize (KiB) 149424

[startup+284.602 s]
/proc/loadavg: 1.99 1.62 1.24 3/68 18274
/proc/meminfo: memFree=1757376/2055920 swapFree=4180664/4192956
[pid=18270] ppid=18268 vsize=5356 CPUtime=1.54
/proc/18270/stat : 18270 (manysat.sh) S 18268 18270 17871 0 -1 4194304 312 8205 0 0 0 0 147 7 19 0 1 0 96743101 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18270/statm: 1339 238 195 169 0 50 0
[pid=18273] ppid=18270 vsize=144068 CPUtime=564.08
/proc/18273/stat : 18273 (manysat1.1_stat) R 18270 18270 17871 0 -1 4194304 32194 0 0 0 56363 45 0 0 18 0 2 0 96743255 147525632 32161 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/18273/statm: 36017 32161 83 193 0 35821 0
[pid=18273/tid=18274] ppid=18270 vsize=144068 CPUtime=281.69
/proc/18273/task/18274/stat : 18274 (manysat1.1_stat) R 18270 18270 17871 0 -1 4194368 10397 0 0 0 28150 19 0 0 17 0 2 0 96743288 147525632 32161 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 565.62
Current children cumulated vsize (KiB) 149424

Child status: 20
Real time (s): 284.663
CPU time (s): 565.728
CPU user time (s): 565.172
CPU system time (s): 0.555915
CPU usage (%): 198.736
Max. virtual memory (cumulated for all children) (KiB): 149424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 565.172
system time used= 0.555915
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40880
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= 3360
involuntary context switches= 4235

runsolver used 0.411937 second user time and 0.887865 second system time

The end

Launcher Data

Begin job on node73 at 2009-04-25 21:18:28
IDJOB=1723571
IDBENCH=71718
IDSOLVER=514
FILE ID=node73/1723571-1240687107
PBS_JOBID= 9186636
Free space on /tmp= 66308 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT_RACE06/velev-pipe-o-uns-1.1-6.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1723571-1240687107/watcher-1723571-1240687107 -o /tmp/evaluation-result-1723571-1240687107/solver-1723571-1240687107 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1723571-1240687107.cnf aimd 1

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 2

MD5SUM BENCH= d986f0b849e7c714ed5d3a26373567af
RANDOM SEED=939826373

node73.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1894000 kB
Buffers:          7480 kB
Cached:         102804 kB
SwapCached:       5860 kB
Active:          22808 kB
Inactive:        95584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1894000 kB
SwapTotal:     4192956 kB
SwapFree:      4180664 kB
Dirty:            7052 kB
Writeback:           0 kB
Mapped:          13888 kB
Slab:            29588 kB
Committed_AS:   391968 kB
PageTables:       1396 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66308 MiB
End job on node73 at 2009-04-25 21:23:13