Trace number 1724038

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 815.96 413.635

General information on the benchmark

Namemanol-pipe-f10ni.cnf
MD5SUMb99a5b8844b4e1d2656eb1422e6e888f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark578.845
Satisfiable
(Un)Satisfiability was proved
Number of variables368888
Number of clauses1100500
Sum of the clauses size2567832
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2733666
Number of clauses of size 3366833
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.99/1.09	c ==============================================================================
0.99/1.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.99/1.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.99/1.09	c ==============================================================================
0.99/1.09	c |         0 | 1100499  2567831 |  330149       0        0     nan |  0.000 % |
7.68/7.79	c |         0 |  456317  1844839 |      --       0       --      -- |     --   | -644180/-722987
7.77/7.80	c ==============================================================================
7.77/7.80	c Result  :   #vars: 56393   #clauses: 456317   #literals: 1844839
7.77/7.80	c CPU time:   7.38188 s
7.77/7.80	c ==============================================================================
815.72/413.58	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
815.72/413.58	c ============================[ Problem Statistics ]=============================
815.72/413.58	c |                                                                             |
815.72/413.58	c threadId              : 0
815.72/413.58	c restarts              : 2082
815.72/413.58	c conflicts             : 735737         (912 /sec)
815.72/413.58	c decisions             : 2990816        (1.75 % random) (3707 /sec)
815.72/413.58	c propagations          : 326775299      (405013 /sec)
815.72/413.58	c conflict literals     : 28698592       (34.16 % deleted)
815.72/413.58	c Memory used           : 151.34 MB
815.72/413.58	c CPU time              : 806.827 s
815.72/413.58	
815.72/413.58	c --->m=2, e=8, aimd=0, HOME/5684_many.cnf	time: 403.414	conflicts: 735737       
815.90/413.60	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-1724038-1240691727/watcher-1724038-1240691727 -o /tmp/evaluation-result-1724038-1240691727/solver-1724038-1240691727 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1724038-1240691727.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 5684
/proc/meminfo: memFree=1720128/2055920 swapFree=4192812/4192956
[pid=5684] ppid=5682 vsize=5356 CPUtime=0
/proc/5684/stat : 5684 (manysat.sh) R 5682 5684 5527 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 97200909 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 269930261151 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/5684/statm: 1339 234 194 169 0 50 0
[pid=5685] ppid=5684 vsize=956 CPUtime=0
/proc/5685/stat : 5685 (SatElite) R 5684 5684 5527 0 -1 4194304 148 0 0 0 0 0 0 0 18 0 1 0 97200909 978944 132 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/5685/statm: 239 133 50 127 0 109 0

[startup+0.0451751 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5684
/proc/meminfo: memFree=1720128/2055920 swapFree=4192812/4192956
[pid=5684] ppid=5682 vsize=5356 CPUtime=0
/proc/5684/stat : 5684 (manysat.sh) S 5682 5684 5527 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97200909 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5684/statm: 1339 235 195 169 0 50 0
[pid=5685] ppid=5684 vsize=7696 CPUtime=0.03
/proc/5685/stat : 5685 (SatElite) R 5684 5684 5527 0 -1 4194304 1563 0 0 0 3 0 0 0 18 0 1 0 97200909 7880704 1547 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/5685/statm: 1924 1548 50 127 0 1794 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13052

[startup+0.101181 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5684
/proc/meminfo: memFree=1720128/2055920 swapFree=4192812/4192956
[pid=5684] ppid=5682 vsize=5356 CPUtime=0
/proc/5684/stat : 5684 (manysat.sh) S 5682 5684 5527 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97200909 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5684/statm: 1339 235 195 169 0 50 0
[pid=5685] ppid=5684 vsize=16064 CPUtime=0.09
/proc/5685/stat : 5685 (SatElite) R 5684 5684 5527 0 -1 4194304 3430 0 0 0 8 1 0 0 19 0 1 0 97200909 16449536 3414 1992294400 134512640 135034092 4294956096 18446744073709551615 134545481 0 0 4096 3 0 0 0 17 0 0 0
/proc/5685/statm: 4016 3416 50 127 0 3886 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21420

[startup+0.301203 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5684
/proc/meminfo: memFree=1720128/2055920 swapFree=4192812/4192956
[pid=5684] ppid=5682 vsize=5356 CPUtime=0
/proc/5684/stat : 5684 (manysat.sh) S 5682 5684 5527 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97200909 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5684/statm: 1339 235 195 169 0 50 0
[pid=5685] ppid=5684 vsize=41704 CPUtime=0.29
/proc/5685/stat : 5685 (SatElite) R 5684 5684 5527 0 -1 4194304 9932 0 0 0 24 5 0 0 21 0 1 0 97200909 42704896 9916 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/5685/statm: 10426 9916 50 127 0 10296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47060

[startup+0.70125 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 5684
/proc/meminfo: memFree=1720128/2055920 swapFree=4192812/4192956
[pid=5684] ppid=5682 vsize=5356 CPUtime=0
/proc/5684/stat : 5684 (manysat.sh) S 5682 5684 5527 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97200909 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5684/statm: 1339 235 195 169 0 50 0
[pid=5685] ppid=5684 vsize=114808 CPUtime=0.69
/proc/5685/stat : 5685 (SatElite) R 5684 5684 5527 0 -1 4194304 22716 0 0 0 57 12 0 0 25 0 1 0 97200909 117563392 22700 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/5685/statm: 28702 22701 50 127 0 28572 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 120164

[startup+1.50134 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5686
/proc/meminfo: memFree=1587504/2055920 swapFree=4192812/4192956
[pid=5684] ppid=5682 vsize=5356 CPUtime=0
/proc/5684/stat : 5684 (manysat.sh) S 5682 5684 5527 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97200909 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5684/statm: 1339 235 195 169 0 50 0
[pid=5685] ppid=5684 vsize=172596 CPUtime=1.49
/proc/5685/stat : 5685 (SatElite) R 5684 5684 5527 0 -1 4194304 40374 0 0 0 127 22 0 0 25 0 1 0 97200909 176738304 37306 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/5685/statm: 43149 37306 68 127 0 43019 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 177952

[startup+3.10154 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5686
/proc/meminfo: memFree=1562288/2055920 swapFree=4192812/4192956
[pid=5684] ppid=5682 vsize=5356 CPUtime=0
/proc/5684/stat : 5684 (manysat.sh) S 5682 5684 5527 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97200909 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5684/statm: 1339 235 195 169 0 50 0
[pid=5685] ppid=5684 vsize=178740 CPUtime=3.08
/proc/5685/stat : 5685 (SatElite) R 5684 5684 5527 0 -1 4194304 41842 0 0 0 280 28 0 0 25 0 1 0 97200909 183029760 38774 1992294400 134512640 135034092 4294956096 18446744073709551615 134678394 0 0 4096 3 0 0 0 17 1 0 0
/proc/5685/statm: 44685 38774 68 127 0 44555 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 184096

[startup+6.30291 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 5686
/proc/meminfo: memFree=1529392/2055920 swapFree=4192812/4192956
[pid=5684] ppid=5682 vsize=5356 CPUtime=0
/proc/5684/stat : 5684 (manysat.sh) S 5682 5684 5527 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 97200909 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5684/statm: 1339 235 195 169 0 50 0
[pid=5685] ppid=5684 vsize=189196 CPUtime=6.28
/proc/5685/stat : 5685 (SatElite) R 5684 5684 5527 0 -1 4194304 44423 0 0 0 590 38 0 0 25 0 1 0 97200909 193736704 40994 1992294400 134512640 135034092 4294956096 18446744073709551615 134574587 0 0 4096 3 0 0 0 17 0 0 0
/proc/5685/statm: 47299 40994 68 127 0 47169 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 194552

[startup+12.7017 s]
/proc/loadavg: 1.08 1.02 1.01 3/67 5688
/proc/meminfo: memFree=1599536/2055920 swapFree=4192812/4192956
[pid=5684] ppid=5682 vsize=5356 CPUtime=8.57
/proc/5684/stat : 5684 (manysat.sh) S 5682 5684 5527 0 -1 4194304 312 48199 0 0 0 0 810 47 16 0 1 0 97200909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5684/statm: 1339 238 195 169 0 50 0
[pid=5687] ppid=5684 vsize=89520 CPUtime=7.47
/proc/5687/stat : 5687 (manysat1.1_stat) R 5684 5684 5527 0 -1 4194304 19326 0 0 0 727 20 0 0 16 0 2 0 97201769 91668480 19263 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/5687/statm: 22380 19263 83 193 0 22184 0
[pid=5687/tid=5688] ppid=5684 vsize=89520 CPUtime=3.41
/proc/5687/task/5688/stat : 5688 (manysat1.1_stat) R 5684 5684 5527 0 -1 4194368 1938 0 0 0 335 6 0 0 16 0 2 0 97201834 91668480 19263 1992294400 134512640 135305190 4294956144 18446744073709551615 134541848 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 16.04
Current children cumulated vsize (KiB) 94876

[startup+25.5012 s]
/proc/loadavg: 1.22 1.05 1.02 3/67 5688
/proc/meminfo: memFree=1592688/2055920 swapFree=4192812/4192956
[pid=5684] ppid=5682 vsize=5356 CPUtime=8.57
/proc/5684/stat : 5684 (manysat.sh) S 5682 5684 5527 0 -1 4194304 312 48199 0 0 0 0 810 47 16 0 1 0 97200909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5684/statm: 1339 238 195 169 0 50 0
[pid=5687] ppid=5684 vsize=96380 CPUtime=33
/proc/5687/stat : 5687 (manysat1.1_stat) R 5684 5684 5527 0 -1 4194304 20959 0 0 0 3276 24 0 0 17 0 2 0 97201769 98693120 20896 1992294400 134512640 135305190 4294956144 18446744073709551615 134528277 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/5687/statm: 24095 20896 83 193 0 23899 0
[pid=5687/tid=5688] ppid=5684 vsize=96380 CPUtime=16.15
/proc/5687/task/5688/stat : 5688 (manysat1.1_stat) R 5684 5684 5527 0 -1 4194368 2705 0 0 0 1607 8 0 0 17 0 2 0 97201834 98693120 20896 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.57
Current children cumulated vsize (KiB) 101736

[startup+51.1012 s]
/proc/loadavg: 1.49 1.12 1.04 3/67 5688
/proc/meminfo: memFree=1580656/2055920 swapFree=4192812/4192956
[pid=5684] ppid=5682 vsize=5356 CPUtime=8.57
/proc/5684/stat : 5684 (manysat.sh) S 5682 5684 5527 0 -1 4194304 312 48199 0 0 0 0 810 47 16 0 1 0 97200909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5684/statm: 1339 238 195 169 0 50 0
[pid=5687] ppid=5684 vsize=109156 CPUtime=84.03
/proc/5687/stat : 5687 (manysat1.1_stat) R 5684 5684 5527 0 -1 4194304 23933 0 0 0 8375 28 0 0 19 0 2 0 97201769 111775744 23870 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/5687/statm: 27289 23870 83 193 0 27093 0
[pid=5687/tid=5688] ppid=5684 vsize=109156 CPUtime=41.64
/proc/5687/task/5688/stat : 5688 (manysat1.1_stat) R 5684 5684 5527 0 -1 4194368 3714 0 0 0 4155 9 0 0 17 0 2 0 97201834 111775744 23870 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 92.6
Current children cumulated vsize (KiB) 114512

[startup+102.305 s]
/proc/loadavg: 1.79 1.27 1.09 3/67 5688
/proc/meminfo: memFree=1571056/2055920 swapFree=4192812/4192956
[pid=5684] ppid=5682 vsize=5356 CPUtime=8.57
/proc/5684/stat : 5684 (manysat.sh) S 5682 5684 5527 0 -1 4194304 312 48199 0 0 0 0 810 47 16 0 1 0 97200909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5684/statm: 1339 238 195 169 0 50 0
[pid=5687] ppid=5684 vsize=117548 CPUtime=186.2
/proc/5687/stat : 5687 (manysat1.1_stat) R 5684 5684 5527 0 -1 4194304 26338 0 0 0 18589 31 0 0 17 0 2 0 97201769 120369152 26275 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/5687/statm: 29387 26275 83 193 0 29191 0
[pid=5687/tid=5688] ppid=5684 vsize=117548 CPUtime=92.64
/proc/5687/task/5688/stat : 5688 (manysat1.1_stat) R 5684 5684 5527 0 -1 4194368 4550 0 0 0 9254 10 0 0 17 0 2 0 97201834 120369152 26275 1992294400 134512640 135305190 4294956144 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 194.77
Current children cumulated vsize (KiB) 122904

[startup+162.301 s]
/proc/loadavg: 1.92 1.40 1.15 3/67 5688
/proc/meminfo: memFree=1561264/2055920 swapFree=4192812/4192956
[pid=5684] ppid=5682 vsize=5356 CPUtime=8.57
/proc/5684/stat : 5684 (manysat.sh) S 5682 5684 5527 0 -1 4194304 312 48199 0 0 0 0 810 47 16 0 1 0 97200909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5684/statm: 1339 238 195 169 0 50 0
[pid=5687] ppid=5684 vsize=127696 CPUtime=305.91
/proc/5687/stat : 5687 (manysat1.1_stat) R 5684 5684 5527 0 -1 4194304 28706 0 0 0 30555 36 0 0 17 0 2 0 97201769 130760704 28643 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/5687/statm: 31924 28643 83 193 0 31728 0
[pid=5687/tid=5688] ppid=5684 vsize=127696 CPUtime=152.4
/proc/5687/task/5688/stat : 5688 (manysat1.1_stat) R 5684 5684 5527 0 -1 4194368 5461 0 0 0 15228 12 0 0 25 0 2 0 97201834 130760704 28643 1992294400 134512640 135305190 4294956144 18446744073709551615 134551575 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 314.48
Current children cumulated vsize (KiB) 133052

[startup+222.301 s]
/proc/loadavg: 1.97 1.51 1.20 3/67 5690
/proc/meminfo: memFree=1557488/2055920 swapFree=4192812/4192956
[pid=5684] ppid=5682 vsize=5356 CPUtime=8.57
/proc/5684/stat : 5684 (manysat.sh) S 5682 5684 5527 0 -1 4194304 312 48199 0 0 0 0 810 47 16 0 1 0 97200909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5684/statm: 1339 238 195 169 0 50 0
[pid=5687] ppid=5684 vsize=131396 CPUtime=425.63
/proc/5687/stat : 5687 (manysat1.1_stat) R 5684 5684 5527 0 -1 4194304 29688 0 0 0 42525 38 0 0 19 0 2 0 97201769 134549504 29625 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/5687/statm: 32849 29625 83 193 0 32653 0
[pid=5687/tid=5688] ppid=5684 vsize=131396 CPUtime=212.15
/proc/5687/task/5688/stat : 5688 (manysat1.1_stat) R 5684 5684 5527 0 -1 4194368 5844 0 0 0 21202 13 0 0 17 0 2 0 97201834 134549504 29625 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 434.2
Current children cumulated vsize (KiB) 136752

[startup+282.301 s]
/proc/loadavg: 1.99 1.59 1.24 3/67 5690
/proc/meminfo: memFree=1550384/2055920 swapFree=4192812/4192956
[pid=5684] ppid=5682 vsize=5356 CPUtime=8.57
/proc/5684/stat : 5684 (manysat.sh) S 5682 5684 5527 0 -1 4194304 312 48199 0 0 0 0 810 47 16 0 1 0 97200909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5684/statm: 1339 238 195 169 0 50 0
[pid=5687] ppid=5684 vsize=138744 CPUtime=545.34
/proc/5687/stat : 5687 (manysat1.1_stat) R 5684 5684 5527 0 -1 4194304 31450 0 0 0 54493 41 0 0 25 0 2 0 97201769 142073856 31387 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/5687/statm: 34686 31387 83 193 0 34490 0
[pid=5687/tid=5688] ppid=5684 vsize=138744 CPUtime=271.91
/proc/5687/task/5688/stat : 5688 (manysat1.1_stat) R 5684 5684 5527 0 -1 4194368 6651 0 0 0 27177 14 0 0 25 0 2 0 97201834 142073856 31387 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 553.91
Current children cumulated vsize (KiB) 144100

[startup+342.301 s]
/proc/loadavg: 1.99 1.66 1.29 3/67 5690
/proc/meminfo: memFree=1538992/2055920 swapFree=4192812/4192956
[pid=5684] ppid=5682 vsize=5356 CPUtime=8.57
/proc/5684/stat : 5684 (manysat.sh) S 5682 5684 5527 0 -1 4194304 312 48199 0 0 0 0 810 47 16 0 1 0 97200909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5684/statm: 1339 238 195 169 0 50 0
[pid=5687] ppid=5684 vsize=151104 CPUtime=665.08
/proc/5687/stat : 5687 (manysat1.1_stat) R 5684 5684 5527 0 -1 4194304 34315 0 0 0 66460 48 0 0 19 0 2 0 97201769 154730496 34252 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/5687/statm: 37776 34252 83 193 0 37580 0
[pid=5687/tid=5688] ppid=5684 vsize=151104 CPUtime=331.66
/proc/5687/task/5688/stat : 5688 (manysat1.1_stat) R 5684 5684 5527 0 -1 4194368 7797 0 0 0 33149 17 0 0 17 0 2 0 97201834 154730496 34252 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 673.65
Current children cumulated vsize (KiB) 156460

[startup+402.301 s]
/proc/loadavg: 1.99 1.72 1.33 3/67 5690
/proc/meminfo: memFree=1534512/2055920 swapFree=4192812/4192956
[pid=5684] ppid=5682 vsize=5356 CPUtime=8.57
/proc/5684/stat : 5684 (manysat.sh) S 5682 5684 5527 0 -1 4194304 312 48199 0 0 0 0 810 47 16 0 1 0 97200909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5684/statm: 1339 238 195 169 0 50 0
[pid=5687] ppid=5684 vsize=154812 CPUtime=784.8
/proc/5687/stat : 5687 (manysat1.1_stat) R 5684 5684 5527 0 -1 4194304 35391 0 0 0 78431 49 0 0 25 0 2 0 97201769 158527488 35328 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/5687/statm: 38703 35328 83 193 0 38507 0
[pid=5687/tid=5688] ppid=5684 vsize=154812 CPUtime=391.43
/proc/5687/task/5688/stat : 5688 (manysat1.1_stat) R 5684 5684 5527 0 -1 4194368 8425 0 0 0 39125 18 0 0 25 0 2 0 97201834 158527488 35328 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 793.37
Current children cumulated vsize (KiB) 160168

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

[startup+403.101 s]
/proc/loadavg: 1.99 1.72 1.33 3/67 5690
/proc/meminfo: memFree=1534512/2055920 swapFree=4192812/4192956
[pid=5684] ppid=5682 vsize=5356 CPUtime=8.57
/proc/5684/stat : 5684 (manysat.sh) S 5682 5684 5527 0 -1 4194304 312 48199 0 0 0 0 810 47 16 0 1 0 97200909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5684/statm: 1339 238 195 169 0 50 0
[pid=5687] ppid=5684 vsize=154812 CPUtime=786.4
/proc/5687/stat : 5687 (manysat1.1_stat) R 5684 5684 5527 0 -1 4194304 35391 0 0 0 78591 49 0 0 25 0 2 0 97201769 158527488 35328 1992294400 134512640 135305190 4294956144 18446744073709551615 134528576 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/5687/statm: 38703 35328 83 193 0 38507 0
[pid=5687/tid=5688] ppid=5684 vsize=154812 CPUtime=392.23
/proc/5687/task/5688/stat : 5688 (manysat1.1_stat) R 5684 5684 5527 0 -1 4194368 8425 0 0 0 39205 18 0 0 25 0 2 0 97201834 158527488 35328 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 794.97
Current children cumulated vsize (KiB) 160168

[startup+409.501 s]
/proc/loadavg: 1.99 1.73 1.33 3/67 5690
/proc/meminfo: memFree=1534384/2055920 swapFree=4192812/4192956
[pid=5684] ppid=5682 vsize=5356 CPUtime=8.57
/proc/5684/stat : 5684 (manysat.sh) S 5682 5684 5527 0 -1 4194304 312 48199 0 0 0 0 810 47 16 0 1 0 97200909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5684/statm: 1339 238 195 169 0 50 0
[pid=5687] ppid=5684 vsize=154812 CPUtime=799.17
/proc/5687/stat : 5687 (manysat1.1_stat) R 5684 5684 5527 0 -1 4194304 35414 0 0 0 79868 49 0 0 25 0 2 0 97201769 158527488 35351 1992294400 134512640 135305190 4294956144 18446744073709551615 134528265 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/5687/statm: 38703 35351 83 193 0 38507 0
[pid=5687/tid=5688] ppid=5684 vsize=154812 CPUtime=398.6
/proc/5687/task/5688/stat : 5688 (manysat1.1_stat) R 5684 5684 5527 0 -1 4194368 8425 0 0 0 39842 18 0 0 25 0 2 0 97201834 158527488 35351 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 807.74
Current children cumulated vsize (KiB) 160168

[startup+411.101 s]
/proc/loadavg: 1.99 1.73 1.33 3/67 5690
/proc/meminfo: memFree=1534384/2055920 swapFree=4192812/4192956
[pid=5684] ppid=5682 vsize=5356 CPUtime=8.57
/proc/5684/stat : 5684 (manysat.sh) S 5682 5684 5527 0 -1 4194304 312 48199 0 0 0 0 810 47 16 0 1 0 97200909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5684/statm: 1339 238 195 169 0 50 0
[pid=5687] ppid=5684 vsize=154812 CPUtime=802.37
/proc/5687/stat : 5687 (manysat1.1_stat) R 5684 5684 5527 0 -1 4194304 35423 0 0 0 80188 49 0 0 25 0 2 0 97201769 158527488 35360 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/5687/statm: 38703 35360 83 193 0 38507 0
[pid=5687/tid=5688] ppid=5684 vsize=154812 CPUtime=400.2
/proc/5687/task/5688/stat : 5688 (manysat1.1_stat) R 5684 5684 5527 0 -1 4194368 8425 0 0 0 40002 18 0 0 25 0 2 0 97201834 158527488 35360 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 810.94
Current children cumulated vsize (KiB) 160168

[startup+412.702 s]
/proc/loadavg: 1.99 1.73 1.34 3/67 5690
/proc/meminfo: memFree=1534256/2055920 swapFree=4192812/4192956
[pid=5684] ppid=5682 vsize=5356 CPUtime=8.57
/proc/5684/stat : 5684 (manysat.sh) S 5682 5684 5527 0 -1 4194304 312 48199 0 0 0 0 810 47 16 0 1 0 97200909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5684/statm: 1339 238 195 169 0 50 0
[pid=5687] ppid=5684 vsize=154972 CPUtime=805.55
/proc/5687/stat : 5687 (manysat1.1_stat) R 5684 5684 5527 0 -1 4194304 35441 0 0 0 80506 49 0 0 18 0 2 0 97201769 158691328 35378 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/5687/statm: 38743 35378 83 193 0 38547 0
[pid=5687/tid=5688] ppid=5684 vsize=154972 CPUtime=401.79
/proc/5687/task/5688/stat : 5688 (manysat1.1_stat) R 5684 5684 5527 0 -1 4194368 8425 0 0 0 40161 18 0 0 16 0 2 0 97201834 158691328 35378 1992294400 134512640 135305190 4294956144 18446744073709551615 134529252 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 814.12
Current children cumulated vsize (KiB) 160328

[startup+413.102 s]
/proc/loadavg: 1.99 1.73 1.34 3/67 5690
/proc/meminfo: memFree=1534256/2055920 swapFree=4192812/4192956
[pid=5684] ppid=5682 vsize=5356 CPUtime=8.57
/proc/5684/stat : 5684 (manysat.sh) S 5682 5684 5527 0 -1 4194304 312 48199 0 0 0 0 810 47 16 0 1 0 97200909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5684/statm: 1339 238 195 169 0 50 0
[pid=5687] ppid=5684 vsize=154972 CPUtime=806.35
/proc/5687/stat : 5687 (manysat1.1_stat) R 5684 5684 5527 0 -1 4194304 35441 0 0 0 80586 49 0 0 17 0 2 0 97201769 158691328 35378 1992294400 134512640 135305190 4294956144 18446744073709551615 134529235 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/5687/statm: 38743 35378 83 193 0 38547 0
[pid=5687/tid=5688] ppid=5684 vsize=154972 CPUtime=402.19
/proc/5687/task/5688/stat : 5688 (manysat1.1_stat) R 5684 5684 5527 0 -1 4194368 8425 0 0 0 40201 18 0 0 17 0 2 0 97201834 158691328 35378 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 814.92
Current children cumulated vsize (KiB) 160328

[startup+413.502 s]
/proc/loadavg: 1.99 1.73 1.34 3/67 5690
/proc/meminfo: memFree=1534256/2055920 swapFree=4192812/4192956
[pid=5684] ppid=5682 vsize=5356 CPUtime=8.57
/proc/5684/stat : 5684 (manysat.sh) S 5682 5684 5527 0 -1 4194304 312 48199 0 0 0 0 810 47 16 0 1 0 97200909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5684/statm: 1339 238 195 169 0 50 0
[pid=5687] ppid=5684 vsize=154972 CPUtime=807.15
/proc/5687/stat : 5687 (manysat1.1_stat) R 5684 5684 5527 0 -1 4194304 35441 0 0 0 80666 49 0 0 17 0 2 0 97201769 158691328 35378 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/5687/statm: 38743 35378 83 193 0 38547 0
[pid=5687/tid=5688] ppid=5684 vsize=154972 CPUtime=402.59
/proc/5687/task/5688/stat : 5688 (manysat1.1_stat) R 5684 5684 5527 0 -1 4194368 8425 0 0 0 40241 18 0 0 17 0 2 0 97201834 158691328 35378 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 815.72
Current children cumulated vsize (KiB) 160328

[startup+413.606 s]
/proc/loadavg: 1.99 1.73 1.34 3/67 5690
/proc/meminfo: memFree=1534256/2055920 swapFree=4192812/4192956
[pid=5684] ppid=5682 vsize=5356 CPUtime=8.57
/proc/5684/stat : 5684 (manysat.sh) S 5682 5684 5527 0 -1 4194304 312 48199 0 0 0 0 810 47 16 0 1 0 97200909 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 269930259268 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/5684/statm: 1339 238 195 169 0 50 0
[pid=5687] ppid=5684 vsize=0 CPUtime=807.33
/proc/5687/stat : 5687 (manysat1.1_stat) Z 5684 5684 5527 0 -1 4194316 35456 0 0 0 80682 51 0 0 17 0 2 0 97201769 0 0 1992294400 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/5687/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 815.9
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 413.635
CPU time (s): 815.96
CPU user time (s): 814.936
CPU system time (s): 1.02384
CPU usage (%): 197.266
Max. virtual memory (cumulated for all children) (KiB): 198788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 814.936
system time used= 1.02384
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84121
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= 5577
involuntary context switches= 6095

runsolver used 0.370943 second user time and 1.14183 second system time

The end

Launcher Data

Begin job on node53 at 2009-04-25 22:35:29
IDJOB=1724038
IDBENCH=71749
IDSOLVER=513
FILE ID=node53/1724038-1240691727
PBS_JOBID= 9186712
Free space on /tmp= 66456 MiB

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

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

MD5SUM BENCH= b99a5b8844b4e1d2656eb1422e6e888f
RANDOM SEED=160323515

node53.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.245
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.245
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:      2055920 kB
MemFree:       1720544 kB
Buffers:         28432 kB
Cached:         234788 kB
SwapCached:        144 kB
Active:         144568 kB
Inactive:       132704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1720544 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           21468 kB
Writeback:           0 kB
Mapped:          23712 kB
Slab:            44076 kB
Committed_AS:   273872 kB
PageTables:       1380 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= 66456 MiB
End job on node53 at 2009-04-25 22:42:23