Trace number 1717775

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 515.099 269.93

General information on the benchmark

Nameindustrial/palacios/medium/
cube-11-h13-unsat.cnf
MD5SUM3a68d904935650d9da7e64e1ee7bae82
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark114.303
Satisfiable
(Un)Satisfiability was proved
Number of variables454385
Number of clauses1367522
Sum of the clauses size3191290
Maximum clause length19
Minimum clause length1
Number of clauses of size 11331
Number of clauses of size 2911962
Number of clauses of size 3451911
Number of clauses of size 42126
Number of clauses of size 518
Number of clauses of size over 5174

Solver Data

0.00/0.00	c Parsing...
1.19/1.30	c ==============================================================================
1.19/1.30	c |           |     ORIGINAL     |              LEARNT              |          |
1.19/1.30	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.19/1.30	c ==============================================================================
1.19/1.30	c |         0 | 1363529  3183304 |  409058       0        0     nan |  0.000 % |
21.08/21.17	c |         0 |  791939  2743161 |      --       0       --      -- |     --   | -571590/-440143
21.08/21.18	c ==============================================================================
21.08/21.18	c Result  :   #vars: 120512   #clauses: 791939   #literals: 2743161
21.08/21.18	c CPU time:   20.7208 s
21.08/21.18	c ==============================================================================
514.87/269.87	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
514.87/269.87	c ============================[ Problem Statistics ]=============================
514.87/269.87	c |                                                                             |
514.87/269.87	c threadId              : 1
514.87/269.87	c restarts              : 284
514.87/269.87	c conflicts             : 26514          (54 /sec)
514.87/269.87	c decisions             : 159395         (1.49 % random) (324 /sec)
514.87/269.87	c propagations          : 252869580      (513772 /sec)
514.87/269.87	c conflict literals     : 3861256        (48.27 % deleted)
514.87/269.87	c Memory used           : 165.53 MB
514.87/269.87	c CPU time              : 492.182 s
514.87/269.87	
514.87/269.87	c --->m=2, e=8, aimd=1, HOME/15923_many.cnf	time: 246.091	conflicts: 26514        
514.87/269.90	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-1717775-1240630640/watcher-1717775-1240630640 -o /tmp/evaluation-result-1717775-1240630640/solver-1717775-1240630640 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1717775-1240630640.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: 1.00 1.00 1.00 3/64 15923
/proc/meminfo: memFree=1503872/2055920 swapFree=4181132/4192956
[pid=15923] ppid=15921 vsize=5356 CPUtime=0
/proc/15923/stat : 15923 (manysat.sh) S 15921 15923 15034 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91097160 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15923/statm: 1339 235 195 169 0 50 0
[pid=15924] ppid=15923 vsize=1172 CPUtime=0
/proc/15924/stat : 15924 (SatElite) R 15923 15923 15034 0 -1 4194304 184 0 0 0 0 0 0 0 19 0 1 0 91097160 1200128 168 1992294400 134512640 135034092 4294956096 18446744073709551615 134545092 0 0 4096 3 0 0 0 17 0 0 0
/proc/15924/statm: 293 168 51 127 0 163 0

[startup+0.0235011 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15923
/proc/meminfo: memFree=1503872/2055920 swapFree=4181132/4192956
[pid=15923] ppid=15921 vsize=5356 CPUtime=0
/proc/15923/stat : 15923 (manysat.sh) S 15921 15923 15034 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91097160 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15923/statm: 1339 235 195 169 0 50 0
[pid=15924] ppid=15923 vsize=4100 CPUtime=0.01
/proc/15924/stat : 15924 (SatElite) R 15923 15923 15034 0 -1 4194304 861 0 0 0 1 0 0 0 19 0 1 0 91097160 4198400 845 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/15924/statm: 1025 846 51 127 0 895 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9456

[startup+0.101512 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15923
/proc/meminfo: memFree=1503872/2055920 swapFree=4181132/4192956
[pid=15923] ppid=15921 vsize=5356 CPUtime=0
/proc/15923/stat : 15923 (manysat.sh) S 15921 15923 15034 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91097160 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15923/statm: 1339 235 195 169 0 50 0
[pid=15924] ppid=15923 vsize=16140 CPUtime=0.08
/proc/15924/stat : 15924 (SatElite) R 15923 15923 15034 0 -1 4194304 3577 0 0 0 7 1 0 0 19 0 1 0 91097160 16527360 3561 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/15924/statm: 4035 3563 51 127 0 3905 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 21496

[startup+0.301543 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15923
/proc/meminfo: memFree=1503872/2055920 swapFree=4181132/4192956
[pid=15923] ppid=15921 vsize=5356 CPUtime=0
/proc/15923/stat : 15923 (manysat.sh) S 15921 15923 15034 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91097160 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15923/statm: 1339 235 195 169 0 50 0
[pid=15924] ppid=15923 vsize=41372 CPUtime=0.29
/proc/15924/stat : 15924 (SatElite) R 15923 15923 15034 0 -1 4194304 10064 0 0 0 24 5 0 0 21 0 1 0 91097160 42364928 10048 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/15924/statm: 10343 10049 52 127 0 10213 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46728

[startup+0.701608 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15923
/proc/meminfo: memFree=1503872/2055920 swapFree=4181132/4192956
[pid=15923] ppid=15921 vsize=5356 CPUtime=0
/proc/15923/stat : 15923 (manysat.sh) S 15921 15923 15034 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91097160 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15923/statm: 1339 235 195 169 0 50 0
[pid=15924] ppid=15923 vsize=113960 CPUtime=0.69
/proc/15924/stat : 15924 (SatElite) R 15923 15923 15034 0 -1 4194304 22790 0 0 0 57 12 0 0 25 0 1 0 91097160 116695040 22774 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/15924/statm: 28490 22774 52 127 0 28360 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 119316

[startup+1.50174 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15925
/proc/meminfo: memFree=1374896/2055920 swapFree=4181132/4192956
[pid=15923] ppid=15921 vsize=5356 CPUtime=0
/proc/15923/stat : 15923 (manysat.sh) S 15921 15923 15034 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91097160 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15923/statm: 1339 235 195 169 0 50 0
[pid=15924] ppid=15923 vsize=186552 CPUtime=1.49
/proc/15924/stat : 15924 (SatElite) R 15923 15923 15034 0 -1 4194304 43984 0 0 0 126 23 0 0 25 0 1 0 91097160 191029248 42823 1992294400 134512640 135034092 4294956096 18446744073709551615 134680257 0 0 4096 3 0 0 0 17 0 0 0
/proc/15924/statm: 46638 42823 68 127 0 46508 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 191908

[startup+3.10199 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15925
/proc/meminfo: memFree=1327984/2055920 swapFree=4181132/4192956
[pid=15923] ppid=15921 vsize=5356 CPUtime=0
/proc/15923/stat : 15923 (manysat.sh) S 15921 15923 15034 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91097160 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15923/statm: 1339 235 195 169 0 50 0
[pid=15924] ppid=15923 vsize=192712 CPUtime=3.09
/proc/15924/stat : 15924 (SatElite) R 15923 15923 15034 0 -1 4194304 45293 0 0 0 285 24 0 0 25 0 1 0 91097160 197337088 44132 1992294400 134512640 135034092 4294956096 18446744073709551615 134529264 0 0 4096 3 0 0 0 17 0 0 0
/proc/15924/statm: 48178 44132 68 127 0 48048 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 198068

[startup+6.3015 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 15925
/proc/meminfo: memFree=1309936/2055920 swapFree=4181132/4192956
[pid=15923] ppid=15921 vsize=5356 CPUtime=0
/proc/15923/stat : 15923 (manysat.sh) S 15921 15923 15034 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91097160 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15923/statm: 1339 235 195 169 0 50 0
[pid=15924] ppid=15923 vsize=202772 CPUtime=6.29
/proc/15924/stat : 15924 (SatElite) R 15923 15923 15034 0 -1 4194304 47570 0 0 0 599 30 0 0 25 0 1 0 91097160 207638528 46409 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/15924/statm: 50693 46409 68 127 0 50563 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 208128

[startup+12.7015 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 15925
/proc/meminfo: memFree=1281584/2055920 swapFree=4181132/4192956
[pid=15923] ppid=15921 vsize=5356 CPUtime=0
/proc/15923/stat : 15923 (manysat.sh) S 15921 15923 15034 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91097160 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15923/statm: 1339 235 195 169 0 50 0
[pid=15924] ppid=15923 vsize=218000 CPUtime=12.69
/proc/15924/stat : 15924 (SatElite) R 15923 15923 15034 0 -1 4194304 51086 0 0 0 1230 39 0 0 25 0 1 0 91097160 223232000 49925 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/15924/statm: 54500 49925 68 127 0 54370 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 223356

[startup+25.5016 s]
/proc/loadavg: 1.14 1.03 1.01 3/67 15927
/proc/meminfo: memFree=1334632/2055920 swapFree=4181132/4192956
[pid=15923] ppid=15921 vsize=5356 CPUtime=22.38
/proc/15923/stat : 15923 (manysat.sh) S 15921 15923 15034 0 -1 4194304 312 58845 0 0 0 0 2182 56 19 0 1 0 91097160 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15923/statm: 1339 238 195 169 0 50 0
[pid=15926] ppid=15923 vsize=138272 CPUtime=5.04
/proc/15926/stat : 15926 (manysat1.1_stat) R 15923 15923 15034 0 -1 4194304 30155 0 0 0 468 36 0 0 17 0 2 0 91099400 141590528 30110 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15926/statm: 34568 30110 83 193 0 34372 0
[pid=15926/tid=15927] ppid=15923 vsize=138272 CPUtime=1.97
/proc/15926/task/15927/stat : 15927 (manysat1.1_stat) R 15923 15923 15034 0 -1 4194368 2234 0 0 0 187 10 0 0 17 0 2 0 91099509 141590528 30110 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.42
Current children cumulated vsize (KiB) 143628

[startup+51.1017 s]
/proc/loadavg: 1.43 1.11 1.03 3/67 15927
/proc/meminfo: memFree=1324136/2055920 swapFree=4181132/4192956
[pid=15923] ppid=15921 vsize=5356 CPUtime=22.38
/proc/15923/stat : 15923 (manysat.sh) S 15921 15923 15034 0 -1 4194304 312 58845 0 0 0 0 2182 56 19 0 1 0 91097160 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15923/statm: 1339 238 195 169 0 50 0
[pid=15926] ppid=15923 vsize=149984 CPUtime=56.11
/proc/15926/stat : 15926 (manysat1.1_stat) R 15923 15923 15034 0 -1 4194304 33013 0 0 0 5571 40 0 0 25 0 2 0 91099400 153583616 32968 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15926/statm: 37496 32968 83 193 0 37300 0
[pid=15926/tid=15927] ppid=15923 vsize=149984 CPUtime=27.55
/proc/15926/task/15927/stat : 15927 (manysat1.1_stat) R 15923 15923 15034 0 -1 4194368 3651 0 0 0 2743 12 0 0 25 0 2 0 91099509 153583616 32968 1992294400 134512640 135305190 4294956144 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 78.49
Current children cumulated vsize (KiB) 155340

[startup+102.307 s]
/proc/loadavg: 1.75 1.24 1.08 3/67 15927
/proc/meminfo: memFree=1317672/2055920 swapFree=4181132/4192956
[pid=15923] ppid=15921 vsize=5356 CPUtime=22.38
/proc/15923/stat : 15923 (manysat.sh) S 15921 15923 15034 0 -1 4194304 312 58845 0 0 0 0 2182 56 19 0 1 0 91097160 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15923/statm: 1339 238 195 169 0 50 0
[pid=15926] ppid=15923 vsize=156480 CPUtime=158.24
/proc/15926/stat : 15926 (manysat1.1_stat) R 15923 15923 15034 0 -1 4194304 34577 0 0 0 15782 42 0 0 25 0 2 0 91099400 160235520 34532 1992294400 134512640 135305190 4294956144 18446744073709551615 134530563 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15926/statm: 39120 34532 83 193 0 38924 0
[pid=15926/tid=15927] ppid=15923 vsize=156480 CPUtime=78.74
/proc/15926/task/15927/stat : 15927 (manysat1.1_stat) R 15923 15923 15034 0 -1 4194368 4412 0 0 0 7860 14 0 0 25 0 2 0 91099509 160235520 34532 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 180.62
Current children cumulated vsize (KiB) 161836

[startup+162.301 s]
/proc/loadavg: 1.91 1.38 1.14 3/67 15927
/proc/meminfo: memFree=1312360/2055920 swapFree=4181132/4192956
[pid=15923] ppid=15921 vsize=5356 CPUtime=22.38
/proc/15923/stat : 15923 (manysat.sh) S 15921 15923 15034 0 -1 4194304 312 58845 0 0 0 0 2182 56 19 0 1 0 91097160 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15923/statm: 1339 238 195 169 0 50 0
[pid=15926] ppid=15923 vsize=162112 CPUtime=277.97
/proc/15926/stat : 15926 (manysat1.1_stat) R 15923 15923 15034 0 -1 4194304 35895 0 0 0 27753 44 0 0 25 0 2 0 91099400 166002688 35850 1992294400 134512640 135305190 4294956144 18446744073709551615 134528195 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15926/statm: 40528 35850 83 193 0 40332 0
[pid=15926/tid=15927] ppid=15923 vsize=162112 CPUtime=138.71
/proc/15926/task/15927/stat : 15927 (manysat1.1_stat) R 15923 15923 15034 0 -1 4194368 5305 0 0 0 13856 15 0 0 25 0 2 0 91099509 166002688 35850 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 300.35
Current children cumulated vsize (KiB) 167468

[startup+222.302 s]
/proc/loadavg: 1.96 1.49 1.19 3/67 15927
/proc/meminfo: memFree=1309416/2055920 swapFree=4181132/4192956
[pid=15923] ppid=15921 vsize=5356 CPUtime=22.38
/proc/15923/stat : 15923 (manysat.sh) S 15921 15923 15034 0 -1 4194304 312 58845 0 0 0 0 2182 56 19 0 1 0 91097160 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15923/statm: 1339 238 195 169 0 50 0
[pid=15926] ppid=15923 vsize=165024 CPUtime=397.7
/proc/15926/stat : 15926 (manysat1.1_stat) R 15923 15923 15034 0 -1 4194304 36670 0 0 0 39725 45 0 0 25 0 2 0 91099400 168984576 36625 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15926/statm: 41256 36625 83 193 0 41060 0
[pid=15926/tid=15927] ppid=15923 vsize=165024 CPUtime=198.67
/proc/15926/task/15927/stat : 15927 (manysat1.1_stat) R 15923 15923 15034 0 -1 4194368 5648 0 0 0 19852 15 0 0 25 0 2 0 91099509 168984576 36625 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 420.08
Current children cumulated vsize (KiB) 170380

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

[startup+230.302 s]
/proc/loadavg: 1.97 1.50 1.20 3/67 15927
/proc/meminfo: memFree=1308200/2055920 swapFree=4181132/4192956
[pid=15923] ppid=15921 vsize=5356 CPUtime=22.38
/proc/15923/stat : 15923 (manysat.sh) S 15921 15923 15034 0 -1 4194304 312 58845 0 0 0 0 2182 56 19 0 1 0 91097160 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15923/statm: 1339 238 195 169 0 50 0
[pid=15926] ppid=15923 vsize=166104 CPUtime=413.67
/proc/15926/stat : 15926 (manysat1.1_stat) R 15923 15923 15034 0 -1 4194304 36955 0 0 0 41322 45 0 0 25 0 2 0 91099400 170090496 36910 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15926/statm: 41526 36910 83 193 0 41330 0
[pid=15926/tid=15927] ppid=15923 vsize=166104 CPUtime=206.67
/proc/15926/task/15927/stat : 15927 (manysat1.1_stat) R 15923 15923 15034 0 -1 4194368 5783 0 0 0 20652 15 0 0 25 0 2 0 91099509 170090496 36910 1992294400 134512640 135305190 4294956144 18446744073709551615 134528265 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 436.05
Current children cumulated vsize (KiB) 171460

[startup+255.902 s]
/proc/loadavg: 1.98 1.54 1.22 3/67 15927
/proc/meminfo: memFree=1305704/2055920 swapFree=4181132/4192956
[pid=15923] ppid=15921 vsize=5356 CPUtime=22.38
/proc/15923/stat : 15923 (manysat.sh) S 15921 15923 15034 0 -1 4194304 312 58845 0 0 0 0 2182 56 19 0 1 0 91097160 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15923/statm: 1339 238 195 169 0 50 0
[pid=15926] ppid=15923 vsize=168700 CPUtime=464.76
/proc/15926/stat : 15926 (manysat1.1_stat) R 15923 15923 15034 0 -1 4194304 37592 0 0 0 46430 46 0 0 25 0 2 0 91099400 172748800 37547 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15926/statm: 42175 37547 83 193 0 41979 0
[pid=15926/tid=15927] ppid=15923 vsize=168700 CPUtime=232.27
/proc/15926/task/15927/stat : 15927 (manysat1.1_stat) R 15923 15923 15034 0 -1 4194368 6194 0 0 0 23211 16 0 0 25 0 2 0 91099509 172748800 37547 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 487.14
Current children cumulated vsize (KiB) 174056

[startup+262.301 s]
/proc/loadavg: 1.98 1.55 1.22 3/67 15927
/proc/meminfo: memFree=1305000/2055920 swapFree=4181132/4192956
[pid=15923] ppid=15921 vsize=5356 CPUtime=22.38
/proc/15923/stat : 15923 (manysat.sh) S 15921 15923 15034 0 -1 4194304 312 58845 0 0 0 0 2182 56 19 0 1 0 91097160 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15923/statm: 1339 238 195 169 0 50 0
[pid=15926] ppid=15923 vsize=169228 CPUtime=477.52
/proc/15926/stat : 15926 (manysat1.1_stat) R 15923 15923 15034 0 -1 4194304 37742 0 0 0 47706 46 0 0 25 0 2 0 91099400 173289472 37697 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15926/statm: 42307 37697 83 193 0 42111 0
[pid=15926/tid=15927] ppid=15923 vsize=169228 CPUtime=238.66
/proc/15926/task/15927/stat : 15927 (manysat1.1_stat) R 15923 15923 15034 0 -1 4194368 6300 0 0 0 23850 16 0 0 25 0 2 0 91099509 173289472 37697 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 499.9
Current children cumulated vsize (KiB) 174584

[startup+265.503 s]
/proc/loadavg: 1.98 1.56 1.22 3/67 15927
/proc/meminfo: memFree=1304936/2055920 swapFree=4181132/4192956
[pid=15923] ppid=15921 vsize=5356 CPUtime=22.38
/proc/15923/stat : 15923 (manysat.sh) S 15921 15923 15034 0 -1 4194304 312 58845 0 0 0 0 2182 56 19 0 1 0 91097160 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15923/statm: 1339 238 195 169 0 50 0
[pid=15926] ppid=15923 vsize=169356 CPUtime=483.91
/proc/15926/stat : 15926 (manysat1.1_stat) R 15923 15923 15034 0 -1 4194304 37787 0 0 0 48345 46 0 0 25 0 2 0 91099400 173420544 37742 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15926/statm: 42339 37742 83 193 0 42143 0
[pid=15926/tid=15927] ppid=15923 vsize=169356 CPUtime=241.86
/proc/15926/task/15927/stat : 15927 (manysat1.1_stat) R 15923 15923 15034 0 -1 4194368 6315 0 0 0 24170 16 0 0 25 0 2 0 91099509 173420544 37742 1992294400 134512640 135305190 4294956144 18446744073709551615 134557200 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 506.29
Current children cumulated vsize (KiB) 174712

[startup+267.101 s]
/proc/loadavg: 1.98 1.56 1.22 3/67 15927
/proc/meminfo: memFree=1304808/2055920 swapFree=4181132/4192956
[pid=15923] ppid=15921 vsize=5356 CPUtime=22.38
/proc/15923/stat : 15923 (manysat.sh) S 15921 15923 15034 0 -1 4194304 312 58845 0 0 0 0 2182 56 19 0 1 0 91097160 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15923/statm: 1339 238 195 169 0 50 0
[pid=15926] ppid=15923 vsize=169496 CPUtime=487.1
/proc/15926/stat : 15926 (manysat1.1_stat) R 15923 15923 15034 0 -1 4194304 37806 0 0 0 48664 46 0 0 25 0 2 0 91099400 173563904 37761 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15926/statm: 42374 37761 83 193 0 42178 0
[pid=15926/tid=15927] ppid=15923 vsize=169496 CPUtime=243.46
/proc/15926/task/15927/stat : 15927 (manysat1.1_stat) R 15923 15923 15034 0 -1 4194368 6329 0 0 0 24330 16 0 0 25 0 2 0 91099509 173563904 37761 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 509.48
Current children cumulated vsize (KiB) 174852

[startup+268.701 s]
/proc/loadavg: 1.98 1.56 1.22 3/67 15927
/proc/meminfo: memFree=1304744/2055920 swapFree=4181132/4192956
[pid=15923] ppid=15921 vsize=5356 CPUtime=22.38
/proc/15923/stat : 15923 (manysat.sh) S 15921 15923 15034 0 -1 4194304 312 58845 0 0 0 0 2182 56 19 0 1 0 91097160 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15923/statm: 1339 238 195 169 0 50 0
[pid=15926] ppid=15923 vsize=169496 CPUtime=490.29
/proc/15926/stat : 15926 (manysat1.1_stat) R 15923 15923 15034 0 -1 4194304 37813 0 0 0 48983 46 0 0 18 0 2 0 91099400 173563904 37768 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15926/statm: 42374 37768 83 193 0 42178 0
[pid=15926/tid=15927] ppid=15923 vsize=169496 CPUtime=245.06
/proc/15926/task/15927/stat : 15927 (manysat1.1_stat) R 15923 15923 15034 0 -1 4194368 6336 0 0 0 24490 16 0 0 25 0 2 0 91099509 173563904 37768 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 512.67
Current children cumulated vsize (KiB) 174852

[startup+269.507 s]
/proc/loadavg: 1.98 1.56 1.23 3/67 15927
/proc/meminfo: memFree=1304744/2055920 swapFree=4181132/4192956
[pid=15923] ppid=15921 vsize=5356 CPUtime=22.38
/proc/15923/stat : 15923 (manysat.sh) S 15921 15923 15034 0 -1 4194304 312 58845 0 0 0 0 2182 56 19 0 1 0 91097160 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15923/statm: 1339 238 195 169 0 50 0
[pid=15926] ppid=15923 vsize=169496 CPUtime=491.9
/proc/15926/stat : 15926 (manysat1.1_stat) R 15923 15923 15034 0 -1 4194304 37813 0 0 0 49144 46 0 0 19 0 2 0 91099400 173563904 37768 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/15926/statm: 42374 37768 83 193 0 42178 0
[pid=15926/tid=15927] ppid=15923 vsize=169496 CPUtime=245.86
/proc/15926/task/15927/stat : 15927 (manysat1.1_stat) R 15923 15923 15034 0 -1 4194368 6336 0 0 0 24570 16 0 0 25 0 2 0 91099509 173563904 37768 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 514.28
Current children cumulated vsize (KiB) 174852

[startup+269.902 s]
/proc/loadavg: 1.98 1.56 1.23 3/67 15927
/proc/meminfo: memFree=1304744/2055920 swapFree=4181132/4192956
[pid=15923] ppid=15921 vsize=5360 CPUtime=515.05
/proc/15923/stat : 15923 (manysat.sh) D 15921 15923 15034 0 -1 4194304 317 96673 0 0 0 0 51400 105 19 0 1 0 91097160 5488640 240 1992294400 4194304 4889804 548682068784 18446744073709551615 269028653669 0 2147483391 4100 65536 18446744072099781622 0 0 17 0 0 0
/proc/15923/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 515.05
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 269.93
CPU time (s): 515.099
CPU user time (s): 514.011
CPU system time (s): 1.08783
CPU usage (%): 190.826
Max. virtual memory (cumulated for all children) (KiB): 253840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 514.011
system time used= 1.08783
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97139
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= 4369
involuntary context switches= 3752

runsolver used 0.26196 second user time and 0.728889 second system time

The end

Launcher Data

Begin job on node26 at 2009-04-25 05:37:22
IDJOB=1717775
IDBENCH=20424
IDSOLVER=514
FILE ID=node26/1717775-1240630640
PBS_JOBID= 9186328
Free space on /tmp= 66012 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT07/industrial/palacios/medium/cube-11-h13-unsat.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1717775-1240630640/watcher-1717775-1240630640 -o /tmp/evaluation-result-1717775-1240630640/solver-1717775-1240630640 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1717775-1240630640.cnf aimd 1

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

MD5SUM BENCH= 3a68d904935650d9da7e64e1ee7bae82
RANDOM SEED=1064133754

node26.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.261
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.261
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:       1504352 kB
Buffers:         53500 kB
Cached:         425764 kB
SwapCached:       6256 kB
Active:         144912 kB
Inactive:       343120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1504352 kB
SwapTotal:     4192956 kB
SwapFree:      4181132 kB
Dirty:           25996 kB
Writeback:           0 kB
Mapped:          13564 kB
Slab:            49576 kB
Committed_AS:   260948 kB
PageTables:       1368 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= 66012 MiB
End job on node26 at 2009-04-25 05:41:52