Trace number 3348958

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
minisat hack: minisat_psm 2011-04-01UNSAT 234.671 234.67

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_3b_unknown.cnf
MD5SUMb8621ec1841e055a001ab32c33f2b68c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark120.699
Satisfiable
(Un)Satisfiability was proved
Number of variables39151
Number of clauses533919
Sum of the clauses size1968248
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 251568
Number of clauses of size 364292
Number of clauses of size 4418059
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.00/0.22	c ==============================================================================
0.00/0.22	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.22	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.22	c ==============================================================================
0.00/0.22	c |         0 |  533919  1968248 |  160175       0        0     nan |  0.000 % |
0.00/0.33	c |         0 |  529211  1957956 |      --       0       --      -- |     --   | -4708/-10292
0.00/0.33	c ==============================================================================
0.00/0.33	c Result  :   #vars: 36225   #clauses: 529211   #literals: 1957956
0.00/0.33	c CPU time:   0.304953 s
0.00/0.33	c ==============================================================================
234.59/234.66	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3348958-1304971196/watcher-3348958-1304971196 -o /tmp/evaluation-result-3348958-1304971196/solver-3348958-1304971196 -C 2400 -W 1300 -M 7680 ./esg_static.sh HOME/instance-3348958-1304971196.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.20 1.80 2.65 5/234 23118
/proc/meminfo: memFree=5405548/32950928 swapFree=64721848/67111528
[pid=23118] ppid=23116 vsize=8700 CPUtime=0 cores=4,6
/proc/23118/stat : 23118 (esg_static.sh) S 23116 23118 22624 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 608719449 8908800 250 33554432000 4194304 4922060 140736264840944 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23118/statm: 2175 250 209 178 0 68 0

[startup+0.0535511 s]
/proc/loadavg: 1.20 1.80 2.65 5/234 23118
/proc/meminfo: memFree=5405548/32950928 swapFree=64721848/67111528
[pid=23118] ppid=23116 vsize=8700 CPUtime=0 cores=4,6
/proc/23118/stat : 23118 (esg_static.sh) S 23116 23118 22624 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 608719449 8908800 250 33554432000 4194304 4922060 140736264840944 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23118/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100542 s]
/proc/loadavg: 1.20 1.80 2.65 5/234 23118
/proc/meminfo: memFree=5405548/32950928 swapFree=64721848/67111528
[pid=23118] ppid=23116 vsize=8700 CPUtime=0 cores=4,6
/proc/23118/stat : 23118 (esg_static.sh) S 23116 23118 22624 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 608719449 8908800 250 33554432000 4194304 4922060 140736264840944 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23118/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300508 s]
/proc/loadavg: 1.20 1.80 2.65 5/234 23118
/proc/meminfo: memFree=5405548/32950928 swapFree=64721848/67111528
[pid=23118] ppid=23116 vsize=8700 CPUtime=0 cores=4,6
/proc/23118/stat : 23118 (esg_static.sh) S 23116 23118 22624 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 608719449 8908800 250 33554432000 4194304 4922060 140736264840944 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23118/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.704439 s]
/proc/loadavg: 1.20 1.80 2.65 5/234 23118
/proc/meminfo: memFree=5405548/32950928 swapFree=64721848/67111528
[pid=23118] ppid=23116 vsize=8700 CPUtime=0.66 cores=4,6
/proc/23118/stat : 23118 (esg_static.sh) S 23116 23118 22624 0 -1 4202496 353 14482 0 0 0 0 61 5 15 0 1 0 608719449 8908800 252 33554432000 4194304 4922060 140736264840944 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23118/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 8700

[startup+1.50035 s]
/proc/loadavg: 1.20 1.80 2.65 5/242 23130
/proc/meminfo: memFree=5214560/32950928 swapFree=64721848/67111528
[pid=23118] ppid=23116 vsize=8700 CPUtime=0.66 cores=4,6
/proc/23118/stat : 23118 (esg_static.sh) S 23116 23118 22624 0 -1 4202496 353 14482 0 0 0 0 61 5 15 0 1 0 608719449 8908800 252 33554432000 4194304 4922060 140736264840944 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23118/statm: 2175 252 209 178 0 68 0
[pid=23128] ppid=23118 vsize=54076 CPUtime=0.83 cores=4,6
/proc/23128/stat : 23128 (minisat_static) R 23118 23118 22624 0 -1 4202496 10758 0 0 0 81 2 0 0 17 0 1 0 608719515 55373824 9118 33554432000 4194304 4256717 140735048509552 18446744073709551615 4213972 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23128/statm: 13519 9118 253 16 0 10161 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 62776

[startup+3.10107 s]
/proc/loadavg: 1.20 1.80 2.65 4/242 23130
/proc/meminfo: memFree=5155232/32950928 swapFree=64721848/67111528
[pid=23118] ppid=23116 vsize=8700 CPUtime=0.66 cores=4,6
/proc/23118/stat : 23118 (esg_static.sh) S 23116 23118 22624 0 -1 4202496 353 14482 0 0 0 0 61 5 15 0 1 0 608719449 8908800 252 33554432000 4194304 4922060 140736264840944 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23118/statm: 2175 252 209 178 0 68 0
[pid=23128] ppid=23118 vsize=54420 CPUtime=2.43 cores=4,6
/proc/23128/stat : 23128 (minisat_static) R 23118 23118 22624 0 -1 4202496 11048 0 0 0 241 2 0 0 20 0 1 0 608719515 55726080 9381 33554432000 4194304 4256717 140735048509552 18446744073709551615 4213452 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23128/statm: 13605 9381 253 16 0 10247 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 63120

[startup+6.30045 s]
/proc/loadavg: 1.42 1.84 2.66 4/246 23137
/proc/meminfo: memFree=4822916/32950928 swapFree=64721848/67111528
[pid=23118] ppid=23116 vsize=8700 CPUtime=0.66 cores=4,6
/proc/23118/stat : 23118 (esg_static.sh) S 23116 23118 22624 0 -1 4202496 353 14482 0 0 0 0 61 5 15 0 1 0 608719449 8908800 252 33554432000 4194304 4922060 140736264840944 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23118/statm: 2175 252 209 178 0 68 0
[pid=23128] ppid=23118 vsize=54816 CPUtime=5.63 cores=4,6
/proc/23128/stat : 23128 (minisat_static) R 23118 23118 22624 0 -1 4202496 11628 0 0 0 561 2 0 0 25 0 1 0 608719515 56131584 9894 33554432000 4194304 4256717 140735048509552 18446744073709551615 4230957 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23128/statm: 13704 9894 253 16 0 10346 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 63516

[startup+12.7004 s]
/proc/loadavg: 1.63 1.87 2.67 5/242 23144
/proc/meminfo: memFree=5131144/32950928 swapFree=64721848/67111528
[pid=23118] ppid=23116 vsize=8700 CPUtime=0.66 cores=4,6
/proc/23118/stat : 23118 (esg_static.sh) S 23116 23118 22624 0 -1 4202496 353 14482 0 0 0 0 61 5 15 0 1 0 608719449 8908800 252 33554432000 4194304 4922060 140736264840944 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23118/statm: 2175 252 209 178 0 68 0
[pid=23128] ppid=23118 vsize=67428 CPUtime=12.03 cores=4,6
/proc/23128/stat : 23128 (minisat_static) R 23118 23118 22624 0 -1 4202496 12845 0 0 0 1201 2 0 0 25 0 1 0 608719515 69046272 10991 33554432000 4194304 4256717 140735048509552 18446744073709551615 4213452 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23128/statm: 16857 10991 253 16 0 13499 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 76128

[startup+25.5011 s]
/proc/loadavg: 2.15 1.98 2.69 5/246 23171
/proc/meminfo: memFree=5171120/32950928 swapFree=64721848/67111528
[pid=23118] ppid=23116 vsize=8700 CPUtime=0.66 cores=4,6
/proc/23118/stat : 23118 (esg_static.sh) S 23116 23118 22624 0 -1 4202496 353 14482 0 0 0 0 61 5 15 0 1 0 608719449 8908800 252 33554432000 4194304 4922060 140736264840944 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23118/statm: 2175 252 209 178 0 68 0
[pid=23128] ppid=23118 vsize=56960 CPUtime=24.82 cores=4,6
/proc/23128/stat : 23128 (minisat_static) R 23118 23118 22624 0 -1 4202496 26851 0 0 0 2479 3 0 0 25 0 1 0 608719515 58327040 10886 33554432000 4194304 4256717 140735048509552 18446744073709551615 4209105 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23128/statm: 14240 10886 253 16 0 10882 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 65660

[startup+51.1006 s]
/proc/loadavg: 2.78 2.14 2.72 5/246 23171
/proc/meminfo: memFree=5055012/32950928 swapFree=64721848/67111528
[pid=23118] ppid=23116 vsize=8700 CPUtime=0.66 cores=4,6
/proc/23118/stat : 23118 (esg_static.sh) S 23116 23118 22624 0 -1 4202496 353 14482 0 0 0 0 61 5 15 0 1 0 608719449 8908800 252 33554432000 4194304 4922060 140736264840944 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23118/statm: 2175 252 209 178 0 68 0
[pid=23128] ppid=23118 vsize=106188 CPUtime=50.42 cores=4,6
/proc/23128/stat : 23128 (minisat_static) R 23118 23118 22624 0 -1 4202496 39239 0 0 0 5037 5 0 0 25 0 1 0 608719515 108736512 21395 33554432000 4194304 4256717 140735048509552 18446744073709551615 4213416 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23128/statm: 26547 21395 253 16 0 23189 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 114888

[startup+102.308 s]
/proc/loadavg: 3.47 2.42 2.78 5/246 23182
/proc/meminfo: memFree=4955144/32950928 swapFree=64721848/67111528
[pid=23118] ppid=23116 vsize=8700 CPUtime=0.66 cores=4,6
/proc/23118/stat : 23118 (esg_static.sh) S 23116 23118 22624 0 -1 4202496 353 14482 0 0 0 0 61 5 15 0 1 0 608719449 8908800 252 33554432000 4194304 4922060 140736264840944 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23118/statm: 2175 252 209 178 0 68 0
[pid=23128] ppid=23118 vsize=118024 CPUtime=101.63 cores=4,6
/proc/23128/stat : 23128 (minisat_static) R 23118 23118 22624 0 -1 4202496 42657 0 0 0 10157 6 0 0 25 0 1 0 608719515 120856576 24410 33554432000 4194304 4256717 140735048509552 18446744073709551615 4213994 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23128/statm: 29506 24410 253 16 0 26148 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 126724

[startup+162.301 s]
/proc/loadavg: 3.88 2.72 2.86 5/246 23183
/proc/meminfo: memFree=4978456/32950928 swapFree=64721848/67111528
[pid=23118] ppid=23116 vsize=8700 CPUtime=0.66 cores=4,6
/proc/23118/stat : 23118 (esg_static.sh) S 23116 23118 22624 0 -1 4202496 353 14482 0 0 0 0 61 5 15 0 1 0 608719449 8908800 252 33554432000 4194304 4922060 140736264840944 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23118/statm: 2175 252 209 178 0 68 0
[pid=23128] ppid=23118 vsize=87916 CPUtime=161.63 cores=4,6
/proc/23128/stat : 23128 (minisat_static) R 23118 23118 22624 0 -1 4202496 53713 0 0 0 16154 9 0 0 25 0 1 0 608719515 90025984 18427 33554432000 4194304 4256717 140735048509552 18446744073709551615 4213943 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23128/statm: 21979 18427 253 16 0 18621 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 96616

[startup+222.3 s]
/proc/loadavg: 3.95 2.95 2.93 5/246 23215
/proc/meminfo: memFree=5055800/32950928 swapFree=64721848/67111528
[pid=23118] ppid=23116 vsize=8700 CPUtime=0.66 cores=4,6
/proc/23118/stat : 23118 (esg_static.sh) S 23116 23118 22624 0 -1 4202496 353 14482 0 0 0 0 61 5 15 0 1 0 608719449 8908800 252 33554432000 4194304 4922060 140736264840944 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23118/statm: 2175 252 209 178 0 68 0
[pid=23128] ppid=23118 vsize=87916 CPUtime=221.63 cores=4,6
/proc/23128/stat : 23128 (minisat_static) R 23118 23118 22624 0 -1 4202496 106857 0 0 0 22146 17 0 0 25 0 1 0 608719515 90025984 18663 33554432000 4194304 4256717 140735048509552 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23128/statm: 21979 18663 253 16 0 18621 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 96616

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

[startup+223.901 s]
/proc/loadavg: 3.95 2.95 2.93 5/246 23215
/proc/meminfo: memFree=5053692/32950928 swapFree=64721848/67111528
[pid=23118] ppid=23116 vsize=8700 CPUtime=0.66 cores=4,6
/proc/23118/stat : 23118 (esg_static.sh) S 23116 23118 22624 0 -1 4202496 353 14482 0 0 0 0 61 5 15 0 1 0 608719449 8908800 252 33554432000 4194304 4922060 140736264840944 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23118/statm: 2175 252 209 178 0 68 0
[pid=23128] ppid=23118 vsize=87916 CPUtime=223.23 cores=4,6
/proc/23128/stat : 23128 (minisat_static) R 23118 23118 22624 0 -1 4202496 106857 0 0 0 22306 17 0 0 25 0 1 0 608719515 90025984 18663 33554432000 4194304 4256717 140735048509552 18446744073709551615 4218608 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23128/statm: 21979 18663 253 16 0 18621 0
Current children cumulated CPU time (s) 223.89
Current children cumulated vsize (KiB) 96616

[startup+230.301 s]
/proc/loadavg: 3.96 2.99 2.94 5/246 23215
/proc/meminfo: memFree=5018588/32950928 swapFree=64721848/67111528
[pid=23118] ppid=23116 vsize=8700 CPUtime=0.66 cores=4,6
/proc/23118/stat : 23118 (esg_static.sh) S 23116 23118 22624 0 -1 4202496 353 14482 0 0 0 0 61 5 15 0 1 0 608719449 8908800 252 33554432000 4194304 4922060 140736264840944 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23118/statm: 2175 252 209 178 0 68 0
[pid=23128] ppid=23118 vsize=87916 CPUtime=229.63 cores=4,6
/proc/23128/stat : 23128 (minisat_static) R 23118 23118 22624 0 -1 4202496 114921 0 0 0 22945 18 0 0 25 0 1 0 608719515 90025984 18665 33554432000 4194304 4256717 140735048509552 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23128/statm: 21979 18665 253 16 0 18621 0
Current children cumulated CPU time (s) 230.29
Current children cumulated vsize (KiB) 96616

[startup+231.901 s]
/proc/loadavg: 3.96 2.99 2.94 5/246 23215
/proc/meminfo: memFree=5049216/32950928 swapFree=64721848/67111528
[pid=23118] ppid=23116 vsize=8700 CPUtime=0.66 cores=4,6
/proc/23118/stat : 23118 (esg_static.sh) S 23116 23118 22624 0 -1 4202496 353 14482 0 0 0 0 61 5 15 0 1 0 608719449 8908800 252 33554432000 4194304 4922060 140736264840944 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23118/statm: 2175 252 209 178 0 68 0
[pid=23128] ppid=23118 vsize=87916 CPUtime=231.23 cores=4,6
/proc/23128/stat : 23128 (minisat_static) R 23118 23118 22624 0 -1 4202496 114921 0 0 0 23105 18 0 0 25 0 1 0 608719515 90025984 18665 33554432000 4194304 4256717 140735048509552 18446744073709551615 4213452 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23128/statm: 21979 18665 253 16 0 18621 0
Current children cumulated CPU time (s) 231.89
Current children cumulated vsize (KiB) 96616

[startup+233.5 s]
/proc/loadavg: 3.96 2.99 2.94 5/246 23215
/proc/meminfo: memFree=5028880/32950928 swapFree=64721848/67111528
[pid=23118] ppid=23116 vsize=8700 CPUtime=0.66 cores=4,6
/proc/23118/stat : 23118 (esg_static.sh) S 23116 23118 22624 0 -1 4202496 353 14482 0 0 0 0 61 5 15 0 1 0 608719449 8908800 252 33554432000 4194304 4922060 140736264840944 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23118/statm: 2175 252 209 178 0 68 0
[pid=23128] ppid=23118 vsize=118264 CPUtime=232.83 cores=4,6
/proc/23128/stat : 23128 (minisat_static) R 23118 23118 22624 0 -1 4202496 121702 0 0 0 23264 19 0 0 25 0 1 0 608719515 121102336 23717 33554432000 4194304 4256717 140735048509552 18446744073709551615 4213928 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23128/statm: 29566 23717 253 16 0 26208 0
Current children cumulated CPU time (s) 233.49
Current children cumulated vsize (KiB) 126964

[startup+234.309 s]
/proc/loadavg: 3.96 2.99 2.94 5/246 23215
/proc/meminfo: memFree=5027364/32950928 swapFree=64721848/67111528
[pid=23118] ppid=23116 vsize=8700 CPUtime=0.66 cores=4,6
/proc/23118/stat : 23118 (esg_static.sh) S 23116 23118 22624 0 -1 4202496 353 14482 0 0 0 0 61 5 15 0 1 0 608719449 8908800 252 33554432000 4194304 4922060 140736264840944 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23118/statm: 2175 252 209 178 0 68 0
[pid=23128] ppid=23118 vsize=118264 CPUtime=233.64 cores=4,6
/proc/23128/stat : 23128 (minisat_static) R 23118 23118 22624 0 -1 4202496 121835 0 0 0 23345 19 0 0 25 0 1 0 608719515 121102336 23835 33554432000 4194304 4256717 140735048509552 18446744073709551615 4219104 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23128/statm: 29566 23835 253 16 0 26208 0
Current children cumulated CPU time (s) 234.3
Current children cumulated vsize (KiB) 126964

[startup+234.501 s]
/proc/loadavg: 3.96 2.99 2.94 5/246 23215
/proc/meminfo: memFree=5027364/32950928 swapFree=64721848/67111528
[pid=23118] ppid=23116 vsize=8700 CPUtime=0.66 cores=4,6
/proc/23118/stat : 23118 (esg_static.sh) S 23116 23118 22624 0 -1 4202496 353 14482 0 0 0 0 61 5 15 0 1 0 608719449 8908800 252 33554432000 4194304 4922060 140736264840944 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23118/statm: 2175 252 209 178 0 68 0
[pid=23128] ppid=23118 vsize=118264 CPUtime=233.83 cores=4,6
/proc/23128/stat : 23128 (minisat_static) R 23118 23118 22624 0 -1 4202496 121841 0 0 0 23364 19 0 0 25 0 1 0 608719515 121102336 23838 33554432000 4194304 4256717 140735048509552 18446744073709551615 4213472 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23128/statm: 29566 23838 253 16 0 26208 0
Current children cumulated CPU time (s) 234.49
Current children cumulated vsize (KiB) 126964

[startup+234.601 s]
/proc/loadavg: 3.96 2.99 2.94 5/246 23215
/proc/meminfo: memFree=5027364/32950928 swapFree=64721848/67111528
[pid=23118] ppid=23116 vsize=8700 CPUtime=0.66 cores=4,6
/proc/23118/stat : 23118 (esg_static.sh) S 23116 23118 22624 0 -1 4202496 353 14482 0 0 0 0 61 5 15 0 1 0 608719449 8908800 252 33554432000 4194304 4922060 140736264840944 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/23118/statm: 2175 252 209 178 0 68 0
[pid=23128] ppid=23118 vsize=118264 CPUtime=233.93 cores=4,6
/proc/23128/stat : 23128 (minisat_static) R 23118 23118 22624 0 -1 4202496 121841 0 0 0 23374 19 0 0 25 0 1 0 608719515 121102336 23838 33554432000 4194304 4256717 140735048509552 18446744073709551615 4213464 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23128/statm: 29566 23838 253 16 0 26208 0
Current children cumulated CPU time (s) 234.59
Current children cumulated vsize (KiB) 126964

Child status: 20
Real time (s): 234.67
CPU time (s): 234.671
CPU user time (s): 234.42
CPU system time (s): 0.250961
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 157312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 234.42
system time used= 0.250961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136901
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= 14
involuntary context switches= 238

runsolver used 0.506922 second user time and 1.20482 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-09 21:59:57
IDJOB=3348958
IDBENCH=82502
IDSOLVER=1811
FILE ID=node123/3348958-1304971196
RUNJOBID= node123-1304971196-23088
PBS_JOBID= 13285627
Free space on /tmp= 39076 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT11/application/manthey/traffic/traffic_3b_unknown.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348958-1304971196/watcher-3348958-1304971196 -o /tmp/evaluation-result-3348958-1304971196/solver-3348958-1304971196 -C 2400 -W 1300 -M 7680  ./esg_static.sh HOME/instance-3348958-1304971196.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= b8621ec1841e055a001ab32c33f2b68c
RANDOM SEED=652585059

node123.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       5406812 kB
Buffers:        226144 kB
Cached:       17635616 kB
SwapCached:      10384 kB
Active:       14481656 kB
Inactive:     12455816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       5406812 kB
SwapTotal:    67111528 kB
SwapFree:     64721848 kB
Dirty:           75280 kB
Writeback:           0 kB
AnonPages:     9073320 kB
Mapped:          16180 kB
Slab:           513200 kB
PageTables:      31600 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 13056964 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 39076 MiB
End job on node123 at 2011-05-09 22:03:51