Trace number 1717774

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 0/2009-03-20UNSAT 960.651 493.212

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.28/1.32	c ==============================================================================
1.28/1.32	c |           |     ORIGINAL     |              LEARNT              |          |
1.28/1.32	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.28/1.32	c ==============================================================================
1.28/1.32	c |         0 | 1363529  3183304 |  409058       0        0     nan |  0.000 % |
21.17/21.26	c |         0 |  791939  2743161 |      --       0       --      -- |     --   | -571590/-440143
21.17/21.27	c ==============================================================================
21.17/21.27	c Result  :   #vars: 120512   #clauses: 791939   #literals: 2743161
21.17/21.27	c CPU time:   20.7568 s
21.17/21.27	c ==============================================================================
960.47/493.15	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
960.47/493.15	c ============================[ Problem Statistics ]=============================
960.47/493.15	c |                                                                             |
960.47/493.15	c threadId              : 1
960.47/493.15	c restarts              : 442
960.47/493.15	c conflicts             : 44898          (48 /sec)
960.47/493.15	c decisions             : 195211         (1.37 % random) (208 /sec)
960.47/493.15	c propagations          : 462619794      (493375 /sec)
960.47/493.15	c conflict literals     : 4927974        (57.30 % deleted)
960.47/493.15	c Memory used           : 167.52 MB
960.47/493.15	c CPU time              : 937.663 s
960.47/493.15	
960.47/493.15	c --->m=2, e=8, aimd=0, HOME/16597_many.cnf	time: 468.832	conflicts: 44898        
960.47/493.18	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-1717774-1240630608/watcher-1717774-1240630608 -o /tmp/evaluation-result-1717774-1240630608/solver-1717774-1240630608 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1717774-1240630608.cnf aimd 0 

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 16597
/proc/meminfo: memFree=1679280/2055920 swapFree=4192812/4192956
[pid=16597] ppid=16595 vsize=5356 CPUtime=0
/proc/16597/stat : 16597 (manysat.sh) R 16595 16597 15684 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 91089042 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 221954763423 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/16597/statm: 1339 234 194 169 0 50 0
[pid=16598] ppid=16597 vsize=1172 CPUtime=0
/proc/16598/stat : 16598 (SatElite) R 16597 16597 15684 0 -1 4194304 185 0 0 0 0 0 0 0 18 0 1 0 91089042 1200128 169 1992294400 134512640 135034092 4294956096 18446744073709551615 134545186 0 0 4096 3 0 0 0 17 0 0 0
/proc/16598/statm: 293 171 51 127 0 163 0

[startup+0.0636499 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16597
/proc/meminfo: memFree=1679280/2055920 swapFree=4192812/4192956
[pid=16597] ppid=16595 vsize=5356 CPUtime=0
/proc/16597/stat : 16597 (manysat.sh) S 16595 16597 15684 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91089042 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16597/statm: 1339 235 195 169 0 50 0
[pid=16598] ppid=16597 vsize=9684 CPUtime=0.05
/proc/16598/stat : 16598 (SatElite) R 16597 16597 15684 0 -1 4194304 2241 0 0 0 4 1 0 0 19 0 1 0 91089042 9916416 2225 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/16598/statm: 2421 2226 51 127 0 2291 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15040

[startup+0.101651 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16597
/proc/meminfo: memFree=1679280/2055920 swapFree=4192812/4192956
[pid=16597] ppid=16595 vsize=5356 CPUtime=0
/proc/16597/stat : 16597 (manysat.sh) S 16595 16597 15684 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91089042 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16597/statm: 1339 235 195 169 0 50 0
[pid=16598] ppid=16597 vsize=16272 CPUtime=0.09
/proc/16598/stat : 16598 (SatElite) R 16597 16597 15684 0 -1 4194304 3588 0 0 0 7 2 0 0 19 0 1 0 91089042 16662528 3572 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/16598/statm: 4068 3573 51 127 0 3938 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21628

[startup+0.301669 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16597
/proc/meminfo: memFree=1679280/2055920 swapFree=4192812/4192956
[pid=16597] ppid=16595 vsize=5356 CPUtime=0
/proc/16597/stat : 16597 (manysat.sh) S 16595 16597 15684 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91089042 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16597/statm: 1339 235 195 169 0 50 0
[pid=16598] ppid=16597 vsize=41372 CPUtime=0.29
/proc/16598/stat : 16598 (SatElite) R 16597 16597 15684 0 -1 4194304 10077 0 0 0 24 5 0 0 21 0 1 0 91089042 42364928 10061 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/16598/statm: 10343 10063 52 127 0 10213 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 46728

[startup+0.701705 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16597
/proc/meminfo: memFree=1679280/2055920 swapFree=4192812/4192956
[pid=16597] ppid=16595 vsize=5356 CPUtime=0
/proc/16597/stat : 16597 (manysat.sh) S 16595 16597 15684 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91089042 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16597/statm: 1339 235 195 169 0 50 0
[pid=16598] ppid=16597 vsize=114092 CPUtime=0.69
/proc/16598/stat : 16598 (SatElite) R 16597 16597 15684 0 -1 4194304 22811 0 0 0 55 14 0 0 25 0 1 0 91089042 116830208 22795 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/16598/statm: 28523 22796 52 127 0 28393 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 119448

[startup+1.50178 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16599
/proc/meminfo: memFree=1551968/2055920 swapFree=4192812/4192956
[pid=16597] ppid=16595 vsize=5356 CPUtime=0
/proc/16597/stat : 16597 (manysat.sh) S 16595 16597 15684 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91089042 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16597/statm: 1339 235 195 169 0 50 0
[pid=16598] ppid=16597 vsize=186412 CPUtime=1.49
/proc/16598/stat : 16598 (SatElite) R 16597 16597 15684 0 -1 4194304 43966 0 0 0 123 26 0 0 25 0 1 0 91089042 190885888 42805 1992294400 134512640 135034092 4294956096 18446744073709551615 134566285 0 0 4096 3 0 0 0 17 0 0 0
/proc/16598/statm: 46603 42805 68 127 0 46473 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 191768

[startup+3.10192 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16599
/proc/meminfo: memFree=1503776/2055920 swapFree=4192812/4192956
[pid=16597] ppid=16595 vsize=5356 CPUtime=0
/proc/16597/stat : 16597 (manysat.sh) S 16595 16597 15684 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91089042 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16597/statm: 1339 235 195 169 0 50 0
[pid=16598] ppid=16597 vsize=192712 CPUtime=3.08
/proc/16598/stat : 16598 (SatElite) R 16597 16597 15684 0 -1 4194304 45274 0 0 0 280 28 0 0 25 0 1 0 91089042 197337088 44113 1992294400 134512640 135034092 4294956096 18446744073709551615 134540734 0 0 4096 3 0 0 0 17 0 0 0
/proc/16598/statm: 48178 44113 68 127 0 48048 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 198068

[startup+6.30121 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 16599
/proc/meminfo: memFree=1485408/2055920 swapFree=4192812/4192956
[pid=16597] ppid=16595 vsize=5356 CPUtime=0
/proc/16597/stat : 16597 (manysat.sh) S 16595 16597 15684 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91089042 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16597/statm: 1339 235 195 169 0 50 0
[pid=16598] ppid=16597 vsize=202772 CPUtime=6.28
/proc/16598/stat : 16598 (SatElite) R 16597 16597 15684 0 -1 4194304 47570 0 0 0 595 33 0 0 25 0 1 0 91089042 207638528 46409 1992294400 134512640 135034092 4294956096 18446744073709551615 134540704 0 0 4096 3 0 0 0 17 0 0 0
/proc/16598/statm: 50693 46409 68 127 0 50563 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 208128

[startup+12.7018 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 16599
/proc/meminfo: memFree=1457184/2055920 swapFree=4192812/4192956
[pid=16597] ppid=16595 vsize=5356 CPUtime=0
/proc/16597/stat : 16597 (manysat.sh) S 16595 16597 15684 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91089042 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16597/statm: 1339 235 195 169 0 50 0
[pid=16598] ppid=16597 vsize=218000 CPUtime=12.68
/proc/16598/stat : 16598 (SatElite) R 16597 16597 15684 0 -1 4194304 51087 0 0 0 1225 43 0 0 25 0 1 0 91089042 223232000 49926 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/16598/statm: 54500 49926 68 127 0 54370 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 223356

[startup+25.5019 s]
/proc/loadavg: 1.37 1.08 1.03 3/67 16601
/proc/meminfo: memFree=1509656/2055920 swapFree=4192812/4192956
[pid=16597] ppid=16595 vsize=5356 CPUtime=22.46
/proc/16597/stat : 16597 (manysat.sh) S 16595 16597 15684 0 -1 4194304 312 58845 0 0 0 0 2187 59 16 0 1 0 91089042 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16597/statm: 1339 238 195 169 0 50 0
[pid=16600] ppid=16597 vsize=140464 CPUtime=4.87
/proc/16600/stat : 16600 (manysat1.1_stat) R 16597 16597 15684 0 -1 4194304 30636 0 0 0 453 34 0 0 17 0 2 0 91091291 143835136 30590 1992294400 134512640 135305190 4294956144 18446744073709551615 134570412 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/16600/statm: 35116 30590 83 193 0 34920 0
[pid=16600/tid=16601] ppid=16597 vsize=140464 CPUtime=1.9
/proc/16600/task/16601/stat : 16601 (manysat1.1_stat) R 16597 16597 15684 0 -1 4194368 2366 0 0 0 179 11 0 0 17 0 2 0 91091397 143835136 30590 1992294400 134512640 135305190 4294956144 18446744073709551615 134528268 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.33
Current children cumulated vsize (KiB) 145820

[startup+51.1012 s]
/proc/loadavg: 1.73 1.19 1.06 3/67 16601
/proc/meminfo: memFree=1501272/2055920 swapFree=4192812/4192956
[pid=16597] ppid=16595 vsize=5356 CPUtime=22.46
/proc/16597/stat : 16597 (manysat.sh) S 16595 16597 15684 0 -1 4194304 312 58845 0 0 0 0 2187 59 16 0 1 0 91089042 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16597/statm: 1339 238 195 169 0 50 0
[pid=16600] ppid=16597 vsize=149156 CPUtime=55.95
/proc/16600/stat : 16600 (manysat1.1_stat) R 16597 16597 15684 0 -1 4194304 32783 0 0 0 5558 37 0 0 20 0 2 0 91091291 152735744 32737 1992294400 134512640 135305190 4294956144 18446744073709551615 134528341 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/16600/statm: 37289 32737 83 193 0 37093 0
[pid=16600/tid=16601] ppid=16597 vsize=149156 CPUtime=27.47
/proc/16600/task/16601/stat : 16601 (manysat1.1_stat) R 16597 16597 15684 0 -1 4194368 3404 0 0 0 2735 12 0 0 17 0 2 0 91091397 152735744 32737 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 78.41
Current children cumulated vsize (KiB) 154512

[startup+102.307 s]
/proc/loadavg: 1.93 1.32 1.11 3/67 16603
/proc/meminfo: memFree=1495192/2055920 swapFree=4192812/4192956
[pid=16597] ppid=16595 vsize=5356 CPUtime=22.46
/proc/16597/stat : 16597 (manysat.sh) S 16595 16597 15684 0 -1 4194304 312 58845 0 0 0 0 2187 59 16 0 1 0 91089042 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16597/statm: 1339 238 195 169 0 50 0
[pid=16600] ppid=16597 vsize=155756 CPUtime=158.09
/proc/16600/stat : 16600 (manysat1.1_stat) R 16597 16597 15684 0 -1 4194304 34253 0 0 0 15770 39 0 0 25 0 2 0 91091291 159494144 34207 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/16600/statm: 38939 34207 83 193 0 38743 0
[pid=16600/tid=16601] ppid=16597 vsize=155756 CPUtime=78.62
/proc/16600/task/16601/stat : 16601 (manysat1.1_stat) R 16597 16597 15684 0 -1 4194368 4336 0 0 0 7848 14 0 0 20 0 2 0 91091397 159494144 34207 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 180.55
Current children cumulated vsize (KiB) 161112

[startup+162.301 s]
/proc/loadavg: 1.97 1.44 1.17 3/67 16603
/proc/meminfo: memFree=1489560/2055920 swapFree=4192812/4192956
[pid=16597] ppid=16595 vsize=5356 CPUtime=22.46
/proc/16597/stat : 16597 (manysat.sh) S 16595 16597 15684 0 -1 4194304 312 58845 0 0 0 0 2187 59 16 0 1 0 91089042 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16597/statm: 1339 238 195 169 0 50 0
[pid=16600] ppid=16597 vsize=160852 CPUtime=277.82
/proc/16600/stat : 16600 (manysat1.1_stat) R 16597 16597 15684 0 -1 4194304 35667 0 0 0 27741 41 0 0 25 0 2 0 91091291 164712448 35621 1992294400 134512640 135305190 4294956144 18446744073709551615 134528545 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/16600/statm: 40213 35621 83 193 0 40017 0
[pid=16600/tid=16601] ppid=16597 vsize=160852 CPUtime=138.58
/proc/16600/task/16601/stat : 16601 (manysat1.1_stat) R 16597 16597 15684 0 -1 4194368 5193 0 0 0 13843 15 0 0 25 0 2 0 91091397 164712448 35621 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 300.28
Current children cumulated vsize (KiB) 166208

[startup+222.302 s]
/proc/loadavg: 1.99 1.54 1.21 3/67 16603
/proc/meminfo: memFree=1487832/2055920 swapFree=4192812/4192956
[pid=16597] ppid=16595 vsize=5356 CPUtime=22.46
/proc/16597/stat : 16597 (manysat.sh) S 16595 16597 15684 0 -1 4194304 312 58845 0 0 0 0 2187 59 16 0 1 0 91089042 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16597/statm: 1339 238 195 169 0 50 0
[pid=16600] ppid=16597 vsize=162540 CPUtime=397.56
/proc/16600/stat : 16600 (manysat1.1_stat) R 16597 16597 15684 0 -1 4194304 36084 0 0 0 39714 42 0 0 25 0 2 0 91091291 166440960 36038 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/16600/statm: 40635 36038 83 193 0 40439 0
[pid=16600/tid=16601] ppid=16597 vsize=162540 CPUtime=198.57
/proc/16600/task/16601/stat : 16601 (manysat1.1_stat) R 16597 16597 15684 0 -1 4194368 5478 0 0 0 19841 16 0 0 25 0 2 0 91091397 166440960 36038 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 420.02
Current children cumulated vsize (KiB) 167896

[startup+282.302 s]
/proc/loadavg: 1.99 1.62 1.26 3/67 16603
/proc/meminfo: memFree=1481496/2055920 swapFree=4192812/4192956
[pid=16597] ppid=16595 vsize=5356 CPUtime=22.46
/proc/16597/stat : 16597 (manysat.sh) S 16595 16597 15684 0 -1 4194304 312 58845 0 0 0 0 2187 59 16 0 1 0 91089042 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16597/statm: 1339 238 195 169 0 50 0
[pid=16600] ppid=16597 vsize=168852 CPUtime=517.31
/proc/16600/stat : 16600 (manysat1.1_stat) R 16597 16597 15684 0 -1 4194304 37688 0 0 0 51688 43 0 0 25 0 2 0 91091291 172904448 37642 1992294400 134512640 135305190 4294956144 18446744073709551615 134528212 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/16600/statm: 42213 37642 83 193 0 42017 0
[pid=16600/tid=16601] ppid=16597 vsize=168852 CPUtime=258.54
/proc/16600/task/16601/stat : 16601 (manysat1.1_stat) R 16597 16597 15684 0 -1 4194368 6390 0 0 0 25838 16 0 0 25 0 2 0 91091397 172904448 37642 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 539.77
Current children cumulated vsize (KiB) 174208

[startup+342.301 s]
/proc/loadavg: 1.99 1.69 1.30 3/67 16603
/proc/meminfo: memFree=1478872/2055920 swapFree=4192812/4192956
[pid=16597] ppid=16595 vsize=5356 CPUtime=22.46
/proc/16597/stat : 16597 (manysat.sh) S 16595 16597 15684 0 -1 4194304 312 58845 0 0 0 0 2187 59 16 0 1 0 91089042 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16597/statm: 1339 238 195 169 0 50 0
[pid=16600] ppid=16597 vsize=171160 CPUtime=637.05
/proc/16600/stat : 16600 (manysat1.1_stat) R 16597 16597 15684 0 -1 4194304 38296 0 0 0 63661 44 0 0 25 0 2 0 91091291 175267840 38250 1992294400 134512640 135305190 4294956144 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/16600/statm: 42790 38250 83 193 0 42594 0
[pid=16600/tid=16601] ppid=16597 vsize=171160 CPUtime=318.52
/proc/16600/task/16601/stat : 16601 (manysat1.1_stat) R 16597 16597 15684 0 -1 4194368 6707 0 0 0 31835 17 0 0 25 0 2 0 91091397 175267840 38250 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 659.51
Current children cumulated vsize (KiB) 176516

[startup+402.302 s]
/proc/loadavg: 1.99 1.74 1.35 3/67 16603
/proc/meminfo: memFree=1478744/2055920 swapFree=4192812/4192956
[pid=16597] ppid=16595 vsize=5356 CPUtime=22.46
/proc/16597/stat : 16597 (manysat.sh) S 16595 16597 15684 0 -1 4194304 312 58845 0 0 0 0 2187 59 16 0 1 0 91089042 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16597/statm: 1339 238 195 169 0 50 0
[pid=16600] ppid=16597 vsize=171240 CPUtime=756.79
/proc/16600/stat : 16600 (manysat1.1_stat) R 16597 16597 15684 0 -1 4194304 38322 0 0 0 75635 44 0 0 25 0 2 0 91091291 175349760 38276 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/16600/statm: 42810 38276 83 193 0 42614 0
[pid=16600/tid=16601] ppid=16597 vsize=171240 CPUtime=378.5
/proc/16600/task/16601/stat : 16601 (manysat1.1_stat) R 16597 16597 15684 0 -1 4194368 6714 0 0 0 37833 17 0 0 25 0 2 0 91091397 175349760 38276 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 779.25
Current children cumulated vsize (KiB) 176596

[startup+462.301 s]
/proc/loadavg: 1.99 1.79 1.38 3/67 16603
/proc/meminfo: memFree=1478488/2055920 swapFree=4192812/4192956
[pid=16597] ppid=16595 vsize=5356 CPUtime=22.46
/proc/16597/stat : 16597 (manysat.sh) S 16595 16597 15684 0 -1 4194304 312 58845 0 0 0 0 2187 59 16 0 1 0 91089042 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16597/statm: 1339 238 195 169 0 50 0
[pid=16600] ppid=16597 vsize=171536 CPUtime=876.54
/proc/16600/stat : 16600 (manysat1.1_stat) R 16597 16597 15684 0 -1 4194304 38393 0 0 0 87609 45 0 0 25 0 2 0 91091291 175652864 38347 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/16600/statm: 42884 38347 83 193 0 42688 0
[pid=16600/tid=16601] ppid=16597 vsize=171536 CPUtime=438.48
/proc/16600/task/16601/stat : 16601 (manysat1.1_stat) R 16597 16597 15684 0 -1 4194368 6771 0 0 0 43831 17 0 0 25 0 2 0 91091397 175652864 38347 1992294400 134512640 135305190 4294956144 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 899
Current children cumulated vsize (KiB) 176892

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

[startup+473.501 s]
/proc/loadavg: 1.99 1.79 1.39 3/67 16603
/proc/meminfo: memFree=1478424/2055920 swapFree=4192812/4192956
[pid=16597] ppid=16595 vsize=5356 CPUtime=22.46
/proc/16597/stat : 16597 (manysat.sh) S 16595 16597 15684 0 -1 4194304 312 58845 0 0 0 0 2187 59 16 0 1 0 91089042 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16597/statm: 1339 238 195 169 0 50 0
[pid=16600] ppid=16597 vsize=171536 CPUtime=898.89
/proc/16600/stat : 16600 (manysat1.1_stat) R 16597 16597 15684 0 -1 4194304 38395 0 0 0 89844 45 0 0 25 0 2 0 91091291 175652864 38349 1992294400 134512640 135305190 4294956144 18446744073709551615 134528576 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/16600/statm: 42884 38349 83 193 0 42688 0
[pid=16600/tid=16601] ppid=16597 vsize=171536 CPUtime=449.68
/proc/16600/task/16601/stat : 16601 (manysat1.1_stat) R 16597 16597 15684 0 -1 4194368 6772 0 0 0 44951 17 0 0 25 0 2 0 91091397 175652864 38349 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 921.35
Current children cumulated vsize (KiB) 176892

[startup+486.302 s]
/proc/loadavg: 1.99 1.80 1.40 3/67 16603
/proc/meminfo: memFree=1478424/2055920 swapFree=4192812/4192956
[pid=16597] ppid=16595 vsize=5356 CPUtime=22.46
/proc/16597/stat : 16597 (manysat.sh) S 16595 16597 15684 0 -1 4194304 312 58845 0 0 0 0 2187 59 16 0 1 0 91089042 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16597/statm: 1339 238 195 169 0 50 0
[pid=16600] ppid=16597 vsize=171536 CPUtime=924.44
/proc/16600/stat : 16600 (manysat1.1_stat) R 16597 16597 15684 0 -1 4194304 38395 0 0 0 92399 45 0 0 25 0 2 0 91091291 175652864 38349 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/16600/statm: 42884 38349 83 193 0 42688 0
[pid=16600/tid=16601] ppid=16597 vsize=171536 CPUtime=462.47
/proc/16600/task/16601/stat : 16601 (manysat1.1_stat) R 16597 16597 15684 0 -1 4194368 6772 0 0 0 46230 17 0 0 25 0 2 0 91091397 175652864 38349 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 946.9
Current children cumulated vsize (KiB) 176892

[startup+489.507 s]
/proc/loadavg: 1.99 1.80 1.40 3/67 16603
/proc/meminfo: memFree=1478424/2055920 swapFree=4192812/4192956
[pid=16597] ppid=16595 vsize=5356 CPUtime=22.46
/proc/16597/stat : 16597 (manysat.sh) S 16595 16597 15684 0 -1 4194304 312 58845 0 0 0 0 2187 59 16 0 1 0 91089042 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16597/statm: 1339 238 195 169 0 50 0
[pid=16600] ppid=16597 vsize=171536 CPUtime=930.83
/proc/16600/stat : 16600 (manysat1.1_stat) R 16597 16597 15684 0 -1 4194304 38395 0 0 0 93038 45 0 0 21 0 2 0 91091291 175652864 38349 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/16600/statm: 42884 38349 83 193 0 42688 0
[pid=16600/tid=16601] ppid=16597 vsize=171536 CPUtime=465.68
/proc/16600/task/16601/stat : 16601 (manysat1.1_stat) R 16597 16597 15684 0 -1 4194368 6772 0 0 0 46551 17 0 0 25 0 2 0 91091397 175652864 38349 1992294400 134512640 135305190 4294956144 18446744073709551615 134551978 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 953.29
Current children cumulated vsize (KiB) 176892

[startup+491.102 s]
/proc/loadavg: 1.99 1.81 1.40 3/67 16603
/proc/meminfo: memFree=1478424/2055920 swapFree=4192812/4192956
[pid=16597] ppid=16595 vsize=5356 CPUtime=22.46
/proc/16597/stat : 16597 (manysat.sh) S 16595 16597 15684 0 -1 4194304 312 58845 0 0 0 0 2187 59 16 0 1 0 91089042 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16597/statm: 1339 238 195 169 0 50 0
[pid=16600] ppid=16597 vsize=171536 CPUtime=934.02
/proc/16600/stat : 16600 (manysat1.1_stat) R 16597 16597 15684 0 -1 4194304 38395 0 0 0 93357 45 0 0 25 0 2 0 91091291 175652864 38349 1992294400 134512640 135305190 4294956144 18446744073709551615 134528562 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/16600/statm: 42884 38349 83 193 0 42688 0
[pid=16600/tid=16601] ppid=16597 vsize=171536 CPUtime=467.27
/proc/16600/task/16601/stat : 16601 (manysat1.1_stat) R 16597 16597 15684 0 -1 4194368 6772 0 0 0 46710 17 0 0 25 0 2 0 91091397 175652864 38349 1992294400 134512640 135305190 4294956144 18446744073709551615 134528875 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 956.48
Current children cumulated vsize (KiB) 176892

[startup+491.902 s]
/proc/loadavg: 1.99 1.81 1.40 3/67 16603
/proc/meminfo: memFree=1478424/2055920 swapFree=4192812/4192956
[pid=16597] ppid=16595 vsize=5356 CPUtime=22.46
/proc/16597/stat : 16597 (manysat.sh) S 16595 16597 15684 0 -1 4194304 312 58845 0 0 0 0 2187 59 16 0 1 0 91089042 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16597/statm: 1339 238 195 169 0 50 0
[pid=16600] ppid=16597 vsize=171536 CPUtime=935.61
/proc/16600/stat : 16600 (manysat1.1_stat) R 16597 16597 15684 0 -1 4194304 38395 0 0 0 93516 45 0 0 25 0 2 0 91091291 175652864 38349 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/16600/statm: 42884 38349 83 193 0 42688 0
[pid=16600/tid=16601] ppid=16597 vsize=171536 CPUtime=468.07
/proc/16600/task/16601/stat : 16601 (manysat1.1_stat) R 16597 16597 15684 0 -1 4194368 6772 0 0 0 46790 17 0 0 25 0 2 0 91091397 175652864 38349 1992294400 134512640 135305190 4294956144 18446744073709551615 134529195 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 958.07
Current children cumulated vsize (KiB) 176892

[startup+492.702 s]
/proc/loadavg: 1.99 1.81 1.40 3/67 16603
/proc/meminfo: memFree=1478424/2055920 swapFree=4192812/4192956
[pid=16597] ppid=16595 vsize=5356 CPUtime=22.46
/proc/16597/stat : 16597 (manysat.sh) S 16595 16597 15684 0 -1 4194304 312 58845 0 0 0 0 2187 59 16 0 1 0 91089042 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16597/statm: 1339 238 195 169 0 50 0
[pid=16600] ppid=16597 vsize=171536 CPUtime=937.21
/proc/16600/stat : 16600 (manysat1.1_stat) R 16597 16597 15684 0 -1 4194304 38395 0 0 0 93676 45 0 0 25 0 2 0 91091291 175652864 38349 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/16600/statm: 42884 38349 83 193 0 42688 0
[pid=16600/tid=16601] ppid=16597 vsize=171536 CPUtime=468.87
/proc/16600/task/16601/stat : 16601 (manysat1.1_stat) R 16597 16597 15684 0 -1 4194368 6772 0 0 0 46870 17 0 0 25 0 2 0 91091397 175652864 38349 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 959.67
Current children cumulated vsize (KiB) 176892

[startup+493.103 s]
/proc/loadavg: 1.99 1.81 1.40 3/67 16603
/proc/meminfo: memFree=1478424/2055920 swapFree=4192812/4192956
[pid=16597] ppid=16595 vsize=5356 CPUtime=22.46
/proc/16597/stat : 16597 (manysat.sh) S 16595 16597 15684 0 -1 4194304 312 58845 0 0 0 0 2187 59 16 0 1 0 91089042 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16597/statm: 1339 238 195 169 0 50 0
[pid=16600] ppid=16597 vsize=171536 CPUtime=938.01
/proc/16600/stat : 16600 (manysat1.1_stat) R 16597 16597 15684 0 -1 4194304 38395 0 0 0 93756 45 0 0 25 0 2 0 91091291 175652864 38349 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/16600/statm: 42884 38349 83 193 0 42688 0
[pid=16600/tid=16601] ppid=16597 vsize=171536 CPUtime=469.27
/proc/16600/task/16601/stat : 16601 (manysat1.1_stat) R 16597 16597 15684 0 -1 4194368 6772 0 0 0 46910 17 0 0 25 0 2 0 91091397 175652864 38349 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 960.47
Current children cumulated vsize (KiB) 176892

[startup+493.203 s]
/proc/loadavg: 1.99 1.81 1.40 3/67 16603
/proc/meminfo: memFree=1478424/2055920 swapFree=4192812/4192956
[pid=16597] ppid=16595 vsize=5360 CPUtime=960.61
/proc/16597/stat : 16597 (manysat.sh) S 16595 16597 15684 0 -1 4194304 339 97255 0 0 0 0 95954 107 20 0 1 0 91089042 5488640 240 1992294400 4194304 4889804 548682068784 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16597/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 960.61
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 493.212
CPU time (s): 960.651
CPU user time (s): 959.546
CPU system time (s): 1.10483
CPU usage (%): 194.774
Max. virtual memory (cumulated for all children) (KiB): 253840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 959.546
system time used= 1.10483
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97721
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= 4032
involuntary context switches= 7097

runsolver used 0.467928 second user time and 1.3338 second system time

The end

Launcher Data

Begin job on node43 at 2009-04-25 05:36:50
IDJOB=1717774
IDBENCH=20424
IDSOLVER=513
FILE ID=node43/1717774-1240630608
PBS_JOBID= 9186351
Free space on /tmp= 66380 MiB

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

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

MD5SUM BENCH= 3a68d904935650d9da7e64e1ee7bae82
RANDOM SEED=1061520624

node43.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.237
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.237
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:       1679824 kB
Buffers:         34672 kB
Cached:         260100 kB
SwapCached:        144 kB
Active:          84928 kB
Inactive:       223932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1679824 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           25996 kB
Writeback:           0 kB
Mapped:          23692 kB
Slab:            53312 kB
Committed_AS:   308936 kB
PageTables:       1444 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= 66380 MiB
End job on node43 at 2009-04-25 05:45:03