Trace number 1729754

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
ManySAT 1.1 aimd 1/2009-03-20UNSAT 195.24 97.9154

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-ukn003.sat05-2726.reshuffled-07.cnf
MD5SUM92c8b4fc23a7c22313979a2d9b3b5a58
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark72.8839
Satisfiable
(Un)Satisfiability was proved
Number of variables1691
Number of clauses9177
Sum of the clauses size77698
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2289
Number of clauses of size 31389
Number of clauses of size 4171
Number of clauses of size 5960
Number of clauses of size over 56335

Solver Data

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |    8918    76263 |    2675       0        0     nan |  0.000 % |
0.00/0.07	c |         0 |    7397    64229 |      --       0       --      -- |     --   | -633/-7045
0.00/0.07	c ==============================================================================
0.00/0.07	c Result  :   #vars: 1505   #clauses: 7397   #literals: 64229
0.00/0.07	c CPU time:   0.072988 s
0.00/0.07	c ==============================================================================
195.01/97.90	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
195.01/97.90	c ============================[ Problem Statistics ]=============================
195.01/97.90	c |                                                                             |
195.01/97.90	c threadId              : 1
195.01/97.90	c restarts              : 1268
195.01/97.90	c conflicts             : 259300         (1330 /sec)
195.01/97.90	c decisions             : 610876         (1.95 % random) (3133 /sec)
195.01/97.90	c propagations          : 10741844       (55083 /sec)
195.01/97.90	c conflict literals     : 7588791        (27.30 % deleted)
195.01/97.90	c Memory used           : 48.77 MB
195.01/97.90	c CPU time              : 195.01 s
195.01/97.90	
195.01/97.90	c --->m=2, e=8, aimd=1, HOME/27622_many.cnf	time: 97.5052	conflicts: 259300       
195.22/97.91	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-1729754-1240753411/watcher-1729754-1240753411 -o /tmp/evaluation-result-1729754-1240753411/solver-1729754-1240753411 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1729754-1240753411.cnf aimd 1 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.83 1.82 1.44 3/64 27622
/proc/meminfo: memFree=1508536/2055920 swapFree=4181324/4192956
[pid=27622] ppid=27620 vsize=5356 CPUtime=0
/proc/27622/stat : 27622 (manysat.sh) S 27620 27622 27585 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 103374350 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27622/statm: 1339 235 195 169 0 50 0
[pid=27623] ppid=27622 vsize=1172 CPUtime=0
/proc/27623/stat : 27623 (SatElite) R 27622 27622 27585 0 -1 4194304 173 0 0 0 0 0 0 0 18 0 1 0 103374351 1200128 157 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/27623/statm: 293 157 52 127 0 163 0

[startup+0.0792141 s]
/proc/loadavg: 1.83 1.82 1.44 3/64 27622
/proc/meminfo: memFree=1508536/2055920 swapFree=4181324/4192956
[pid=27622] ppid=27620 vsize=5356 CPUtime=0
/proc/27622/stat : 27622 (manysat.sh) S 27620 27622 27585 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 103374350 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27622/statm: 1339 235 195 169 0 50 0
[pid=27623] ppid=27622 vsize=2224 CPUtime=0.07
/proc/27623/stat : 27623 (SatElite) R 27622 27622 27585 0 -1 4194304 481 0 0 0 7 0 0 0 18 0 1 0 103374351 2277376 455 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/27623/statm: 556 455 69 127 0 426 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 7580

[startup+0.101216 s]
/proc/loadavg: 1.83 1.82 1.44 3/64 27622
/proc/meminfo: memFree=1508536/2055920 swapFree=4181324/4192956
[pid=27622] ppid=27620 vsize=5356 CPUtime=0
/proc/27622/stat : 27622 (manysat.sh) S 27620 27622 27585 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 103374350 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27622/statm: 1339 235 195 169 0 50 0
[pid=27623] ppid=27622 vsize=2224 CPUtime=0.09
/proc/27623/stat : 27623 (SatElite) R 27622 27622 27585 0 -1 4194304 481 0 0 0 9 0 0 0 18 0 1 0 103374351 2277376 455 1992294400 134512640 135034092 4294956096 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/27623/statm: 556 455 69 127 0 426 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 7580

[startup+0.301242 s]
/proc/loadavg: 1.83 1.82 1.44 3/64 27622
/proc/meminfo: memFree=1508536/2055920 swapFree=4181324/4192956
[pid=27622] ppid=27620 vsize=5356 CPUtime=0.09
/proc/27622/stat : 27622 (manysat.sh) S 27620 27622 27585 0 -1 4194304 312 484 0 0 0 0 9 0 16 0 1 0 103374350 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27622/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5356

[startup+0.701288 s]
/proc/loadavg: 1.83 1.82 1.44 3/64 27622
/proc/meminfo: memFree=1508536/2055920 swapFree=4181324/4192956
[pid=27622] ppid=27620 vsize=5356 CPUtime=0.09
/proc/27622/stat : 27622 (manysat.sh) S 27620 27622 27585 0 -1 4194304 312 484 0 0 0 0 9 0 16 0 1 0 103374350 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27622/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5356

[startup+1.50138 s]
/proc/loadavg: 1.83 1.82 1.44 3/67 27626
/proc/meminfo: memFree=1502304/2055920 swapFree=4181324/4192956
[pid=27622] ppid=27620 vsize=5356 CPUtime=0.09
/proc/27622/stat : 27622 (manysat.sh) S 27620 27622 27585 0 -1 4194304 312 484 0 0 0 0 9 0 16 0 1 0 103374350 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27622/statm: 1339 238 195 169 0 50 0
[pid=27625] ppid=27622 vsize=19732 CPUtime=2.77
/proc/27625/stat : 27625 (manysat1.1_stat) R 27622 27622 27585 0 -1 4194304 1882 0 0 0 275 2 0 0 17 0 2 0 103374361 20205568 1868 1992294400 134512640 135305190 4294956144 18446744073709551615 134561695 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27625/statm: 4933 1868 83 193 0 4737 0
[pid=27625/tid=27626] ppid=27622 vsize=19732 CPUtime=1.37
/proc/27625/task/27626/stat : 27626 (manysat1.1_stat) R 27622 27622 27585 0 -1 4194368 657 0 0 0 136 1 0 0 17 0 2 0 103374363 20205568 1868 1992294400 134512640 135305190 4294956144 18446744073709551615 134528379 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 25088

[startup+3.10255 s]
/proc/loadavg: 1.85 1.82 1.44 3/67 27626
/proc/meminfo: memFree=1499232/2055920 swapFree=4181324/4192956
[pid=27622] ppid=27620 vsize=5356 CPUtime=0.09
/proc/27622/stat : 27622 (manysat.sh) S 27620 27622 27585 0 -1 4194304 312 484 0 0 0 0 9 0 16 0 1 0 103374350 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27622/statm: 1339 238 195 169 0 50 0
[pid=27625] ppid=27622 vsize=22968 CPUtime=5.96
/proc/27625/stat : 27625 (manysat1.1_stat) R 27622 27622 27585 0 -1 4194304 2596 0 0 0 594 2 0 0 17 0 2 0 103374361 23519232 2582 1992294400 134512640 135305190 4294956144 18446744073709551615 134528341 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27625/statm: 5742 2582 83 193 0 5546 0
[pid=27625/tid=27626] ppid=27622 vsize=22968 CPUtime=2.96
/proc/27625/task/27626/stat : 27626 (manysat1.1_stat) R 27622 27622 27585 0 -1 4194368 968 0 0 0 295 1 0 0 18 0 2 0 103374363 23519232 2582 1992294400 134512640 135305190 4294956144 18446744073709551615 134528301 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 28324

[startup+6.30189 s]
/proc/loadavg: 1.85 1.82 1.44 3/67 27626
/proc/meminfo: memFree=1495008/2055920 swapFree=4181324/4192956
[pid=27622] ppid=27620 vsize=5356 CPUtime=0.09
/proc/27622/stat : 27622 (manysat.sh) S 27620 27622 27585 0 -1 4194304 312 484 0 0 0 0 9 0 16 0 1 0 103374350 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27622/statm: 1339 238 195 169 0 50 0
[pid=27625] ppid=27622 vsize=27020 CPUtime=12.35
/proc/27625/stat : 27625 (manysat1.1_stat) R 27622 27622 27585 0 -1 4194304 3553 0 0 0 1231 4 0 0 18 0 2 0 103374361 27668480 3539 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27625/statm: 6755 3539 83 193 0 6559 0
[pid=27625/tid=27626] ppid=27622 vsize=27020 CPUtime=6.17
/proc/27625/task/27626/stat : 27626 (manysat1.1_stat) R 27622 27622 27585 0 -1 4194368 1390 0 0 0 615 2 0 0 17 0 2 0 103374363 27668480 3539 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 32376

[startup+12.7026 s]
/proc/loadavg: 1.87 1.83 1.45 3/67 27626
/proc/meminfo: memFree=1489960/2055920 swapFree=4181324/4192956
[pid=27622] ppid=27620 vsize=5356 CPUtime=0.09
/proc/27622/stat : 27622 (manysat.sh) S 27620 27622 27585 0 -1 4194304 312 484 0 0 0 0 9 0 16 0 1 0 103374350 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27622/statm: 1339 238 195 169 0 50 0
[pid=27625] ppid=27622 vsize=30208 CPUtime=25.11
/proc/27625/stat : 27625 (manysat1.1_stat) R 27622 27622 27585 0 -1 4194304 4533 0 0 0 2506 5 0 0 18 0 2 0 103374361 30932992 4519 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27625/statm: 7552 4519 83 193 0 7356 0
[pid=27625/tid=27626] ppid=27622 vsize=30208 CPUtime=12.56
/proc/27625/task/27626/stat : 27626 (manysat1.1_stat) R 27622 27622 27585 0 -1 4194368 1849 0 0 0 1253 3 0 0 20 0 2 0 103374363 30932992 4519 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 35564

[startup+25.502 s]
/proc/loadavg: 1.89 1.83 1.46 3/67 27626
/proc/meminfo: memFree=1483048/2055920 swapFree=4181324/4192956
[pid=27622] ppid=27620 vsize=5356 CPUtime=0.09
/proc/27622/stat : 27622 (manysat.sh) S 27620 27622 27585 0 -1 4194304 312 484 0 0 0 0 9 0 16 0 1 0 103374350 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27622/statm: 1339 238 195 169 0 50 0
[pid=27625] ppid=27622 vsize=38356 CPUtime=50.66
/proc/27625/stat : 27625 (manysat1.1_stat) R 27622 27622 27585 0 -1 4194304 6331 0 0 0 5058 8 0 0 18 0 2 0 103374361 39276544 6317 1992294400 134512640 135305190 4294956144 18446744073709551615 134528310 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27625/statm: 9589 6317 83 193 0 9393 0
[pid=27625/tid=27626] ppid=27622 vsize=38356 CPUtime=25.36
/proc/27625/task/27626/stat : 27626 (manysat1.1_stat) R 27622 27622 27585 0 -1 4194368 2836 0 0 0 2531 5 0 0 25 0 2 0 103374363 39276544 6317 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 43712

[startup+51.1017 s]
/proc/loadavg: 1.93 1.84 1.47 3/67 27626
/proc/meminfo: memFree=1477608/2055920 swapFree=4181324/4192956
[pid=27622] ppid=27620 vsize=5356 CPUtime=0.09
/proc/27622/stat : 27622 (manysat.sh) S 27620 27622 27585 0 -1 4194304 312 484 0 0 0 0 9 0 16 0 1 0 103374350 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27622/statm: 1339 238 195 169 0 50 0
[pid=27625] ppid=27622 vsize=43944 CPUtime=101.73
/proc/27625/stat : 27625 (manysat1.1_stat) R 27622 27622 27585 0 -1 4194304 7627 0 0 0 10164 9 0 0 17 0 2 0 103374361 44998656 7613 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27625/statm: 10986 7613 83 193 0 10790 0
[pid=27625/tid=27626] ppid=27622 vsize=43944 CPUtime=50.95
/proc/27625/task/27626/stat : 27626 (manysat1.1_stat) R 27622 27622 27585 0 -1 4194368 3410 0 0 0 5090 5 0 0 25 0 2 0 103374363 44998656 7613 1992294400 134512640 135305190 4294956144 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 49300

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

[startup+76.7014 s]
/proc/loadavg: 1.95 1.86 1.48 3/67 27626
/proc/meminfo: memFree=1473960/2055920 swapFree=4181324/4192956
[pid=27622] ppid=27620 vsize=5356 CPUtime=0.09
/proc/27622/stat : 27622 (manysat.sh) S 27620 27622 27585 0 -1 4194304 312 484 0 0 0 0 9 0 16 0 1 0 103374350 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27622/statm: 1339 238 195 169 0 50 0
[pid=27625] ppid=27622 vsize=47284 CPUtime=152.81
/proc/27625/stat : 27625 (manysat1.1_stat) R 27622 27622 27585 0 -1 4194304 8586 0 0 0 15271 10 0 0 19 0 2 0 103374361 48418816 8572 1992294400 134512640 135305190 4294956144 18446744073709551615 134528379 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27625/statm: 11821 8572 83 193 0 11625 0
[pid=27625/tid=27626] ppid=27622 vsize=47284 CPUtime=76.54
/proc/27625/task/27626/stat : 27626 (manysat1.1_stat) R 27622 27622 27585 0 -1 4194368 3833 0 0 0 7648 6 0 0 23 0 2 0 103374363 48418816 8572 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 152.9
Current children cumulated vsize (KiB) 52640

[startup+89.5028 s]
/proc/loadavg: 1.96 1.86 1.49 3/67 27626
/proc/meminfo: memFree=1471656/2055920 swapFree=4181324/4192956
[pid=27622] ppid=27620 vsize=5356 CPUtime=0.09
/proc/27622/stat : 27622 (manysat.sh) S 27620 27622 27585 0 -1 4194304 312 484 0 0 0 0 9 0 16 0 1 0 103374350 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27622/statm: 1339 238 195 169 0 50 0
[pid=27625] ppid=27622 vsize=49388 CPUtime=178.36
/proc/27625/stat : 27625 (manysat1.1_stat) R 27622 27622 27585 0 -1 4194304 9073 0 0 0 17825 11 0 0 25 0 2 0 103374361 50573312 9059 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27625/statm: 12347 9059 83 193 0 12151 0
[pid=27625/tid=27626] ppid=27622 vsize=49388 CPUtime=89.33
/proc/27625/task/27626/stat : 27626 (manysat1.1_stat) R 27622 27622 27585 0 -1 4194368 4120 0 0 0 8927 6 0 0 25 0 2 0 103374363 50573312 9059 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 178.45
Current children cumulated vsize (KiB) 54744

[startup+92.7012 s]
/proc/loadavg: 1.96 1.86 1.49 3/67 27626
/proc/meminfo: memFree=1471400/2055920 swapFree=4181324/4192956
[pid=27622] ppid=27620 vsize=5356 CPUtime=0.09
/proc/27622/stat : 27622 (manysat.sh) S 27620 27622 27585 0 -1 4194304 312 484 0 0 0 0 9 0 16 0 1 0 103374350 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27622/statm: 1339 238 195 169 0 50 0
[pid=27625] ppid=27622 vsize=49792 CPUtime=184.74
/proc/27625/stat : 27625 (manysat1.1_stat) R 27622 27622 27585 0 -1 4194304 9151 0 0 0 18463 11 0 0 25 0 2 0 103374361 50987008 9137 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27625/statm: 12448 9137 83 193 0 12252 0
[pid=27625/tid=27626] ppid=27622 vsize=49792 CPUtime=92.54
/proc/27625/task/27626/stat : 27626 (manysat1.1_stat) R 27622 27622 27585 0 -1 4194368 4184 0 0 0 9247 7 0 0 17 0 2 0 103374363 50987008 9137 1992294400 134512640 135305190 4294956144 18446744073709551615 134538583 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 184.83
Current children cumulated vsize (KiB) 55148

[startup+95.9025 s]
/proc/loadavg: 1.96 1.86 1.49 3/67 27626
/proc/meminfo: memFree=1471272/2055920 swapFree=4181324/4192956
[pid=27622] ppid=27620 vsize=5356 CPUtime=0.09
/proc/27622/stat : 27622 (manysat.sh) S 27620 27622 27585 0 -1 4194304 312 484 0 0 0 0 9 0 16 0 1 0 103374350 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27622/statm: 1339 238 195 169 0 50 0
[pid=27625] ppid=27622 vsize=49932 CPUtime=191.12
/proc/27625/stat : 27625 (manysat1.1_stat) R 27622 27622 27585 0 -1 4194304 9192 0 0 0 19101 11 0 0 18 0 2 0 103374361 51130368 9178 1992294400 134512640 135305190 4294956144 18446744073709551615 134556770 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27625/statm: 12483 9178 83 193 0 12287 0
[pid=27625/tid=27626] ppid=27622 vsize=49932 CPUtime=95.73
/proc/27625/task/27626/stat : 27626 (manysat1.1_stat) R 27622 27622 27585 0 -1 4194368 4184 0 0 0 9566 7 0 0 17 0 2 0 103374363 51130368 9178 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 191.21
Current children cumulated vsize (KiB) 55288

[startup+96.7026 s]
/proc/loadavg: 1.97 1.87 1.49 3/67 27626
/proc/meminfo: memFree=1471208/2055920 swapFree=4181324/4192956
[pid=27622] ppid=27620 vsize=5356 CPUtime=0.09
/proc/27622/stat : 27622 (manysat.sh) S 27620 27622 27585 0 -1 4194304 312 484 0 0 0 0 9 0 16 0 1 0 103374350 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27622/statm: 1339 238 195 169 0 50 0
[pid=27625] ppid=27622 vsize=49932 CPUtime=192.73
/proc/27625/stat : 27625 (manysat1.1_stat) R 27622 27622 27585 0 -1 4194304 9192 0 0 0 19262 11 0 0 19 0 2 0 103374361 51130368 9178 1992294400 134512640 135305190 4294956144 18446744073709551615 134528435 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27625/statm: 12483 9178 83 193 0 12287 0
[pid=27625/tid=27626] ppid=27622 vsize=49932 CPUtime=96.54
/proc/27625/task/27626/stat : 27626 (manysat1.1_stat) R 27622 27622 27585 0 -1 4194368 4184 0 0 0 9647 7 0 0 18 0 2 0 103374363 51130368 9178 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 192.82
Current children cumulated vsize (KiB) 55288

[startup+97.5027 s]
/proc/loadavg: 1.97 1.87 1.49 3/67 27626
/proc/meminfo: memFree=1471208/2055920 swapFree=4181324/4192956
[pid=27622] ppid=27620 vsize=5356 CPUtime=0.09
/proc/27622/stat : 27622 (manysat.sh) S 27620 27622 27585 0 -1 4194304 312 484 0 0 0 0 9 0 16 0 1 0 103374350 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27622/statm: 1339 238 195 169 0 50 0
[pid=27625] ppid=27622 vsize=49932 CPUtime=194.32
/proc/27625/stat : 27625 (manysat1.1_stat) R 27622 27622 27585 0 -1 4194304 9192 0 0 0 19421 11 0 0 21 0 2 0 103374361 51130368 9178 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27625/statm: 12483 9178 83 193 0 12287 0
[pid=27625/tid=27626] ppid=27622 vsize=49932 CPUtime=97.33
/proc/27625/task/27626/stat : 27626 (manysat1.1_stat) R 27622 27622 27585 0 -1 4194368 4184 0 0 0 9726 7 0 0 19 0 2 0 103374363 51130368 9178 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 194.41
Current children cumulated vsize (KiB) 55288

[startup+97.9067 s]
/proc/loadavg: 1.97 1.87 1.49 3/67 27626
/proc/meminfo: memFree=1471208/2055920 swapFree=4181324/4192956
[pid=27622] ppid=27620 vsize=5356 CPUtime=0.09
/proc/27622/stat : 27622 (manysat.sh) S 27620 27622 27585 0 -1 4194304 312 484 0 0 0 0 9 0 16 0 1 0 103374350 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27622/statm: 1339 238 195 169 0 50 0
[pid=27625] ppid=27622 vsize=0 CPUtime=195.13
/proc/27625/stat : 27625 (manysat1.1_stat) Z 27622 27622 27585 0 -1 4194316 9207 0 0 0 19501 12 0 0 22 0 2 0 103374361 0 0 1992294400 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/27625/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 195.22
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 97.9154
CPU time (s): 195.24
CPU user time (s): 195.109
CPU system time (s): 0.13098
CPU usage (%): 199.397
Max. virtual memory (cumulated for all children) (KiB): 55288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 195.109
system time used= 0.13098
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10157
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= 473
involuntary context switches= 1483

runsolver used 0.084987 second user time and 0.278957 second system time

The end

Launcher Data

Begin job on node19 at 2009-04-26 15:43:31
IDJOB=1729754
IDBENCH=24714
IDSOLVER=514
FILE ID=node19/1729754-1240753411
PBS_JOBID= 9187124
Free space on /tmp= 66308 MiB

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

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

MD5SUM BENCH= 92c8b4fc23a7c22313979a2d9b3b5a58
RANDOM SEED=1448758800

node19.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.236
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.236
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:       1509088 kB
Buffers:         69436 kB
Cached:         397120 kB
SwapCached:       5500 kB
Active:         197292 kB
Inactive:       277120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1509088 kB
SwapTotal:     4192956 kB
SwapFree:      4181324 kB
Dirty:            1952 kB
Writeback:           0 kB
Mapped:          13428 kB
Slab:            58484 kB
Committed_AS:   378880 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= 66308 MiB
End job on node19 at 2009-04-26 15:45:09