Trace number 3262650

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
Plingeling 587UNSAT 1102.1 276.102

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-12_135.cnf
MD5SUMf20ed0313cfa494f86b5c8ef723973ee
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark36.1265
Satisfiable
(Un)Satisfiability was proved
Number of variables135
Number of clauses5251
Sum of the clauses size22611
Maximum clause length12
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 34489
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5762

Solver Data

1102.08/276.10	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-3262650-1304095107/watcher-3262650-1304095107 -o /tmp/evaluation-result-3262650-1304095107/solver-3262650-1304095107 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3262650-1304095107.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 7.75 7.99 7.98 1/175 3549
/proc/meminfo: memFree=30660768/32951124 swapFree=67111524/67111528
[pid=3549] ppid=3547 vsize=9432 CPUtime=0 cores=0,2,4,6
/proc/3549/stat : 3549 (plingeling) R 3547 3549 2974 0 -1 4202496 452 1250 0 0 0 0 0 0 25 0 1 0 253701995 9658368 380 33554432000 4194304 4417332 140735411602480 18446744073709551615 268660662016 0 0 4096 17442 0 0 0 17 4 0 0 0
/proc/3549/statm: 2358 380 147 55 0 244 0

[startup+0.816014 s]
/proc/loadavg: 7.75 7.99 7.98 1/175 3549
/proc/meminfo: memFree=30660768/32951124 swapFree=67111524/67111528
[pid=3549] ppid=3547 vsize=56436 CPUtime=3.22 cores=0,2,4,6
/proc/3549/stat : 3549 (plingeling) S 3547 3549 2974 0 -1 4202496 4546 1250 0 0 322 0 0 0 25 0 5 0 253701995 57790464 1926 33554432000 4194304 4417332 140735411602480 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/3549/statm: 14109 1926 178 55 0 11995 0
Current children cumulated CPU time (s) 3.22
Current children cumulated vsize (KiB) 56436

[startup+0.900997 s]
/proc/loadavg: 7.75 7.99 7.98 1/175 3549
/proc/meminfo: memFree=30660768/32951124 swapFree=67111524/67111528
[pid=3549] ppid=3547 vsize=57400 CPUtime=3.56 cores=0,2,4,6
/proc/3549/stat : 3549 (plingeling) S 3547 3549 2974 0 -1 4202496 5055 1250 0 0 356 0 0 0 25 0 5 0 253701995 58777600 2167 33554432000 4194304 4417332 140735411602480 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/3549/statm: 14350 2167 178 55 0 12236 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 57400

[startup+1.00098 s]
/proc/loadavg: 7.75 7.99 7.98 1/175 3549
/proc/meminfo: memFree=30660768/32951124 swapFree=67111524/67111528
[pid=3549] ppid=3547 vsize=58372 CPUtime=3.96 cores=0,2,4,6
/proc/3549/stat : 3549 (plingeling) S 3547 3549 2974 0 -1 4202496 5657 1250 0 0 396 0 0 0 25 0 5 0 253701995 59772928 2410 33554432000 4194304 4417332 140735411602480 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/3549/statm: 14593 2410 178 55 0 12479 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 58372

[startup+1.10096 s]
/proc/loadavg: 7.75 7.99 7.98 1/175 3549
/proc/meminfo: memFree=30660768/32951124 swapFree=67111524/67111528
[pid=3549] ppid=3547 vsize=58072 CPUtime=4.35 cores=0,2,4,6
/proc/3549/stat : 3549 (plingeling) S 3547 3549 2974 0 -1 4202496 5992 1250 0 0 435 0 0 0 25 0 5 0 253701995 59465728 2335 33554432000 4194304 4417332 140735411602480 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/3549/statm: 14518 2335 178 55 0 12404 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 58072

[startup+1.50089 s]
/proc/loadavg: 7.75 7.99 7.98 1/175 3549
/proc/meminfo: memFree=30660768/32951124 swapFree=67111524/67111528
[pid=3549] ppid=3547 vsize=59392 CPUtime=5.95 cores=0,2,4,6
/proc/3549/stat : 3549 (plingeling) S 3547 3549 2974 0 -1 4202496 7674 1250 0 0 595 0 0 0 25 0 5 0 253701995 60817408 2665 33554432000 4194304 4417332 140735411602480 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/3549/statm: 14848 2665 178 55 0 12734 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 59392

[startup+3.10061 s]
/proc/loadavg: 7.75 7.99 7.98 9/186 3598
/proc/meminfo: memFree=30631304/32951124 swapFree=67111524/67111528
[pid=3549] ppid=3547 vsize=62124 CPUtime=12.34 cores=0,2,4,6
/proc/3549/stat : 3549 (plingeling) S 3547 3549 2974 0 -1 4202496 13660 1250 0 0 1233 1 0 0 25 0 5 0 253701995 63614976 3348 33554432000 4194304 4417332 140735411602480 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/3549/statm: 15531 3348 178 55 0 13417 0
[pid=3549/tid=3556] ppid=3547 vsize=62124 CPUtime=3.08 cores=0,2,4,6
/proc/3549/task/3556/stat : 3556 (plingeling) R 3547 3549 2974 0 -1 4202560 3343 1250 0 0 308 0 0 0 25 0 5 0 253701996 63614976 3348 33554432000 4194304 4417332 140735411602480 18446744073709551615 4248999 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3549/tid=3557] ppid=3547 vsize=62124 CPUtime=3.07 cores=0,2,4,6
/proc/3549/task/3557/stat : 3557 (plingeling) R 3547 3549 2974 0 -1 4202560 2931 1250 0 0 307 0 0 0 25 0 5 0 253701996 63614976 3348 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364452 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3549/tid=3558] ppid=3547 vsize=62124 CPUtime=3.08 cores=0,2,4,6
/proc/3549/task/3558/stat : 3558 (plingeling) R 3547 3549 2974 0 -1 4202560 3451 1250 0 0 308 0 0 0 25 0 5 0 253701996 63614976 3348 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3549/tid=3559] ppid=3547 vsize=62124 CPUtime=3.07 cores=0,2,4,6
/proc/3549/task/3559/stat : 3559 (plingeling) R 3547 3549 2974 0 -1 4202560 3276 1250 0 0 307 0 0 0 25 0 5 0 253701996 63614976 3348 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 62124

[startup+6.30605 s]
/proc/loadavg: 7.77 7.99 7.98 10/186 3598
/proc/meminfo: memFree=30619260/32951124 swapFree=67111524/67111528
[pid=3549] ppid=3547 vsize=68840 CPUtime=25.15 cores=0,2,4,6
/proc/3549/stat : 3549 (plingeling) S 3547 3549 2974 0 -1 4202496 27876 1250 0 0 2511 4 0 0 25 0 5 0 253701995 70492160 5027 33554432000 4194304 4417332 140735411602480 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/3549/statm: 17210 5027 178 55 0 15096 0
[pid=3549/tid=3556] ppid=3547 vsize=68840 CPUtime=6.28 cores=0,2,4,6
/proc/3549/task/3556/stat : 3556 (plingeling) R 3547 3549 2974 0 -1 4202560 7423 1250 0 0 628 0 0 0 25 0 5 0 253701996 70492160 5027 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3549/tid=3557] ppid=3547 vsize=68840 CPUtime=6.28 cores=0,2,4,6
/proc/3549/task/3557/stat : 3557 (plingeling) R 3547 3549 2974 0 -1 4202560 6059 1250 0 0 627 1 0 0 25 0 5 0 253701996 70492160 5027 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3549/tid=3558] ppid=3547 vsize=68840 CPUtime=6.29 cores=0,2,4,6
/proc/3549/task/3558/stat : 3558 (plingeling) R 3547 3549 2974 0 -1 4202560 7191 1250 0 0 628 1 0 0 25 0 5 0 253701996 70492160 5027 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364565 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3549/tid=3559] ppid=3547 vsize=68840 CPUtime=6.26 cores=0,2,4,6
/proc/3549/task/3559/stat : 3559 (plingeling) R 3547 3549 2974 0 -1 4202560 6544 1250 0 0 626 0 0 0 25 0 5 0 253701996 70492160 5027 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364899 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 68840

[startup+12.7009 s]
/proc/loadavg: 7.78 7.99 7.98 10/186 3598
/proc/meminfo: memFree=30613852/32951124 swapFree=67111524/67111528
[pid=3549] ppid=3547 vsize=70524 CPUtime=50.7 cores=0,2,4,6
/proc/3549/stat : 3549 (plingeling) S 3547 3549 2974 0 -1 4202496 49734 1250 0 0 5062 8 0 0 25 0 5 0 253701995 72216576 5416 33554432000 4194304 4417332 140735411602480 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/3549/statm: 17631 5416 178 55 0 15517 0
[pid=3549/tid=3556] ppid=3547 vsize=70524 CPUtime=12.68 cores=0,2,4,6
/proc/3549/task/3556/stat : 3556 (plingeling) R 3547 3549 2974 0 -1 4202560 13233 1250 0 0 1266 2 0 0 25 0 5 0 253701996 72216576 5416 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3549/tid=3557] ppid=3547 vsize=70524 CPUtime=12.68 cores=0,2,4,6
/proc/3549/task/3557/stat : 3557 (plingeling) R 3547 3549 2974 0 -1 4202560 11710 1250 0 0 1266 2 0 0 25 0 5 0 253701996 72216576 5416 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3549/tid=3558] ppid=3547 vsize=70524 CPUtime=12.68 cores=0,2,4,6
/proc/3549/task/3558/stat : 3558 (plingeling) R 3547 3549 2974 0 -1 4202560 13111 1250 0 0 1266 2 0 0 25 0 5 0 253701996 72216576 5416 33554432000 4194304 4417332 140735411602480 18446744073709551615 4365894 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3549/tid=3559] ppid=3547 vsize=70524 CPUtime=12.63 cores=0,2,4,6
/proc/3549/task/3559/stat : 3559 (plingeling) R 3547 3549 2974 0 -1 4202560 11021 1250 0 0 1262 1 0 0 25 0 5 0 253701996 72216576 5416 33554432000 4194304 4417332 140735411602480 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 70524

[startup+25.5007 s]
/proc/loadavg: 7.83 7.99 7.98 10/186 3599
/proc/meminfo: memFree=30596976/32951124 swapFree=67111524/67111528
[pid=3549] ppid=3547 vsize=80800 CPUtime=101.83 cores=0,2,4,6
/proc/3549/stat : 3549 (plingeling) S 3547 3549 2974 0 -1 4202496 83905 1250 0 0 10170 13 0 0 25 0 5 0 253701995 82739200 8004 33554432000 4194304 4417332 140735411602480 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/3549/statm: 20200 8004 178 55 0 18086 0
[pid=3549/tid=3556] ppid=3547 vsize=80800 CPUtime=25.48 cores=0,2,4,6
/proc/3549/task/3556/stat : 3556 (plingeling) R 3547 3549 2974 0 -1 4202560 21138 1250 0 0 2545 3 0 0 25 0 5 0 253701996 82739200 8004 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364899 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3549/tid=3557] ppid=3547 vsize=80800 CPUtime=25.47 cores=0,2,4,6
/proc/3549/task/3557/stat : 3557 (plingeling) R 3547 3549 2974 0 -1 4202560 19068 1250 0 0 2544 3 0 0 25 0 5 0 253701996 82739200 8004 33554432000 4194304 4417332 140735411602480 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3549/tid=3558] ppid=3547 vsize=80800 CPUtime=25.48 cores=0,2,4,6
/proc/3549/task/3558/stat : 3558 (plingeling) R 3547 3549 2974 0 -1 4202560 21058 1250 0 0 2545 3 0 0 25 0 5 0 253701996 82739200 8004 33554432000 4194304 4417332 140735411602480 18446744073709551615 4365929 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3549/tid=3559] ppid=3547 vsize=80800 CPUtime=25.36 cores=0,2,4,6
/proc/3549/task/3559/stat : 3559 (plingeling) R 3547 3549 2974 0 -1 4202560 21982 1250 0 0 2533 3 0 0 25 0 5 0 253701996 82739200 8004 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364750 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 80800

[startup+51.1012 s]
/proc/loadavg: 7.89 7.99 7.98 10/186 3599
/proc/meminfo: memFree=30567936/32951124 swapFree=67111524/67111528
[pid=3549] ppid=3547 vsize=86340 CPUtime=204.1 cores=0,2,4,6
/proc/3549/stat : 3549 (plingeling) S 3547 3549 2974 0 -1 4202496 145886 1250 0 0 20387 23 0 0 25 0 5 0 253701995 88412160 9371 33554432000 4194304 4417332 140735411602480 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/3549/statm: 21585 9371 179 55 0 19471 0
[pid=3549/tid=3556] ppid=3547 vsize=86340 CPUtime=51.07 cores=0,2,4,6
/proc/3549/task/3556/stat : 3556 (plingeling) R 3547 3549 2974 0 -1 4202560 37063 1250 0 0 5102 5 0 0 25 0 5 0 253701996 88412160 9371 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3549/tid=3557] ppid=3547 vsize=86340 CPUtime=51.08 cores=0,2,4,6
/proc/3549/task/3557/stat : 3557 (plingeling) R 3547 3549 2974 0 -1 4202560 33451 1250 0 0 5102 6 0 0 25 0 5 0 253701996 88412160 9371 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364656 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3549/tid=3558] ppid=3547 vsize=86340 CPUtime=51.08 cores=0,2,4,6
/proc/3549/task/3558/stat : 3558 (plingeling) R 3547 3549 2974 0 -1 4202560 37235 1250 0 0 5102 6 0 0 25 0 5 0 253701996 88412160 9371 33554432000 4194304 4417332 140735411602480 18446744073709551615 4259865 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3549/tid=3559] ppid=3547 vsize=86340 CPUtime=50.83 cores=0,2,4,6
/proc/3549/task/3559/stat : 3559 (plingeling) R 3547 3549 2974 0 -1 4202560 37478 1250 0 0 5078 5 0 0 25 0 5 0 253701996 88412160 9371 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364811 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 86340

[startup+102.3 s]
/proc/loadavg: 7.99 8.01 7.99 10/186 3601
/proc/meminfo: memFree=30556360/32951124 swapFree=67111524/67111528
[pid=3549] ppid=3547 vsize=103372 CPUtime=408.62 cores=0,2,4,6
/proc/3549/stat : 3549 (plingeling) S 3547 3549 2974 0 -1 4202496 224862 1250 0 0 40827 35 0 0 25 0 5 0 253701995 105852928 13646 33554432000 4194304 4417332 140735411602480 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/3549/statm: 25843 13646 179 55 0 23729 0
[pid=3549/tid=3556] ppid=3547 vsize=103372 CPUtime=102.27 cores=0,2,4,6
/proc/3549/task/3556/stat : 3556 (plingeling) R 3547 3549 2974 0 -1 4202560 56961 1250 0 0 10219 8 0 0 25 0 5 0 253701996 105852928 13646 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364498 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3549/tid=3557] ppid=3547 vsize=103372 CPUtime=102.28 cores=0,2,4,6
/proc/3549/task/3557/stat : 3557 (plingeling) R 3547 3549 2974 0 -1 4202560 52760 1250 0 0 10220 8 0 0 25 0 5 0 253701996 105852928 13646 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364652 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3549/tid=3558] ppid=3547 vsize=103372 CPUtime=102.28 cores=0,2,4,6
/proc/3549/task/3558/stat : 3558 (plingeling) R 3547 3549 2974 0 -1 4202560 57074 1250 0 0 10219 9 0 0 25 0 5 0 253701996 105852928 13646 33554432000 4194304 4417332 140735411602480 18446744073709551615 4365065 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3549/tid=3559] ppid=3547 vsize=103372 CPUtime=101.76 cores=0,2,4,6
/proc/3549/task/3559/stat : 3559 (plingeling) R 3547 3549 2974 0 -1 4202560 57408 1250 0 0 10168 8 0 0 25 0 5 0 253701996 105852928 13646 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.62
Current children cumulated vsize (KiB) 103372

[startup+162.301 s]
/proc/loadavg: 8.03 8.02 8.00 10/186 3602
/proc/meminfo: memFree=30526792/32951124 swapFree=67111524/67111528
[pid=3549] ppid=3547 vsize=113668 CPUtime=648.31 cores=0,2,4,6
/proc/3549/stat : 3549 (plingeling) S 3547 3549 2974 0 -1 4202496 305001 1250 0 0 64782 49 0 0 25 0 5 0 253701995 116396032 16207 33554432000 4194304 4417332 140735411602480 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/3549/statm: 28417 16207 179 55 0 26303 0
[pid=3549/tid=3556] ppid=3547 vsize=113668 CPUtime=162.27 cores=0,2,4,6
/proc/3549/task/3556/stat : 3556 (plingeling) R 3547 3549 2974 0 -1 4202560 74621 1250 0 0 16216 11 0 0 25 0 5 0 253701996 116396032 16207 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3549/tid=3557] ppid=3547 vsize=113668 CPUtime=162.28 cores=0,2,4,6
/proc/3549/task/3557/stat : 3557 (plingeling) R 3547 3549 2974 0 -1 4202560 75477 1250 0 0 16216 12 0 0 25 0 5 0 253701996 116396032 16207 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3549/tid=3558] ppid=3547 vsize=113668 CPUtime=162.28 cores=0,2,4,6
/proc/3549/task/3558/stat : 3558 (plingeling) R 3547 3549 2974 0 -1 4202560 74450 1250 0 0 16216 12 0 0 25 0 5 0 253701996 116396032 16207 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364479 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3549/tid=3559] ppid=3547 vsize=113668 CPUtime=161.44 cores=0,2,4,6
/proc/3549/task/3559/stat : 3559 (plingeling) R 3547 3549 2974 0 -1 4202560 79794 1250 0 0 16132 12 0 0 25 0 5 0 253701996 116396032 16207 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 648.31
Current children cumulated vsize (KiB) 113668

[startup+222.301 s]
/proc/loadavg: 8.04 8.03 8.00 10/186 3604
/proc/meminfo: memFree=30509252/32951124 swapFree=67111524/67111528
[pid=3549] ppid=3547 vsize=120792 CPUtime=887.99 cores=0,2,4,6
/proc/3549/stat : 3549 (plingeling) S 3547 3549 2974 0 -1 4202496 379717 1250 0 0 88737 62 0 0 25 0 5 0 253701995 123691008 17998 33554432000 4194304 4417332 140735411602480 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/3549/statm: 30198 17998 179 55 0 28084 0
[pid=3549/tid=3556] ppid=3547 vsize=120792 CPUtime=222.27 cores=0,2,4,6
/proc/3549/task/3556/stat : 3556 (plingeling) R 3547 3549 2974 0 -1 4202560 95055 1250 0 0 22213 14 0 0 25 0 5 0 253701996 123691008 17998 33554432000 4194304 4417332 140735411602480 18446744073709551615 4366729 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3549/tid=3557] ppid=3547 vsize=120792 CPUtime=222.28 cores=0,2,4,6
/proc/3549/task/3557/stat : 3557 (plingeling) R 3547 3549 2974 0 -1 4202560 96179 1250 0 0 22212 16 0 0 25 0 5 0 253701996 123691008 17998 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3549/tid=3558] ppid=3547 vsize=120792 CPUtime=222.28 cores=0,2,4,6
/proc/3549/task/3558/stat : 3558 (plingeling) R 3547 3549 2974 0 -1 4202560 92721 1250 0 0 22213 15 0 0 25 0 5 0 253701996 123691008 17998 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3549/tid=3559] ppid=3547 vsize=120792 CPUtime=221.12 cores=0,2,4,6
/proc/3549/task/3559/stat : 3559 (plingeling) R 3547 3549 2974 0 -1 4202560 95103 1250 0 0 22097 15 0 0 25 0 5 0 253701996 123691008 17998 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364590 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 887.99
Current children cumulated vsize (KiB) 120792

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

[startup+231.101 s]
/proc/loadavg: 8.18 8.06 8.01 9/186 3604
/proc/meminfo: memFree=30500808/32951124 swapFree=67111524/67111528
[pid=3549] ppid=3547 vsize=127072 CPUtime=923.13 cores=0,2,4,6
/proc/3549/stat : 3549 (plingeling) S 3547 3549 2974 0 -1 4202496 393185 1250 0 0 92249 64 0 0 25 0 5 0 253701995 130121728 19554 33554432000 4194304 4417332 140735411602480 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/3549/statm: 31768 19554 179 55 0 29654 0
[pid=3549/tid=3556] ppid=3547 vsize=127072 CPUtime=231.06 cores=0,2,4,6
/proc/3549/task/3556/stat : 3556 (plingeling) R 3547 3549 2974 0 -1 4202560 100849 1250 0 0 23091 15 0 0 25 0 5 0 253701996 130121728 19554 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3549/tid=3557] ppid=3547 vsize=127072 CPUtime=231.09 cores=0,2,4,6
/proc/3549/task/3557/stat : 3557 (plingeling) R 3547 3549 2974 0 -1 4202560 99392 1250 0 0 23092 17 0 0 25 0 5 0 253701996 130121728 19554 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3549/tid=3558] ppid=3547 vsize=127072 CPUtime=231.08 cores=0,2,4,6
/proc/3549/task/3558/stat : 3558 (plingeling) R 3547 3549 2974 0 -1 4202560 95896 1250 0 0 23092 16 0 0 25 0 5 0 253701996 130121728 19554 33554432000 4194304 4417332 140735411602480 18446744073709551615 4365991 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3549/tid=3559] ppid=3547 vsize=127072 CPUtime=229.87 cores=0,2,4,6
/proc/3549/task/3559/stat : 3559 (plingeling) R 3547 3549 2974 0 -1 4202560 96389 1250 0 0 22972 15 0 0 25 0 5 0 253701996 130121728 19554 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364531 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 923.13
Current children cumulated vsize (KiB) 127072

[startup+256.701 s]
/proc/loadavg: 8.12 8.05 8.01 10/186 3605
/proc/meminfo: memFree=30498796/32951124 swapFree=67111524/67111528
[pid=3549] ppid=3547 vsize=126156 CPUtime=1025.4 cores=0,2,4,6
/proc/3549/stat : 3549 (plingeling) S 3547 3549 2974 0 -1 4202496 436753 1250 0 0 102468 72 0 0 25 0 5 0 253701995 129183744 19325 33554432000 4194304 4417332 140735411602480 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/3549/statm: 31539 19325 179 55 0 29425 0
[pid=3549/tid=3556] ppid=3547 vsize=126156 CPUtime=256.66 cores=0,2,4,6
/proc/3549/task/3556/stat : 3556 (plingeling) R 3547 3549 2974 0 -1 4202560 110562 1250 0 0 25650 16 0 0 25 0 5 0 253701996 129183744 19325 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3549/tid=3557] ppid=3547 vsize=126156 CPUtime=256.68 cores=0,2,4,6
/proc/3549/task/3557/stat : 3557 (plingeling) R 3547 3549 2974 0 -1 4202560 111983 1250 0 0 25649 19 0 0 25 0 5 0 253701996 129183744 19325 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3549/tid=3558] ppid=3547 vsize=126156 CPUtime=256.68 cores=0,2,4,6
/proc/3549/task/3558/stat : 3558 (plingeling) R 3547 3549 2974 0 -1 4202560 108151 1250 0 0 25650 18 0 0 25 0 5 0 253701996 129183744 19325 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3549/tid=3559] ppid=3547 vsize=126156 CPUtime=255.33 cores=0,2,4,6
/proc/3549/task/3559/stat : 3559 (plingeling) R 3547 3549 2974 0 -1 4202560 105398 1250 0 0 25516 17 0 0 25 0 5 0 253701996 129183744 19325 33554432000 4194304 4417332 140735411602480 18446744073709551615 4365963 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1025.4
Current children cumulated vsize (KiB) 126156

[startup+269.501 s]
/proc/loadavg: 8.09 8.05 8.01 9/186 3605
/proc/meminfo: memFree=30498780/32951124 swapFree=67111524/67111528
[pid=3549] ppid=3547 vsize=123812 CPUtime=1076.52 cores=0,2,4,6
/proc/3549/stat : 3549 (plingeling) S 3547 3549 2974 0 -1 4202496 447168 1250 0 0 107579 73 0 0 25 0 5 0 253701995 126783488 18739 33554432000 4194304 4417332 140735411602480 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/3549/statm: 30953 18739 179 55 0 28839 0
[pid=3549/tid=3556] ppid=3547 vsize=123812 CPUtime=269.46 cores=0,2,4,6
/proc/3549/task/3556/stat : 3556 (plingeling) R 3547 3549 2974 0 -1 4202560 112117 1250 0 0 26930 16 0 0 25 0 5 0 253701996 126783488 18739 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3549/tid=3557] ppid=3547 vsize=123812 CPUtime=269.48 cores=0,2,4,6
/proc/3549/task/3557/stat : 3557 (plingeling) R 3547 3549 2974 0 -1 4202560 113558 1250 0 0 26929 19 0 0 25 0 5 0 253701996 126783488 18739 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3549/tid=3558] ppid=3547 vsize=123812 CPUtime=269.49 cores=0,2,4,6
/proc/3549/task/3558/stat : 3558 (plingeling) R 3547 3549 2974 0 -1 4202560 110777 1250 0 0 26930 19 0 0 25 0 5 0 253701996 126783488 18739 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3549/tid=3559] ppid=3547 vsize=123812 CPUtime=268.07 cores=0,2,4,6
/proc/3549/task/3559/stat : 3559 (plingeling) R 3547 3549 2974 0 -1 4202560 110057 1250 0 0 26789 18 0 0 25 0 5 0 253701996 126783488 18739 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364544 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1076.52
Current children cumulated vsize (KiB) 123812

[startup+272.7 s]
/proc/loadavg: 8.09 8.05 8.01 10/186 3605
/proc/meminfo: memFree=30492580/32951124 swapFree=67111524/67111528
[pid=3549] ppid=3547 vsize=123448 CPUtime=1089.31 cores=0,2,4,6
/proc/3549/stat : 3549 (plingeling) S 3547 3549 2974 0 -1 4202496 449591 1250 0 0 108857 74 0 0 25 0 5 0 253701995 126410752 18648 33554432000 4194304 4417332 140735411602480 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/3549/statm: 30862 18648 179 55 0 28748 0
[pid=3549/tid=3556] ppid=3547 vsize=123448 CPUtime=272.66 cores=0,2,4,6
/proc/3549/task/3556/stat : 3556 (plingeling) R 3547 3549 2974 0 -1 4202560 113141 1250 0 0 27249 17 0 0 25 0 5 0 253701996 126410752 18648 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3549/tid=3557] ppid=3547 vsize=123448 CPUtime=272.68 cores=0,2,4,6
/proc/3549/task/3557/stat : 3557 (plingeling) R 3547 3549 2974 0 -1 4202560 114947 1250 0 0 27249 19 0 0 25 0 5 0 253701996 126410752 18648 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3549/tid=3558] ppid=3547 vsize=123448 CPUtime=272.69 cores=0,2,4,6
/proc/3549/task/3558/stat : 3558 (plingeling) R 3547 3549 2974 0 -1 4202560 110777 1250 0 0 27250 19 0 0 25 0 5 0 253701996 126410752 18648 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364560 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3549/tid=3559] ppid=3547 vsize=123448 CPUtime=271.25 cores=0,2,4,6
/proc/3549/task/3559/stat : 3559 (plingeling) R 3547 3549 2974 0 -1 4202560 110067 1250 0 0 27107 18 0 0 25 0 5 0 253701996 126410752 18648 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1089.31
Current children cumulated vsize (KiB) 123448

[startup+274.301 s]
/proc/loadavg: 8.09 8.05 8.01 10/186 3605
/proc/meminfo: memFree=30492208/32951124 swapFree=67111524/67111528
[pid=3549] ppid=3547 vsize=110380 CPUtime=1095.7 cores=0,2,4,6
/proc/3549/stat : 3549 (plingeling) S 3547 3549 2974 0 -1 4202496 451471 1250 0 0 109496 74 0 0 25 0 5 0 253701995 113029120 15381 33554432000 4194304 4417332 140735411602480 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/3549/statm: 27595 15381 179 55 0 25481 0
[pid=3549/tid=3556] ppid=3547 vsize=110380 CPUtime=274.26 cores=0,2,4,6
/proc/3549/task/3556/stat : 3556 (plingeling) R 3547 3549 2974 0 -1 4202560 113141 1250 0 0 27409 17 0 0 25 0 5 0 253701996 113029120 15381 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3549/tid=3557] ppid=3547 vsize=110380 CPUtime=274.28 cores=0,2,4,6
/proc/3549/task/3557/stat : 3557 (plingeling) R 3547 3549 2974 0 -1 4202560 114947 1250 0 0 27409 19 0 0 25 0 5 0 253701996 113029120 15381 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364753 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3549/tid=3558] ppid=3547 vsize=110380 CPUtime=274.29 cores=0,2,4,6
/proc/3549/task/3558/stat : 3558 (plingeling) R 3547 3549 2974 0 -1 4202560 111751 1250 0 0 27410 19 0 0 25 0 5 0 253701996 113029120 15381 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364526 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3549/tid=3559] ppid=3547 vsize=110380 CPUtime=272.84 cores=0,2,4,6
/proc/3549/task/3559/stat : 3559 (plingeling) R 3547 3549 2974 0 -1 4202560 110973 1250 0 0 27266 18 0 0 25 0 5 0 253701996 113029120 15381 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1095.7
Current children cumulated vsize (KiB) 110380

[startup+275.101 s]
/proc/loadavg: 8.09 8.05 8.01 10/186 3605
/proc/meminfo: memFree=30499896/32951124 swapFree=67111524/67111528
[pid=3549] ppid=3547 vsize=108136 CPUtime=1098.89 cores=0,2,4,6
/proc/3549/stat : 3549 (plingeling) S 3547 3549 2974 0 -1 4202496 453423 1250 0 0 109815 74 0 0 25 0 5 0 253701995 110731264 14820 33554432000 4194304 4417332 140735411602480 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/3549/statm: 27034 14820 179 55 0 24920 0
[pid=3549/tid=3556] ppid=3547 vsize=108136 CPUtime=275.06 cores=0,2,4,6
/proc/3549/task/3556/stat : 3556 (plingeling) R 3547 3549 2974 0 -1 4202560 114373 1250 0 0 27489 17 0 0 25 0 5 0 253701996 110731264 14820 33554432000 4194304 4417332 140735411602480 18446744073709551615 4366297 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3549/tid=3557] ppid=3547 vsize=108136 CPUtime=275.08 cores=0,2,4,6
/proc/3549/task/3557/stat : 3557 (plingeling) R 3547 3549 2974 0 -1 4202560 114947 1250 0 0 27489 19 0 0 25 0 5 0 253701996 110731264 14820 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3549/tid=3558] ppid=3547 vsize=108136 CPUtime=275.09 cores=0,2,4,6
/proc/3549/task/3558/stat : 3558 (plingeling) R 3547 3549 2974 0 -1 4202560 112471 1250 0 0 27490 19 0 0 25 0 5 0 253701996 110731264 14820 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364683 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3549/tid=3559] ppid=3547 vsize=108136 CPUtime=273.64 cores=0,2,4,6
/proc/3549/task/3559/stat : 3559 (plingeling) R 3547 3549 2974 0 -1 4202560 110973 1250 0 0 27346 18 0 0 25 0 5 0 253701996 110731264 14820 33554432000 4194304 4417332 140735411602480 18446744073709551615 4250721 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1098.89
Current children cumulated vsize (KiB) 108136

[startup+275.901 s]
/proc/loadavg: 8.09 8.05 8.01 10/186 3605
/proc/meminfo: memFree=30505092/32951124 swapFree=67111524/67111528
[pid=3549] ppid=3547 vsize=107152 CPUtime=1101.85 cores=0,2,4,6
/proc/3549/stat : 3549 (plingeling) S 3547 3549 2974 0 -1 4202496 454248 1250 0 0 110111 74 0 0 18 0 3 0 253701995 109723648 14575 33554432000 4194304 4417332 140735411602480 18446744073709551615 268672464869 0 0 4096 17442 18446744073709551615 0 0 17 4 0 0 0
/proc/3549/statm: 26788 14575 180 55 0 24674 0
[pid=3549/tid=3557] ppid=3547 vsize=107152 CPUtime=275.88 cores=0,2,4,6
/proc/3549/task/3557/stat : 3557 (plingeling) R 3547 3549 2974 0 -1 4202560 115769 1250 0 0 27569 19 0 0 25 0 3 0 253701996 109723648 14575 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364873 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3549/tid=3559] ppid=3547 vsize=107152 CPUtime=274.43 cores=0,2,4,6
/proc/3549/task/3559/stat : 3559 (plingeling) R 3547 3549 2974 0 -1 4202560 110975 1250 0 0 27425 18 0 0 25 0 3 0 253701996 109723648 14575 33554432000 4194304 4417332 140735411602480 18446744073709551615 4364722 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1101.85
Current children cumulated vsize (KiB) 107152

[startup+276.101 s]
/proc/loadavg: 8.09 8.05 8.01 10/186 3605
/proc/meminfo: memFree=30505092/32951124 swapFree=67111524/67111528
[pid=3549] ppid=3547 vsize=64068 CPUtime=1102.08 cores=0,2,4,6
/proc/3549/stat : 3549 (plingeling) R 3547 3549 2974 0 -1 4202496 454248 1250 0 0 110133 75 0 0 15 0 1 0 253701995 65605632 6169 33554432000 4194304 4417332 140735411602480 18446744073709551615 268660705415 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3549/statm: 16017 5657 180 55 0 13903 0
Current children cumulated CPU time (s) 1102.08
Current children cumulated vsize (KiB) 64068

Child status: 20
Real time (s): 276.102
CPU time (s): 1102.1
CPU user time (s): 1101.34
CPU system time (s): 0.755885
CPU usage (%): 399.162
Max. virtual memory (cumulated for all children) (KiB): 140308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1101.34
system time used= 0.755885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 455501
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= 66
involuntary context switches= 5238

runsolver used 0.440932 second user time and 1.02284 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-29 18:38:27
IDJOB=3262650
IDBENCH=83361
IDSOLVER=1605
FILE ID=node107/3262650-1304095107
RUNJOBID= node107-1304093900-3439
PBS_JOBID= 13170575
Free space on /tmp= 71800 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-12_135.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262650-1304095107/watcher-3262650-1304095107 -o /tmp/evaluation-result-3262650-1304095107/solver-3262650-1304095107 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3262650-1304095107.cnf

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

MD5SUM BENCH= f20ed0313cfa494f86b5c8ef723973ee
RANDOM SEED=1289744504

node107.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.829
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.829
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	: 5332.75
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.829
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.67
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.829
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.829
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.829
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	: 5359.47
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.829
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.829
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:     32951124 kB
MemFree:      30661048 kB
Buffers:        646068 kB
Cached:        1215816 kB
SwapCached:          4 kB
Active:         138844 kB
Inactive:      1787832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30661048 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:             436 kB
Writeback:           0 kB
AnonPages:       64512 kB
Mapped:          15076 kB
Slab:           300508 kB
PageTables:       5032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   217600 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= 71800 MiB
End job on node107 at 2011-04-29 18:43:04