Trace number 3309994

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
Lingeling 587UNSAT 2650.06 2650.01

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq9.used-as.sat04-719.cnf
MD5SUM9a43349587a435e7109b46b3aceb156e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1144.59
Satisfiable
(Un)Satisfiability was proved
Number of variables482093
Number of clauses9676386
Sum of the clauses size28195028
Maximum clause length226
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 29152157
Number of clauses of size 3120945
Number of clauses of size 410067
Number of clauses of size 528986
Number of clauses of size over 5364230

Solver Data

2649.95/2649.99	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: 935)

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-3309994-1304001190/watcher-3309994-1304001190 -o /tmp/evaluation-result-3309994-1304001190/solver-3309994-1304001190 -C 5000 -W 5100 -M 15500 lingeling HOME/instance-3309994-1304001190.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.01 1.00 1.21 2/177 26490
/proc/meminfo: memFree=14715444/32950928 swapFree=67111528/67111528
[pid=26490] ppid=26488 vsize=7264 CPUtime=0 cores=0,2,4,6
/proc/26490/stat : 26490 (lingeling) R 26488 26490 25707 0 -1 4202496 396 0 0 0 0 0 0 0 23 0 1 0 511719244 7438336 338 33554432000 4194304 4409164 140735928125072 18446744073709551615 274473967360 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/26490/statm: 1816 338 110 53 0 239 0

[startup+0.0671169 s]
/proc/loadavg: 1.01 1.00 1.21 2/177 26490
/proc/meminfo: memFree=14715444/32950928 swapFree=67111528/67111528
[pid=26490] ppid=26488 vsize=12920 CPUtime=0.06 cores=0,2,4,6
/proc/26490/stat : 26490 (lingeling) R 26488 26490 25707 0 -1 4202496 1408 0 0 0 6 0 0 0 23 0 1 0 511719244 13230080 1351 33554432000 4194304 4409164 140735928125072 18446744073709551615 274473661533 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/26490/statm: 3230 1370 112 53 0 1653 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12920

[startup+0.10511 s]
/proc/loadavg: 1.01 1.00 1.21 2/177 26490
/proc/meminfo: memFree=14715444/32950928 swapFree=67111528/67111528
[pid=26490] ppid=26488 vsize=14204 CPUtime=0.1 cores=0,2,4,6
/proc/26490/stat : 26490 (lingeling) R 26488 26490 25707 0 -1 4202496 2117 0 0 0 10 0 0 0 24 0 1 0 511719244 14544896 2059 33554432000 4194304 4409164 140735928125072 18446744073709551615 4258737 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/26490/statm: 3551 2059 112 53 0 1974 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 14204

[startup+0.301075 s]
/proc/loadavg: 1.01 1.00 1.21 2/177 26490
/proc/meminfo: memFree=14715444/32950928 swapFree=67111528/67111528
[pid=26490] ppid=26488 vsize=31636 CPUtime=0.29 cores=0,2,4,6
/proc/26490/stat : 26490 (lingeling) R 26488 26490 25707 0 -1 4202496 6534 0 0 0 28 1 0 0 25 0 1 0 511719244 32395264 6433 33554432000 4194304 4409164 140735928125072 18446744073709551615 274473967360 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/26490/statm: 7909 6433 112 53 0 6332 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31636

[startup+0.701006 s]
/proc/loadavg: 1.01 1.00 1.21 2/177 26490
/proc/meminfo: memFree=14715444/32950928 swapFree=67111528/67111528
[pid=26490] ppid=26488 vsize=56968 CPUtime=0.68 cores=0,2,4,6
/proc/26490/stat : 26490 (lingeling) R 26488 26490 25707 0 -1 4202496 12904 0 0 0 66 2 0 0 25 0 1 0 511719244 58335232 12766 33554432000 4194304 4409164 140735928125072 18446744073709551615 4225040 0 0 4096 17506 0 0 0 17 4 0 0 0
/proc/26490/statm: 14242 12766 112 53 0 12665 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 56968

[startup+1.50086 s]
/proc/loadavg: 1.01 1.00 1.21 3/178 26491
/proc/meminfo: memFree=14652824/32950928 swapFree=67111528/67111528
[pid=26490] ppid=26488 vsize=107272 CPUtime=1.48 cores=0,2,4,6
/proc/26490/stat : 26490 (lingeling) R 26488 26490 25707 0 -1 4202496 25480 0 0 0 144 4 0 0 25 0 1 0 511719244 109846528 25342 33554432000 4194304 4409164 140735928125072 18446744073709551615 4253410 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/26490/statm: 26818 25342 112 53 0 25241 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 107272

[startup+3.10071 s]
/proc/loadavg: 1.25 1.05 1.22 3/178 26491
/proc/meminfo: memFree=14597396/32950928 swapFree=67111528/67111528
[pid=26490] ppid=26488 vsize=207880 CPUtime=3.08 cores=0,2,4,6
/proc/26490/stat : 26490 (lingeling) R 26488 26490 25707 0 -1 4202496 50632 0 0 0 299 9 0 0 25 0 1 0 511719244 212869120 50494 33554432000 4194304 4409164 140735928125072 18446744073709551615 274473967360 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/26490/statm: 51970 50494 112 53 0 50393 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 207880

[startup+6.30102 s]
/proc/loadavg: 1.25 1.05 1.22 3/178 26491
/proc/meminfo: memFree=14493752/32950928 swapFree=67111528/67111528
[pid=26490] ppid=26488 vsize=239696 CPUtime=6.28 cores=0,2,4,6
/proc/26490/stat : 26490 (lingeling) R 26488 26490 25707 0 -1 4202496 72493 0 0 0 613 15 0 0 25 0 1 0 511719244 245448704 58302 33554432000 4194304 4409164 140735928125072 18446744073709551615 4233763 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/26490/statm: 59924 58302 125 53 0 58347 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 239696

[startup+12.7009 s]
/proc/loadavg: 1.36 1.08 1.23 3/178 26491
/proc/meminfo: memFree=14451136/32950928 swapFree=67111528/67111528
[pid=26490] ppid=26488 vsize=239696 CPUtime=12.68 cores=0,2,4,6
/proc/26490/stat : 26490 (lingeling) R 26488 26490 25707 0 -1 4202496 72499 0 0 0 1253 15 0 0 25 0 1 0 511719244 245448704 58308 33554432000 4194304 4409164 140735928125072 18446744073709551615 4241292 0 0 4096 17506 0 0 0 17 0 0 0 0
/proc/26490/statm: 59924 58308 131 53 0 58347 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 239696

[startup+25.5006 s]
/proc/loadavg: 1.46 1.11 1.24 3/178 26519
/proc/meminfo: memFree=14561656/32950928 swapFree=67111528/67111528
[pid=26490] ppid=26488 vsize=415700 CPUtime=25.48 cores=0,2,4,6
/proc/26490/stat : 26490 (lingeling) R 26488 26490 25707 0 -1 4202496 188418 0 0 0 2521 27 0 0 25 0 1 0 511719244 425676800 102448 33554432000 4194304 4409164 140735928125072 18446744073709551615 4313474 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26490/statm: 103925 102448 137 53 0 102348 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 415700

[startup+51.1002 s]
/proc/loadavg: 1.64 1.18 1.26 3/178 26520
/proc/meminfo: memFree=14558336/32950928 swapFree=67111528/67111528
[pid=26490] ppid=26488 vsize=415608 CPUtime=51.08 cores=0,2,4,6
/proc/26490/stat : 26490 (lingeling) R 26488 26490 25707 0 -1 4202496 188422 0 0 0 5079 29 0 0 25 0 1 0 511719244 425582592 102429 33554432000 4194304 4409164 140735928125072 18446744073709551615 4358294 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26490/statm: 103902 102429 141 53 0 102325 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 415608

[startup+102.306 s]
/proc/loadavg: 1.85 1.32 1.30 3/178 26521
/proc/meminfo: memFree=14537652/32950928 swapFree=67111528/67111528
[pid=26490] ppid=26488 vsize=428280 CPUtime=102.28 cores=0,2,4,6
/proc/26490/stat : 26490 (lingeling) R 26488 26490 25707 0 -1 4202496 257557 0 0 0 10189 39 0 0 25 0 1 0 511719244 438558720 105597 33554432000 4194304 4409164 140735928125072 18446744073709551615 4358286 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26490/statm: 107070 105597 141 53 0 105493 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 428280

[startup+162.301 s]
/proc/loadavg: 1.94 1.44 1.34 3/178 26522
/proc/meminfo: memFree=14569192/32950928 swapFree=67111528/67111528
[pid=26490] ppid=26488 vsize=394180 CPUtime=162.28 cores=0,2,4,6
/proc/26490/stat : 26490 (lingeling) R 26488 26490 25707 0 -1 4202496 268159 0 0 0 16184 44 0 0 25 0 1 0 511719244 403640320 97072 33554432000 4194304 4409164 140735928125072 18446744073709551615 274473992087 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26490/statm: 98545 97072 141 53 0 96968 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 394180

[startup+222.301 s]
/proc/loadavg: 1.98 1.54 1.38 3/178 26524
/proc/meminfo: memFree=14562724/32950928 swapFree=67111528/67111528
[pid=26490] ppid=26488 vsize=393944 CPUtime=222.28 cores=0,2,4,6
/proc/26490/stat : 26490 (lingeling) R 26488 26490 25707 0 -1 4202496 301287 0 0 0 22176 52 0 0 25 0 1 0 511719244 403398656 97013 33554432000 4194304 4409164 140735928125072 18446744073709551615 274473992087 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26490/statm: 98486 97013 141 53 0 96909 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 393944

[startup+282.3 s]
/proc/loadavg: 1.99 1.61 1.41 3/178 26526
/proc/meminfo: memFree=14685952/32950928 swapFree=67111528/67111528
[pid=26490] ppid=26488 vsize=271784 CPUtime=282.29 cores=0,2,4,6
/proc/26490/stat : 26490 (lingeling) R 26488 26490 25707 0 -1 4202496 311986 0 0 0 28170 59 0 0 25 0 1 0 511719244 278306816 66473 33554432000 4194304 4409164 140735928125072 18446744073709551615 4226522 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26490/statm: 67946 66473 141 53 0 66369 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 271784

[startup+342.301 s]
/proc/loadavg: 1.99 1.69 1.45 3/178 26527
/proc/meminfo: memFree=14682712/32950928 swapFree=67111528/67111528
[pid=26490] ppid=26488 vsize=274232 CPUtime=342.29 cores=0,2,4,6
/proc/26490/stat : 26490 (lingeling) R 26488 26490 25707 0 -1 4202496 347090 0 0 0 34161 68 0 0 25 0 1 0 511719244 280813568 67085 33554432000 4194304 4409164 140735928125072 18446744073709551615 274473992087 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26490/statm: 68558 67085 141 53 0 66981 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 274232

[startup+402.3 s]
/proc/loadavg: 1.99 1.74 1.48 3/178 26529
/proc/meminfo: memFree=14654272/32950928 swapFree=67111528/67111528
[pid=26490] ppid=26488 vsize=274188 CPUtime=402.29 cores=0,2,4,6
/proc/26490/stat : 26490 (lingeling) R 26488 26490 25707 0 -1 4202496 380124 0 0 0 40151 78 0 0 25 0 1 0 511719244 280768512 67074 33554432000 4194304 4409164 140735928125072 18446744073709551615 4230570 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26490/statm: 68547 67074 141 53 0 66970 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 274188

[startup+462.301 s]
/proc/loadavg: 1.99 1.78 1.51 3/178 26530
/proc/meminfo: memFree=14648768/32950928 swapFree=67111528/67111528
[pid=26490] ppid=26488 vsize=273720 CPUtime=462.29 cores=0,2,4,6
/proc/26490/stat : 26490 (lingeling) R 26488 26490 25707 0 -1 4202496 380381 0 0 0 46141 88 0 0 25 0 1 0 511719244 280289280 66957 33554432000 4194304 4409164 140735928125072 18446744073709551615 4230778 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26490/statm: 68430 66957 141 53 0 66853 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 273720

[startup+522.3 s]
/proc/loadavg: 1.99 1.82 1.53 3/178 26532
/proc/meminfo: memFree=14643272/32950928 swapFree=67111528/67111528
[pid=26490] ppid=26488 vsize=283092 CPUtime=522.29 cores=0,2,4,6
/proc/26490/stat : 26490 (lingeling) R 26488 26490 25707 0 -1 4202496 415758 0 0 0 52132 97 0 0 25 0 1 0 511719244 289886208 69300 33554432000 4194304 4409164 140735928125072 18446744073709551615 4230564 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26490/statm: 70773 69300 141 53 0 69196 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 283092

[startup+582.301 s]
/proc/loadavg: 1.99 1.85 1.56 3/178 26534
/proc/meminfo: memFree=14640888/32950928 swapFree=67111528/67111528
[pid=26490] ppid=26488 vsize=280948 CPUtime=582.29 cores=0,2,4,6
/proc/26490/stat : 26490 (lingeling) R 26488 26490 25707 0 -1 4202496 415991 0 0 0 58125 104 0 0 25 0 1 0 511719244 287690752 68764 33554432000 4194304 4409164 140735928125072 18446744073709551615 4294385 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26490/statm: 70237 68764 141 53 0 68660 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 280948

[startup+642.301 s]

################
# More data... #
################

/proc/meminfo: memFree=14521908/32950928 swapFree=67111528/67111528
[pid=26490] ppid=26488 vsize=389804 CPUtime=2022.33 cores=0,2,4,6
/proc/26490/stat : 26490 (lingeling) R 26488 26490 25707 0 -1 4202496 871339 0 0 0 201879 354 0 0 25 0 1 0 511719244 399159296 95978 33554432000 4194304 4409164 140735928125072 18446744073709551615 4358181 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26490/statm: 97451 95978 141 53 0 95874 0
Current children cumulated CPU time (s) 2022.33
Current children cumulated vsize (KiB) 389804

[startup+2082.31 s]
/proc/loadavg: 2.05 2.03 1.91 3/178 26586
/proc/meminfo: memFree=14560080/32950928 swapFree=67111528/67111528
[pid=26490] ppid=26488 vsize=351988 CPUtime=2082.34 cores=0,2,4,6
/proc/26490/stat : 26490 (lingeling) R 26488 26490 25707 0 -1 4202496 871339 0 0 0 207872 362 0 0 25 0 1 0 511719244 360435712 86556 33554432000 4194304 4409164 140735928125072 18446744073709551615 4226533 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26490/statm: 87997 86556 141 53 0 86420 0
Current children cumulated CPU time (s) 2082.34
Current children cumulated vsize (KiB) 351988

[startup+2142.3 s]
/proc/loadavg: 2.02 2.02 1.91 3/178 26587
/proc/meminfo: memFree=14551872/32950928 swapFree=67111528/67111528
[pid=26490] ppid=26488 vsize=351660 CPUtime=2142.33 cores=0,2,4,6
/proc/26490/stat : 26490 (lingeling) R 26488 26490 25707 0 -1 4202496 877451 0 0 0 213861 372 0 0 25 0 1 0 511719244 360099840 86442 33554432000 4194304 4409164 140735928125072 18446744073709551615 4360176 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26490/statm: 87915 86442 141 53 0 86338 0
Current children cumulated CPU time (s) 2142.33
Current children cumulated vsize (KiB) 351660

[startup+2202.3 s]
/proc/loadavg: 2.00 2.02 1.91 3/178 26589
/proc/meminfo: memFree=14567452/32950928 swapFree=67111528/67111528
[pid=26490] ppid=26488 vsize=359148 CPUtime=2202.33 cores=0,2,4,6
/proc/26490/stat : 26490 (lingeling) R 26488 26490 25707 0 -1 4202496 887671 0 0 0 219846 387 0 0 25 0 1 0 511719244 367767552 88314 33554432000 4194304 4409164 140735928125072 18446744073709551615 4256147 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26490/statm: 89787 88314 141 53 0 88210 0
Current children cumulated CPU time (s) 2202.33
Current children cumulated vsize (KiB) 359148

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 1.91 3/178 26590
/proc/meminfo: memFree=14457548/32950928 swapFree=67111528/67111528
[pid=26490] ppid=26488 vsize=545276 CPUtime=2262.33 cores=0,2,4,6
/proc/26490/stat : 26490 (lingeling) R 26488 26490 25707 0 -1 4202496 972460 0 0 0 225823 410 0 0 25 0 1 0 511719244 558362624 134846 33554432000 4194304 4409164 140735928125072 18446744073709551615 4230570 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26490/statm: 136319 134846 141 53 0 134742 0
Current children cumulated CPU time (s) 2262.33
Current children cumulated vsize (KiB) 545276

[startup+2322.3 s]
/proc/loadavg: 2.04 2.02 1.91 3/178 26592
/proc/meminfo: memFree=14514424/32950928 swapFree=67111528/67111528
[pid=26490] ppid=26488 vsize=425420 CPUtime=2322.34 cores=0,2,4,6
/proc/26490/stat : 26490 (lingeling) R 26488 26490 25707 0 -1 4202496 993569 0 0 0 231811 423 0 0 25 0 1 0 511719244 435630080 104882 33554432000 4194304 4409164 140735928125072 18446744073709551615 4230698 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26490/statm: 106355 104882 141 53 0 104778 0
Current children cumulated CPU time (s) 2322.34
Current children cumulated vsize (KiB) 425420

[startup+2382.3 s]
/proc/loadavg: 2.01 2.01 1.91 3/178 26594
/proc/meminfo: memFree=14482664/32950928 swapFree=67111528/67111528
[pid=26490] ppid=26488 vsize=464872 CPUtime=2382.33 cores=0,2,4,6
/proc/26490/stat : 26490 (lingeling) R 26488 26490 25707 0 -1 4202496 1003724 0 0 0 237801 432 0 0 25 0 1 0 511719244 476028928 114745 33554432000 4194304 4409164 140735928125072 18446744073709551615 4360176 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26490/statm: 116218 114745 141 53 0 114641 0
Current children cumulated CPU time (s) 2382.33
Current children cumulated vsize (KiB) 464872

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 1.91 3/178 26595
/proc/meminfo: memFree=14465888/32950928 swapFree=67111528/67111528
[pid=26490] ppid=26488 vsize=483100 CPUtime=2442.33 cores=0,2,4,6
/proc/26490/stat : 26490 (lingeling) R 26488 26490 25707 0 -1 4202496 1008281 0 0 0 243789 444 0 0 25 0 1 0 511719244 494694400 119302 33554432000 4194304 4409164 140735928125072 18446744073709551615 4226443 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26490/statm: 120775 119302 141 53 0 119198 0
Current children cumulated CPU time (s) 2442.33
Current children cumulated vsize (KiB) 483100

[startup+2502.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 26597
/proc/meminfo: memFree=14464872/32950928 swapFree=67111528/67111528
[pid=26490] ppid=26488 vsize=518420 CPUtime=2502.33 cores=0,2,4,6
/proc/26490/stat : 26490 (lingeling) R 26488 26490 25707 0 -1 4202496 1019958 0 0 0 249781 452 0 0 25 0 1 0 511719244 530862080 128132 33554432000 4194304 4409164 140735928125072 18446744073709551615 4360176 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26490/statm: 129605 128132 141 53 0 128028 0
Current children cumulated CPU time (s) 2502.33
Current children cumulated vsize (KiB) 518420

[startup+2562.3 s]
/proc/loadavg: 2.00 2.00 1.91 3/178 26598
/proc/meminfo: memFree=14398508/32950928 swapFree=67111528/67111528
[pid=26490] ppid=26488 vsize=543980 CPUtime=2562.34 cores=0,2,4,6
/proc/26490/stat : 26490 (lingeling) R 26488 26490 25707 0 -1 4202496 1026354 0 0 0 255769 465 0 0 25 0 1 0 511719244 557035520 134522 33554432000 4194304 4409164 140735928125072 18446744073709551615 4230981 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26490/statm: 135995 134522 141 53 0 134418 0
Current children cumulated CPU time (s) 2562.34
Current children cumulated vsize (KiB) 543980

[startup+2622.3 s]
/proc/loadavg: 2.04 2.01 1.92 3/178 26600
/proc/meminfo: memFree=14489252/32950928 swapFree=67111528/67111528
[pid=26490] ppid=26488 vsize=452004 CPUtime=2622.34 cores=0,2,4,6
/proc/26490/stat : 26490 (lingeling) R 26488 26490 25707 0 -1 4202496 1027534 0 0 0 261759 475 0 0 25 0 1 0 511719244 462852096 111528 33554432000 4194304 4409164 140735928125072 18446744073709551615 4230778 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26490/statm: 113001 111528 141 53 0 111424 0
Current children cumulated CPU time (s) 2622.34
Current children cumulated vsize (KiB) 452004

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

[startup+2636.71 s]
/proc/loadavg: 2.03 2.01 1.92 3/178 26600
/proc/meminfo: memFree=14484660/32950928 swapFree=67111528/67111528
[pid=26490] ppid=26488 vsize=449780 CPUtime=2636.74 cores=0,2,4,6
/proc/26490/stat : 26490 (lingeling) R 26488 26490 25707 0 -1 4202496 1028183 0 0 0 263197 477 0 0 25 0 1 0 511719244 460574720 110972 33554432000 4194304 4409164 140735928125072 18446744073709551615 4247305 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26490/statm: 112445 110972 141 53 0 110868 0
Current children cumulated CPU time (s) 2636.74
Current children cumulated vsize (KiB) 449780

[startup+2643.1 s]
/proc/loadavg: 2.02 2.01 1.92 3/178 26601
/proc/meminfo: memFree=14484656/32950928 swapFree=67111528/67111528
[pid=26490] ppid=26488 vsize=449780 CPUtime=2643.14 cores=0,2,4,6
/proc/26490/stat : 26490 (lingeling) R 26488 26490 25707 0 -1 4202496 1028183 0 0 0 263837 477 0 0 25 0 1 0 511719244 460574720 110972 33554432000 4194304 4409164 140735928125072 18446744073709551615 4242034 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26490/statm: 112445 110972 141 53 0 110868 0
Current children cumulated CPU time (s) 2643.14
Current children cumulated vsize (KiB) 449780

[startup+2646.3 s]
/proc/loadavg: 2.02 2.01 1.92 3/178 26601
/proc/meminfo: memFree=14484656/32950928 swapFree=67111528/67111528
[pid=26490] ppid=26488 vsize=449780 CPUtime=2646.34 cores=0,2,4,6
/proc/26490/stat : 26490 (lingeling) R 26488 26490 25707 0 -1 4202496 1028183 0 0 0 264157 477 0 0 25 0 1 0 511719244 460574720 110972 33554432000 4194304 4409164 140735928125072 18446744073709551615 4252181 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26490/statm: 112445 110972 141 53 0 110868 0
Current children cumulated CPU time (s) 2646.34
Current children cumulated vsize (KiB) 449780

[startup+2647.9 s]
/proc/loadavg: 2.02 2.01 1.92 3/178 26601
/proc/meminfo: memFree=14484656/32950928 swapFree=67111528/67111528
[pid=26490] ppid=26488 vsize=449780 CPUtime=2647.94 cores=0,2,4,6
/proc/26490/stat : 26490 (lingeling) R 26488 26490 25707 0 -1 4202496 1028183 0 0 0 264317 477 0 0 25 0 1 0 511719244 460574720 110972 33554432000 4194304 4409164 140735928125072 18446744073709551615 4252379 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26490/statm: 112445 110972 141 53 0 110868 0
Current children cumulated CPU time (s) 2647.94
Current children cumulated vsize (KiB) 449780

[startup+2648.7 s]
/proc/loadavg: 2.02 2.01 1.92 3/178 26601
/proc/meminfo: memFree=14484780/32950928 swapFree=67111528/67111528
[pid=26490] ppid=26488 vsize=449612 CPUtime=2648.74 cores=0,2,4,6
/proc/26490/stat : 26490 (lingeling) R 26488 26490 25707 0 -1 4202496 1028183 0 0 0 264397 477 0 0 25 0 1 0 511719244 460402688 110930 33554432000 4194304 4409164 140735928125072 18446744073709551615 4264647 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26490/statm: 112403 110930 141 53 0 110826 0
Current children cumulated CPU time (s) 2648.74
Current children cumulated vsize (KiB) 449612

[startup+2649.5 s]
/proc/loadavg: 2.02 2.01 1.92 3/178 26601
/proc/meminfo: memFree=14484780/32950928 swapFree=67111528/67111528
[pid=26490] ppid=26488 vsize=385320 CPUtime=2649.54 cores=0,2,4,6
/proc/26490/stat : 26490 (lingeling) R 26488 26490 25707 0 -1 4202496 1028747 0 0 0 264476 478 0 0 25 0 1 0 511719244 394567680 94857 33554432000 4194304 4409164 140735928125072 18446744073709551615 4256947 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26490/statm: 96330 94857 141 53 0 94753 0
Current children cumulated CPU time (s) 2649.54
Current children cumulated vsize (KiB) 385320

[startup+2649.91 s]
/proc/loadavg: 2.02 2.01 1.92 3/178 26601
/proc/meminfo: memFree=14549876/32950928 swapFree=67111528/67111528
[pid=26490] ppid=26488 vsize=385320 CPUtime=2649.95 cores=0,2,4,6
/proc/26490/stat : 26490 (lingeling) R 26488 26490 25707 0 -1 4202496 1028747 0 0 0 264517 478 0 0 25 0 1 0 511719244 394567680 94857 33554432000 4194304 4409164 140735928125072 18446744073709551615 4230441 0 0 4096 17506 0 0 0 17 2 0 0 0
/proc/26490/statm: 96330 94857 141 53 0 94753 0
Current children cumulated CPU time (s) 2649.95
Current children cumulated vsize (KiB) 385320

[startup+2650 s]
/proc/loadavg: 2.02 2.01 1.92 3/178 26601
/proc/meminfo: memFree=14549876/32950928 swapFree=67111528/67111528
[pid=26490] ppid=26488 vsize=245632 CPUtime=2650.04 cores=0,2,4,6
/proc/26490/stat : 26490 (lingeling) R 26488 26490 25707 0 -1 4202496 1028749 0 0 0 264525 479 0 0 25 0 1 0 511719244 251527168 49354 33554432000 4194304 4409164 140735928125072 18446744073709551615 274474010759 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/26490/statm: 61408 48842 142 53 0 59831 0
Current children cumulated CPU time (s) 2650.04
Current children cumulated vsize (KiB) 245632

Child status: 20
Real time (s): 2650.01
CPU time (s): 2650.06
CPU user time (s): 2645.26
CPU system time (s): 4.80027
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 629052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2645.26
system time used= 4.80027
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1028750
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= 5
involuntary context switches= 4218

runsolver used 4.20736 second user time and 8.82966 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-28 16:33:16
IDJOB=3309994
IDBENCH=85008
IDSOLVER=1693
FILE ID=node125/3309994-1304001190
RUNJOBID= node125-1304001190-26470
PBS_JOBID= 13168748
Free space on /tmp= 72460 MiB

SOLVER NAME= Lingeling 587
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq9.used-as.sat04-719.cnf
COMMAND LINE= lingeling BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309994-1304001190/watcher-3309994-1304001190 -o /tmp/evaluation-result-3309994-1304001190/solver-3309994-1304001190 -C 5000 -W 5100 -M 15500  lingeling HOME/instance-3309994-1304001190.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 9a43349587a435e7109b46b3aceb156e
RANDOM SEED=1780145245

node125.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.828
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.65
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.828
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	: 5266.55
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.828
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.84
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.828
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.74
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.828
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.82
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.828
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.74
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.828
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.75
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.828
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14715600 kB
Buffers:       2213636 kB
Cached:       15249744 kB
SwapCached:          0 kB
Active:        9200436 kB
Inactive:      8494060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14715600 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          311380 kB
Writeback:           0 kB
AnonPages:      230216 kB
Mapped:          15248 kB
Slab:           478480 kB
PageTables:       5056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   374604 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= 72552 MiB
End job on node125 at 2011-04-28 17:17:26