Trace number 3309714

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 249.559 31.8781

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtviseisenberg1-tseitin.cnf
MD5SUMab962ce6f14e7741edd1ff987decb0b7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.7437
Satisfiable
(Un)Satisfiability was proved
Number of variables102621
Number of clauses307469
Sum of the clauses size717425
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2204978
Number of clauses of size 3102489
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

249.32/31.87	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-3309714-1304007983/watcher-3309714-1304007983 -o /tmp/evaluation-result-3309714-1304007983/solver-3309714-1304007983 -C 40000 -W 5100 -M 31000 plingeling -t 8 HOME/instance-3309714-1304007983.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

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


[startup+0 s]
/proc/loadavg: 7.53 7.29 5.04 2/170 19262
/proc/meminfo: memFree=18967688/32950928 swapFree=67111528/67111528
[pid=19262] ppid=19260 vsize=10628 CPUtime=0 cores=0-7
/proc/19262/stat : 19262 (plingeling) R 19260 19262 18933 0 -1 4202496 727 1261 0 0 0 0 0 0 18 0 1 0 512394985 10883072 656 33554432000 4194304 4417332 140734608076528 18446744073709551615 254500385753 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/19262/statm: 2657 656 147 55 0 543 0

[startup+0.0267041 s]
/proc/loadavg: 7.53 7.29 5.04 2/170 19262
/proc/meminfo: memFree=18967688/32950928 swapFree=67111528/67111528
[pid=19262] ppid=19260 vsize=14664 CPUtime=0.02 cores=0-7
/proc/19262/stat : 19262 (plingeling) R 19260 19262 18933 0 -1 4202496 1761 1261 0 0 2 0 0 0 18 0 1 0 512394985 15015936 1690 33554432000 4194304 4417332 140734608076528 18446744073709551615 4262065 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/19262/statm: 3666 1690 148 55 0 1552 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 14664

[startup+0.100691 s]
/proc/loadavg: 7.53 7.29 5.04 2/170 19262
/proc/meminfo: memFree=18967688/32950928 swapFree=67111528/67111528
[pid=19262] ppid=19260 vsize=27720 CPUtime=0.09 cores=0-7
/proc/19262/stat : 19262 (plingeling) R 19260 19262 18933 0 -1 4202496 5041 1261 0 0 9 0 0 0 18 0 1 0 512394985 28385280 4954 33554432000 4194304 4417332 140734608076528 18446744073709551615 4274337 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/19262/statm: 6930 4954 148 55 0 4816 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27720

[startup+0.300646 s]
/proc/loadavg: 7.53 7.29 5.04 2/170 19262
/proc/meminfo: memFree=18967688/32950928 swapFree=67111528/67111528
[pid=19262] ppid=19260 vsize=80764 CPUtime=0.29 cores=0-7
/proc/19262/stat : 19262 (plingeling) R 19260 19262 18933 0 -1 4202496 18304 1261 0 0 28 1 0 0 19 0 1 0 512394985 82702336 18215 33554432000 4194304 4417332 140734608076528 18446744073709551615 4264945 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/19262/statm: 20191 18215 148 55 0 18077 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 80764

[startup+0.700576 s]
/proc/loadavg: 7.53 7.29 5.04 2/170 19262
/proc/meminfo: memFree=18967688/32950928 swapFree=67111528/67111528
[pid=19262] ppid=19260 vsize=192312 CPUtime=0.69 cores=0-7
/proc/19262/stat : 19262 (plingeling) R 19260 19262 18933 0 -1 4202496 36020 1261 0 0 65 4 0 0 18 0 4 0 512394985 196927488 35869 33554432000 4194304 4417332 140734608076528 18446744073709551615 254500735159 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19262/statm: 48050 35841 153 55 0 45936 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 192312

[startup+1.50133 s]
/proc/loadavg: 7.53 7.29 5.04 9/179 19276
/proc/meminfo: memFree=18798116/32950928 swapFree=67111528/67111528
[pid=19262] ppid=19260 vsize=320780 CPUtime=7.05 cores=0-7
/proc/19262/stat : 19262 (plingeling) S 19260 19262 18933 0 -1 4202496 68066 1261 0 0 695 10 0 0 18 0 9 0 512394985 328478720 44945 33554432000 4194304 4417332 140734608076528 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19262/statm: 80195 44945 174 55 0 78081 0
[pid=19262/tid=19269] ppid=19260 vsize=320780 CPUtime=0.79 cores=0-7
/proc/19262/task/19269/stat : 19269 (plingeling) R 19260 19262 18933 0 -1 4202560 4216 1261 0 0 79 0 0 0 18 0 9 0 512395055 328478720 44945 33554432000 4194304 4417332 140734608076528 18446744073709551615 4288704 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19262/tid=19270] ppid=19260 vsize=320780 CPUtime=0.78 cores=0-7
/proc/19262/task/19270/stat : 19270 (plingeling) R 19260 19262 18933 0 -1 4202560 2810 1261 0 0 78 0 0 0 22 0 9 0 512395055 328478720 44945 33554432000 4194304 4417332 140734608076528 18446744073709551615 4284784 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19262/tid=19271] ppid=19260 vsize=320780 CPUtime=0.79 cores=0-7
/proc/19262/task/19271/stat : 19271 (plingeling) R 19260 19262 18933 0 -1 4202560 2720 1261 0 0 79 0 0 0 18 0 9 0 512395055 328478720 44945 33554432000 4194304 4417332 140734608076528 18446744073709551615 4284962 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19262/tid=19272] ppid=19260 vsize=320780 CPUtime=0.79 cores=0-7
/proc/19262/task/19272/stat : 19272 (plingeling) R 19260 19262 18933 0 -1 4202560 2324 1261 0 0 79 0 0 0 21 0 9 0 512395055 328478720 44945 33554432000 4194304 4417332 140734608076528 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19262/tid=19273] ppid=19260 vsize=320780 CPUtime=0.78 cores=0-7
/proc/19262/task/19273/stat : 19273 (plingeling) R 19260 19262 18933 0 -1 4202560 5545 1261 0 0 78 0 0 0 21 0 9 0 512395055 328478720 44945 33554432000 4194304 4417332 140734608076528 18446744073709551615 4284549 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19262/tid=19274] ppid=19260 vsize=320780 CPUtime=0.77 cores=0-7
/proc/19262/task/19274/stat : 19274 (plingeling) R 19260 19262 18933 0 -1 4202560 4008 1261 0 0 77 0 0 0 21 0 9 0 512395055 328478720 44945 33554432000 4194304 4417332 140734608076528 18446744073709551615 4287187 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19262/tid=19275] ppid=19260 vsize=320780 CPUtime=0.78 cores=0-7
/proc/19262/task/19275/stat : 19275 (plingeling) R 19260 19262 18933 0 -1 4202560 3610 1261 0 0 78 0 0 0 18 0 9 0 512395055 328478720 44945 33554432000 4194304 4417332 140734608076528 18446744073709551615 4287111 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19262/tid=19276] ppid=19260 vsize=320780 CPUtime=0.79 cores=0-7
/proc/19262/task/19276/stat : 19276 (plingeling) R 19260 19262 18933 0 -1 4202560 6812 1261 0 0 78 1 0 0 18 0 9 0 512395056 328478720 44945 33554432000 4194304 4417332 140734608076528 18446744073709551615 4286414 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 7.05
Current children cumulated vsize (KiB) 320780

[startup+3.10102 s]
/proc/loadavg: 7.57 7.30 5.05 9/179 19276
/proc/meminfo: memFree=18793280/32950928 swapFree=67111528/67111528
[pid=19262] ppid=19260 vsize=318908 CPUtime=19.84 cores=0-7
/proc/19262/stat : 19262 (plingeling) S 19260 19262 18933 0 -1 4202496 84250 1261 0 0 1972 12 0 0 18 0 9 0 512394985 326561792 42569 33554432000 4194304 4417332 140734608076528 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19262/statm: 79727 42569 176 55 0 77613 0
[pid=19262/tid=19269] ppid=19260 vsize=318908 CPUtime=2.39 cores=0-7
/proc/19262/task/19269/stat : 19269 (plingeling) R 19260 19262 18933 0 -1 4202560 4784 1261 0 0 239 0 0 0 22 0 9 0 512395055 326561792 42569 33554432000 4194304 4417332 140734608076528 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19262/tid=19270] ppid=19260 vsize=318908 CPUtime=2.38 cores=0-7
/proc/19262/task/19270/stat : 19270 (plingeling) R 19260 19262 18933 0 -1 4202560 3460 1261 0 0 238 0 0 0 25 0 9 0 512395055 326561792 42569 33554432000 4194304 4417332 140734608076528 18446744073709551615 4274337 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19262/tid=19271] ppid=19260 vsize=318908 CPUtime=2.39 cores=0-7
/proc/19262/task/19271/stat : 19271 (plingeling) R 19260 19262 18933 0 -1 4202560 4000 1261 0 0 239 0 0 0 22 0 9 0 512395055 326561792 42569 33554432000 4194304 4417332 140734608076528 18446744073709551615 4346375 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19262/tid=19272] ppid=19260 vsize=318908 CPUtime=2.39 cores=0-7
/proc/19262/task/19272/stat : 19272 (plingeling) R 19260 19262 18933 0 -1 4202560 2324 1261 0 0 239 0 0 0 25 0 9 0 512395055 326561792 42569 33554432000 4194304 4417332 140734608076528 18446744073709551615 4250936 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19262/tid=19273] ppid=19260 vsize=318908 CPUtime=2.38 cores=0-7
/proc/19262/task/19273/stat : 19273 (plingeling) R 19260 19262 18933 0 -1 4202560 13997 1261 0 0 237 1 0 0 25 0 9 0 512395055 326561792 42569 33554432000 4194304 4417332 140734608076528 18446744073709551615 4317350 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19262/tid=19274] ppid=19260 vsize=318908 CPUtime=2.37 cores=0-7
/proc/19262/task/19274/stat : 19274 (plingeling) R 19260 19262 18933 0 -1 4202560 7407 1261 0 0 236 1 0 0 25 0 9 0 512395055 326561792 42569 33554432000 4194304 4417332 140734608076528 18446744073709551615 4259378 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19262/tid=19275] ppid=19260 vsize=318908 CPUtime=2.38 cores=0-7
/proc/19262/task/19275/stat : 19275 (plingeling) R 19260 19262 18933 0 -1 4202560 4305 1261 0 0 238 0 0 0 22 0 9 0 512395055 326561792 42569 33554432000 4194304 4417332 140734608076528 18446744073709551615 4302101 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19262/tid=19276] ppid=19260 vsize=318908 CPUtime=2.38 cores=0-7
/proc/19262/task/19276/stat : 19276 (plingeling) R 19260 19262 18933 0 -1 4202560 7952 1261 0 0 237 1 0 0 21 0 9 0 512395056 326561792 42569 33554432000 4194304 4417332 140734608076528 18446744073709551615 4275606 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 19.84
Current children cumulated vsize (KiB) 318908

[startup+6.30038 s]
/proc/loadavg: 7.57 7.30 5.05 9/179 19276
/proc/meminfo: memFree=18736744/32950928 swapFree=67111528/67111528
[pid=19262] ppid=19260 vsize=391284 CPUtime=45.41 cores=0-7
/proc/19262/stat : 19262 (plingeling) S 19260 19262 18933 0 -1 4202496 115355 1261 0 0 4525 16 0 0 18 0 9 0 512394985 400674816 63061 33554432000 4194304 4417332 140734608076528 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19262/statm: 97821 63061 180 55 0 95707 0
[pid=19262/tid=19269] ppid=19260 vsize=391284 CPUtime=5.59 cores=0-7
/proc/19262/task/19269/stat : 19269 (plingeling) R 19260 19262 18933 0 -1 4202560 10166 1261 0 0 558 1 0 0 25 0 9 0 512395055 400674816 63061 33554432000 4194304 4417332 140734608076528 18446744073709551615 4320223 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19262/tid=19270] ppid=19260 vsize=391284 CPUtime=5.59 cores=0-7
/proc/19262/task/19270/stat : 19270 (plingeling) R 19260 19262 18933 0 -1 4202560 9666 1261 0 0 557 2 0 0 25 0 9 0 512395055 400674816 63061 33554432000 4194304 4417332 140734608076528 18446744073709551615 4271966 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19262/tid=19271] ppid=19260 vsize=391284 CPUtime=5.59 cores=0-7
/proc/19262/task/19271/stat : 19271 (plingeling) R 19260 19262 18933 0 -1 4202560 4004 1261 0 0 559 0 0 0 25 0 9 0 512395055 400674816 63061 33554432000 4194304 4417332 140734608076528 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19262/tid=19272] ppid=19260 vsize=391284 CPUtime=5.59 cores=0-7
/proc/19262/task/19272/stat : 19272 (plingeling) R 19260 19262 18933 0 -1 4202560 2324 1261 0 0 559 0 0 0 25 0 9 0 512395055 400674816 63061 33554432000 4194304 4417332 140734608076528 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19262/tid=19273] ppid=19260 vsize=391284 CPUtime=5.59 cores=0-7
/proc/19262/task/19273/stat : 19273 (plingeling) R 19260 19262 18933 0 -1 4202560 23348 1261 0 0 556 3 0 0 25 0 9 0 512395055 400674816 63061 33554432000 4194304 4417332 140734608076528 18446744073709551615 4253167 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19262/tid=19274] ppid=19260 vsize=391284 CPUtime=5.54 cores=0-7
/proc/19262/task/19274/stat : 19274 (plingeling) R 19260 19262 18933 0 -1 4202560 12021 1261 0 0 553 1 0 0 25 0 9 0 512395055 400674816 63061 33554432000 4194304 4417332 140734608076528 18446744073709551615 4252140 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19262/tid=19275] ppid=19260 vsize=391284 CPUtime=5.58 cores=0-7
/proc/19262/task/19275/stat : 19275 (plingeling) R 19260 19262 18933 0 -1 4202560 5271 1261 0 0 558 0 0 0 25 0 9 0 512395055 400674816 63061 33554432000 4194304 4417332 140734608076528 18446744073709551615 4364448 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19262/tid=19276] ppid=19260 vsize=391284 CPUtime=5.58 cores=0-7
/proc/19262/task/19276/stat : 19276 (plingeling) R 19260 19262 18933 0 -1 4202560 12534 1261 0 0 557 1 0 0 25 0 9 0 512395056 400674816 63061 33554432000 4194304 4417332 140734608076528 18446744073709551615 4252788 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 45.41
Current children cumulated vsize (KiB) 391284

[startup+12.7011 s]
/proc/loadavg: 7.64 7.32 5.08 9/179 19276
/proc/meminfo: memFree=18669932/32950928 swapFree=67111528/67111528
[pid=19262] ppid=19260 vsize=405816 CPUtime=96.59 cores=0-7
/proc/19262/stat : 19262 (plingeling) S 19260 19262 18933 0 -1 4202496 129817 1261 0 0 9641 18 0 0 18 0 9 0 512394985 415555584 66727 33554432000 4194304 4417332 140734608076528 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19262/statm: 101454 66727 181 55 0 99340 0
[pid=19262/tid=19269] ppid=19260 vsize=405816 CPUtime=11.99 cores=0-7
/proc/19262/task/19269/stat : 19269 (plingeling) R 19260 19262 18933 0 -1 4202560 14264 1261 0 0 1197 2 0 0 25 0 9 0 512395055 415555584 66727 33554432000 4194304 4417332 140734608076528 18446744073709551615 4271041 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19262/tid=19270] ppid=19260 vsize=405816 CPUtime=11.99 cores=0-7
/proc/19262/task/19270/stat : 19270 (plingeling) R 19260 19262 18933 0 -1 4202560 13764 1261 0 0 1197 2 0 0 25 0 9 0 512395055 415555584 66727 33554432000 4194304 4417332 140734608076528 18446744073709551615 4295093 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19262/tid=19271] ppid=19260 vsize=405816 CPUtime=11.99 cores=0-7
/proc/19262/task/19271/stat : 19271 (plingeling) R 19260 19262 18933 0 -1 4202560 4064 1261 0 0 1199 0 0 0 25 0 9 0 512395055 415555584 66727 33554432000 4194304 4417332 140734608076528 18446744073709551615 4330532 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19262/tid=19272] ppid=19260 vsize=405816 CPUtime=11.99 cores=0-7
/proc/19262/task/19272/stat : 19272 (plingeling) R 19260 19262 18933 0 -1 4202560 2324 1261 0 0 1199 0 0 0 25 0 9 0 512395055 415555584 66727 33554432000 4194304 4417332 140734608076528 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19262/tid=19273] ppid=19260 vsize=405816 CPUtime=11.98 cores=0-7
/proc/19262/task/19273/stat : 19273 (plingeling) R 19260 19262 18933 0 -1 4202560 25397 1261 0 0 1195 3 0 0 25 0 9 0 512395055 415555584 66727 33554432000 4194304 4417332 140734608076528 18446744073709551615 4336100 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19262/tid=19274] ppid=19260 vsize=405816 CPUtime=11.91 cores=0-7
/proc/19262/task/19274/stat : 19274 (plingeling) R 19260 19262 18933 0 -1 4202560 12021 1261 0 0 1190 1 0 0 25 0 9 0 512395055 415555584 66727 33554432000 4194304 4417332 140734608076528 18446744073709551615 254500385885 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19262/tid=19275] ppid=19260 vsize=405816 CPUtime=11.98 cores=0-7
/proc/19262/task/19275/stat : 19275 (plingeling) R 19260 19262 18933 0 -1 4202560 5330 1261 0 0 1198 0 0 0 25 0 9 0 512395055 415555584 66727 33554432000 4194304 4417332 140734608076528 18446744073709551615 4236797 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19262/tid=19276] ppid=19260 vsize=405816 CPUtime=11.98 cores=0-7
/proc/19262/task/19276/stat : 19276 (plingeling) R 19260 19262 18933 0 -1 4202560 16632 1261 0 0 1196 2 0 0 25 0 9 0 512395056 415555584 66727 33554432000 4194304 4417332 140734608076528 18446744073709551615 4249209 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 96.59
Current children cumulated vsize (KiB) 405816

[startup+25.5005 s]
/proc/loadavg: 7.69 7.34 5.11 9/179 19277
/proc/meminfo: memFree=18738344/32950928 swapFree=67111528/67111528
[pid=19262] ppid=19260 vsize=372252 CPUtime=198.92 cores=0-7
/proc/19262/stat : 19262 (plingeling) S 19260 19262 18933 0 -1 4202496 135588 1261 0 0 19872 20 0 0 18 0 9 0 512394985 381186048 58336 33554432000 4194304 4417332 140734608076528 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19262/statm: 93063 58336 181 55 0 90949 0
[pid=19262/tid=19269] ppid=19260 vsize=372252 CPUtime=24.79 cores=0-7
/proc/19262/task/19269/stat : 19269 (plingeling) R 19260 19262 18933 0 -1 4202560 15799 1261 0 0 2477 2 0 0 25 0 9 0 512395055 381186048 58336 33554432000 4194304 4417332 140734608076528 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19262/tid=19270] ppid=19260 vsize=372252 CPUtime=24.79 cores=0-7
/proc/19262/task/19270/stat : 19270 (plingeling) R 19260 19262 18933 0 -1 4202560 14283 1261 0 0 2476 3 0 0 25 0 9 0 512395055 381186048 58336 33554432000 4194304 4417332 140734608076528 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19262/tid=19271] ppid=19260 vsize=372252 CPUtime=24.79 cores=0-7
/proc/19262/task/19271/stat : 19271 (plingeling) R 19260 19262 18933 0 -1 4202560 4115 1261 0 0 2479 0 0 0 25 0 9 0 512395055 381186048 58336 33554432000 4194304 4417332 140734608076528 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19262/tid=19272] ppid=19260 vsize=372252 CPUtime=24.79 cores=0-7
/proc/19262/task/19272/stat : 19272 (plingeling) R 19260 19262 18933 0 -1 4202560 2324 1261 0 0 2479 0 0 0 25 0 9 0 512395055 381186048 58336 33554432000 4194304 4417332 140734608076528 18446744073709551615 4237191 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19262/tid=19273] ppid=19260 vsize=372252 CPUtime=24.78 cores=0-7
/proc/19262/task/19273/stat : 19273 (plingeling) R 19260 19262 18933 0 -1 4202560 26440 1261 0 0 2475 3 0 0 25 0 9 0 512395055 381186048 58336 33554432000 4194304 4417332 140734608076528 18446744073709551615 4251100 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19262/tid=19274] ppid=19260 vsize=372252 CPUtime=24.65 cores=0-7
/proc/19262/task/19274/stat : 19274 (plingeling) R 19260 19262 18933 0 -1 4202560 13062 1261 0 0 2463 2 0 0 25 0 9 0 512395055 381186048 58336 33554432000 4194304 4417332 140734608076528 18446744073709551615 4301940 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19262/tid=19275] ppid=19260 vsize=372252 CPUtime=24.78 cores=0-7
/proc/19262/task/19275/stat : 19275 (plingeling) R 19260 19262 18933 0 -1 4202560 5378 1261 0 0 2478 0 0 0 25 0 9 0 512395055 381186048 58336 33554432000 4194304 4417332 140734608076528 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19262/tid=19276] ppid=19260 vsize=372252 CPUtime=24.78 cores=0-7
/proc/19262/task/19276/stat : 19276 (plingeling) R 19260 19262 18933 0 -1 4202560 18166 1261 0 0 2476 2 0 0 25 0 9 0 512395056 381186048 58336 33554432000 4194304 4417332 140734608076528 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 198.92
Current children cumulated vsize (KiB) 372252

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

[startup+28.7009 s]
/proc/loadavg: 7.72 7.35 5.13 9/179 19277
/proc/meminfo: memFree=18738388/32950928 swapFree=67111528/67111528
[pid=19262] ppid=19260 vsize=372224 CPUtime=224.5 cores=0-7
/proc/19262/stat : 19262 (plingeling) S 19260 19262 18933 0 -1 4202496 136612 1261 0 0 22430 20 0 0 18 0 9 0 512394985 381157376 58329 33554432000 4194304 4417332 140734608076528 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19262/statm: 93056 58329 181 55 0 90942 0
[pid=19262/tid=19269] ppid=19260 vsize=372224 CPUtime=27.99 cores=0-7
/proc/19262/task/19269/stat : 19269 (plingeling) R 19260 19262 18933 0 -1 4202560 15799 1261 0 0 2797 2 0 0 25 0 9 0 512395055 381157376 58329 33554432000 4194304 4417332 140734608076528 18446744073709551615 4211205 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19262/tid=19270] ppid=19260 vsize=372224 CPUtime=27.99 cores=0-7
/proc/19262/task/19270/stat : 19270 (plingeling) R 19260 19262 18933 0 -1 4202560 15307 1261 0 0 2796 3 0 0 25 0 9 0 512395055 381157376 58329 33554432000 4194304 4417332 140734608076528 18446744073709551615 18446744073699065955 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19262/tid=19271] ppid=19260 vsize=372224 CPUtime=27.99 cores=0-7
/proc/19262/task/19271/stat : 19271 (plingeling) R 19260 19262 18933 0 -1 4202560 4115 1261 0 0 2799 0 0 0 25 0 9 0 512395055 381157376 58329 33554432000 4194304 4417332 140734608076528 18446744073709551615 4353498 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19262/tid=19272] ppid=19260 vsize=372224 CPUtime=27.99 cores=0-7
/proc/19262/task/19272/stat : 19272 (plingeling) R 19260 19262 18933 0 -1 4202560 2324 1261 0 0 2799 0 0 0 25 0 9 0 512395055 381157376 58329 33554432000 4194304 4417332 140734608076528 18446744073709551615 4236852 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19262/tid=19273] ppid=19260 vsize=372224 CPUtime=27.98 cores=0-7
/proc/19262/task/19273/stat : 19273 (plingeling) R 19260 19262 18933 0 -1 4202560 26440 1261 0 0 2795 3 0 0 25 0 9 0 512395055 381157376 58329 33554432000 4194304 4417332 140734608076528 18446744073709551615 4249165 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19262/tid=19274] ppid=19260 vsize=372224 CPUtime=27.83 cores=0-7
/proc/19262/task/19274/stat : 19274 (plingeling) R 19260 19262 18933 0 -1 4202560 13062 1261 0 0 2781 2 0 0 25 0 9 0 512395055 381157376 58329 33554432000 4194304 4417332 140734608076528 18446744073709551615 4278271 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19262/tid=19275] ppid=19260 vsize=372224 CPUtime=27.98 cores=0-7
/proc/19262/task/19275/stat : 19275 (plingeling) R 19260 19262 18933 0 -1 4202560 5378 1261 0 0 2798 0 0 0 25 0 9 0 512395055 381157376 58329 33554432000 4194304 4417332 140734608076528 18446744073709551615 4232801 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19262/tid=19276] ppid=19260 vsize=372224 CPUtime=27.98 cores=0-7
/proc/19262/task/19276/stat : 19276 (plingeling) R 19260 19262 18933 0 -1 4202560 18166 1261 0 0 2796 2 0 0 25 0 9 0 512395056 381157376 58329 33554432000 4194304 4417332 140734608076528 18446744073709551615 4238820 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 224.5
Current children cumulated vsize (KiB) 372224

[startup+30.3006 s]
/proc/loadavg: 7.72 7.35 5.13 9/179 19277
/proc/meminfo: memFree=18749300/32950928 swapFree=67111528/67111528
[pid=19262] ppid=19260 vsize=359916 CPUtime=237.29 cores=0-7
/proc/19262/stat : 19262 (plingeling) S 19260 19262 18933 0 -1 4202496 136612 1261 0 0 23709 20 0 0 18 0 9 0 512394985 368553984 55252 33554432000 4194304 4417332 140734608076528 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19262/statm: 89979 55252 181 55 0 87865 0
[pid=19262/tid=19269] ppid=19260 vsize=359916 CPUtime=29.59 cores=0-7
/proc/19262/task/19269/stat : 19269 (plingeling) R 19260 19262 18933 0 -1 4202560 15799 1261 0 0 2957 2 0 0 25 0 9 0 512395055 368553984 55252 33554432000 4194304 4417332 140734608076528 18446744073709551615 4355080 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19262/tid=19270] ppid=19260 vsize=359916 CPUtime=29.59 cores=0-7
/proc/19262/task/19270/stat : 19270 (plingeling) R 19260 19262 18933 0 -1 4202560 15307 1261 0 0 2956 3 0 0 25 0 9 0 512395055 368553984 55252 33554432000 4194304 4417332 140734608076528 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19262/tid=19271] ppid=19260 vsize=359916 CPUtime=29.59 cores=0-7
/proc/19262/task/19271/stat : 19271 (plingeling) R 19260 19262 18933 0 -1 4202560 4115 1261 0 0 2959 0 0 0 25 0 9 0 512395055 368553984 55252 33554432000 4194304 4417332 140734608076528 18446744073709551615 4250715 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19262/tid=19272] ppid=19260 vsize=359916 CPUtime=29.59 cores=0-7
/proc/19262/task/19272/stat : 19272 (plingeling) R 19260 19262 18933 0 -1 4202560 2324 1261 0 0 2959 0 0 0 25 0 9 0 512395055 368553984 55252 33554432000 4194304 4417332 140734608076528 18446744073709551615 4364487 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19262/tid=19273] ppid=19260 vsize=359916 CPUtime=29.58 cores=0-7
/proc/19262/task/19273/stat : 19273 (plingeling) R 19260 19262 18933 0 -1 4202560 26440 1261 0 0 2955 3 0 0 25 0 9 0 512395055 368553984 55252 33554432000 4194304 4417332 140734608076528 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19262/tid=19274] ppid=19260 vsize=359916 CPUtime=29.42 cores=0-7
/proc/19262/task/19274/stat : 19274 (plingeling) R 19260 19262 18933 0 -1 4202560 13062 1261 0 0 2940 2 0 0 25 0 9 0 512395055 368553984 55252 33554432000 4194304 4417332 140734608076528 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19262/tid=19275] ppid=19260 vsize=359916 CPUtime=29.58 cores=0-7
/proc/19262/task/19275/stat : 19275 (plingeling) R 19260 19262 18933 0 -1 4202560 5378 1261 0 0 2958 0 0 0 25 0 9 0 512395055 368553984 55252 33554432000 4194304 4417332 140734608076528 18446744073709551615 4364642 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19262/tid=19276] ppid=19260 vsize=359916 CPUtime=29.58 cores=0-7
/proc/19262/task/19276/stat : 19276 (plingeling) R 19260 19262 18933 0 -1 4202560 18166 1261 0 0 2956 2 0 0 25 0 9 0 512395056 368553984 55252 33554432000 4194304 4417332 140734608076528 18446744073709551615 4236891 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 237.29
Current children cumulated vsize (KiB) 359916

[startup+31.1004 s]
/proc/loadavg: 7.72 7.35 5.13 9/179 19277
/proc/meminfo: memFree=18749424/32950928 swapFree=67111528/67111528
[pid=19262] ppid=19260 vsize=362892 CPUtime=243.69 cores=0-7
/proc/19262/stat : 19262 (plingeling) S 19260 19262 18933 0 -1 4202496 137648 1261 0 0 24349 20 0 0 18 0 9 0 512394985 371601408 55996 33554432000 4194304 4417332 140734608076528 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19262/statm: 90723 55996 181 55 0 88609 0
[pid=19262/tid=19269] ppid=19260 vsize=362892 CPUtime=30.39 cores=0-7
/proc/19262/task/19269/stat : 19269 (plingeling) R 19260 19262 18933 0 -1 4202560 15799 1261 0 0 3037 2 0 0 25 0 9 0 512395055 371601408 55996 33554432000 4194304 4417332 140734608076528 18446744073709551615 4364671 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19262/tid=19270] ppid=19260 vsize=362892 CPUtime=30.39 cores=0-7
/proc/19262/task/19270/stat : 19270 (plingeling) R 19260 19262 18933 0 -1 4202560 15307 1261 0 0 3036 3 0 0 25 0 9 0 512395055 371601408 55996 33554432000 4194304 4417332 140734608076528 18446744073709551615 4365960 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19262/tid=19271] ppid=19260 vsize=362892 CPUtime=30.39 cores=0-7
/proc/19262/task/19271/stat : 19271 (plingeling) R 19260 19262 18933 0 -1 4202560 4115 1261 0 0 3039 0 0 0 25 0 9 0 512395055 371601408 55996 33554432000 4194304 4417332 140734608076528 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19262/tid=19272] ppid=19260 vsize=362892 CPUtime=30.39 cores=0-7
/proc/19262/task/19272/stat : 19272 (plingeling) R 19260 19262 18933 0 -1 4202560 2324 1261 0 0 3039 0 0 0 25 0 9 0 512395055 371601408 55996 33554432000 4194304 4417332 140734608076528 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19262/tid=19273] ppid=19260 vsize=362892 CPUtime=30.38 cores=0-7
/proc/19262/task/19273/stat : 19273 (plingeling) R 19260 19262 18933 0 -1 4202560 26446 1261 0 0 3035 3 0 0 25 0 9 0 512395055 371601408 55996 33554432000 4194304 4417332 140734608076528 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19262/tid=19274] ppid=19260 vsize=362892 CPUtime=30.22 cores=0-7
/proc/19262/task/19274/stat : 19274 (plingeling) R 19260 19262 18933 0 -1 4202560 13062 1261 0 0 3020 2 0 0 25 0 9 0 512395055 371601408 55996 33554432000 4194304 4417332 140734608076528 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19262/tid=19275] ppid=19260 vsize=362892 CPUtime=30.38 cores=0-7
/proc/19262/task/19275/stat : 19275 (plingeling) R 19260 19262 18933 0 -1 4202560 5378 1261 0 0 3038 0 0 0 25 0 9 0 512395055 371601408 55996 33554432000 4194304 4417332 140734608076528 18446744073709551615 4290670 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19262/tid=19276] ppid=19260 vsize=362892 CPUtime=30.38 cores=0-7
/proc/19262/task/19276/stat : 19276 (plingeling) R 19260 19262 18933 0 -1 4202560 19196 1261 0 0 3036 2 0 0 25 0 9 0 512395056 371601408 55996 33554432000 4194304 4417332 140734608076528 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 243.69
Current children cumulated vsize (KiB) 362892

[startup+31.5004 s]
/proc/loadavg: 7.72 7.35 5.13 9/179 19277
/proc/meminfo: memFree=18749424/32950928 swapFree=67111528/67111528
[pid=19262] ppid=19260 vsize=362948 CPUtime=246.88 cores=0-7
/proc/19262/stat : 19262 (plingeling) S 19260 19262 18933 0 -1 4202496 137663 1261 0 0 24668 20 0 0 18 0 9 0 512394985 371658752 56010 33554432000 4194304 4417332 140734608076528 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19262/statm: 90737 56010 181 55 0 88623 0
[pid=19262/tid=19269] ppid=19260 vsize=362948 CPUtime=30.79 cores=0-7
/proc/19262/task/19269/stat : 19269 (plingeling) R 19260 19262 18933 0 -1 4202560 15805 1261 0 0 3077 2 0 0 25 0 9 0 512395055 371658752 56010 33554432000 4194304 4417332 140734608076528 18446744073709551615 4277718 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19262/tid=19270] ppid=19260 vsize=362948 CPUtime=30.79 cores=0-7
/proc/19262/task/19270/stat : 19270 (plingeling) R 19260 19262 18933 0 -1 4202560 15312 1261 0 0 3076 3 0 0 25 0 9 0 512395055 371658752 56010 33554432000 4194304 4417332 140734608076528 18446744073709551615 4277027 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19262/tid=19271] ppid=19260 vsize=362948 CPUtime=30.79 cores=0-7
/proc/19262/task/19271/stat : 19271 (plingeling) R 19260 19262 18933 0 -1 4202560 4115 1261 0 0 3079 0 0 0 25 0 9 0 512395055 371658752 56010 33554432000 4194304 4417332 140734608076528 18446744073709551615 4301955 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19262/tid=19272] ppid=19260 vsize=362948 CPUtime=30.79 cores=0-7
/proc/19262/task/19272/stat : 19272 (plingeling) R 19260 19262 18933 0 -1 4202560 2324 1261 0 0 3079 0 0 0 25 0 9 0 512395055 371658752 56010 33554432000 4194304 4417332 140734608076528 18446744073709551615 4199406 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19262/tid=19273] ppid=19260 vsize=362948 CPUtime=30.78 cores=0-7
/proc/19262/task/19273/stat : 19273 (plingeling) R 19260 19262 18933 0 -1 4202560 26446 1261 0 0 3075 3 0 0 25 0 9 0 512395055 371658752 56010 33554432000 4194304 4417332 140734608076528 18446744073709551615 4365906 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19262/tid=19274] ppid=19260 vsize=362948 CPUtime=30.62 cores=0-7
/proc/19262/task/19274/stat : 19274 (plingeling) R 19260 19262 18933 0 -1 4202560 13066 1261 0 0 3060 2 0 0 25 0 9 0 512395055 371658752 56010 33554432000 4194304 4417332 140734608076528 18446744073709551615 4277727 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19262/tid=19275] ppid=19260 vsize=362948 CPUtime=30.78 cores=0-7
/proc/19262/task/19275/stat : 19275 (plingeling) R 19260 19262 18933 0 -1 4202560 5378 1261 0 0 3078 0 0 0 25 0 9 0 512395055 371658752 56010 33554432000 4194304 4417332 140734608076528 18446744073709551615 4290520 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19262/tid=19276] ppid=19260 vsize=362948 CPUtime=30.78 cores=0-7
/proc/19262/task/19276/stat : 19276 (plingeling) R 19260 19262 18933 0 -1 4202560 19196 1261 0 0 3076 2 0 0 25 0 9 0 512395056 371658752 56010 33554432000 4194304 4417332 140734608076528 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 246.88
Current children cumulated vsize (KiB) 362948

[startup+31.7013 s]
/proc/loadavg: 7.72 7.35 5.13 9/179 19277
/proc/meminfo: memFree=18749424/32950928 swapFree=67111528/67111528
[pid=19262] ppid=19260 vsize=368772 CPUtime=248.49 cores=0-7
/proc/19262/stat : 19262 (plingeling) S 19260 19262 18933 0 -1 4202496 139711 1261 0 0 24829 20 0 0 18 0 9 0 512394985 377622528 57466 33554432000 4194304 4417332 140734608076528 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19262/statm: 92193 57466 181 55 0 90079 0
[pid=19262/tid=19269] ppid=19260 vsize=368772 CPUtime=30.99 cores=0-7
/proc/19262/task/19269/stat : 19269 (plingeling) R 19260 19262 18933 0 -1 4202560 16829 1261 0 0 3097 2 0 0 25 0 9 0 512395055 377622528 57466 33554432000 4194304 4417332 140734608076528 18446744073709551615 4364504 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19262/tid=19270] ppid=19260 vsize=368772 CPUtime=30.99 cores=0-7
/proc/19262/task/19270/stat : 19270 (plingeling) R 19260 19262 18933 0 -1 4202560 15312 1261 0 0 3096 3 0 0 25 0 9 0 512395055 377622528 57466 33554432000 4194304 4417332 140734608076528 18446744073709551615 4236672 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19262/tid=19271] ppid=19260 vsize=368772 CPUtime=30.99 cores=0-7
/proc/19262/task/19271/stat : 19271 (plingeling) R 19260 19262 18933 0 -1 4202560 4115 1261 0 0 3099 0 0 0 25 0 9 0 512395055 377622528 57466 33554432000 4194304 4417332 140734608076528 18446744073709551615 4306655 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19262/tid=19272] ppid=19260 vsize=368772 CPUtime=30.99 cores=0-7
/proc/19262/task/19272/stat : 19272 (plingeling) R 19260 19262 18933 0 -1 4202560 2324 1261 0 0 3099 0 0 0 25 0 9 0 512395055 377622528 57466 33554432000 4194304 4417332 140734608076528 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19262/tid=19273] ppid=19260 vsize=368772 CPUtime=30.98 cores=0-7
/proc/19262/task/19273/stat : 19273 (plingeling) R 19260 19262 18933 0 -1 4202560 26446 1261 0 0 3095 3 0 0 25 0 9 0 512395055 377622528 57466 33554432000 4194304 4417332 140734608076528 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19262/tid=19274] ppid=19260 vsize=368772 CPUtime=30.82 cores=0-7
/proc/19262/task/19274/stat : 19274 (plingeling) R 19260 19262 18933 0 -1 4202560 14090 1261 0 0 3080 2 0 0 25 0 9 0 512395055 377622528 57466 33554432000 4194304 4417332 140734608076528 18446744073709551615 18446744073699065939 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19262/tid=19275] ppid=19260 vsize=368772 CPUtime=30.98 cores=0-7
/proc/19262/task/19275/stat : 19275 (plingeling) R 19260 19262 18933 0 -1 4202560 5378 1261 0 0 3098 0 0 0 25 0 9 0 512395055 377622528 57466 33554432000 4194304 4417332 140734608076528 18446744073709551615 4293088 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19262/tid=19276] ppid=19260 vsize=368772 CPUtime=30.98 cores=0-7
/proc/19262/task/19276/stat : 19276 (plingeling) R 19260 19262 18933 0 -1 4202560 19196 1261 0 0 3096 2 0 0 25 0 9 0 512395056 377622528 57466 33554432000 4194304 4417332 140734608076528 18446744073709551615 4366558 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 248.49
Current children cumulated vsize (KiB) 368772

[startup+31.8013 s]
/proc/loadavg: 7.74 7.37 5.14 9/179 19277
/proc/meminfo: memFree=18741240/32950928 swapFree=67111528/67111528
[pid=19262] ppid=19260 vsize=368772 CPUtime=249.32 cores=0-7
/proc/19262/stat : 19262 (plingeling) S 19260 19262 18933 0 -1 4202496 139711 1261 0 0 24912 20 0 0 18 0 9 0 512394985 377622528 57466 33554432000 4194304 4417332 140734608076528 18446744073709551615 254512494565 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/19262/statm: 92193 57466 181 55 0 90079 0
[pid=19262/tid=19269] ppid=19260 vsize=368772 CPUtime=31.1 cores=0-7
/proc/19262/task/19269/stat : 19269 (plingeling) R 19260 19262 18933 0 -1 4202560 16829 1261 0 0 3108 2 0 0 25 0 9 0 512395055 377622528 57466 33554432000 4194304 4417332 140734608076528 18446744073709551615 4265499 0 0 4096 17442 0 0 0 -1 1 0 0 0
[pid=19262/tid=19270] ppid=19260 vsize=368772 CPUtime=31.1 cores=0-7
/proc/19262/task/19270/stat : 19270 (plingeling) R 19260 19262 18933 0 -1 4202560 15312 1261 0 0 3107 3 0 0 25 0 9 0 512395055 377622528 57466 33554432000 4194304 4417332 140734608076528 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=19262/tid=19271] ppid=19260 vsize=368772 CPUtime=31.1 cores=0-7
/proc/19262/task/19271/stat : 19271 (plingeling) R 19260 19262 18933 0 -1 4202560 4115 1261 0 0 3110 0 0 0 25 0 9 0 512395055 377622528 57466 33554432000 4194304 4417332 140734608076528 18446744073709551615 4284514 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=19262/tid=19272] ppid=19260 vsize=368772 CPUtime=31.09 cores=0-7
/proc/19262/task/19272/stat : 19272 (plingeling) R 19260 19262 18933 0 -1 4202560 2324 1261 0 0 3109 0 0 0 25 0 9 0 512395055 377622528 57466 33554432000 4194304 4417332 140734608076528 18446744073709551615 4365883 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=19262/tid=19273] ppid=19260 vsize=368772 CPUtime=31.08 cores=0-7
/proc/19262/task/19273/stat : 19273 (plingeling) R 19260 19262 18933 0 -1 4202560 26446 1261 0 0 3105 3 0 0 25 0 9 0 512395055 377622528 57466 33554432000 4194304 4417332 140734608076528 18446744073709551615 4364349 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=19262/tid=19274] ppid=19260 vsize=368772 CPUtime=30.92 cores=0-7
/proc/19262/task/19274/stat : 19274 (plingeling) R 19260 19262 18933 0 -1 4202560 14090 1261 0 0 3090 2 0 0 25 0 9 0 512395055 377622528 57466 33554432000 4194304 4417332 140734608076528 18446744073709551615 4364470 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=19262/tid=19275] ppid=19260 vsize=368772 CPUtime=31.09 cores=0-7
/proc/19262/task/19275/stat : 19275 (plingeling) R 19260 19262 18933 0 -1 4202560 5378 1261 0 0 3109 0 0 0 25 0 9 0 512395055 377622528 57466 33554432000 4194304 4417332 140734608076528 18446744073709551615 4287184 0 0 4096 17442 0 0 0 -1 3 0 0 0
[pid=19262/tid=19276] ppid=19260 vsize=368772 CPUtime=31.09 cores=0-7
/proc/19262/task/19276/stat : 19276 (plingeling) R 19260 19262 18933 0 -1 4202560 19196 1261 0 0 3107 2 0 0 25 0 9 0 512395056 377622528 57466 33554432000 4194304 4417332 140734608076528 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 249.32
Current children cumulated vsize (KiB) 368772

Child status: 20
Real time (s): 31.8781
CPU time (s): 249.559
CPU user time (s): 249.338
CPU system time (s): 0.220966
CPU usage (%): 782.855
Max. virtual memory (cumulated for all children) (KiB): 440460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.338
system time used= 0.220966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140976
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= 244
involuntary context switches= 1192

runsolver used 0.045993 second user time and 0.13098 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-28 18:26:23
IDJOB=3309714
IDBENCH=82473
IDSOLVER=1695
FILE ID=node149/3309714-1304007983
RUNJOBID= node149-1304007216-18947
PBS_JOBID= 13168828
Free space on /tmp= 71928 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtviseisenberg1-tseitin.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309714-1304007983/watcher-3309714-1304007983 -o /tmp/evaluation-result-3309714-1304007983/solver-3309714-1304007983 -C 40000 -W 5100 -M 31000  plingeling -t 8 HOME/instance-3309714-1304007983.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= ab962ce6f14e7741edd1ff987decb0b7
RANDOM SEED=1276386865

node149.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.806
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.61
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.806
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.83
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.806
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.83
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.806
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.73
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.806
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.806
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.75
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.806
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.82
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.806
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:      18967720 kB
Buffers:       2199016 kB
Cached:       11175316 kB
SwapCached:          0 kB
Active:        4495216 kB
Inactive:      8943360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18967720 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5648 kB
Writeback:           0 kB
AnonPages:       64220 kB
Mapped:          14868 kB
Slab:           475864 kB
PageTables:       4260 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   185384 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= 71928 MiB
End job on node149 at 2011-04-28 18:26:55