Trace number 1729753

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 319.082 159.977

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.067989 s
0.00/0.07	c ==============================================================================
318.93/159.96	c This is ManySAT 1.1 : 2 thread(s) on 2 core(s).
318.93/159.96	c ============================[ Problem Statistics ]=============================
318.93/159.96	c |                                                                             |
318.93/159.96	c threadId              : 1
318.93/159.96	c restarts              : 1881
318.93/159.96	c conflicts             : 385172         (1208 /sec)
318.93/159.96	c decisions             : 907582         (1.93 % random) (2846 /sec)
318.93/159.96	c propagations          : 16769086       (52591 /sec)
318.93/159.96	c conflict literals     : 12003247       (27.40 % deleted)
318.93/159.96	c Memory used           : 53.53 MB
318.93/159.96	c CPU time              : 318.857 s
318.93/159.96	
318.93/159.96	c --->m=2, e=8, aimd=0, HOME/28888_many.cnf	time: 159.428	conflicts: 385172       
318.93/159.97	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-1729753-1240753406/watcher-1729753-1240753406 -o /tmp/evaluation-result-1729753-1240753406/solver-1729753-1240753406 -C 1200 -W 1800 -M 1800 --output-limit 1,15 manysat.sh HOME/instance-1729753-1240753406.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.82 1.44 3/64 28888
/proc/meminfo: memFree=1673080/2055920 swapFree=4177728/4192956
[pid=28888] ppid=28886 vsize=5356 CPUtime=0
/proc/28888/stat : 28888 (manysat.sh) S 28886 28888 28630 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 103369229 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28888/statm: 1339 235 195 169 0 50 0
[pid=28889] ppid=28888 vsize=1172 CPUtime=0
/proc/28889/stat : 28889 (SatElite) R 28888 28888 28630 0 -1 4194304 173 0 0 0 0 0 0 0 19 0 1 0 103369229 1200128 157 1992294400 134512640 135034092 4294956096 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/28889/statm: 293 157 52 127 0 163 0

[startup+0.0118911 s]
/proc/loadavg: 1.83 1.82 1.44 3/64 28888
/proc/meminfo: memFree=1673080/2055920 swapFree=4177728/4192956
[pid=28888] ppid=28886 vsize=5356 CPUtime=0
/proc/28888/stat : 28888 (manysat.sh) S 28886 28888 28630 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 103369229 5484544 235 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28888/statm: 1339 235 195 169 0 50 0
[pid=28889] ppid=28888 vsize=1436 CPUtime=0
/proc/28889/stat : 28889 (SatElite) R 28888 28888 28630 0 -1 4194304 239 0 0 0 0 0 0 0 19 0 1 0 103369229 1470464 223 1992294400 134512640 135034092 4294956096 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/28889/statm: 359 224 52 127 0 229 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6792

[startup+0.101912 s]
/proc/loadavg: 1.83 1.82 1.44 3/64 28888
/proc/meminfo: memFree=1673080/2055920 swapFree=4177728/4192956
[pid=28888] ppid=28886 vsize=5356 CPUtime=0.09
/proc/28888/stat : 28888 (manysat.sh) S 28886 28888 28630 0 -1 4194304 312 484 0 0 0 0 9 0 17 0 1 0 103369229 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28888/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5356

[startup+0.301951 s]
/proc/loadavg: 1.83 1.82 1.44 3/64 28888
/proc/meminfo: memFree=1673080/2055920 swapFree=4177728/4192956
[pid=28888] ppid=28886 vsize=5356 CPUtime=0.09
/proc/28888/stat : 28888 (manysat.sh) S 28886 28888 28630 0 -1 4194304 312 484 0 0 0 0 9 0 17 0 1 0 103369229 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28888/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5356

[startup+0.702029 s]
/proc/loadavg: 1.83 1.82 1.44 3/64 28888
/proc/meminfo: memFree=1673080/2055920 swapFree=4177728/4192956
[pid=28888] ppid=28886 vsize=5356 CPUtime=0.09
/proc/28888/stat : 28888 (manysat.sh) S 28886 28888 28630 0 -1 4194304 312 484 0 0 0 0 9 0 17 0 1 0 103369229 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28888/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5356

[startup+1.50118 s]
/proc/loadavg: 1.83 1.82 1.44 3/67 28892
/proc/meminfo: memFree=1666272/2055920 swapFree=4177728/4192956
[pid=28888] ppid=28886 vsize=5356 CPUtime=0.09
/proc/28888/stat : 28888 (manysat.sh) S 28886 28888 28630 0 -1 4194304 312 484 0 0 0 0 9 0 17 0 1 0 103369229 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28888/statm: 1339 238 195 169 0 50 0
[pid=28891] ppid=28888 vsize=19480 CPUtime=2.77
/proc/28891/stat : 28891 (manysat1.1_stat) R 28888 28888 28630 0 -1 4194304 1794 0 0 0 277 0 0 0 17 0 2 0 103369239 19947520 1780 1992294400 134512640 135305190 4294956144 18446744073709551615 134528277 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28891/statm: 4870 1780 83 193 0 4674 0
[pid=28891/tid=28892] ppid=28888 vsize=19480 CPUtime=1.37
/proc/28891/task/28892/stat : 28892 (manysat1.1_stat) R 28888 28888 28630 0 -1 4194368 630 0 0 0 137 0 0 0 17 0 2 0 103369241 19947520 1780 1992294400 134512640 135305190 4294956144 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 24836

[startup+3.10249 s]
/proc/loadavg: 1.83 1.82 1.44 3/67 28892
/proc/meminfo: memFree=1663968/2055920 swapFree=4177728/4192956
[pid=28888] ppid=28886 vsize=5356 CPUtime=0.09
/proc/28888/stat : 28888 (manysat.sh) S 28886 28888 28630 0 -1 4194304 312 484 0 0 0 0 9 0 17 0 1 0 103369229 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28888/statm: 1339 238 195 169 0 50 0
[pid=28891] ppid=28888 vsize=21472 CPUtime=5.97
/proc/28891/stat : 28891 (manysat1.1_stat) R 28888 28888 28630 0 -1 4194304 2440 0 0 0 596 1 0 0 17 0 2 0 103369239 21987328 2426 1992294400 134512640 135305190 4294956144 18446744073709551615 134528379 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28891/statm: 5368 2426 83 193 0 5172 0
[pid=28891/tid=28892] ppid=28888 vsize=21472 CPUtime=2.97
/proc/28891/task/28892/stat : 28892 (manysat1.1_stat) R 28888 28888 28630 0 -1 4194368 915 0 0 0 297 0 0 0 21 0 2 0 103369241 21987328 2426 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 26828

[startup+6.3011 s]
/proc/loadavg: 1.85 1.82 1.45 3/67 28892
/proc/meminfo: memFree=1659552/2055920 swapFree=4177728/4192956
[pid=28888] ppid=28886 vsize=5356 CPUtime=0.09
/proc/28888/stat : 28888 (manysat.sh) S 28886 28888 28630 0 -1 4194304 312 484 0 0 0 0 9 0 17 0 1 0 103369229 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28888/statm: 1339 238 195 169 0 50 0
[pid=28891] ppid=28888 vsize=25520 CPUtime=12.35
/proc/28891/stat : 28891 (manysat1.1_stat) R 28888 28888 28630 0 -1 4194304 3466 0 0 0 1233 2 0 0 17 0 2 0 103369239 26132480 3452 1992294400 134512640 135305190 4294956144 18446744073709551615 134528408 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28891/statm: 6380 3452 83 193 0 6184 0
[pid=28891/tid=28892] ppid=28888 vsize=25520 CPUtime=6.16
/proc/28891/task/28892/stat : 28892 (manysat1.1_stat) R 28888 28888 28630 0 -1 4194368 1455 0 0 0 616 0 0 0 19 0 2 0 103369241 26132480 3452 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 30876

[startup+12.7023 s]
/proc/loadavg: 1.86 1.83 1.45 3/67 28892
/proc/meminfo: memFree=1655008/2055920 swapFree=4177728/4192956
[pid=28888] ppid=28886 vsize=5356 CPUtime=0.09
/proc/28888/stat : 28888 (manysat.sh) S 28886 28888 28630 0 -1 4194304 312 484 0 0 0 0 9 0 17 0 1 0 103369229 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28888/statm: 1339 238 195 169 0 50 0
[pid=28891] ppid=28888 vsize=29532 CPUtime=25.12
/proc/28891/stat : 28891 (manysat1.1_stat) R 28888 28888 28630 0 -1 4194304 4443 0 0 0 2509 3 0 0 17 0 2 0 103369239 30240768 4429 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28891/statm: 7383 4429 83 193 0 7187 0
[pid=28891/tid=28892] ppid=28888 vsize=29532 CPUtime=12.57
/proc/28891/task/28892/stat : 28892 (manysat1.1_stat) R 28888 28888 28630 0 -1 4194368 2024 0 0 0 1256 1 0 0 17 0 2 0 103369241 30240768 4429 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 34888

[startup+25.5018 s]
/proc/loadavg: 1.89 1.83 1.46 3/67 28892
/proc/meminfo: memFree=1647136/2055920 swapFree=4177728/4192956
[pid=28888] ppid=28886 vsize=5356 CPUtime=0.09
/proc/28888/stat : 28888 (manysat.sh) S 28886 28888 28630 0 -1 4194304 312 484 0 0 0 0 9 0 17 0 1 0 103369229 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28888/statm: 1339 238 195 169 0 50 0
[pid=28891] ppid=28888 vsize=39152 CPUtime=50.65
/proc/28891/stat : 28891 (manysat1.1_stat) R 28888 28888 28630 0 -1 4194304 6386 0 0 0 5060 5 0 0 17 0 2 0 103369239 40091648 6372 1992294400 134512640 135305190 4294956144 18446744073709551615 134528410 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28891/statm: 9788 6372 83 193 0 9592 0
[pid=28891/tid=28892] ppid=28888 vsize=39152 CPUtime=25.35
/proc/28891/task/28892/stat : 28892 (manysat1.1_stat) R 28888 28888 28630 0 -1 4194368 2883 0 0 0 2533 2 0 0 25 0 2 0 103369241 40091648 6372 1992294400 134512640 135305190 4294956144 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.74
Current children cumulated vsize (KiB) 44508

[startup+51.1016 s]
/proc/loadavg: 1.93 1.85 1.47 3/67 28892
/proc/meminfo: memFree=1642912/2055920 swapFree=4177728/4192956
[pid=28888] ppid=28886 vsize=5356 CPUtime=0.09
/proc/28888/stat : 28888 (manysat.sh) S 28886 28888 28630 0 -1 4194304 312 484 0 0 0 0 9 0 17 0 1 0 103369229 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28888/statm: 1339 238 195 169 0 50 0
[pid=28891] ppid=28888 vsize=41804 CPUtime=101.73
/proc/28891/stat : 28891 (manysat1.1_stat) R 28888 28888 28630 0 -1 4194304 7413 0 0 0 10166 7 0 0 18 0 2 0 103369239 42807296 7399 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28891/statm: 10451 7399 83 193 0 10255 0
[pid=28891/tid=28892] ppid=28888 vsize=41804 CPUtime=50.94
/proc/28891/task/28892/stat : 28892 (manysat1.1_stat) R 28888 28888 28630 0 -1 4194368 3399 0 0 0 5091 3 0 0 25 0 2 0 103369241 42807296 7399 1992294400 134512640 135305190 4294956144 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 47160

[startup+102.306 s]
/proc/loadavg: 1.97 1.87 1.50 3/67 28892
/proc/meminfo: memFree=1636320/2055920 swapFree=4177728/4192956
[pid=28888] ppid=28886 vsize=5356 CPUtime=0.09
/proc/28888/stat : 28888 (manysat.sh) S 28886 28888 28630 0 -1 4194304 312 484 0 0 0 0 9 0 17 0 1 0 103369229 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28888/statm: 1339 238 195 169 0 50 0
[pid=28891] ppid=28888 vsize=49248 CPUtime=203.91
/proc/28891/stat : 28891 (manysat1.1_stat) R 28888 28888 28630 0 -1 4194304 9030 0 0 0 20382 9 0 0 25 0 2 0 103369239 50429952 9016 1992294400 134512640 135305190 4294956144 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28891/statm: 12312 9016 83 193 0 12116 0
[pid=28891/tid=28892] ppid=28888 vsize=49248 CPUtime=102.12
/proc/28891/task/28892/stat : 28892 (manysat1.1_stat) R 28888 28888 28630 0 -1 4194368 4240 0 0 0 10208 4 0 0 25 0 2 0 103369241 50429952 9016 1992294400 134512640 135305190 4294956144 18446744073709551615 134528332 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 204
Current children cumulated vsize (KiB) 54604

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

[startup+127.901 s]
/proc/loadavg: 1.98 1.88 1.51 3/67 28892
/proc/meminfo: memFree=1633376/2055920 swapFree=4177728/4192956
[pid=28888] ppid=28886 vsize=5356 CPUtime=0.09
/proc/28888/stat : 28888 (manysat.sh) S 28886 28888 28630 0 -1 4194304 312 484 0 0 0 0 9 0 17 0 1 0 103369229 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28888/statm: 1339 238 195 169 0 50 0
[pid=28891] ppid=28888 vsize=52716 CPUtime=254.98
/proc/28891/stat : 28891 (manysat1.1_stat) R 28888 28888 28630 0 -1 4194304 9738 0 0 0 25488 10 0 0 25 0 2 0 103369239 53981184 9724 1992294400 134512640 135305190 4294956144 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28891/statm: 13179 9724 83 193 0 12983 0
[pid=28891/tid=28892] ppid=28888 vsize=52716 CPUtime=127.71
/proc/28891/task/28892/stat : 28892 (manysat1.1_stat) R 28888 28888 28630 0 -1 4194368 4593 0 0 0 12766 5 0 0 25 0 2 0 103369241 53981184 9724 1992294400 134512640 135305190 4294956144 18446744073709551615 134528449 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 255.07
Current children cumulated vsize (KiB) 58072

[startup+140.702 s]
/proc/loadavg: 1.98 1.88 1.51 3/67 28892
/proc/meminfo: memFree=1632544/2055920 swapFree=4177728/4192956
[pid=28888] ppid=28886 vsize=5356 CPUtime=0.09
/proc/28888/stat : 28888 (manysat.sh) S 28886 28888 28630 0 -1 4194304 312 484 0 0 0 0 9 0 17 0 1 0 103369229 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28888/statm: 1339 238 195 169 0 50 0
[pid=28891] ppid=28888 vsize=53560 CPUtime=280.54
/proc/28891/stat : 28891 (manysat1.1_stat) R 28888 28888 28630 0 -1 4194304 9959 0 0 0 28043 11 0 0 22 0 2 0 103369239 54845440 9945 1992294400 134512640 135305190 4294956144 18446744073709551615 134528458 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28891/statm: 13390 9945 83 193 0 13194 0
[pid=28891/tid=28892] ppid=28888 vsize=53560 CPUtime=140.5
/proc/28891/task/28892/stat : 28892 (manysat1.1_stat) R 28888 28888 28630 0 -1 4194368 4725 0 0 0 14045 5 0 0 24 0 2 0 103369241 54845440 9945 1992294400 134512640 135305190 4294956144 18446744073709551615 134528347 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 280.63
Current children cumulated vsize (KiB) 58916

[startup+153.501 s]
/proc/loadavg: 1.98 1.89 1.52 3/67 28892
/proc/meminfo: memFree=1631904/2055920 swapFree=4177728/4192956
[pid=28888] ppid=28886 vsize=5356 CPUtime=0.09
/proc/28888/stat : 28888 (manysat.sh) S 28886 28888 28630 0 -1 4194304 312 484 0 0 0 0 9 0 17 0 1 0 103369229 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28888/statm: 1339 238 195 169 0 50 0
[pid=28891] ppid=28888 vsize=53992 CPUtime=306.07
/proc/28891/stat : 28891 (manysat1.1_stat) R 28888 28888 28630 0 -1 4194304 10092 0 0 0 30596 11 0 0 25 0 2 0 103369239 55287808 10078 1992294400 134512640 135305190 4294956144 18446744073709551615 134528464 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28891/statm: 13498 10078 83 193 0 13302 0
[pid=28891/tid=28892] ppid=28888 vsize=53992 CPUtime=153.29
/proc/28891/task/28892/stat : 28892 (manysat1.1_stat) R 28888 28888 28630 0 -1 4194368 4763 0 0 0 15324 5 0 0 25 0 2 0 103369241 55287808 10078 1992294400 134512640 135305190 4294956144 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 306.16
Current children cumulated vsize (KiB) 59348

[startup+156.702 s]
/proc/loadavg: 1.98 1.89 1.52 3/67 28892
/proc/meminfo: memFree=1631648/2055920 swapFree=4177728/4192956
[pid=28888] ppid=28886 vsize=5356 CPUtime=0.09
/proc/28888/stat : 28888 (manysat.sh) S 28886 28888 28630 0 -1 4194304 312 484 0 0 0 0 9 0 17 0 1 0 103369229 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28888/statm: 1339 238 195 169 0 50 0
[pid=28891] ppid=28888 vsize=54668 CPUtime=312.45
/proc/28891/stat : 28891 (manysat1.1_stat) R 28888 28888 28630 0 -1 4194304 10203 0 0 0 31234 11 0 0 25 0 2 0 103369239 55980032 10189 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28891/statm: 13667 10189 83 193 0 13471 0
[pid=28891/tid=28892] ppid=28888 vsize=54668 CPUtime=156.49
/proc/28891/task/28892/stat : 28892 (manysat1.1_stat) R 28888 28888 28630 0 -1 4194368 4817 0 0 0 15644 5 0 0 25 0 2 0 103369241 55980032 10189 1992294400 134512640 135305190 4294956144 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 312.54
Current children cumulated vsize (KiB) 60024

[startup+158.302 s]
/proc/loadavg: 1.98 1.89 1.52 3/67 28892
/proc/meminfo: memFree=1631392/2055920 swapFree=4177728/4192956
[pid=28888] ppid=28886 vsize=5356 CPUtime=0.09
/proc/28888/stat : 28888 (manysat.sh) S 28886 28888 28630 0 -1 4194304 312 484 0 0 0 0 9 0 17 0 1 0 103369229 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28888/statm: 1339 238 195 169 0 50 0
[pid=28891] ppid=28888 vsize=54812 CPUtime=315.65
/proc/28891/stat : 28891 (manysat1.1_stat) R 28888 28888 28630 0 -1 4194304 10232 0 0 0 31554 11 0 0 17 0 2 0 103369239 56127488 10218 1992294400 134512640 135305190 4294956144 18446744073709551615 134539333 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28891/statm: 13703 10218 83 193 0 13507 0
[pid=28891/tid=28892] ppid=28888 vsize=54812 CPUtime=158.09
/proc/28891/task/28892/stat : 28892 (manysat1.1_stat) R 28888 28888 28630 0 -1 4194368 4821 0 0 0 15804 5 0 0 17 0 2 0 103369241 56127488 10218 1992294400 134512640 135305190 4294956144 18446744073709551615 134538167 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 315.74
Current children cumulated vsize (KiB) 60168

[startup+159.101 s]
/proc/loadavg: 1.98 1.89 1.52 3/67 28892
/proc/meminfo: memFree=1631392/2055920 swapFree=4177728/4192956
[pid=28888] ppid=28886 vsize=5356 CPUtime=0.09
/proc/28888/stat : 28888 (manysat.sh) S 28886 28888 28630 0 -1 4194304 312 484 0 0 0 0 9 0 17 0 1 0 103369229 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28888/statm: 1339 238 195 169 0 50 0
[pid=28891] ppid=28888 vsize=54812 CPUtime=317.24
/proc/28891/stat : 28891 (manysat1.1_stat) R 28888 28888 28630 0 -1 4194304 10232 0 0 0 31713 11 0 0 17 0 2 0 103369239 56127488 10218 1992294400 134512640 135305190 4294956144 18446744073709551615 134551681 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28891/statm: 13703 10218 83 193 0 13507 0
[pid=28891/tid=28892] ppid=28888 vsize=54812 CPUtime=158.88
/proc/28891/task/28892/stat : 28892 (manysat1.1_stat) R 28888 28888 28630 0 -1 4194368 4821 0 0 0 15883 5 0 0 17 0 2 0 103369241 56127488 10218 1992294400 134512640 135305190 4294956144 18446744073709551615 134539050 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 317.33
Current children cumulated vsize (KiB) 60168

[startup+159.506 s]
/proc/loadavg: 1.99 1.89 1.52 3/67 28892
/proc/meminfo: memFree=1631392/2055920 swapFree=4177728/4192956
[pid=28888] ppid=28886 vsize=5356 CPUtime=0.09
/proc/28888/stat : 28888 (manysat.sh) S 28886 28888 28630 0 -1 4194304 312 484 0 0 0 0 9 0 17 0 1 0 103369229 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28888/statm: 1339 238 195 169 0 50 0
[pid=28891] ppid=28888 vsize=54812 CPUtime=318.05
/proc/28891/stat : 28891 (manysat1.1_stat) R 28888 28888 28630 0 -1 4194304 10232 0 0 0 31794 11 0 0 17 0 2 0 103369239 56127488 10218 1992294400 134512640 135305190 4294956144 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28891/statm: 13703 10218 83 193 0 13507 0
[pid=28891/tid=28892] ppid=28888 vsize=54812 CPUtime=159.29
/proc/28891/task/28892/stat : 28892 (manysat1.1_stat) R 28888 28888 28630 0 -1 4194368 4821 0 0 0 15924 5 0 0 17 0 2 0 103369241 56127488 10218 1992294400 134512640 135305190 4294956144 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 318.14
Current children cumulated vsize (KiB) 60168

[startup+159.902 s]
/proc/loadavg: 1.99 1.89 1.52 3/67 28892
/proc/meminfo: memFree=1631392/2055920 swapFree=4177728/4192956
[pid=28888] ppid=28886 vsize=5356 CPUtime=0.09
/proc/28888/stat : 28888 (manysat.sh) S 28886 28888 28630 0 -1 4194304 312 484 0 0 0 0 9 0 17 0 1 0 103369229 5484544 238 1992294400 4194304 4889804 548682068784 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28888/statm: 1339 238 195 169 0 50 0
[pid=28891] ppid=28888 vsize=54812 CPUtime=318.84
/proc/28891/stat : 28891 (manysat1.1_stat) R 28888 28888 28630 0 -1 4194304 10232 0 0 0 31873 11 0 0 17 0 2 0 103369239 56127488 10218 1992294400 134512640 135305190 4294956144 18446744073709551615 134528325 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/28891/statm: 13703 10218 83 193 0 13507 0
[pid=28891/tid=28892] ppid=28888 vsize=54812 CPUtime=159.69
/proc/28891/task/28892/stat : 28892 (manysat1.1_stat) R 28888 28888 28630 0 -1 4194368 4821 0 0 0 15964 5 0 0 17 0 2 0 103369241 56127488 10218 1992294400 134512640 135305190 4294956144 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 318.93
Current children cumulated vsize (KiB) 60168

Child status: 20
Real time (s): 159.977
CPU time (s): 319.082
CPU user time (s): 318.95
CPU system time (s): 0.131979
CPU usage (%): 199.455
Max. virtual memory (cumulated for all children) (KiB): 60168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 318.95
system time used= 0.131979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11197
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= 486
involuntary context switches= 2416

runsolver used 0.167974 second user time and 0.422935 second system time

The end

Launcher Data

Begin job on node37 at 2009-04-26 15:43:27
IDJOB=1729753
IDBENCH=24714
IDSOLVER=513
FILE ID=node37/1729753-1240753406
PBS_JOBID= 9187056
Free space on /tmp= 66300 MiB

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

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

MD5SUM BENCH= 92c8b4fc23a7c22313979a2d9b3b5a58
RANDOM SEED=1969657260

node37.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.259
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.259
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:       1673560 kB
Buffers:         39536 kB
Cached:         256652 kB
SwapCached:       9064 kB
Active:          53216 kB
Inactive:       254232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1673560 kB
SwapTotal:     4192956 kB
SwapFree:      4177728 kB
Dirty:            1880 kB
Writeback:           0 kB
Mapped:          13588 kB
Slab:            61052 kB
Committed_AS:   476976 kB
PageTables:       1372 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= 66300 MiB
End job on node37 at 2009-04-26 15:46:07