Trace number 1563353

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 315.682 315.868

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-c32s-gcdm16-23.cnf
MD5SUMa61ef2b7b3d16661e8162c430ffb1a51
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark99.6579
Satisfiable
(Un)Satisfiability was proved
Number of variables135543
Number of clauses404326
Sum of the clauses size943426
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2269550
Number of clauses of size 3134775
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.28/0.38	c ==============================================================================
0.28/0.38	c |           |     ORIGINAL     |              LEARNT              |          |
0.28/0.38	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.28/0.38	c ==============================================================================
0.28/0.38	c |         0 |  404200   943125 |  121259       0        0     nan |  0.000 % |
3.97/4.05	c |         0 |  103664   388086 |      --       0       --      -- |     --   | -300210/-554257
3.97/4.05	c ==============================================================================
3.97/4.05	c Result  :   #vars: 14948   #clauses: 103664   #literals: 388086
3.97/4.05	c CPU time:   3.82442 s
3.97/4.05	c ==============================================================================
315.60/315.84	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
315.60/315.84	c ============================[ Problem Statistics ]=============================
315.60/315.84	c |                                                                             |
315.60/315.84	c threadId              : 1
315.60/315.84	c restarts              : 1480
315.60/315.84	c conflicts             : 329226         (1058 /sec)
315.60/315.84	c decisions             : 575568         (1.70 % random) (1849 /sec)
315.60/315.84	c propagations          : 143681496      (461545 /sec)
315.60/315.84	c conflict literals     : 11963155       (47.34 % deleted)
315.60/315.84	c Memory used           : 69.70 MB
315.60/315.84	c CPU time              : 311.306 s
315.60/315.84	
315.60/315.84	c --->m=2, e=8, aimd=1, HOME/6825_many.cnf	time: 155.653	conflicts: 329226       
315.60/315.85	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-1563353-1238785352/watcher-1563353-1238785352 -o /tmp/evaluation-result-1563353-1238785352/solver-1563353-1238785352 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1563353-1238785352.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: 3.68 4.43 3.62 4/86 6825
/proc/meminfo: memFree=1921696/2055924 swapFree=4170372/4192956
[pid=6825] ppid=6823 vsize=5356 CPUtime=0
/proc/6825/stat : 6825 (manysat.sh) S 6823 6825 6443 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 504865784 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6825/statm: 1339 235 195 169 0 50 0
[pid=6826] ppid=6825 vsize=5356 CPUtime=0
/proc/6826/stat : 6826 (manysat.sh) R 6825 6825 6443 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 504865785 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 230266826023 0 0 4096 0 0 0 0 17 1 0 0
/proc/6826/statm: 1339 235 195 169 0 50 0

[startup+0.0494351 s]
/proc/loadavg: 3.68 4.43 3.62 4/86 6825
/proc/meminfo: memFree=1921696/2055924 swapFree=4170372/4192956
[pid=6825] ppid=6823 vsize=5356 CPUtime=0
/proc/6825/stat : 6825 (manysat.sh) S 6823 6825 6443 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 504865784 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6825/statm: 1339 235 195 169 0 50 0
[pid=6826] ppid=6825 vsize=7540 CPUtime=0.03
/proc/6826/stat : 6826 (SatElite) R 6825 6825 6443 0 -1 4194304 1528 0 0 0 3 0 0 0 20 0 1 0 504865785 7720960 1512 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/6826/statm: 1885 1512 51 127 0 1755 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 12896

[startup+0.101441 s]
/proc/loadavg: 3.68 4.43 3.62 4/86 6825
/proc/meminfo: memFree=1921696/2055924 swapFree=4170372/4192956
[pid=6825] ppid=6823 vsize=5356 CPUtime=0
/proc/6825/stat : 6825 (manysat.sh) S 6823 6825 6443 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 504865784 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6825/statm: 1339 235 195 169 0 50 0
[pid=6826] ppid=6825 vsize=15288 CPUtime=0.08
/proc/6826/stat : 6826 (SatElite) R 6825 6825 6443 0 -1 4194304 3221 0 0 0 7 1 0 0 20 0 1 0 504865785 15654912 3205 1992294400 134512640 135034092 4294956096 18446744073709551615 134543618 0 0 4096 3 0 0 0 17 1 0 0
/proc/6826/statm: 3822 3205 51 127 0 3692 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 20644

[startup+0.30148 s]
/proc/loadavg: 3.68 4.43 3.62 4/86 6825
/proc/meminfo: memFree=1921696/2055924 swapFree=4170372/4192956
[pid=6825] ppid=6823 vsize=5356 CPUtime=0
/proc/6825/stat : 6825 (manysat.sh) S 6823 6825 6443 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 504865784 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6825/statm: 1339 235 195 169 0 50 0
[pid=6826] ppid=6825 vsize=40344 CPUtime=0.28
/proc/6826/stat : 6826 (SatElite) R 6825 6825 6443 0 -1 4194304 9629 0 0 0 24 4 0 0 22 0 1 0 504865785 41312256 9613 1992294400 134512640 135034092 4294956096 18446744073709551615 134522801 0 0 4096 3 0 0 0 17 1 0 0
/proc/6826/statm: 10086 9613 51 127 0 9956 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 45700

[startup+0.701561 s]
/proc/loadavg: 3.68 4.43 3.62 4/86 6825
/proc/meminfo: memFree=1921696/2055924 swapFree=4170372/4192956
[pid=6825] ppid=6823 vsize=5356 CPUtime=0
/proc/6825/stat : 6825 (manysat.sh) S 6823 6825 6443 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 504865784 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6825/statm: 1339 235 195 169 0 50 0
[pid=6826] ppid=6825 vsize=66692 CPUtime=0.69
/proc/6826/stat : 6826 (SatElite) R 6825 6825 6443 0 -1 4194304 13647 0 0 0 61 8 0 0 25 0 1 0 504865785 68292608 13287 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/6826/statm: 16673 13287 68 127 0 16543 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 72048

[startup+1.5017 s]
/proc/loadavg: 3.68 4.43 3.62 3/88 6827
/proc/meminfo: memFree=1860880/2055924 swapFree=4170372/4192956
[pid=6825] ppid=6823 vsize=5356 CPUtime=0
/proc/6825/stat : 6825 (manysat.sh) S 6823 6825 6443 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 504865784 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6825/statm: 1339 235 195 169 0 50 0
[pid=6826] ppid=6825 vsize=74264 CPUtime=1.47
/proc/6826/stat : 6826 (SatElite) R 6825 6825 6443 0 -1 4194304 15362 0 0 0 136 11 0 0 25 0 1 0 504865785 76046336 14988 1992294400 134512640 135034092 4294956096 18446744073709551615 134575721 0 0 4096 3 0 0 0 17 1 0 0
/proc/6826/statm: 18566 14988 68 127 0 18436 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 79620

[startup+3.102 s]
/proc/loadavg: 3.68 4.43 3.62 3/88 6827
/proc/meminfo: memFree=1853136/2055924 swapFree=4170372/4192956
[pid=6825] ppid=6823 vsize=5356 CPUtime=0
/proc/6825/stat : 6825 (manysat.sh) S 6823 6825 6443 0 -1 4194304 286 0 0 0 0 0 0 0 19 0 1 0 504865784 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6825/statm: 1339 235 195 169 0 50 0
[pid=6826] ppid=6825 vsize=77348 CPUtime=3.07
/proc/6826/stat : 6826 (SatElite) R 6825 6825 6443 0 -1 4194304 20492 0 0 0 293 14 0 0 25 0 1 0 504865785 79204352 15904 1992294400 134512640 135034092 4294956096 18446744073709551615 134582444 0 0 4096 3 0 0 0 17 1 0 0
/proc/6826/statm: 19337 15904 68 127 0 19207 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 82704

[startup+6.30158 s]
/proc/loadavg: 3.55 4.39 3.61 4/89 6829
/proc/meminfo: memFree=1888200/2055924 swapFree=4170372/4192956
[pid=6825] ppid=6823 vsize=5356 CPUtime=4.19
/proc/6825/stat : 6825 (manysat.sh) S 6823 6825 6443 0 -1 4194304 312 28383 0 0 0 0 397 22 16 0 1 0 504865784 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6825/statm: 1339 238 195 169 0 50 0
[pid=6828] ppid=6825 vsize=30504 CPUtime=2.06
/proc/6828/stat : 6828 (manysat1.1_stat) R 6825 6825 6443 0 -1 4194304 4782 0 0 0 204 2 0 0 25 0 2 0 504866207 31236096 4768 1992294400 134512640 135305190 4294956144 18446744073709551615 134551974 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/6828/statm: 7626 4768 83 193 0 7430 0
[pid=6828/tid=6829] ppid=6825 vsize=30504 CPUtime=0.92
/proc/6828/task/6829/stat : 6829 (manysat1.1_stat) R 6825 6825 6443 0 -1 4194368 457 0 0 0 92 0 0 0 25 0 2 0 504866221 31236096 4768 1992294400 134512640 135305190 4294956144 18446744073709551615 134528245 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 35860

[startup+12.7018 s]
/proc/loadavg: 3.59 4.38 3.61 4/89 6829
/proc/meminfo: memFree=1883912/2055924 swapFree=4170372/4192956
[pid=6825] ppid=6823 vsize=5356 CPUtime=4.19
/proc/6825/stat : 6825 (manysat.sh) S 6823 6825 6443 0 -1 4194304 312 28383 0 0 0 0 397 22 16 0 1 0 504865784 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6825/statm: 1339 238 195 169 0 50 0
[pid=6828] ppid=6825 vsize=34568 CPUtime=8.45
/proc/6828/stat : 6828 (manysat1.1_stat) R 6825 6825 6443 0 -1 4194304 5808 0 0 0 842 3 0 0 25 0 2 0 504866207 35397632 5794 1992294400 134512640 135305190 4294956144 18446744073709551615 134529110 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/6828/statm: 8642 5794 83 193 0 8446 0
[pid=6828/tid=6829] ppid=6825 vsize=34568 CPUtime=4.13
/proc/6828/task/6829/stat : 6829 (manysat1.1_stat) R 6825 6825 6443 0 -1 4194368 968 0 0 0 412 1 0 0 25 0 2 0 504866221 35397632 5794 1992294400 134512640 135305190 4294956144 18446744073709551615 134556792 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 39924

[startup+25.5011 s]
/proc/loadavg: 3.68 4.36 3.62 4/89 6829
/proc/meminfo: memFree=1879944/2055924 swapFree=4170372/4192956
[pid=6825] ppid=6823 vsize=5356 CPUtime=4.19
/proc/6825/stat : 6825 (manysat.sh) S 6823 6825 6443 0 -1 4194304 312 28383 0 0 0 0 397 22 16 0 1 0 504865784 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6825/statm: 1339 238 195 169 0 50 0
[pid=6828] ppid=6825 vsize=39568 CPUtime=21.26
/proc/6828/stat : 6828 (manysat1.1_stat) R 6825 6825 6443 0 -1 4194304 6774 0 0 0 2121 5 0 0 25 0 2 0 504866207 40517632 6760 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/6828/statm: 9892 6760 83 193 0 9696 0
[pid=6828/tid=6829] ppid=6825 vsize=39568 CPUtime=10.59
/proc/6828/task/6829/stat : 6829 (manysat1.1_stat) R 6825 6825 6443 0 -1 4194368 1404 0 0 0 1057 2 0 0 25 0 2 0 504866221 40517632 6760 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 44924

[startup+51.1018 s]
/proc/loadavg: 3.77 4.33 3.63 4/89 6829
/proc/meminfo: memFree=1874376/2055924 swapFree=4170372/4192956
[pid=6825] ppid=6823 vsize=5356 CPUtime=4.19
/proc/6825/stat : 6825 (manysat.sh) S 6823 6825 6443 0 -1 4194304 312 28383 0 0 0 0 397 22 16 0 1 0 504865784 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6825/statm: 1339 238 195 169 0 50 0
[pid=6828] ppid=6825 vsize=45660 CPUtime=46.83
/proc/6828/stat : 6828 (manysat1.1_stat) R 6825 6825 6443 0 -1 4194304 8312 0 0 0 4676 7 0 0 25 0 2 0 504866207 46755840 8298 1992294400 134512640 135305190 4294956144 18446744073709551615 134551736 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/6828/statm: 11415 8298 83 193 0 11219 0
[pid=6828/tid=6829] ppid=6825 vsize=45660 CPUtime=23.36
/proc/6828/task/6829/stat : 6829 (manysat1.1_stat) R 6825 6825 6443 0 -1 4194368 2155 0 0 0 2333 3 0 0 25 0 2 0 504866221 46755840 8298 1992294400 134512640 135305190 4294956144 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 51016

[startup+102.306 s]
/proc/loadavg: 3.33 4.12 3.59 4/89 6829
/proc/meminfo: memFree=1864392/2055924 swapFree=4170372/4192956
[pid=6825] ppid=6823 vsize=5356 CPUtime=4.19
/proc/6825/stat : 6825 (manysat.sh) S 6823 6825 6443 0 -1 4194304 312 28383 0 0 0 0 397 22 16 0 1 0 504865784 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6825/statm: 1339 238 195 169 0 50 0
[pid=6828] ppid=6825 vsize=55756 CPUtime=98
/proc/6828/stat : 6828 (manysat1.1_stat) R 6825 6825 6443 0 -1 4194304 10819 0 0 0 9790 10 0 0 25 0 2 0 504866207 57094144 10805 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/6828/statm: 13939 10805 83 193 0 13743 0
[pid=6828/tid=6829] ppid=6825 vsize=55756 CPUtime=48.94
/proc/6828/task/6829/stat : 6829 (manysat1.1_stat) R 6825 6825 6443 0 -1 4194368 3376 0 0 0 4890 4 0 0 25 0 2 0 504866221 57094144 10805 1992294400 134512640 135305190 4294956144 18446744073709551615 134528551 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 61112

[startup+162.301 s]
/proc/loadavg: 3.12 3.91 3.55 4/89 6829
/proc/meminfo: memFree=1858824/2055924 swapFree=4170372/4192956
[pid=6825] ppid=6823 vsize=5356 CPUtime=4.19
/proc/6825/stat : 6825 (manysat.sh) S 6823 6825 6443 0 -1 4194304 312 28383 0 0 0 0 397 22 16 0 1 0 504865784 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6825/statm: 1339 238 195 169 0 50 0
[pid=6828] ppid=6825 vsize=61364 CPUtime=157.97
/proc/6828/stat : 6828 (manysat1.1_stat) R 6825 6825 6443 0 -1 4194304 12176 0 0 0 15786 11 0 0 25 0 2 0 504866207 62836736 12162 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/6828/statm: 15341 12162 83 193 0 15145 0
[pid=6828/tid=6829] ppid=6825 vsize=61364 CPUtime=78.91
/proc/6828/task/6829/stat : 6829 (manysat1.1_stat) R 6825 6825 6443 0 -1 4194368 4045 0 0 0 7886 5 0 0 25 0 2 0 504866221 62836736 12162 1992294400 134512640 135305190 4294956144 18446744073709551615 134541959 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 66720

[startup+222.302 s]
/proc/loadavg: 3.04 3.74 3.51 4/89 6829
/proc/meminfo: memFree=1855496/2055924 swapFree=4170372/4192956
[pid=6825] ppid=6823 vsize=5356 CPUtime=4.19
/proc/6825/stat : 6825 (manysat.sh) S 6823 6825 6443 0 -1 4194304 312 28383 0 0 0 0 397 22 16 0 1 0 504865784 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6825/statm: 1339 238 195 169 0 50 0
[pid=6828] ppid=6825 vsize=64752 CPUtime=217.95
/proc/6828/stat : 6828 (manysat1.1_stat) R 6825 6825 6443 0 -1 4194304 13009 0 0 0 21782 13 0 0 25 0 2 0 504866207 66306048 12995 1992294400 134512640 135305190 4294956144 18446744073709551615 134528458 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/6828/statm: 16188 12995 83 193 0 15992 0
[pid=6828/tid=6829] ppid=6825 vsize=64752 CPUtime=108.91
/proc/6828/task/6829/stat : 6829 (manysat1.1_stat) R 6825 6825 6443 0 -1 4194368 4465 0 0 0 10885 6 0 0 25 0 2 0 504866221 66306048 12995 1992294400 134512640 135305190 4294956144 18446744073709551615 134551709 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.14
Current children cumulated vsize (KiB) 70108

[startup+282.301 s]
/proc/loadavg: 3.01 3.61 3.48 4/89 6829
/proc/meminfo: memFree=1849544/2055924 swapFree=4170372/4192956
[pid=6825] ppid=6823 vsize=5356 CPUtime=4.19
/proc/6825/stat : 6825 (manysat.sh) S 6823 6825 6443 0 -1 4194304 312 28383 0 0 0 0 397 22 16 0 1 0 504865784 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6825/statm: 1339 238 195 169 0 50 0
[pid=6828] ppid=6825 vsize=70628 CPUtime=277.92
/proc/6828/stat : 6828 (manysat1.1_stat) R 6825 6825 6443 0 -1 4194304 14493 0 0 0 27777 15 0 0 25 0 2 0 504866207 72323072 14479 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/6828/statm: 17657 14479 83 193 0 17461 0
[pid=6828/tid=6829] ppid=6825 vsize=70628 CPUtime=138.9
/proc/6828/task/6829/stat : 6829 (manysat1.1_stat) R 6825 6825 6443 0 -1 4194368 5229 0 0 0 13883 7 0 0 25 0 2 0 504866221 72323072 14479 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 75984

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

[startup+294.302 s]
/proc/loadavg: 3.01 3.58 3.47 4/89 6829
/proc/meminfo: memFree=1849224/2055924 swapFree=4170372/4192956
[pid=6825] ppid=6823 vsize=5356 CPUtime=4.19
/proc/6825/stat : 6825 (manysat.sh) S 6823 6825 6443 0 -1 4194304 312 28383 0 0 0 0 397 22 16 0 1 0 504865784 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6825/statm: 1339 238 195 169 0 50 0
[pid=6828] ppid=6825 vsize=71092 CPUtime=289.92
/proc/6828/stat : 6828 (manysat1.1_stat) R 6825 6825 6443 0 -1 4194304 14589 0 0 0 28977 15 0 0 25 0 2 0 504866207 72798208 14575 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/6828/statm: 17773 14575 83 193 0 17577 0
[pid=6828/tid=6829] ppid=6825 vsize=71092 CPUtime=144.9
/proc/6828/task/6829/stat : 6829 (manysat1.1_stat) R 6825 6825 6443 0 -1 4194368 5255 0 0 0 14483 7 0 0 25 0 2 0 504866221 72798208 14575 1992294400 134512640 135305190 4294956144 18446744073709551615 134528805 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 294.11
Current children cumulated vsize (KiB) 76448

[startup+307.101 s]
/proc/loadavg: 3.01 3.56 3.46 4/89 6829
/proc/meminfo: memFree=1849032/2055924 swapFree=4170372/4192956
[pid=6825] ppid=6823 vsize=5356 CPUtime=4.19
/proc/6825/stat : 6825 (manysat.sh) S 6823 6825 6443 0 -1 4194304 312 28383 0 0 0 0 397 22 16 0 1 0 504865784 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6825/statm: 1339 238 195 169 0 50 0
[pid=6828] ppid=6825 vsize=71228 CPUtime=302.71
/proc/6828/stat : 6828 (manysat1.1_stat) R 6825 6825 6443 0 -1 4194304 14633 0 0 0 30256 15 0 0 25 0 2 0 504866207 72937472 14619 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/6828/statm: 17807 14619 83 193 0 17611 0
[pid=6828/tid=6829] ppid=6825 vsize=71228 CPUtime=151.3
/proc/6828/task/6829/stat : 6829 (manysat1.1_stat) R 6825 6825 6443 0 -1 4194368 5280 0 0 0 15123 7 0 0 25 0 2 0 504866221 72937472 14619 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 306.9
Current children cumulated vsize (KiB) 76584

[startup+310.302 s]
/proc/loadavg: 3.01 3.55 3.46 4/89 6829
/proc/meminfo: memFree=1848968/2055924 swapFree=4170372/4192956
[pid=6825] ppid=6823 vsize=5356 CPUtime=4.19
/proc/6825/stat : 6825 (manysat.sh) S 6823 6825 6443 0 -1 4194304 312 28383 0 0 0 0 397 22 16 0 1 0 504865784 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6825/statm: 1339 238 195 169 0 50 0
[pid=6828] ppid=6825 vsize=71228 CPUtime=305.91
/proc/6828/stat : 6828 (manysat1.1_stat) R 6825 6825 6443 0 -1 4194304 14640 0 0 0 30576 15 0 0 25 0 2 0 504866207 72937472 14626 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/6828/statm: 17807 14626 83 193 0 17611 0
[pid=6828/tid=6829] ppid=6825 vsize=71228 CPUtime=152.9
/proc/6828/task/6829/stat : 6829 (manysat1.1_stat) R 6825 6825 6443 0 -1 4194368 5281 0 0 0 15283 7 0 0 25 0 2 0 504866221 72937472 14626 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 310.1
Current children cumulated vsize (KiB) 76584

[startup+313.507 s]
/proc/loadavg: 3.01 3.54 3.46 4/89 6829
/proc/meminfo: memFree=1848968/2055924 swapFree=4170372/4192956
[pid=6825] ppid=6823 vsize=5356 CPUtime=4.19
/proc/6825/stat : 6825 (manysat.sh) S 6823 6825 6443 0 -1 4194304 312 28383 0 0 0 0 397 22 16 0 1 0 504865784 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6825/statm: 1339 238 195 169 0 50 0
[pid=6828] ppid=6825 vsize=71364 CPUtime=309.11
/proc/6828/stat : 6828 (manysat1.1_stat) R 6825 6825 6443 0 -1 4194304 14647 0 0 0 30896 15 0 0 25 0 2 0 504866207 73076736 14633 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/6828/statm: 17841 14633 83 193 0 17645 0
[pid=6828/tid=6829] ppid=6825 vsize=71364 CPUtime=154.5
/proc/6828/task/6829/stat : 6829 (manysat1.1_stat) R 6825 6825 6443 0 -1 4194368 5284 0 0 0 15443 7 0 0 25 0 2 0 504866221 73076736 14633 1992294400 134512640 135305190 4294956144 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 313.3
Current children cumulated vsize (KiB) 76720

[startup+315.102 s]
/proc/loadavg: 3.01 3.54 3.46 4/89 6829
/proc/meminfo: memFree=1848904/2055924 swapFree=4170372/4192956
[pid=6825] ppid=6823 vsize=5356 CPUtime=4.19
/proc/6825/stat : 6825 (manysat.sh) S 6823 6825 6443 0 -1 4194304 312 28383 0 0 0 0 397 22 16 0 1 0 504865784 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6825/statm: 1339 238 195 169 0 50 0
[pid=6828] ppid=6825 vsize=71364 CPUtime=310.71
/proc/6828/stat : 6828 (manysat1.1_stat) R 6825 6825 6443 0 -1 4194304 14661 0 0 0 31056 15 0 0 25 0 2 0 504866207 73076736 14647 1992294400 134512640 135305190 4294956144 18446744073709551615 134556558 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/6828/statm: 17841 14647 83 193 0 17645 0
[pid=6828/tid=6829] ppid=6825 vsize=71364 CPUtime=155.3
/proc/6828/task/6829/stat : 6829 (manysat1.1_stat) R 6825 6825 6443 0 -1 4194368 5288 0 0 0 15523 7 0 0 25 0 2 0 504866221 73076736 14647 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 314.9
Current children cumulated vsize (KiB) 76720

[startup+315.502 s]
/proc/loadavg: 3.01 3.54 3.46 4/89 6829
/proc/meminfo: memFree=1848904/2055924 swapFree=4170372/4192956
[pid=6825] ppid=6823 vsize=5356 CPUtime=4.19
/proc/6825/stat : 6825 (manysat.sh) S 6823 6825 6443 0 -1 4194304 312 28383 0 0 0 0 397 22 16 0 1 0 504865784 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6825/statm: 1339 238 195 169 0 50 0
[pid=6828] ppid=6825 vsize=71364 CPUtime=311.11
/proc/6828/stat : 6828 (manysat1.1_stat) R 6825 6825 6443 0 -1 4194304 14661 0 0 0 31096 15 0 0 25 0 2 0 504866207 73076736 14647 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/6828/statm: 17841 14647 83 193 0 17645 0
[pid=6828/tid=6829] ppid=6825 vsize=71364 CPUtime=155.5
/proc/6828/task/6829/stat : 6829 (manysat1.1_stat) R 6825 6825 6443 0 -1 4194368 5288 0 0 0 15543 7 0 0 25 0 2 0 504866221 73076736 14647 1992294400 134512640 135305190 4294956144 18446744073709551615 134528151 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 315.3
Current children cumulated vsize (KiB) 76720

[startup+315.707 s]
/proc/loadavg: 3.01 3.54 3.46 4/89 6829
/proc/meminfo: memFree=1848904/2055924 swapFree=4170372/4192956
[pid=6825] ppid=6823 vsize=5356 CPUtime=4.19
/proc/6825/stat : 6825 (manysat.sh) S 6823 6825 6443 0 -1 4194304 312 28383 0 0 0 0 397 22 16 0 1 0 504865784 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6825/statm: 1339 238 195 169 0 50 0
[pid=6828] ppid=6825 vsize=71364 CPUtime=311.31
/proc/6828/stat : 6828 (manysat1.1_stat) R 6825 6825 6443 0 -1 4194304 14665 0 0 0 31116 15 0 0 25 0 2 0 504866207 73076736 14651 1992294400 134512640 135305190 4294956144 18446744073709551615 134528283 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/6828/statm: 17841 14651 83 193 0 17645 0
[pid=6828/tid=6829] ppid=6825 vsize=71364 CPUtime=155.6
/proc/6828/task/6829/stat : 6829 (manysat1.1_stat) R 6825 6825 6443 0 -1 4194368 5288 0 0 0 15553 7 0 0 25 0 2 0 504866221 73076736 14651 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 315.5
Current children cumulated vsize (KiB) 76720

[startup+315.802 s]
/proc/loadavg: 3.01 3.54 3.46 4/89 6829
/proc/meminfo: memFree=1848904/2055924 swapFree=4170372/4192956
[pid=6825] ppid=6823 vsize=5356 CPUtime=4.19
/proc/6825/stat : 6825 (manysat.sh) S 6823 6825 6443 0 -1 4194304 312 28383 0 0 0 0 397 22 16 0 1 0 504865784 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6825/statm: 1339 238 195 169 0 50 0
[pid=6828] ppid=6825 vsize=71364 CPUtime=311.41
/proc/6828/stat : 6828 (manysat1.1_stat) R 6825 6825 6443 0 -1 4194304 14665 0 0 0 31126 15 0 0 25 0 2 0 504866207 73076736 14651 1992294400 134512640 135305190 4294956144 18446744073709551615 134528332 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/6828/statm: 17841 14651 83 193 0 17645 0
[pid=6828/tid=6829] ppid=6825 vsize=71364 CPUtime=155.66
/proc/6828/task/6829/stat : 6829 (manysat1.1_stat) R 6825 6825 6443 0 -1 4194368 5288 0 0 0 15559 7 0 0 25 0 2 0 504866221 73076736 14651 1992294400 134512640 135305190 4294956144 18446744073709551615 134657578 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 315.6
Current children cumulated vsize (KiB) 76720

Child status: 20
Real time (s): 315.868
CPU time (s): 315.682
CPU user time (s): 315.28
CPU system time (s): 0.401938
CPU usage (%): 99.9413
Max. virtual memory (cumulated for all children) (KiB): 86872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 315.28
system time used= 0.401938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43529
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= 52
involuntary context switches= 4400

runsolver used 0.371943 second user time and 1.07584 second system time

The end

Launcher Data

Begin job on node83 at 2009-04-03 21:02:33
IDJOB=1563353
IDBENCH=70952
IDSOLVER=514
FILE ID=node83/1563353-1238785352
PBS_JOBID= 9085566
Free space on /tmp= 66556 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-c32s-gcdm16-23.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1563353-1238785352/watcher-1563353-1238785352 -o /tmp/evaluation-result-1563353-1238785352/solver-1563353-1238785352 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1563353-1238785352.cnf aimd 1

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

MD5SUM BENCH= a61ef2b7b3d16661e8162c430ffb1a51
RANDOM SEED=818793823

node83.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.268
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.268
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1922112 kB
Buffers:         10472 kB
Cached:          54624 kB
SwapCached:       7120 kB
Active:          35036 kB
Inactive:        43588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1922112 kB
SwapTotal:     4192956 kB
SwapFree:      4170372 kB
Dirty:            8792 kB
Writeback:           0 kB
Mapped:          20008 kB
Slab:            39176 kB
Committed_AS:  1308808 kB
PageTables:       2688 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= 66552 MiB
End job on node83 at 2009-04-03 21:07:49