Trace number 1716840

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 2/2009-03-20UNSAT 635.53 319.831

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-16.cnf
MD5SUM65057bcebbeecf6a7f3bc3fcfb2de009
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark199.757
Satisfiable
(Un)Satisfiability was proved
Number of variables52382
Number of clauses182485
Sum of the clauses size472601
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 285834
Number of clauses of size 387884
Number of clauses of size 47609
Number of clauses of size 5700
Number of clauses of size over 5457

Solver Data

0.00/0.00	c Parsing...
0.09/0.17	c ==============================================================================
0.09/0.17	c |           |     ORIGINAL     |              LEARNT              |          |
0.09/0.17	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.09/0.17	c ==============================================================================
0.09/0.17	c |         0 |  181871   470932 |   54561       0        0     nan |  0.000 % |
1.39/1.44	c |         0 |   98030   321620 |      --       0       --      -- |     --   | -83841/-149312
1.39/1.44	c ==============================================================================
1.39/1.44	c Result  :   #vars: 17506   #clauses: 98030   #literals: 321620
1.39/1.44	c CPU time:   1.38579 s
1.39/1.44	c ==============================================================================
635.48/319.81	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
635.48/319.81	c ============================[ Problem Statistics ]=============================
635.48/319.81	c |                                                                             |
635.48/319.81	c threadId              : 1
635.48/319.81	c restarts              : 961
635.48/319.81	c conflicts             : 291235         (460 /sec)
635.48/319.81	c decisions             : 403956         (0.38 % random) (638 /sec)
635.48/319.81	c propagations          : 259477021      (409510 /sec)
635.48/319.81	c conflict literals     : 18093012       (71.37 % deleted)
635.48/319.81	c Memory used           : 90.13 MB
635.48/319.81	c CPU time              : 633.628 s
635.48/319.81	
635.48/319.81	c --->m=2, e=8, aimd=2, HOME/16839_many.cnf	time: 316.814	conflicts: 291235       
635.48/319.82	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-1716840-1240620976/watcher-1716840-1240620976 -o /tmp/evaluation-result-1716840-1240620976/solver-1716840-1240620976 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1716840-1240620976.cnf aimd 2 

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.85 0.97 0.92 3/64 16839
/proc/meminfo: memFree=1549856/2055920 swapFree=4180920/4192956
[pid=16839] ppid=16837 vsize=5356 CPUtime=0
/proc/16839/stat : 16839 (manysat.sh) S 16837 16839 16802 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 90130510 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16839/statm: 1339 235 195 169 0 50 0
[pid=16840] ppid=16839 vsize=1556 CPUtime=0
/proc/16840/stat : 16840 (SatElite) R 16839 16839 16802 0 -1 4194304 263 0 0 0 0 0 0 0 20 0 1 0 90130511 1593344 247 1992294400 134512640 135034092 4294956096 18446744073709551615 134544780 0 0 4096 3 0 0 0 17 0 0 0
/proc/16840/statm: 389 252 50 127 0 259 0

[startup+0.0706701 s]
/proc/loadavg: 0.85 0.97 0.92 3/64 16839
/proc/meminfo: memFree=1549856/2055920 swapFree=4180920/4192956
[pid=16839] ppid=16837 vsize=5356 CPUtime=0
/proc/16839/stat : 16839 (manysat.sh) S 16837 16839 16802 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 90130510 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16839/statm: 1339 235 195 169 0 50 0
[pid=16840] ppid=16839 vsize=11660 CPUtime=0.06
/proc/16840/stat : 16840 (SatElite) R 16839 16839 16802 0 -1 4194304 2549 0 0 0 5 1 0 0 20 0 1 0 90130511 11939840 2487 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/16840/statm: 2915 2488 52 127 0 2785 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 17016

[startup+0.101672 s]
/proc/loadavg: 0.85 0.97 0.92 3/64 16839
/proc/meminfo: memFree=1549856/2055920 swapFree=4180920/4192956
[pid=16839] ppid=16837 vsize=5356 CPUtime=0
/proc/16839/stat : 16839 (manysat.sh) S 16837 16839 16802 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 90130510 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16839/statm: 1339 235 195 169 0 50 0
[pid=16840] ppid=16839 vsize=14432 CPUtime=0.09
/proc/16840/stat : 16840 (SatElite) R 16839 16839 16802 0 -1 4194304 3287 0 0 0 7 2 0 0 20 0 1 0 90130511 14778368 3224 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/16840/statm: 3608 3224 52 127 0 3478 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19788

[startup+0.301691 s]
/proc/loadavg: 0.85 0.97 0.92 3/64 16839
/proc/meminfo: memFree=1549856/2055920 swapFree=4180920/4192956
[pid=16839] ppid=16837 vsize=5356 CPUtime=0
/proc/16839/stat : 16839 (manysat.sh) S 16837 16839 16802 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 90130510 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16839/statm: 1339 235 195 169 0 50 0
[pid=16840] ppid=16839 vsize=26800 CPUtime=0.28
/proc/16840/stat : 16840 (SatElite) R 16839 16839 16802 0 -1 4194304 6237 0 0 0 25 3 0 0 22 0 1 0 90130511 27443200 6071 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/16840/statm: 6700 6071 68 127 0 6570 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 32156

[startup+0.701732 s]
/proc/loadavg: 0.85 0.97 0.92 3/64 16839
/proc/meminfo: memFree=1549856/2055920 swapFree=4180920/4192956
[pid=16839] ppid=16837 vsize=5356 CPUtime=0
/proc/16839/stat : 16839 (manysat.sh) S 16837 16839 16802 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 90130510 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16839/statm: 1339 235 195 169 0 50 0
[pid=16840] ppid=16839 vsize=32012 CPUtime=0.69
/proc/16840/stat : 16840 (SatElite) R 16839 16839 16802 0 -1 4194304 7553 0 0 0 64 5 0 0 25 0 1 0 90130511 32780288 7336 1992294400 134512640 135034092 4294956096 18446744073709551615 134566574 0 0 4096 3 0 0 0 17 0 0 0
/proc/16840/statm: 8003 7336 68 127 0 7873 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37368

[startup+1.50181 s]
/proc/loadavg: 0.85 0.97 0.92 2/66 16841
/proc/meminfo: memFree=1517840/2055920 swapFree=4180920/4192956
[pid=16839] ppid=16837 vsize=5356 CPUtime=0
/proc/16839/stat : 16839 (manysat.sh) S 16837 16839 16802 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 90130510 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16839/statm: 1339 235 195 169 0 50 0
[pid=16840] ppid=16839 vsize=33548 CPUtime=1.49
/proc/16840/stat : 16840 (SatElite) R 16839 16839 16802 0 -1 4194304 8872 0 0 0 143 6 0 0 25 0 1 0 90130511 34353152 7647 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/16840/statm: 8387 7647 68 127 0 8257 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38904

[startup+3.10299 s]
/proc/loadavg: 0.86 0.97 0.92 3/67 16843
/proc/meminfo: memFree=1528584/2055920 swapFree=4180920/4192956
[pid=16839] ppid=16837 vsize=5356 CPUtime=1.59
/proc/16839/stat : 16839 (manysat.sh) S 16837 16839 16802 0 -1 4194304 312 8875 0 0 0 0 152 7 19 0 1 0 90130510 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16839/statm: 1339 238 195 169 0 50 0
[pid=16842] ppid=16839 vsize=30144 CPUtime=2.85
/proc/16842/stat : 16842 (manysat1.1_stat) R 16839 16839 16802 0 -1 4194304 4491 0 0 0 279 6 0 0 17 0 2 0 90130670 30867456 4476 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16842/statm: 7536 4476 83 193 0 7340 0
[pid=16842/tid=16843] ppid=16839 vsize=30144 CPUtime=1.35
/proc/16842/task/16843/stat : 16843 (manysat1.1_stat) R 16839 16839 16802 0 -1 4194368 392 0 0 0 133 2 0 0 17 0 2 0 90130684 30867456 4476 1992294400 134512640 135305190 4294956144 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.44
Current children cumulated vsize (KiB) 35500

[startup+6.30131 s]
/proc/loadavg: 0.86 0.97 0.92 3/67 16843
/proc/meminfo: memFree=1525320/2055920 swapFree=4180920/4192956
[pid=16839] ppid=16837 vsize=5356 CPUtime=1.59
/proc/16839/stat : 16839 (manysat.sh) S 16837 16839 16802 0 -1 4194304 312 8875 0 0 0 0 152 7 19 0 1 0 90130510 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16839/statm: 1339 238 195 169 0 50 0
[pid=16842] ppid=16839 vsize=32136 CPUtime=9.24
/proc/16842/stat : 16842 (manysat1.1_stat) R 16839 16839 16802 0 -1 4194304 5004 0 0 0 916 8 0 0 19 0 2 0 90130670 32907264 4989 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16842/statm: 8034 4989 83 193 0 7838 0
[pid=16842/tid=16843] ppid=16839 vsize=32136 CPUtime=4.53
/proc/16842/task/16843/stat : 16843 (manysat1.1_stat) R 16839 16839 16802 0 -1 4194368 599 0 0 0 451 2 0 0 17 0 2 0 90130684 32907264 4989 1992294400 134512640 135305190 4294956144 18446744073709551615 134541935 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.83
Current children cumulated vsize (KiB) 37492

[startup+12.702 s]
/proc/loadavg: 1.03 1.00 0.93 3/67 16843
/proc/meminfo: memFree=1522648/2055920 swapFree=4180920/4192956
[pid=16839] ppid=16837 vsize=5356 CPUtime=1.59
/proc/16839/stat : 16839 (manysat.sh) S 16837 16839 16802 0 -1 4194304 312 8875 0 0 0 0 152 7 19 0 1 0 90130510 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16839/statm: 1339 238 195 169 0 50 0
[pid=16842] ppid=16839 vsize=34828 CPUtime=22.01
/proc/16842/stat : 16842 (manysat1.1_stat) R 16839 16839 16802 0 -1 4194304 5684 0 0 0 2192 9 0 0 17 0 2 0 90130670 35663872 5669 1992294400 134512640 135305190 4294956144 18446744073709551615 134528536 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16842/statm: 8707 5669 83 193 0 8511 0
[pid=16842/tid=16843] ppid=16839 vsize=34828 CPUtime=10.91
/proc/16842/task/16843/stat : 16843 (manysat1.1_stat) R 16839 16839 16802 0 -1 4194368 883 0 0 0 1088 3 0 0 19 0 2 0 90130684 35663872 5669 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.6
Current children cumulated vsize (KiB) 40184

[startup+25.5013 s]
/proc/loadavg: 1.18 1.03 0.94 3/67 16843
/proc/meminfo: memFree=1516376/2055920 swapFree=4180920/4192956
[pid=16839] ppid=16837 vsize=5356 CPUtime=1.59
/proc/16839/stat : 16839 (manysat.sh) S 16837 16839 16802 0 -1 4194304 312 8875 0 0 0 0 152 7 19 0 1 0 90130510 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16839/statm: 1339 238 195 169 0 50 0
[pid=16842] ppid=16839 vsize=41180 CPUtime=47.54
/proc/16842/stat : 16842 (manysat1.1_stat) R 16839 16839 16802 0 -1 4194304 7293 0 0 0 4744 10 0 0 18 0 2 0 90130670 42168320 7278 1992294400 134512640 135305190 4294956144 18446744073709551615 134557414 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16842/statm: 10295 7278 83 193 0 10099 0
[pid=16842/tid=16843] ppid=16839 vsize=41180 CPUtime=23.65
/proc/16842/task/16843/stat : 16843 (manysat1.1_stat) R 16839 16839 16802 0 -1 4194368 1616 0 0 0 2362 3 0 0 22 0 2 0 90130684 42168320 7278 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.13
Current children cumulated vsize (KiB) 46536

[startup+51.1019 s]
/proc/loadavg: 1.46 1.11 0.97 3/67 16843
/proc/meminfo: memFree=1508376/2055920 swapFree=4180920/4192956
[pid=16839] ppid=16837 vsize=5356 CPUtime=1.59
/proc/16839/stat : 16839 (manysat.sh) S 16837 16839 16802 0 -1 4194304 312 8875 0 0 0 0 152 7 19 0 1 0 90130510 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16839/statm: 1339 238 195 169 0 50 0
[pid=16842] ppid=16839 vsize=48896 CPUtime=98.62
/proc/16842/stat : 16842 (manysat1.1_stat) R 16839 16839 16802 0 -1 4194304 9308 0 0 0 9850 12 0 0 22 0 2 0 90130670 50069504 9293 1992294400 134512640 135305190 4294956144 18446744073709551615 134528576 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16842/statm: 12224 9293 83 193 0 12028 0
[pid=16842/tid=16843] ppid=16839 vsize=48896 CPUtime=49.14
/proc/16842/task/16843/stat : 16843 (manysat1.1_stat) R 16839 16839 16802 0 -1 4194368 2369 0 0 0 4910 4 0 0 19 0 2 0 90130684 50069504 9293 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.21
Current children cumulated vsize (KiB) 54252

[startup+102.306 s]
/proc/loadavg: 1.78 1.26 1.03 3/67 16843
/proc/meminfo: memFree=1494360/2055920 swapFree=4180920/4192956
[pid=16839] ppid=16837 vsize=5356 CPUtime=1.59
/proc/16839/stat : 16839 (manysat.sh) S 16837 16839 16802 0 -1 4194304 312 8875 0 0 0 0 152 7 19 0 1 0 90130510 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16839/statm: 1339 238 195 169 0 50 0
[pid=16842] ppid=16839 vsize=62768 CPUtime=200.81
/proc/16842/stat : 16842 (manysat1.1_stat) R 16839 16839 16802 0 -1 4194304 12763 0 0 0 20065 16 0 0 17 0 2 0 90130670 64274432 12748 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16842/statm: 15692 12748 83 193 0 15496 0
[pid=16842/tid=16843] ppid=16839 vsize=62768 CPUtime=100.14
/proc/16842/task/16843/stat : 16843 (manysat1.1_stat) R 16839 16839 16802 0 -1 4194368 3893 0 0 0 10009 5 0 0 21 0 2 0 90130684 64274432 12748 1992294400 134512640 135305190 4294956144 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 202.4
Current children cumulated vsize (KiB) 68124

[startup+162.301 s]
/proc/loadavg: 1.92 1.39 1.09 3/67 16843
/proc/meminfo: memFree=1486808/2055920 swapFree=4180920/4192956
[pid=16839] ppid=16837 vsize=5356 CPUtime=1.59
/proc/16839/stat : 16839 (manysat.sh) S 16837 16839 16802 0 -1 4194304 312 8875 0 0 0 0 152 7 19 0 1 0 90130510 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16839/statm: 1339 238 195 169 0 50 0
[pid=16842] ppid=16839 vsize=70448 CPUtime=320.53
/proc/16842/stat : 16842 (manysat1.1_stat) R 16839 16839 16802 0 -1 4194304 14581 0 0 0 32033 20 0 0 17 0 2 0 90130670 72138752 14566 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16842/statm: 17612 14566 83 193 0 17416 0
[pid=16842/tid=16843] ppid=16839 vsize=70448 CPUtime=159.9
/proc/16842/task/16843/stat : 16843 (manysat1.1_stat) R 16839 16839 16802 0 -1 4194368 4929 0 0 0 15983 7 0 0 25 0 2 0 90130684 72138752 14566 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 322.12
Current children cumulated vsize (KiB) 75804

[startup+222.301 s]
/proc/loadavg: 1.97 1.50 1.14 3/67 16843
/proc/meminfo: memFree=1483672/2055920 swapFree=4180920/4192956
[pid=16839] ppid=16837 vsize=5356 CPUtime=1.59
/proc/16839/stat : 16839 (manysat.sh) S 16837 16839 16802 0 -1 4194304 312 8875 0 0 0 0 152 7 19 0 1 0 90130510 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16839/statm: 1339 238 195 169 0 50 0
[pid=16842] ppid=16839 vsize=73936 CPUtime=440.26
/proc/16842/stat : 16842 (manysat1.1_stat) R 16839 16839 16802 0 -1 4194304 15371 0 0 0 44004 22 0 0 25 0 2 0 90130670 75710464 15356 1992294400 134512640 135305190 4294956144 18446744073709551615 134551714 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16842/statm: 18484 15356 83 193 0 18288 0
[pid=16842/tid=16843] ppid=16839 vsize=73936 CPUtime=219.65
/proc/16842/task/16843/stat : 16843 (manysat1.1_stat) R 16839 16839 16802 0 -1 4194368 5360 0 0 0 21957 8 0 0 25 0 2 0 90130684 75710464 15356 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 441.85
Current children cumulated vsize (KiB) 79292

[startup+282.301 s]
/proc/loadavg: 1.99 1.59 1.19 3/67 16843
/proc/meminfo: memFree=1478232/2055920 swapFree=4180920/4192956
[pid=16839] ppid=16837 vsize=5356 CPUtime=1.59
/proc/16839/stat : 16839 (manysat.sh) S 16837 16839 16802 0 -1 4194304 312 8875 0 0 0 0 152 7 19 0 1 0 90130510 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16839/statm: 1339 238 195 169 0 50 0
[pid=16842] ppid=16839 vsize=80120 CPUtime=559.99
/proc/16842/stat : 16842 (manysat1.1_stat) R 16839 16839 16802 0 -1 4194304 16717 0 0 0 55974 25 0 0 25 0 2 0 90130670 82042880 16702 1992294400 134512640 135305190 4294956144 18446744073709551615 134528283 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16842/statm: 20030 16702 83 193 0 19834 0
[pid=16842/tid=16843] ppid=16839 vsize=80120 CPUtime=279.42
/proc/16842/task/16843/stat : 16843 (manysat1.1_stat) R 16839 16839 16802 0 -1 4194368 6030 0 0 0 27932 10 0 0 25 0 2 0 90130684 82042880 16702 1992294400 134512640 135305190 4294956144 18446744073709551615 134551681 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 561.58
Current children cumulated vsize (KiB) 85476

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

[startup+307.102 s]
/proc/loadavg: 1.99 1.62 1.21 3/67 16849
/proc/meminfo: memFree=1471000/2055920 swapFree=4180920/4192956
[pid=16839] ppid=16837 vsize=5356 CPUtime=1.59
/proc/16839/stat : 16839 (manysat.sh) S 16837 16839 16802 0 -1 4194304 312 8875 0 0 0 0 152 7 19 0 1 0 90130510 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16839/statm: 1339 238 195 169 0 50 0
[pid=16842] ppid=16839 vsize=87880 CPUtime=609.46
/proc/16842/stat : 16842 (manysat1.1_stat) R 16839 16839 16802 0 -1 4194304 18544 0 0 0 60919 27 0 0 22 0 2 0 90130670 89989120 18529 1992294400 134512640 135305190 4294956144 18446744073709551615 134551687 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16842/statm: 21970 18529 83 193 0 21774 0
[pid=16842/tid=16843] ppid=16839 vsize=87880 CPUtime=304.11
/proc/16842/task/16843/stat : 16843 (manysat1.1_stat) R 16839 16839 16802 0 -1 4194368 6925 0 0 0 30400 11 0 0 20 0 2 0 90130684 89989120 18529 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 611.05
Current children cumulated vsize (KiB) 93236

[startup+313.507 s]
/proc/loadavg: 1.99 1.62 1.21 3/67 16849
/proc/meminfo: memFree=1468120/2055920 swapFree=4180920/4192956
[pid=16839] ppid=16837 vsize=5356 CPUtime=1.59
/proc/16839/stat : 16839 (manysat.sh) S 16837 16839 16802 0 -1 4194304 312 8875 0 0 0 0 152 7 19 0 1 0 90130510 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16839/statm: 1339 238 195 169 0 50 0
[pid=16842] ppid=16839 vsize=91112 CPUtime=622.24
/proc/16842/stat : 16842 (manysat1.1_stat) R 16839 16839 16802 0 -1 4194304 19248 0 0 0 62196 28 0 0 20 0 2 0 90130670 93298688 19233 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16842/statm: 22778 19233 83 193 0 22582 0
[pid=16842/tid=16843] ppid=16839 vsize=91112 CPUtime=310.48
/proc/16842/task/16843/stat : 16843 (manysat1.1_stat) R 16839 16839 16802 0 -1 4194368 7341 0 0 0 31037 11 0 0 25 0 2 0 90130684 93298688 19233 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 623.83
Current children cumulated vsize (KiB) 96468

[startup+316.702 s]
/proc/loadavg: 1.99 1.63 1.22 3/67 16849
/proc/meminfo: memFree=1466840/2055920 swapFree=4180920/4192956
[pid=16839] ppid=16837 vsize=5356 CPUtime=1.59
/proc/16839/stat : 16839 (manysat.sh) S 16837 16839 16802 0 -1 4194304 312 8875 0 0 0 0 152 7 19 0 1 0 90130510 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16839/statm: 1339 238 195 169 0 50 0
[pid=16842] ppid=16839 vsize=92024 CPUtime=628.63
/proc/16842/stat : 16842 (manysat1.1_stat) R 16839 16839 16802 0 -1 4194304 19553 0 0 0 62835 28 0 0 19 0 2 0 90130670 94232576 19538 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16842/statm: 23006 19538 83 193 0 22810 0
[pid=16842/tid=16843] ppid=16839 vsize=92024 CPUtime=313.67
/proc/16842/task/16843/stat : 16843 (manysat1.1_stat) R 16839 16839 16802 0 -1 4194368 7475 0 0 0 31356 11 0 0 25 0 2 0 90130684 94232576 19538 1992294400 134512640 135305190 4294956144 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 630.22
Current children cumulated vsize (KiB) 97380

[startup+318.303 s]
/proc/loadavg: 1.99 1.63 1.22 3/67 16849
/proc/meminfo: memFree=1466584/2055920 swapFree=4180920/4192956
[pid=16839] ppid=16837 vsize=5356 CPUtime=1.59
/proc/16839/stat : 16839 (manysat.sh) S 16837 16839 16802 0 -1 4194304 312 8875 0 0 0 0 152 7 19 0 1 0 90130510 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16839/statm: 1339 238 195 169 0 50 0
[pid=16842] ppid=16839 vsize=92292 CPUtime=631.81
/proc/16842/stat : 16842 (manysat1.1_stat) R 16839 16839 16802 0 -1 4194304 19619 0 0 0 63153 28 0 0 17 0 2 0 90130670 94507008 19604 1992294400 134512640 135305190 4294956144 18446744073709551615 134529244 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16842/statm: 23073 19604 83 193 0 22877 0
[pid=16842/tid=16843] ppid=16839 vsize=92292 CPUtime=315.26
/proc/16842/task/16843/stat : 16843 (manysat1.1_stat) R 16839 16839 16802 0 -1 4194368 7509 0 0 0 31515 11 0 0 17 0 2 0 90130684 94507008 19604 1992294400 134512640 135305190 4294956144 18446744073709551615 134530569 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 633.4
Current children cumulated vsize (KiB) 97648

[startup+319.102 s]
/proc/loadavg: 1.99 1.63 1.22 2/67 16849
/proc/meminfo: memFree=1466584/2055920 swapFree=4180920/4192956
[pid=16839] ppid=16837 vsize=5356 CPUtime=1.59
/proc/16839/stat : 16839 (manysat.sh) S 16837 16839 16802 0 -1 4194304 312 8875 0 0 0 0 152 7 19 0 1 0 90130510 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16839/statm: 1339 238 195 169 0 50 0
[pid=16842] ppid=16839 vsize=92292 CPUtime=633.19
/proc/16842/stat : 16842 (manysat1.1_stat) R 16839 16839 16802 0 -1 4194304 19619 0 0 0 63291 28 0 0 17 0 2 0 90130670 94507008 19604 1992294400 134512640 135305190 4294956144 18446744073709551615 134529371 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16842/statm: 23073 19604 83 193 0 22877 0
[pid=16842/tid=16843] ppid=16839 vsize=92292 CPUtime=315.85
/proc/16842/task/16843/stat : 16843 (manysat1.1_stat) S 16839 16839 16802 0 -1 4194368 7509 0 0 0 31574 11 0 0 18 0 2 0 90130684 94507008 19604 1992294400 134512640 135305190 4294956144 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 634.78
Current children cumulated vsize (KiB) 97648

[startup+319.502 s]
/proc/loadavg: 1.99 1.63 1.22 2/67 16849
/proc/meminfo: memFree=1466584/2055920 swapFree=4180920/4192956
[pid=16839] ppid=16837 vsize=5356 CPUtime=1.59
/proc/16839/stat : 16839 (manysat.sh) S 16837 16839 16802 0 -1 4194304 312 8875 0 0 0 0 152 7 19 0 1 0 90130510 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16839/statm: 1339 238 195 169 0 50 0
[pid=16842] ppid=16839 vsize=92292 CPUtime=633.59
/proc/16842/stat : 16842 (manysat1.1_stat) R 16839 16839 16802 0 -1 4194304 19619 0 0 0 63331 28 0 0 18 0 2 0 90130670 94507008 19604 1992294400 134512640 135305190 4294956144 18446744073709551615 134529618 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16842/statm: 23073 19604 83 193 0 22877 0
[pid=16842/tid=16843] ppid=16839 vsize=92292 CPUtime=315.85
/proc/16842/task/16843/stat : 16843 (manysat1.1_stat) S 16839 16839 16802 0 -1 4194368 7509 0 0 0 31574 11 0 0 18 0 2 0 90130684 94507008 19604 1992294400 134512640 135305190 4294956144 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 635.18
Current children cumulated vsize (KiB) 97648

[startup+319.702 s]
/proc/loadavg: 1.99 1.63 1.22 2/67 16849
/proc/meminfo: memFree=1466584/2055920 swapFree=4180920/4192956
[pid=16839] ppid=16837 vsize=5356 CPUtime=1.59
/proc/16839/stat : 16839 (manysat.sh) S 16837 16839 16802 0 -1 4194304 312 8875 0 0 0 0 152 7 19 0 1 0 90130510 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16839/statm: 1339 238 195 169 0 50 0
[pid=16842] ppid=16839 vsize=92292 CPUtime=633.79
/proc/16842/stat : 16842 (manysat1.1_stat) R 16839 16839 16802 0 -1 4194304 19619 0 0 0 63351 28 0 0 18 0 2 0 90130670 94507008 19604 1992294400 134512640 135305190 4294956144 18446744073709551615 134529363 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16842/statm: 23073 19604 83 193 0 22877 0
[pid=16842/tid=16843] ppid=16839 vsize=92292 CPUtime=315.85
/proc/16842/task/16843/stat : 16843 (manysat1.1_stat) S 16839 16839 16802 0 -1 4194368 7509 0 0 0 31574 11 0 0 18 0 2 0 90130684 94507008 19604 1992294400 134512640 135305190 4294956144 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 635.38
Current children cumulated vsize (KiB) 97648

[startup+319.802 s]
/proc/loadavg: 1.99 1.63 1.22 2/67 16849
/proc/meminfo: memFree=1466584/2055920 swapFree=4180920/4192956
[pid=16839] ppid=16837 vsize=5356 CPUtime=1.59
/proc/16839/stat : 16839 (manysat.sh) S 16837 16839 16802 0 -1 4194304 312 8875 0 0 0 0 152 7 19 0 1 0 90130510 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16839/statm: 1339 238 195 169 0 50 0
[pid=16842] ppid=16839 vsize=92292 CPUtime=633.89
/proc/16842/stat : 16842 (manysat1.1_stat) R 16839 16839 16802 0 -1 4194304 19619 0 0 0 63361 28 0 0 18 0 2 0 90130670 94507008 19604 1992294400 134512640 135305190 4294956144 18446744073709551615 134529379 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/16842/statm: 23073 19604 83 193 0 22877 0
[pid=16842/tid=16843] ppid=16839 vsize=92292 CPUtime=315.85
/proc/16842/task/16843/stat : 16843 (manysat1.1_stat) S 16839 16839 16802 0 -1 4194368 7509 0 0 0 31574 11 0 0 18 0 2 0 90130684 94507008 19604 1992294400 134512640 135305190 4294956144 18446744073709551615 134657474 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 635.48
Current children cumulated vsize (KiB) 97648

Child status: 20
Real time (s): 319.831
CPU time (s): 635.53
CPU user time (s): 635.151
CPU system time (s): 0.378942
CPU usage (%): 198.708
Max. virtual memory (cumulated for all children) (KiB): 97648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 635.151
system time used= 0.378942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28975
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= 1104
involuntary context switches= 4783

runsolver used 0.266959 second user time and 0.902862 second system time

The end

Launcher Data

Begin job on node27 at 2009-04-25 02:56:16
IDJOB=1716840
IDBENCH=20398
IDSOLVER=515
FILE ID=node27/1716840-1240620976
PBS_JOBID= 9186381
Free space on /tmp= 66192 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20
BENCH NAME= SAT07/industrial/fuhs/medium/AProVE07-16.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1716840-1240620976/watcher-1716840-1240620976 -o /tmp/evaluation-result-1716840-1240620976/solver-1716840-1240620976 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1716840-1240620976.cnf aimd 2

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

MD5SUM BENCH= 65057bcebbeecf6a7f3bc3fcfb2de009
RANDOM SEED=1403901005

node27.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		: 2800.234
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	: 5521.40
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		: 2800.234
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:       1550400 kB
Buffers:         62236 kB
Cached:         369772 kB
SwapCached:       5912 kB
Active:         143764 kB
Inactive:       297044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1550400 kB
SwapTotal:     4192956 kB
SwapFree:      4180920 kB
Dirty:            4820 kB
Writeback:           0 kB
Mapped:          13888 kB
Slab:            50668 kB
Committed_AS:   274868 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66192 MiB
End job on node27 at 2009-04-25 03:01:36