Trace number 1725831

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 107.007 53.6867

General information on the benchmark

Namecrafted/Medium/contest05/others/
QG-gensys-brn008.sat05-2685.reshuffled-07.cnf
MD5SUMf9cdae8890dde718d40830262adc8433
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark62.0236
Satisfiable
(Un)Satisfiability was proved
Number of variables1467
Number of clauses7521
Sum of the clauses size64621
Maximum clause length16
Minimum clause length1
Number of clauses of size 127
Number of clauses of size 2247
Number of clauses of size 31130
Number of clauses of size 482
Number of clauses of size 5852
Number of clauses of size over 55183

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 |    7309    63695 |    2192       0        0     nan |  0.000 % |
0.04/0.06	c |         0 |    6058    53912 |      --       0       --      -- |     --   | -423/-5172
0.04/0.06	c ==============================================================================
0.04/0.06	c Result  :   #vars: 1343   #clauses: 6058   #literals: 53912
0.04/0.06	c CPU time:   0.06299 s
0.04/0.06	c ==============================================================================
106.82/53.68	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
106.82/53.68	c ============================[ Problem Statistics ]=============================
106.82/53.68	c |                                                                             |
106.82/53.68	c threadId              : 1
106.82/53.68	c restarts              : 1369
106.82/53.68	c conflicts             : 216304         (2025 /sec)
106.82/53.68	c decisions             : 636180         (1.94 % random) (5955 /sec)
106.82/53.68	c propagations          : 7086620        (66338 /sec)
106.82/53.68	c conflict literals     : 5527747        (20.57 % deleted)
106.82/53.68	c Memory used           : 37.04 MB
106.82/53.68	c CPU time              : 106.826 s
106.82/53.68	
106.82/53.68	c --->m=2, e=8, aimd=0, HOME/14698_many.cnf	time: 53.4129	conflicts: 216304       
106.82/53.68	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-1725831-1240706925/watcher-1725831-1240706925 -o /tmp/evaluation-result-1725831-1240706925/solver-1725831-1240706925 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1725831-1240706925.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.22 1.63 1.41 3/64 14698
/proc/meminfo: memFree=1659640/2055920 swapFree=4192812/4192956
[pid=14698] ppid=14696 vsize=5356 CPUtime=0
/proc/14698/stat : 14698 (manysat.sh) R 14696 14698 14067 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 98725147 5484544 234 1992294400 4194304 4889804 548682068784 18446744073709551615 210824129183 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/14698/statm: 1339 234 194 169 0 50 0
[pid=14699] ppid=14698 vsize=956 CPUtime=0
/proc/14699/stat : 14699 (SatElite) R 14698 14698 14067 0 -1 4194304 142 0 0 0 0 0 0 0 18 0 1 0 98725147 978944 126 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/14699/statm: 239 127 52 127 0 109 0

[startup+0.050002 s]
/proc/loadavg: 1.22 1.63 1.41 3/64 14698
/proc/meminfo: memFree=1659640/2055920 swapFree=4192812/4192956
[pid=14698] ppid=14696 vsize=5356 CPUtime=0
/proc/14698/stat : 14698 (manysat.sh) S 14696 14698 14067 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 98725147 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14698/statm: 1339 235 195 169 0 50 0
[pid=14699] ppid=14698 vsize=1788 CPUtime=0.04
/proc/14699/stat : 14699 (SatElite) R 14698 14698 14067 0 -1 4194304 385 0 0 0 4 0 0 0 19 0 1 0 98725147 1830912 368 1992294400 134512640 135034092 4294956096 18446744073709551615 134566170 0 0 4096 3 0 0 0 17 0 0 0
/proc/14699/statm: 447 368 68 127 0 317 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 7144

[startup+0.102015 s]
/proc/loadavg: 1.22 1.63 1.41 3/64 14698
/proc/meminfo: memFree=1659640/2055920 swapFree=4192812/4192956
[pid=14698] ppid=14696 vsize=5356 CPUtime=0.07
/proc/14698/stat : 14698 (manysat.sh) S 14696 14698 14067 0 -1 4194304 312 393 0 0 0 0 7 0 16 0 1 0 98725147 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14698/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.301036 s]
/proc/loadavg: 1.22 1.63 1.41 3/64 14698
/proc/meminfo: memFree=1659640/2055920 swapFree=4192812/4192956
[pid=14698] ppid=14696 vsize=5356 CPUtime=0.07
/proc/14698/stat : 14698 (manysat.sh) S 14696 14698 14067 0 -1 4194304 312 393 0 0 0 0 7 0 16 0 1 0 98725147 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14698/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+0.701087 s]
/proc/loadavg: 1.22 1.63 1.41 3/64 14698
/proc/meminfo: memFree=1659640/2055920 swapFree=4192812/4192956
[pid=14698] ppid=14696 vsize=5356 CPUtime=0.07
/proc/14698/stat : 14698 (manysat.sh) S 14696 14698 14067 0 -1 4194304 312 393 0 0 0 0 7 0 16 0 1 0 98725147 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14698/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5356

[startup+1.50119 s]
/proc/loadavg: 1.28 1.64 1.42 3/67 14702
/proc/meminfo: memFree=1653408/2055920 swapFree=4192812/4192956
[pid=14698] ppid=14696 vsize=5356 CPUtime=0.07
/proc/14698/stat : 14698 (manysat.sh) S 14696 14698 14067 0 -1 4194304 312 393 0 0 0 0 7 0 16 0 1 0 98725147 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14698/statm: 1339 238 195 169 0 50 0
[pid=14701] ppid=14698 vsize=19900 CPUtime=2.79
/proc/14701/stat : 14701 (manysat1.1_stat) R 14698 14698 14067 0 -1 4194304 1887 0 0 0 278 1 0 0 17 0 2 0 98725155 20377600 1873 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14701/statm: 4975 1873 83 193 0 4779 0
[pid=14701/tid=14702] ppid=14698 vsize=19900 CPUtime=1.38
/proc/14701/task/14702/stat : 14702 (manysat1.1_stat) R 14698 14698 14067 0 -1 4194368 696 0 0 0 138 0 0 0 17 0 2 0 98725157 20377600 1873 1992294400 134512640 135305190 4294956144 18446744073709551615 134528315 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 25256

[startup+3.10238 s]
/proc/loadavg: 1.28 1.64 1.42 3/67 14702
/proc/meminfo: memFree=1650208/2055920 swapFree=4192812/4192956
[pid=14698] ppid=14696 vsize=5356 CPUtime=0.07
/proc/14698/stat : 14698 (manysat.sh) S 14696 14698 14067 0 -1 4194304 312 393 0 0 0 0 7 0 16 0 1 0 98725147 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14698/statm: 1339 238 195 169 0 50 0
[pid=14701] ppid=14698 vsize=22096 CPUtime=5.99
/proc/14701/stat : 14701 (manysat1.1_stat) R 14698 14698 14067 0 -1 4194304 2571 0 0 0 597 2 0 0 17 0 2 0 98725155 22626304 2557 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14701/statm: 5524 2557 83 193 0 5328 0
[pid=14701/tid=14702] ppid=14698 vsize=22096 CPUtime=2.99
/proc/14701/task/14702/stat : 14702 (manysat1.1_stat) R 14698 14698 14067 0 -1 4194368 1031 0 0 0 298 1 0 0 17 0 2 0 98725157 22626304 2557 1992294400 134512640 135305190 4294956144 18446744073709551615 134528875 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 27452

[startup+6.30177 s]
/proc/loadavg: 1.28 1.64 1.42 3/67 14702
/proc/meminfo: memFree=1646432/2055920 swapFree=4192812/4192956
[pid=14698] ppid=14696 vsize=5356 CPUtime=0.07
/proc/14698/stat : 14698 (manysat.sh) S 14696 14698 14067 0 -1 4194304 312 393 0 0 0 0 7 0 16 0 1 0 98725147 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14698/statm: 1339 238 195 169 0 50 0
[pid=14701] ppid=14698 vsize=25824 CPUtime=12.37
/proc/14701/stat : 14701 (manysat1.1_stat) R 14698 14698 14067 0 -1 4194304 3490 0 0 0 1234 3 0 0 17 0 2 0 98725155 26443776 3476 1992294400 134512640 135305190 4294956144 18446744073709551615 134528224 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14701/statm: 6456 3476 83 193 0 6260 0
[pid=14701/tid=14702] ppid=14698 vsize=25824 CPUtime=6.18
/proc/14701/task/14702/stat : 14702 (manysat1.1_stat) R 14698 14698 14067 0 -1 4194368 1425 0 0 0 616 2 0 0 16 0 2 0 98725157 26443776 3476 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 31180

[startup+12.7025 s]
/proc/loadavg: 1.39 1.65 1.42 3/67 14702
/proc/meminfo: memFree=1643040/2055920 swapFree=4192812/4192956
[pid=14698] ppid=14696 vsize=5356 CPUtime=0.07
/proc/14698/stat : 14698 (manysat.sh) S 14696 14698 14067 0 -1 4194304 312 393 0 0 0 0 7 0 16 0 1 0 98725147 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14698/statm: 1339 238 195 169 0 50 0
[pid=14701] ppid=14698 vsize=28628 CPUtime=25.14
/proc/14701/stat : 14701 (manysat1.1_stat) R 14698 14698 14067 0 -1 4194304 4116 0 0 0 2510 4 0 0 17 0 2 0 98725155 29315072 4102 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14701/statm: 7157 4102 83 193 0 6961 0
[pid=14701/tid=14702] ppid=14698 vsize=28628 CPUtime=12.58
/proc/14701/task/14702/stat : 14702 (manysat1.1_stat) R 14698 14698 14067 0 -1 4194368 1742 0 0 0 1256 2 0 0 23 0 2 0 98725157 29315072 4102 1992294400 134512640 135305190 4294956144 18446744073709551615 134528499 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 33984

[startup+25.5011 s]
/proc/loadavg: 1.48 1.66 1.43 3/67 14702
/proc/meminfo: memFree=1638176/2055920 swapFree=4192812/4192956
[pid=14698] ppid=14696 vsize=5356 CPUtime=0.07
/proc/14698/stat : 14698 (manysat.sh) S 14696 14698 14067 0 -1 4194304 312 393 0 0 0 0 7 0 16 0 1 0 98725147 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14698/statm: 1339 238 195 169 0 50 0
[pid=14701] ppid=14698 vsize=33164 CPUtime=50.67
/proc/14701/stat : 14701 (manysat1.1_stat) R 14698 14698 14067 0 -1 4194304 5227 0 0 0 5061 6 0 0 25 0 2 0 98725155 33959936 5213 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14701/statm: 8291 5213 83 193 0 8095 0
[pid=14701/tid=14702] ppid=14698 vsize=33164 CPUtime=25.37
/proc/14701/task/14702/stat : 14702 (manysat1.1_stat) R 14698 14698 14067 0 -1 4194368 2276 0 0 0 2534 3 0 0 21 0 2 0 98725157 33959936 5213 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 38520

[startup+51.1012 s]
/proc/loadavg: 1.66 1.69 1.44 3/67 14702
/proc/meminfo: memFree=1634592/2055920 swapFree=4192812/4192956
[pid=14698] ppid=14696 vsize=5356 CPUtime=0.07
/proc/14698/stat : 14698 (manysat.sh) S 14696 14698 14067 0 -1 4194304 312 393 0 0 0 0 7 0 16 0 1 0 98725147 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14698/statm: 1339 238 195 169 0 50 0
[pid=14701] ppid=14698 vsize=36704 CPUtime=101.75
/proc/14701/stat : 14701 (manysat1.1_stat) R 14698 14698 14067 0 -1 4194304 6141 0 0 0 10167 8 0 0 18 0 2 0 98725155 37584896 6127 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14701/statm: 9176 6127 83 193 0 8980 0
[pid=14701/tid=14702] ppid=14698 vsize=36704 CPUtime=50.95
/proc/14701/task/14702/stat : 14702 (manysat1.1_stat) R 14698 14698 14067 0 -1 4194368 2761 0 0 0 5092 3 0 0 18 0 2 0 98725157 37584896 6127 1992294400 134512640 135305190 4294956144 18446744073709551615 134528413 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 42060

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

[startup+52.7014 s]
/proc/loadavg: 1.69 1.69 1.45 3/67 14702
/proc/meminfo: memFree=1634272/2055920 swapFree=4192812/4192956
[pid=14698] ppid=14696 vsize=5356 CPUtime=0.07
/proc/14698/stat : 14698 (manysat.sh) S 14696 14698 14067 0 -1 4194304 312 393 0 0 0 0 7 0 16 0 1 0 98725147 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14698/statm: 1339 238 195 169 0 50 0
[pid=14701] ppid=14698 vsize=37920 CPUtime=104.95
/proc/14701/stat : 14701 (manysat1.1_stat) R 14698 14698 14067 0 -1 4194304 6210 0 0 0 10487 8 0 0 20 0 2 0 98725155 38830080 6196 1992294400 134512640 135305190 4294956144 18446744073709551615 134528518 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14701/statm: 9480 6196 83 193 0 9284 0
[pid=14701/tid=14702] ppid=14698 vsize=37920 CPUtime=52.56
/proc/14701/task/14702/stat : 14702 (manysat1.1_stat) R 14698 14698 14067 0 -1 4194368 2791 0 0 0 5253 3 0 0 21 0 2 0 98725157 38830080 6196 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 105.02
Current children cumulated vsize (KiB) 43276

[startup+53.1024 s]
/proc/loadavg: 1.69 1.69 1.45 3/67 14702
/proc/meminfo: memFree=1634272/2055920 swapFree=4192812/4192956
[pid=14698] ppid=14696 vsize=5356 CPUtime=0.07
/proc/14698/stat : 14698 (manysat.sh) S 14696 14698 14067 0 -1 4194304 312 393 0 0 0 0 7 0 16 0 1 0 98725147 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14698/statm: 1339 238 195 169 0 50 0
[pid=14701] ppid=14698 vsize=37920 CPUtime=105.75
/proc/14701/stat : 14701 (manysat1.1_stat) R 14698 14698 14067 0 -1 4194304 6211 0 0 0 10567 8 0 0 21 0 2 0 98725155 38830080 6197 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14701/statm: 9480 6197 83 193 0 9284 0
[pid=14701/tid=14702] ppid=14698 vsize=37920 CPUtime=52.95
/proc/14701/task/14702/stat : 14702 (manysat1.1_stat) R 14698 14698 14067 0 -1 4194368 2792 0 0 0 5292 3 0 0 22 0 2 0 98725157 38830080 6197 1992294400 134512640 135305190 4294956144 18446744073709551615 134528571 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 105.82
Current children cumulated vsize (KiB) 43276

[startup+53.5025 s]
/proc/loadavg: 1.69 1.69 1.45 3/67 14702
/proc/meminfo: memFree=1634272/2055920 swapFree=4192812/4192956
[pid=14698] ppid=14696 vsize=5356 CPUtime=0.07
/proc/14698/stat : 14698 (manysat.sh) S 14696 14698 14067 0 -1 4194304 312 393 0 0 0 0 7 0 16 0 1 0 98725147 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14698/statm: 1339 238 195 169 0 50 0
[pid=14701] ppid=14698 vsize=37920 CPUtime=106.55
/proc/14701/stat : 14701 (manysat1.1_stat) R 14698 14698 14067 0 -1 4194304 6228 0 0 0 10647 8 0 0 22 0 2 0 98725155 38830080 6214 1992294400 134512640 135305190 4294956144 18446744073709551615 134528332 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14701/statm: 9480 6214 83 193 0 9284 0
[pid=14701/tid=14702] ppid=14698 vsize=37920 CPUtime=53.35
/proc/14701/task/14702/stat : 14702 (manysat1.1_stat) R 14698 14698 14067 0 -1 4194368 2792 0 0 0 5332 3 0 0 23 0 2 0 98725157 38830080 6214 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 106.62
Current children cumulated vsize (KiB) 43276

[startup+53.6025 s]
/proc/loadavg: 1.69 1.69 1.45 3/67 14702
/proc/meminfo: memFree=1634272/2055920 swapFree=4192812/4192956
[pid=14698] ppid=14696 vsize=5356 CPUtime=0.07
/proc/14698/stat : 14698 (manysat.sh) S 14696 14698 14067 0 -1 4194304 312 393 0 0 0 0 7 0 16 0 1 0 98725147 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 210824127300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14698/statm: 1339 238 195 169 0 50 0
[pid=14701] ppid=14698 vsize=37920 CPUtime=106.75
/proc/14701/stat : 14701 (manysat1.1_stat) R 14698 14698 14067 0 -1 4194304 6230 0 0 0 10667 8 0 0 23 0 2 0 98725155 38830080 6216 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/14701/statm: 9480 6216 83 193 0 9284 0
[pid=14701/tid=14702] ppid=14698 vsize=37920 CPUtime=53.45
/proc/14701/task/14702/stat : 14702 (manysat1.1_stat) R 14698 14698 14067 0 -1 4194368 2792 0 0 0 5342 3 0 0 24 0 2 0 98725157 38830080 6216 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 106.82
Current children cumulated vsize (KiB) 43276

Child status: 20
Real time (s): 53.6867
CPU time (s): 107.007
CPU user time (s): 106.906
CPU system time (s): 0.100984
CPU usage (%): 199.317
Max. virtual memory (cumulated for all children) (KiB): 43276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 106.906
system time used= 0.100984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7105
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= 424
involuntary context switches= 820

runsolver used 0.051992 second user time and 0.149977 second system time

The end

Launcher Data

Begin job on node33 at 2009-04-26 02:48:45
IDJOB=1725831
IDBENCH=24599
IDSOLVER=513
FILE ID=node33/1725831-1240706925
PBS_JOBID= 9186769
Free space on /tmp= 66352 MiB

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

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

MD5SUM BENCH= f9cdae8890dde718d40830262adc8433
RANDOM SEED=1929194553

node33.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.212
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.212
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:       1660120 kB
Buffers:         39920 kB
Cached:         292192 kB
SwapCached:          0 kB
Active:         155416 kB
Inactive:       190552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1660120 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1800 kB
Writeback:           0 kB
Mapped:          23640 kB
Slab:            35936 kB
Committed_AS:   325120 kB
PageTables:       1388 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= 66352 MiB
End job on node33 at 2009-04-26 02:49:39