Trace number 1729806

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 236.712 118.678

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-brn007.sat05-2684.reshuffled-07.cnf
MD5SUM749c079607e9e37c206eeb8bd5b8bfaf
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark55.7415
Satisfiable
(Un)Satisfiability was proved
Number of variables1477
Number of clauses7809
Sum of the clauses size65959
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2289
Number of clauses of size 31172
Number of clauses of size 4124
Number of clauses of size 5894
Number of clauses of size over 55297

Solver Data

0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |    7541    64813 |    2262       0        0     nan |  0.000 % |
0.03/0.05	c |         0 |    6480    57354 |      --       0       --      -- |     --   | -360/-4225
0.03/0.05	c ==============================================================================
0.03/0.05	c Result  :   #vars: 1372   #clauses: 6480   #literals: 57354
0.03/0.05	c CPU time:   0.053991 s
0.03/0.05	c ==============================================================================
236.56/118.66	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
236.56/118.66	c ============================[ Problem Statistics ]=============================
236.56/118.66	c |                                                                             |
236.56/118.66	c threadId              : 1
236.56/118.66	c restarts              : 1754
236.56/118.66	c conflicts             : 312224         (1320 /sec)
236.56/118.66	c decisions             : 823032         (1.93 % random) (3480 /sec)
236.56/118.66	c propagations          : 12314288       (52062 /sec)
236.56/118.66	c conflict literals     : 9231889        (25.07 % deleted)
236.56/118.66	c Memory used           : 49.14 MB
236.56/118.66	c CPU time              : 236.531 s
236.56/118.66	
236.56/118.66	c --->m=2, e=8, aimd=0, HOME/25916_many.cnf	time: 118.266	conflicts: 312224       
236.56/118.67	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-1729806-1240753808/watcher-1729806-1240753808 -o /tmp/evaluation-result-1729806-1240753808/solver-1729806-1240753808 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1729806-1240753808.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.83 1.80 1.42 3/64 25916
/proc/meminfo: memFree=1698960/2055920 swapFree=4191900/4192956
[pid=25916] ppid=25914 vsize=5356 CPUtime=0
/proc/25916/stat : 25916 (manysat.sh) R 25914 25916 25820 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 103413987 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 225612196511 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/25916/statm: 1339 234 194 169 0 50 0
[pid=25917] ppid=25916 vsize=956 CPUtime=0
/proc/25917/stat : 25917 (SatElite) R 25916 25916 25820 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 103413987 978944 127 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/25917/statm: 239 127 52 127 0 109 0

[startup+0.045761 s]
/proc/loadavg: 1.83 1.80 1.42 3/64 25916
/proc/meminfo: memFree=1698960/2055920 swapFree=4191900/4192956
[pid=25916] ppid=25914 vsize=5356 CPUtime=0
/proc/25916/stat : 25916 (manysat.sh) S 25914 25916 25820 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 103413987 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25916/statm: 1339 235 195 169 0 50 0
[pid=25917] ppid=25916 vsize=1780 CPUtime=0.03
/proc/25917/stat : 25917 (SatElite) R 25916 25916 25820 0 -1 4194304 386 0 0 0 3 0 0 0 19 0 1 0 103413987 1822720 370 1992294400 134512640 135034092 4294956096 18446744073709551615 134566310 0 0 4096 3 0 0 0 17 0 0 0
/proc/25917/statm: 445 370 68 127 0 315 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 7136

[startup+0.101876 s]
/proc/loadavg: 1.83 1.80 1.42 3/64 25916
/proc/meminfo: memFree=1698960/2055920 swapFree=4191900/4192956
[pid=25916] ppid=25914 vsize=5356 CPUtime=0.07
/proc/25916/stat : 25916 (manysat.sh) S 25914 25916 25820 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103413987 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25916/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.30179 s]
/proc/loadavg: 1.83 1.80 1.42 3/64 25916
/proc/meminfo: memFree=1698960/2055920 swapFree=4191900/4192956
[pid=25916] ppid=25914 vsize=5356 CPUtime=0.07
/proc/25916/stat : 25916 (manysat.sh) S 25914 25916 25820 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103413987 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25916/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.701826 s]
/proc/loadavg: 1.83 1.80 1.42 3/64 25916
/proc/meminfo: memFree=1698960/2055920 swapFree=4191900/4192956
[pid=25916] ppid=25914 vsize=5356 CPUtime=0.07
/proc/25916/stat : 25916 (manysat.sh) S 25914 25916 25820 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103413987 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25916/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+1.5019 s]
/proc/loadavg: 1.83 1.80 1.42 3/67 25920
/proc/meminfo: memFree=1692792/2055920 swapFree=4191900/4192956
[pid=25916] ppid=25914 vsize=5356 CPUtime=0.07
/proc/25916/stat : 25916 (manysat.sh) S 25914 25916 25820 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103413987 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25916/statm: 1339 238 195 169 0 50 0
[pid=25919] ppid=25916 vsize=20604 CPUtime=2.8
/proc/25919/stat : 25919 (manysat1.1_stat) R 25916 25916 25820 0 -1 4194304 1855 0 0 0 279 1 0 0 16 0 2 0 103413995 21098496 1841 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25919/statm: 5151 1841 83 193 0 4955 0
[pid=25919/tid=25920] ppid=25916 vsize=20604 CPUtime=1.39
/proc/25919/task/25920/stat : 25920 (manysat1.1_stat) R 25916 25916 25820 0 -1 4194368 689 0 0 0 139 0 0 0 17 0 2 0 103413996 21098496 1841 1992294400 134512640 135305190 4294956144 18446744073709551615 134556841 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 25960

[startup+3.10103 s]
/proc/loadavg: 1.83 1.80 1.42 3/67 25920
/proc/meminfo: memFree=1690232/2055920 swapFree=4191900/4192956
[pid=25916] ppid=25914 vsize=5356 CPUtime=0.07
/proc/25916/stat : 25916 (manysat.sh) S 25914 25916 25820 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103413987 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25916/statm: 1339 238 195 169 0 50 0
[pid=25919] ppid=25916 vsize=22604 CPUtime=6
/proc/25919/stat : 25919 (manysat1.1_stat) R 25916 25916 25820 0 -1 4194304 2525 0 0 0 598 2 0 0 17 0 2 0 103413995 23146496 2511 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25919/statm: 5651 2511 83 193 0 5455 0
[pid=25919/tid=25920] ppid=25916 vsize=22604 CPUtime=2.99
/proc/25919/task/25920/stat : 25920 (manysat1.1_stat) R 25916 25916 25820 0 -1 4194368 996 0 0 0 298 1 0 0 19 0 2 0 103413996 23146496 2511 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 27960

[startup+6.30231 s]
/proc/loadavg: 1.85 1.80 1.42 3/67 25920
/proc/meminfo: memFree=1685688/2055920 swapFree=4191900/4192956
[pid=25916] ppid=25914 vsize=5356 CPUtime=0.07
/proc/25916/stat : 25916 (manysat.sh) S 25914 25916 25820 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103413987 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25916/statm: 1339 238 195 169 0 50 0
[pid=25919] ppid=25916 vsize=25936 CPUtime=12.38
/proc/25919/stat : 25919 (manysat1.1_stat) R 25916 25916 25820 0 -1 4194304 3258 0 0 0 1236 2 0 0 17 0 2 0 103413995 26558464 3244 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25919/statm: 6484 3244 83 193 0 6288 0
[pid=25919/tid=25920] ppid=25916 vsize=25936 CPUtime=6.19
/proc/25919/task/25920/stat : 25920 (manysat1.1_stat) R 25916 25916 25820 0 -1 4194368 1277 0 0 0 618 1 0 0 18 0 2 0 103413996 26558464 3244 1992294400 134512640 135305190 4294956144 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 31292

[startup+12.7019 s]
/proc/loadavg: 1.86 1.80 1.43 3/67 25920
/proc/meminfo: memFree=1681848/2055920 swapFree=4191900/4192956
[pid=25916] ppid=25914 vsize=5356 CPUtime=0.07
/proc/25916/stat : 25916 (manysat.sh) S 25914 25916 25820 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103413987 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25916/statm: 1339 238 195 169 0 50 0
[pid=25919] ppid=25916 vsize=28736 CPUtime=25.15
/proc/25919/stat : 25919 (manysat1.1_stat) R 25916 25916 25820 0 -1 4194304 4212 0 0 0 2512 3 0 0 20 0 2 0 103413995 29425664 4198 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25919/statm: 7184 4198 83 193 0 6988 0
[pid=25919/tid=25920] ppid=25916 vsize=28736 CPUtime=12.58
/proc/25919/task/25920/stat : 25920 (manysat1.1_stat) R 25916 25916 25820 0 -1 4194368 1821 0 0 0 1257 1 0 0 17 0 2 0 103413996 29425664 4198 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 34092

[startup+25.502 s]
/proc/loadavg: 1.89 1.81 1.43 3/67 25920
/proc/meminfo: memFree=1674552/2055920 swapFree=4191900/4192956
[pid=25916] ppid=25914 vsize=5356 CPUtime=0.07
/proc/25916/stat : 25916 (manysat.sh) S 25914 25916 25820 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103413987 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25916/statm: 1339 238 195 169 0 50 0
[pid=25919] ppid=25916 vsize=36232 CPUtime=50.7
/proc/25919/stat : 25919 (manysat1.1_stat) R 25916 25916 25820 0 -1 4194304 5974 0 0 0 5064 6 0 0 19 0 2 0 103413995 37101568 5960 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25919/statm: 9058 5960 83 193 0 8862 0
[pid=25919/tid=25920] ppid=25916 vsize=36232 CPUtime=25.38
/proc/25919/task/25920/stat : 25920 (manysat1.1_stat) R 25916 25916 25820 0 -1 4194368 2783 0 0 0 2535 3 0 0 18 0 2 0 103413996 37101568 5960 1992294400 134512640 135305190 4294956144 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 41588

[startup+51.1012 s]
/proc/loadavg: 1.93 1.82 1.45 3/67 25920
/proc/meminfo: memFree=1668088/2055920 swapFree=4191900/4192956
[pid=25916] ppid=25914 vsize=5356 CPUtime=0.07
/proc/25916/stat : 25916 (manysat.sh) S 25914 25916 25820 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103413987 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25916/statm: 1339 238 195 169 0 50 0
[pid=25919] ppid=25916 vsize=44108 CPUtime=101.79
/proc/25919/stat : 25919 (manysat1.1_stat) R 25916 25916 25820 0 -1 4194304 7671 0 0 0 10171 8 0 0 25 0 2 0 103413995 45166592 7657 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25919/statm: 11027 7657 83 193 0 10831 0
[pid=25919/tid=25920] ppid=25916 vsize=44108 CPUtime=50.97
/proc/25919/task/25920/stat : 25920 (manysat1.1_stat) R 25916 25916 25820 0 -1 4194368 3579 0 0 0 5093 4 0 0 23 0 2 0 103413996 45166592 7657 1992294400 134512640 135305190 4294956144 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 49464

[startup+102.306 s]
/proc/loadavg: 1.97 1.85 1.47 3/67 25920
/proc/meminfo: memFree=1662712/2055920 swapFree=4191900/4192956
[pid=25916] ppid=25914 vsize=5356 CPUtime=0.07
/proc/25916/stat : 25916 (manysat.sh) S 25914 25916 25820 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103413987 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25916/statm: 1339 238 195 169 0 50 0
[pid=25919] ppid=25916 vsize=48392 CPUtime=203.96
/proc/25919/stat : 25919 (manysat1.1_stat) R 25916 25916 25820 0 -1 4194304 8900 0 0 0 20388 8 0 0 25 0 2 0 103413995 49553408 8886 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25919/statm: 12098 8886 83 193 0 11902 0
[pid=25919/tid=25920] ppid=25916 vsize=48392 CPUtime=102.15
/proc/25919/task/25920/stat : 25920 (manysat1.1_stat) R 25916 25916 25820 0 -1 4194368 4397 0 0 0 10211 4 0 0 25 0 2 0 103413996 49553408 8886 1992294400 134512640 135305190 4294956144 18446744073709551615 134528875 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204.03
Current children cumulated vsize (KiB) 53748

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

[startup+108.702 s]
/proc/loadavg: 1.97 1.85 1.48 3/67 25920
/proc/meminfo: memFree=1662520/2055920 swapFree=4191900/4192956
[pid=25916] ppid=25914 vsize=5356 CPUtime=0.07
/proc/25916/stat : 25916 (manysat.sh) S 25914 25916 25820 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103413987 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25916/statm: 1339 238 195 169 0 50 0
[pid=25919] ppid=25916 vsize=49704 CPUtime=216.73
/proc/25919/stat : 25919 (manysat1.1_stat) R 25916 25916 25820 0 -1 4194304 8977 0 0 0 21665 8 0 0 25 0 2 0 103413995 50896896 8963 1992294400 134512640 135305190 4294956144 18446744073709551615 134528332 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25919/statm: 12426 8963 83 193 0 12230 0
[pid=25919/tid=25920] ppid=25916 vsize=49704 CPUtime=108.54
/proc/25919/task/25920/stat : 25920 (manysat1.1_stat) R 25916 25916 25820 0 -1 4194368 4421 0 0 0 10850 4 0 0 25 0 2 0 103413996 50896896 8963 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 216.8
Current children cumulated vsize (KiB) 55060

[startup+115.102 s]
/proc/loadavg: 1.97 1.86 1.48 3/67 25920
/proc/meminfo: memFree=1661944/2055920 swapFree=4191900/4192956
[pid=25916] ppid=25914 vsize=5356 CPUtime=0.07
/proc/25916/stat : 25916 (manysat.sh) S 25914 25916 25820 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103413987 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25916/statm: 1339 238 195 169 0 50 0
[pid=25919] ppid=25916 vsize=50028 CPUtime=229.49
/proc/25919/stat : 25919 (manysat1.1_stat) R 25916 25916 25820 0 -1 4194304 9102 0 0 0 22941 8 0 0 17 0 2 0 103413995 51228672 9088 1992294400 134512640 135305190 4294956144 18446744073709551615 134570384 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25919/statm: 12507 9088 83 193 0 12311 0
[pid=25919/tid=25920] ppid=25916 vsize=50028 CPUtime=114.93
/proc/25919/task/25920/stat : 25920 (manysat1.1_stat) R 25916 25916 25820 0 -1 4194368 4487 0 0 0 11489 4 0 0 17 0 2 0 103413996 51228672 9088 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 229.56
Current children cumulated vsize (KiB) 55384

[startup+116.703 s]
/proc/loadavg: 1.97 1.86 1.48 3/67 25920
/proc/meminfo: memFree=1661752/2055920 swapFree=4191900/4192956
[pid=25916] ppid=25914 vsize=5356 CPUtime=0.07
/proc/25916/stat : 25916 (manysat.sh) S 25914 25916 25820 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103413987 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25916/statm: 1339 238 195 169 0 50 0
[pid=25919] ppid=25916 vsize=50160 CPUtime=232.7
/proc/25919/stat : 25919 (manysat1.1_stat) R 25916 25916 25820 0 -1 4194304 9141 0 0 0 23261 9 0 0 19 0 2 0 103413995 51363840 9127 1992294400 134512640 135305190 4294956144 18446744073709551615 134528483 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25919/statm: 12540 9127 83 193 0 12344 0
[pid=25919/tid=25920] ppid=25916 vsize=50160 CPUtime=116.53
/proc/25919/task/25920/stat : 25920 (manysat1.1_stat) R 25916 25916 25820 0 -1 4194368 4498 0 0 0 11649 4 0 0 19 0 2 0 103413996 51363840 9127 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 232.77
Current children cumulated vsize (KiB) 55516

[startup+117.503 s]
/proc/loadavg: 1.97 1.86 1.48 3/67 25920
/proc/meminfo: memFree=1661752/2055920 swapFree=4191900/4192956
[pid=25916] ppid=25914 vsize=5356 CPUtime=0.07
/proc/25916/stat : 25916 (manysat.sh) S 25914 25916 25820 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103413987 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25916/statm: 1339 238 195 169 0 50 0
[pid=25919] ppid=25916 vsize=50160 CPUtime=234.3
/proc/25919/stat : 25919 (manysat1.1_stat) R 25916 25916 25820 0 -1 4194304 9141 0 0 0 23421 9 0 0 21 0 2 0 103413995 51363840 9127 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25919/statm: 12540 9127 83 193 0 12344 0
[pid=25919/tid=25920] ppid=25916 vsize=50160 CPUtime=117.33
/proc/25919/task/25920/stat : 25920 (manysat1.1_stat) R 25916 25916 25820 0 -1 4194368 4498 0 0 0 11729 4 0 0 20 0 2 0 103413996 51363840 9127 1992294400 134512640 135305190 4294956144 18446744073709551615 134556845 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 234.37
Current children cumulated vsize (KiB) 55516

[startup+118.303 s]
/proc/loadavg: 1.97 1.86 1.48 3/67 25920
/proc/meminfo: memFree=1661752/2055920 swapFree=4191900/4192956
[pid=25916] ppid=25914 vsize=5356 CPUtime=0.07
/proc/25916/stat : 25916 (manysat.sh) S 25914 25916 25820 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103413987 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25916/statm: 1339 238 195 169 0 50 0
[pid=25919] ppid=25916 vsize=50316 CPUtime=235.89
/proc/25919/stat : 25919 (manysat1.1_stat) R 25916 25916 25820 0 -1 4194304 9154 0 0 0 23580 9 0 0 22 0 2 0 103413995 51523584 9140 1992294400 134512640 135305190 4294956144 18446744073709551615 134528341 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25919/statm: 12579 9140 83 193 0 12383 0
[pid=25919/tid=25920] ppid=25916 vsize=50316 CPUtime=118.13
/proc/25919/task/25920/stat : 25920 (manysat1.1_stat) R 25916 25916 25820 0 -1 4194368 4498 0 0 0 11809 4 0 0 17 0 2 0 103413996 51523584 9140 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 235.96
Current children cumulated vsize (KiB) 55672

[startup+118.503 s]
/proc/loadavg: 1.97 1.86 1.48 3/67 25920
/proc/meminfo: memFree=1661752/2055920 swapFree=4191900/4192956
[pid=25916] ppid=25914 vsize=5356 CPUtime=0.07
/proc/25916/stat : 25916 (manysat.sh) S 25914 25916 25820 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103413987 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25916/statm: 1339 238 195 169 0 50 0
[pid=25919] ppid=25916 vsize=50316 CPUtime=236.29
/proc/25919/stat : 25919 (manysat1.1_stat) R 25916 25916 25820 0 -1 4194304 9157 0 0 0 23620 9 0 0 23 0 2 0 103413995 51523584 9143 1992294400 134512640 135305190 4294956144 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25919/statm: 12579 9143 83 193 0 12383 0
[pid=25919/tid=25920] ppid=25916 vsize=50316 CPUtime=118.33
/proc/25919/task/25920/stat : 25920 (manysat1.1_stat) R 25916 25916 25820 0 -1 4194368 4498 0 0 0 11829 4 0 0 17 0 2 0 103413996 51523584 9143 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 236.36
Current children cumulated vsize (KiB) 55672

[startup+118.603 s]
/proc/loadavg: 1.97 1.86 1.48 3/67 25920
/proc/meminfo: memFree=1661752/2055920 swapFree=4191900/4192956
[pid=25916] ppid=25914 vsize=5356 CPUtime=0.07
/proc/25916/stat : 25916 (manysat.sh) S 25914 25916 25820 0 -1 4194304 312 417 0 0 0 0 7 0 16 0 1 0 103413987 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25916/statm: 1339 238 195 169 0 50 0
[pid=25919] ppid=25916 vsize=50316 CPUtime=236.49
/proc/25919/stat : 25919 (manysat1.1_stat) R 25916 25916 25820 0 -1 4194304 9157 0 0 0 23640 9 0 0 24 0 2 0 103413995 51523584 9143 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25919/statm: 12579 9143 83 193 0 12383 0
[pid=25919/tid=25920] ppid=25916 vsize=50316 CPUtime=118.43
/proc/25919/task/25920/stat : 25920 (manysat1.1_stat) R 25916 25916 25820 0 -1 4194368 4498 0 0 0 11839 4 0 0 17 0 2 0 103413996 51523584 9143 1992294400 134512640 135305190 4294956144 18446744073709551615 134528771 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 236.56
Current children cumulated vsize (KiB) 55672

Child status: 20
Real time (s): 118.678
CPU time (s): 236.712
CPU user time (s): 236.606
CPU system time (s): 0.105983
CPU usage (%): 199.458
Max. virtual memory (cumulated for all children) (KiB): 55672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 236.606
system time used= 0.105983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10055
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= 378
involuntary context switches= 1785

runsolver used 0.12998 second user time and 0.313952 second system time

The end

Launcher Data

Begin job on node31 at 2009-04-26 15:50:08
IDJOB=1729806
IDBENCH=24715
IDSOLVER=513
FILE ID=node31/1729806-1240753808
PBS_JOBID= 9187114
Free space on /tmp= 66416 MiB

SOLVER NAME= ManySAT 1.1 aimd 0/2009-03-20
BENCH NAME= SAT07/crafted/Difficult/contest05/QG/QG6-gensys-brn007.sat05-2684.reshuffled-07.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1729806-1240753808/watcher-1729806-1240753808 -o /tmp/evaluation-result-1729806-1240753808/solver-1729806-1240753808 -C 1200 -W 1800 -M 1800 --output-limit 1,15  manysat.sh HOME/instance-1729806-1240753808.cnf aimd 0

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

MD5SUM BENCH= 749c079607e9e37c206eeb8bd5b8bfaf
RANDOM SEED=97123861

node31.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.213
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.213
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:       1699504 kB
Buffers:         35820 kB
Cached:         234912 kB
SwapCached:        384 kB
Active:          87028 kB
Inactive:       198052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1699504 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:            1816 kB
Writeback:           0 kB
Mapped:          22764 kB
Slab:            57168 kB
Committed_AS:   383788 kB
PageTables:       1464 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66416 MiB
End job on node31 at 2009-04-26 15:52:07