Trace number 1717826

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 316.247 159.525

General information on the benchmark

Nameindustrial/palacios/
medium/emptyroom-4-h21-unsat.cnf
MD5SUM175ec3119584300988ad366c4a04cccc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark316.247
Satisfiable
(Un)Satisfiability was proved
Number of variables69148
Number of clauses208728
Sum of the clauses size487544
Maximum clause length28
Minimum clause length1
Number of clauses of size 1256
Number of clauses of size 2139492
Number of clauses of size 368730
Number of clauses of size 4102
Number of clauses of size 513
Number of clauses of size over 5135

Solver Data

0.00/0.00	c Parsing...
0.18/0.20	c ==============================================================================
0.18/0.20	c |           |     ORIGINAL     |              LEARNT              |          |
0.18/0.20	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.18/0.20	c ==============================================================================
0.18/0.20	c |         0 |  207960   486008 |   62387       0        0     nan |  0.000 % |
1.69/1.70	c |         0 |  121498   417368 |      --       0       --      -- |     --   | -86462/-68640
1.69/1.70	c ==============================================================================
1.69/1.70	c Result  :   #vars: 18081   #clauses: 121498   #literals: 417368
1.69/1.70	c CPU time:   1.63875 s
1.69/1.70	c ==============================================================================
316.20/159.50	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
316.20/159.50	c ============================[ Problem Statistics ]=============================
316.20/159.50	c |                                                                             |
316.20/159.50	c threadId              : 1
316.20/159.50	c restarts              : 1124
316.20/159.50	c conflicts             : 124098         (395 /sec)
316.20/159.50	c decisions             : 370240         (1.44 % random) (1179 /sec)
316.20/159.50	c propagations          : 168181619      (535346 /sec)
316.20/159.50	c conflict literals     : 8864598        (49.56 % deleted)
316.20/159.50	c Memory used           : 63.00 MB
316.20/159.50	c CPU time              : 314.155 s
316.20/159.50	
316.20/159.50	c --->m=2, e=8, aimd=0, HOME/15858_many.cnf	time: 157.078	conflicts: 124098       
316.20/159.51	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-1717826-1240631113/watcher-1717826-1240631113 -o /tmp/evaluation-result-1717826-1240631113/solver-1717826-1240631113 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1717826-1240631113.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 15858
/proc/meminfo: memFree=1697136/2055920 swapFree=4168248/4192956
[pid=15858] ppid=15856 vsize=5356 CPUtime=0
/proc/15858/stat : 15858 (manysat.sh) S 15856 15858 15061 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91144668 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15858/statm: 1339 235 195 169 0 50 0
[pid=15859] ppid=15858 vsize=1968 CPUtime=0
/proc/15859/stat : 15859 (SatElite) R 15858 15858 15061 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 91144668 2015232 332 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/15859/statm: 492 332 51 127 0 362 0

[startup+0.0123289 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15858
/proc/meminfo: memFree=1697136/2055920 swapFree=4168248/4192956
[pid=15858] ppid=15856 vsize=5356 CPUtime=0
/proc/15858/stat : 15858 (manysat.sh) S 15856 15858 15061 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91144668 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15858/statm: 1339 235 195 169 0 50 0
[pid=15859] ppid=15858 vsize=2232 CPUtime=0
/proc/15859/stat : 15859 (SatElite) R 15858 15858 15061 0 -1 4194304 437 0 0 0 0 0 0 0 18 0 1 0 91144668 2285568 421 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/15859/statm: 558 422 51 127 0 428 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7588

[startup+0.101338 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15858
/proc/meminfo: memFree=1697136/2055920 swapFree=4168248/4192956
[pid=15858] ppid=15856 vsize=5356 CPUtime=0
/proc/15858/stat : 15858 (manysat.sh) S 15856 15858 15061 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91144668 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15858/statm: 1339 235 195 169 0 50 0
[pid=15859] ppid=15858 vsize=15604 CPUtime=0.09
/proc/15859/stat : 15859 (SatElite) R 15858 15858 15061 0 -1 4194304 3336 0 0 0 8 1 0 0 18 0 1 0 91144668 15978496 3320 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/15859/statm: 3901 3320 52 127 0 3771 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20960

[startup+0.301358 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15858
/proc/meminfo: memFree=1697136/2055920 swapFree=4168248/4192956
[pid=15858] ppid=15856 vsize=5356 CPUtime=0
/proc/15858/stat : 15858 (manysat.sh) S 15856 15858 15061 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91144668 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15858/statm: 1339 235 195 169 0 50 0
[pid=15859] ppid=15858 vsize=34292 CPUtime=0.29
/proc/15859/stat : 15859 (SatElite) R 15858 15858 15061 0 -1 4194304 7050 0 0 0 26 3 0 0 19 0 1 0 91144668 35115008 6860 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/15859/statm: 8573 6860 68 127 0 8443 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 39648

[startup+0.701398 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 15858
/proc/meminfo: memFree=1697136/2055920 swapFree=4168248/4192956
[pid=15858] ppid=15856 vsize=5356 CPUtime=0
/proc/15858/stat : 15858 (manysat.sh) S 15856 15858 15061 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91144668 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15858/statm: 1339 235 195 169 0 50 0
[pid=15859] ppid=15858 vsize=36796 CPUtime=0.69
/proc/15859/stat : 15859 (SatElite) R 15858 15858 15061 0 -1 4194304 7659 0 0 0 65 4 0 0 22 0 1 0 91144668 37679104 7469 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/15859/statm: 9199 7469 68 127 0 9069 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42152

[startup+1.50148 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 15860
/proc/meminfo: memFree=1661280/2055920 swapFree=4168248/4192956
[pid=15858] ppid=15856 vsize=5356 CPUtime=0
/proc/15858/stat : 15858 (manysat.sh) S 15856 15858 15061 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 91144668 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/15858/statm: 1339 235 195 169 0 50 0
[pid=15859] ppid=15858 vsize=40940 CPUtime=1.49
/proc/15859/stat : 15859 (SatElite) R 15858 15858 15061 0 -1 4194304 8670 0 0 0 143 6 0 0 25 0 1 0 91144668 41922560 8344 1992294400 134512640 135034092 4294956096 18446744073709551615 134569611 0 0 4096 3 0 0 0 17 1 0 0
/proc/15859/statm: 10235 8344 68 127 0 10105 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46296

[startup+3.10267 s]
/proc/loadavg: 1.00 1.00 1.00 3/67 15862
/proc/meminfo: memFree=1671512/2055920 swapFree=4168248/4192956
[pid=15858] ppid=15856 vsize=5356 CPUtime=1.88
/proc/15858/stat : 15858 (manysat.sh) S 15856 15858 15061 0 -1 4194304 312 9226 0 0 0 0 181 7 16 0 1 0 91144668 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15858/statm: 1339 238 195 169 0 50 0
[pid=15861] ppid=15858 vsize=33072 CPUtime=2.24
/proc/15861/stat : 15861 (manysat1.1_stat) R 15858 15858 15061 0 -1 4194304 5356 0 0 0 219 5 0 0 17 0 2 0 91144858 33865728 5342 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15861/statm: 8268 5342 83 193 0 8072 0
[pid=15861/tid=15862] ppid=15858 vsize=33072 CPUtime=1.04
/proc/15861/task/15862/stat : 15862 (manysat1.1_stat) R 15858 15858 15061 0 -1 4194368 546 0 0 0 102 2 0 0 17 0 2 0 91144873 33865728 5342 1992294400 134512640 135305190 4294956144 18446744073709551615 134557163 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.12
Current children cumulated vsize (KiB) 38428

[startup+6.30198 s]
/proc/loadavg: 1.08 1.02 1.01 3/67 15862
/proc/meminfo: memFree=1666712/2055920 swapFree=4168248/4192956
[pid=15858] ppid=15856 vsize=5356 CPUtime=1.88
/proc/15858/stat : 15858 (manysat.sh) S 15856 15858 15061 0 -1 4194304 312 9226 0 0 0 0 181 7 16 0 1 0 91144668 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15858/statm: 1339 238 195 169 0 50 0
[pid=15861] ppid=15858 vsize=35208 CPUtime=8.61
/proc/15861/stat : 15861 (manysat1.1_stat) R 15858 15858 15061 0 -1 4194304 5914 0 0 0 854 7 0 0 17 0 2 0 91144858 36052992 5900 1992294400 134512640 135305190 4294956144 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15861/statm: 8802 5900 83 193 0 8606 0
[pid=15861/tid=15862] ppid=15858 vsize=35208 CPUtime=4.24
/proc/15861/task/15862/stat : 15862 (manysat1.1_stat) R 15858 15858 15061 0 -1 4194368 835 0 0 0 420 4 0 0 18 0 2 0 91144873 36052992 5900 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.49
Current children cumulated vsize (KiB) 40564

[startup+12.7016 s]
/proc/loadavg: 1.15 1.03 1.01 3/67 15862
/proc/meminfo: memFree=1663328/2055920 swapFree=4168248/4192956
[pid=15858] ppid=15856 vsize=5356 CPUtime=1.88
/proc/15858/stat : 15858 (manysat.sh) S 15856 15858 15061 0 -1 4194304 312 9226 0 0 0 0 181 7 16 0 1 0 91144668 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15858/statm: 1339 238 195 169 0 50 0
[pid=15861] ppid=15858 vsize=38356 CPUtime=21.38
/proc/15861/stat : 15861 (manysat1.1_stat) R 15858 15858 15061 0 -1 4194304 6744 0 0 0 2130 8 0 0 19 0 2 0 91144858 39276544 6730 1992294400 134512640 135305190 4294956144 18446744073709551615 134551709 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15861/statm: 9589 6730 83 193 0 9393 0
[pid=15861/tid=15862] ppid=15858 vsize=38356 CPUtime=10.63
/proc/15861/task/15862/stat : 15862 (manysat1.1_stat) R 15858 15858 15061 0 -1 4194368 1240 0 0 0 1059 4 0 0 20 0 2 0 91144873 39276544 6730 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.26
Current children cumulated vsize (KiB) 43712

[startup+25.5019 s]
/proc/loadavg: 1.34 1.08 1.02 3/67 15862
/proc/meminfo: memFree=1658720/2055920 swapFree=4168248/4192956
[pid=15858] ppid=15856 vsize=5356 CPUtime=1.88
/proc/15858/stat : 15858 (manysat.sh) S 15856 15858 15061 0 -1 4194304 312 9226 0 0 0 0 181 7 16 0 1 0 91144668 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15858/statm: 1339 238 195 169 0 50 0
[pid=15861] ppid=15858 vsize=42316 CPUtime=46.92
/proc/15861/stat : 15861 (manysat1.1_stat) R 15858 15858 15061 0 -1 4194304 7827 0 0 0 4682 10 0 0 19 0 2 0 91144858 43331584 7813 1992294400 134512640 135305190 4294956144 18446744073709551615 134551661 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15861/statm: 10579 7813 83 193 0 10383 0
[pid=15861/tid=15862] ppid=15858 vsize=42316 CPUtime=23.42
/proc/15861/task/15862/stat : 15862 (manysat1.1_stat) R 15858 15858 15061 0 -1 4194368 1748 0 0 0 2337 5 0 0 17 0 2 0 91144873 43331584 7813 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 48.8
Current children cumulated vsize (KiB) 47672

[startup+51.1015 s]
/proc/loadavg: 1.56 1.15 1.05 3/67 15862
/proc/meminfo: memFree=1649760/2055920 swapFree=4168248/4192956
[pid=15858] ppid=15856 vsize=5356 CPUtime=1.88
/proc/15858/stat : 15858 (manysat.sh) S 15856 15858 15061 0 -1 4194304 312 9226 0 0 0 0 181 7 16 0 1 0 91144668 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15858/statm: 1339 238 195 169 0 50 0
[pid=15861] ppid=15858 vsize=51920 CPUtime=98
/proc/15861/stat : 15861 (manysat1.1_stat) R 15858 15858 15061 0 -1 4194304 10134 0 0 0 9786 14 0 0 17 0 2 0 91144858 53166080 10120 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15861/statm: 12980 10120 83 193 0 12784 0
[pid=15861/tid=15862] ppid=15858 vsize=51920 CPUtime=49.01
/proc/15861/task/15862/stat : 15862 (manysat1.1_stat) R 15858 15858 15061 0 -1 4194368 3023 0 0 0 4894 7 0 0 17 0 2 0 91144873 53166080 10120 1992294400 134512640 135305190 4294956144 18446744073709551615 134551945 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 99.88
Current children cumulated vsize (KiB) 57276

[startup+102.307 s]
/proc/loadavg: 1.81 1.28 1.10 3/67 15862
/proc/meminfo: memFree=1646368/2055920 swapFree=4168248/4192956
[pid=15858] ppid=15856 vsize=5356 CPUtime=1.88
/proc/15858/stat : 15858 (manysat.sh) S 15856 15858 15061 0 -1 4194304 312 9226 0 0 0 0 181 7 16 0 1 0 91144668 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15858/statm: 1339 238 195 169 0 50 0
[pid=15861] ppid=15858 vsize=54764 CPUtime=200.18
/proc/15861/stat : 15861 (manysat1.1_stat) R 15858 15858 15061 0 -1 4194304 10869 0 0 0 20003 15 0 0 25 0 2 0 91144858 56078336 10855 1992294400 134512640 135305190 4294956144 18446744073709551615 134528402 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15861/statm: 13691 10855 83 193 0 13495 0
[pid=15861/tid=15862] ppid=15858 vsize=54764 CPUtime=100.2
/proc/15861/task/15862/stat : 15862 (manysat1.1_stat) R 15858 15858 15061 0 -1 4194368 3416 0 0 0 10012 8 0 0 17 0 2 0 91144873 56078336 10855 1992294400 134512640 135305190 4294956144 18446744073709551615 134530633 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 202.06
Current children cumulated vsize (KiB) 60120

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

[startup+127.901 s]
/proc/loadavg: 1.87 1.34 1.12 3/67 15862
/proc/meminfo: memFree=1644704/2055920 swapFree=4168248/4192956
[pid=15858] ppid=15856 vsize=5356 CPUtime=1.88
/proc/15858/stat : 15858 (manysat.sh) S 15856 15858 15061 0 -1 4194304 312 9226 0 0 0 0 181 7 16 0 1 0 91144668 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15858/statm: 1339 238 195 169 0 50 0
[pid=15861] ppid=15858 vsize=57612 CPUtime=251.26
/proc/15861/stat : 15861 (manysat1.1_stat) R 15858 15858 15061 0 -1 4194304 11347 0 0 0 25110 16 0 0 18 0 2 0 91144858 58994688 11333 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15861/statm: 14403 11333 83 193 0 14207 0
[pid=15861/tid=15862] ppid=15858 vsize=57612 CPUtime=125.78
/proc/15861/task/15862/stat : 15862 (manysat1.1_stat) R 15858 15858 15061 0 -1 4194368 3668 0 0 0 12570 8 0 0 18 0 2 0 91144873 58994688 11333 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 253.14
Current children cumulated vsize (KiB) 62968

[startup+140.702 s]
/proc/loadavg: 1.90 1.37 1.13 3/67 15862
/proc/meminfo: memFree=1639328/2055920 swapFree=4168248/4192956
[pid=15858] ppid=15856 vsize=5356 CPUtime=1.88
/proc/15858/stat : 15858 (manysat.sh) S 15856 15858 15061 0 -1 4194304 312 9226 0 0 0 0 181 7 16 0 1 0 91144668 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15858/statm: 1339 238 195 169 0 50 0
[pid=15861] ppid=15858 vsize=62628 CPUtime=276.81
/proc/15861/stat : 15861 (manysat1.1_stat) R 15858 15858 15061 0 -1 4194304 12631 0 0 0 27664 17 0 0 17 0 2 0 91144858 64131072 12617 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15861/statm: 15657 12617 83 193 0 15461 0
[pid=15861/tid=15862] ppid=15858 vsize=62628 CPUtime=138.59
/proc/15861/task/15862/stat : 15862 (manysat1.1_stat) R 15858 15858 15061 0 -1 4194368 4316 0 0 0 13850 9 0 0 25 0 2 0 91144873 64131072 12617 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 278.69
Current children cumulated vsize (KiB) 67984

[startup+147.102 s]
/proc/loadavg: 1.91 1.38 1.14 3/67 15862
/proc/meminfo: memFree=1638304/2055920 swapFree=4168248/4192956
[pid=15858] ppid=15856 vsize=5356 CPUtime=1.88
/proc/15858/stat : 15858 (manysat.sh) S 15856 15858 15061 0 -1 4194304 312 9226 0 0 0 0 181 7 16 0 1 0 91144668 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15858/statm: 1339 238 195 169 0 50 0
[pid=15861] ppid=15858 vsize=64504 CPUtime=289.57
/proc/15861/stat : 15861 (manysat1.1_stat) R 15858 15858 15061 0 -1 4194304 12880 0 0 0 28940 17 0 0 25 0 2 0 91144858 66052096 12866 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15861/statm: 16126 12866 83 193 0 15930 0
[pid=15861/tid=15862] ppid=15858 vsize=64504 CPUtime=144.98
/proc/15861/task/15862/stat : 15862 (manysat1.1_stat) R 15858 15858 15061 0 -1 4194368 4432 0 0 0 14489 9 0 0 19 0 2 0 91144873 66052096 12866 1992294400 134512640 135305190 4294956144 18446744073709551615 134528458 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 291.45
Current children cumulated vsize (KiB) 69860

[startup+153.502 s]
/proc/loadavg: 1.92 1.39 1.14 3/67 15862
/proc/meminfo: memFree=1638112/2055920 swapFree=4168248/4192956
[pid=15858] ppid=15856 vsize=5356 CPUtime=1.88
/proc/15858/stat : 15858 (manysat.sh) S 15856 15858 15061 0 -1 4194304 312 9226 0 0 0 0 181 7 16 0 1 0 91144668 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15858/statm: 1339 238 195 169 0 50 0
[pid=15861] ppid=15858 vsize=64504 CPUtime=302.34
/proc/15861/stat : 15861 (manysat1.1_stat) R 15858 15858 15061 0 -1 4194304 12919 0 0 0 30217 17 0 0 17 0 2 0 91144858 66052096 12905 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15861/statm: 16126 12905 83 193 0 15930 0
[pid=15861/tid=15862] ppid=15858 vsize=64504 CPUtime=151.37
/proc/15861/task/15862/stat : 15862 (manysat1.1_stat) R 15858 15858 15061 0 -1 4194368 4463 0 0 0 15128 9 0 0 17 0 2 0 91144873 66052096 12905 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 304.22
Current children cumulated vsize (KiB) 69860

[startup+156.702 s]
/proc/loadavg: 1.92 1.40 1.15 3/67 15862
/proc/meminfo: memFree=1638112/2055920 swapFree=4168248/4192956
[pid=15858] ppid=15856 vsize=5356 CPUtime=1.88
/proc/15858/stat : 15858 (manysat.sh) S 15856 15858 15061 0 -1 4194304 312 9226 0 0 0 0 181 7 16 0 1 0 91144668 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15858/statm: 1339 238 195 169 0 50 0
[pid=15861] ppid=15858 vsize=64504 CPUtime=308.73
/proc/15861/stat : 15861 (manysat1.1_stat) R 15858 15858 15061 0 -1 4194304 12932 0 0 0 30856 17 0 0 17 0 2 0 91144858 66052096 12918 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15861/statm: 16126 12918 83 193 0 15930 0
[pid=15861/tid=15862] ppid=15858 vsize=64504 CPUtime=154.57
/proc/15861/task/15862/stat : 15862 (manysat1.1_stat) R 15858 15858 15061 0 -1 4194368 4473 0 0 0 15448 9 0 0 18 0 2 0 91144873 66052096 12918 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 310.61
Current children cumulated vsize (KiB) 69860

[startup+158.301 s]
/proc/loadavg: 1.92 1.40 1.15 3/67 15862
/proc/meminfo: memFree=1638112/2055920 swapFree=4168248/4192956
[pid=15858] ppid=15856 vsize=5356 CPUtime=1.88
/proc/15858/stat : 15858 (manysat.sh) S 15856 15858 15061 0 -1 4194304 312 9226 0 0 0 0 181 7 16 0 1 0 91144668 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15858/statm: 1339 238 195 169 0 50 0
[pid=15861] ppid=15858 vsize=64504 CPUtime=311.93
/proc/15861/stat : 15861 (manysat1.1_stat) R 15858 15858 15061 0 -1 4194304 12939 0 0 0 31176 17 0 0 19 0 2 0 91144858 66052096 12925 1992294400 134512640 135305190 4294956144 18446744073709551615 134528310 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15861/statm: 16126 12925 83 193 0 15930 0
[pid=15861/tid=15862] ppid=15858 vsize=64504 CPUtime=156.18
/proc/15861/task/15862/stat : 15862 (manysat1.1_stat) R 15858 15858 15061 0 -1 4194368 4474 0 0 0 15609 9 0 0 20 0 2 0 91144873 66052096 12925 1992294400 134512640 135305190 4294956144 18446744073709551615 134551671 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 313.81
Current children cumulated vsize (KiB) 69860

[startup+159.101 s]
/proc/loadavg: 1.92 1.40 1.15 3/67 15862
/proc/meminfo: memFree=1638112/2055920 swapFree=4168248/4192956
[pid=15858] ppid=15856 vsize=5356 CPUtime=1.88
/proc/15858/stat : 15858 (manysat.sh) S 15856 15858 15061 0 -1 4194304 312 9226 0 0 0 0 181 7 16 0 1 0 91144668 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15858/statm: 1339 238 195 169 0 50 0
[pid=15861] ppid=15858 vsize=64504 CPUtime=313.52
/proc/15861/stat : 15861 (manysat1.1_stat) R 15858 15858 15061 0 -1 4194304 12944 0 0 0 31335 17 0 0 20 0 2 0 91144858 66052096 12930 1992294400 134512640 135305190 4294956144 18446744073709551615 134551703 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15861/statm: 16126 12930 83 193 0 15930 0
[pid=15861/tid=15862] ppid=15858 vsize=64504 CPUtime=156.97
/proc/15861/task/15862/stat : 15862 (manysat1.1_stat) R 15858 15858 15061 0 -1 4194368 4474 0 0 0 15688 9 0 0 17 0 2 0 91144873 66052096 12930 1992294400 134512640 135305190 4294956144 18446744073709551615 134556770 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 315.4
Current children cumulated vsize (KiB) 69860

[startup+159.506 s]
/proc/loadavg: 1.93 1.41 1.15 3/67 15862
/proc/meminfo: memFree=1637984/2055920 swapFree=4168248/4192956
[pid=15858] ppid=15856 vsize=5356 CPUtime=1.88
/proc/15858/stat : 15858 (manysat.sh) S 15856 15858 15061 0 -1 4194304 312 9226 0 0 0 0 181 7 16 0 1 0 91144668 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15858/statm: 1339 238 195 169 0 50 0
[pid=15861] ppid=15858 vsize=64504 CPUtime=314.32
/proc/15861/stat : 15861 (manysat1.1_stat) R 15858 15858 15061 0 -1 4194304 12950 0 0 0 31415 17 0 0 21 0 2 0 91144858 66052096 12936 1992294400 134512640 135305190 4294956144 18446744073709551615 134557489 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/15861/statm: 16126 12936 83 193 0 15930 0
[pid=15861/tid=15862] ppid=15858 vsize=64504 CPUtime=157.37
/proc/15861/task/15862/stat : 15862 (manysat1.1_stat) R 15858 15858 15061 0 -1 4194368 4475 0 0 0 15728 9 0 0 17 0 2 0 91144873 66052096 12936 1992294400 134512640 135305190 4294956144 18446744073709551615 134657578 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 316.2
Current children cumulated vsize (KiB) 69860

Child status: 20
Real time (s): 159.525
CPU time (s): 316.247
CPU user time (s): 315.974
CPU system time (s): 0.272958
CPU usage (%): 198.242
Max. virtual memory (cumulated for all children) (KiB): 69860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 315.974
system time used= 0.272958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22657
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= 1158
involuntary context switches= 2376

runsolver used 0.161975 second user time and 0.426935 second system time

The end

Launcher Data

Begin job on node17 at 2009-04-25 05:45:13
IDJOB=1717826
IDBENCH=20425
IDSOLVER=513
FILE ID=node17/1717826-1240631113
PBS_JOBID= 9186358
Free space on /tmp= 66132 MiB

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

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

MD5SUM BENCH= 175ec3119584300988ad366c4a04cccc
RANDOM SEED=1813933666

node17.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.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	: 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.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:       1697616 kB
Buffers:         47120 kB
Cached:         245072 kB
SwapCached:      19520 kB
Active:         132580 kB
Inactive:       181648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1697616 kB
SwapTotal:     4192956 kB
SwapFree:      4168248 kB
Dirty:            4880 kB
Writeback:           0 kB
Mapped:          13560 kB
Slab:            30080 kB
Committed_AS:   306032 kB
PageTables:       1452 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= 66132 MiB
End job on node17 at 2009-04-25 05:47:53