Trace number 3293577

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 3777.04 953.157

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/1dlx_c_iq57_a.cnf
MD5SUM953b9cb99bfd26cff0e1ac65be1241f6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark630.301
Satisfiable
(Un)Satisfiability was proved
Number of variables569795
Number of clauses8562505
Sum of the clauses size24843745
Maximum clause length186
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 27567948
Number of clauses of size 3724416
Number of clauses of size 49898
Number of clauses of size 560873
Number of clauses of size over 5199369

Solver Data

3776.98/953.15	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-3293577-1304110977/watcher-3293577-1304110977 -o /tmp/evaluation-result-3293577-1304110977/solver-3293577-1304110977 -C 4800 -W 1300 -M 15500 plingeling -t 4 HOME/instance-3293577-1304110977.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.86 8.09 8.02 5/181 3764
/proc/meminfo: memFree=30297892/32950928 swapFree=67111404/67111528
[pid=3764] ppid=3762 vsize=15412 CPUtime=0 cores=0,2,4,6
/proc/3764/stat : 3764 (plingeling) R 3762 3764 2999 0 -1 4202496 1844 1251 0 0 0 0 0 0 23 0 1 0 522696696 15781888 1772 33554432000 4194304 4417332 140736268858640 18446744073709551615 235594560605 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/3764/statm: 3853 1784 138 55 0 1739 0

[startup+0.0778429 s]
/proc/loadavg: 7.86 8.09 8.02 5/181 3764
/proc/meminfo: memFree=30297892/32950928 swapFree=67111404/67111528
[pid=3764] ppid=3762 vsize=26640 CPUtime=0.06 cores=0,2,4,6
/proc/3764/stat : 3764 (plingeling) R 3762 3764 2999 0 -1 4202496 4795 1251 0 0 6 0 0 0 23 0 1 0 522696696 27279360 4683 33554432000 4194304 4417332 140736268858640 18446744073709551615 235594866432 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/3764/statm: 6660 4683 148 55 0 4546 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 26640

[startup+0.100836 s]
/proc/loadavg: 7.86 8.09 8.02 5/181 3764
/proc/meminfo: memFree=30297892/32950928 swapFree=67111404/67111528
[pid=3764] ppid=3762 vsize=30736 CPUtime=0.09 cores=0,2,4,6
/proc/3764/stat : 3764 (plingeling) R 3762 3764 2999 0 -1 4202496 5819 1251 0 0 8 1 0 0 23 0 1 0 522696696 31473664 5707 33554432000 4194304 4417332 140736268858640 18446744073709551615 235594866432 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/3764/statm: 7684 5707 148 55 0 5570 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30736

[startup+0.300804 s]
/proc/loadavg: 7.86 8.09 8.02 5/181 3764
/proc/meminfo: memFree=30297892/32950928 swapFree=67111404/67111528
[pid=3764] ppid=3762 vsize=49696 CPUtime=0.29 cores=0,2,4,6
/proc/3764/stat : 3764 (plingeling) R 3762 3764 2999 0 -1 4202496 10559 1251 0 0 28 1 0 0 25 0 1 0 522696696 50888704 10447 33554432000 4194304 4417332 140736268858640 18446744073709551615 235594866432 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/3764/statm: 12424 10447 148 55 0 10310 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 49696

[startup+0.700733 s]
/proc/loadavg: 7.86 8.09 8.02 5/181 3764
/proc/meminfo: memFree=30297892/32950928 swapFree=67111404/67111528
[pid=3764] ppid=3762 vsize=116368 CPUtime=0.68 cores=0,2,4,6
/proc/3764/stat : 3764 (plingeling) R 3762 3764 2999 0 -1 4202496 27266 1251 0 0 65 3 0 0 25 0 1 0 522696696 119160832 27115 33554432000 4194304 4417332 140736268858640 18446744073709551615 235594866432 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/3764/statm: 29092 27115 148 55 0 26978 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 116368

[startup+2.46043 s]
/proc/loadavg: 7.86 8.09 8.02 5/181 3764
/proc/meminfo: memFree=30297892/32950928 swapFree=67111404/67111528
[pid=3764] ppid=3762 vsize=254224 CPUtime=2.45 cores=0,2,4,6
/proc/3764/stat : 3764 (plingeling) R 3762 3764 2999 0 -1 4202496 61765 1251 0 0 236 9 0 0 25 0 1 0 522696696 260325376 61579 33554432000 4194304 4417332 140736268858640 18446744073709551615 235594485226 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/3764/statm: 63556 61579 148 55 0 61442 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 254224

[startup+3.10031 s]
/proc/loadavg: 7.79 8.08 8.01 6/182 3770
/proc/meminfo: memFree=29983876/32950928 swapFree=67111404/67111528
[pid=3764] ppid=3762 vsize=418064 CPUtime=3.08 cores=0,2,4,6
/proc/3764/stat : 3764 (plingeling) R 3762 3764 2999 0 -1 4202496 102725 1251 0 0 295 13 0 0 25 0 1 0 522696696 428097536 102539 33554432000 4194304 4417332 140736268858640 18446744073709551615 235594866432 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/3764/statm: 104516 102539 148 55 0 102402 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 418064

[startup+6.30075 s]
/proc/loadavg: 7.79 8.08 8.01 6/182 3770
/proc/meminfo: memFree=29422852/32950928 swapFree=67111404/67111528
[pid=3764] ppid=3762 vsize=820472 CPUtime=6.29 cores=0,2,4,6
/proc/3764/stat : 3764 (plingeling) R 3762 3764 2999 0 -1 4202496 203463 1251 0 0 602 27 0 0 25 0 1 0 522696696 840163328 203141 33554432000 4194304 4417332 140736268858640 18446744073709551615 235594866432 0 0 4096 17442 0 0 0 17 2 0 0 0
/proc/3764/statm: 205118 203141 148 55 0 203004 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 820472

[startup+12.7006 s]
/proc/loadavg: 7.60 8.02 7.99 9/186 3774
/proc/meminfo: memFree=29248284/32950928 swapFree=67111404/67111528
[pid=3764] ppid=3762 vsize=1056648 CPUtime=21.19 cores=0,2,4,6
/proc/3764/stat : 3764 (plingeling) S 3762 3764 2999 0 -1 4202496 302488 1251 0 0 2074 45 0 0 25 0 5 0 522696696 1082007552 238689 33554432000 4194304 4417332 140736268858640 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3764/statm: 264162 238689 171 55 0 262048 0
[pid=3764/tid=3771] ppid=3762 vsize=1056648 CPUtime=2.83 cores=0,2,4,6
/proc/3764/task/3771/stat : 3771 (plingeling) R 3762 3764 2999 0 -1 4202560 15832 1251 0 0 281 2 0 0 25 0 5 0 522697682 1082007552 238689 33554432000 4194304 4417332 140736268858640 18446744073709551615 4290665 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3764/tid=3772] ppid=3762 vsize=1056648 CPUtime=2.83 cores=0,2,4,6
/proc/3764/task/3772/stat : 3772 (plingeling) R 3762 3764 2999 0 -1 4202560 15740 1251 0 0 281 2 0 0 20 0 5 0 522697682 1082007552 238689 33554432000 4194304 4417332 140736268858640 18446744073709551615 4291216 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3764/tid=3773] ppid=3762 vsize=1056648 CPUtime=2.83 cores=0,2,4,6
/proc/3764/task/3773/stat : 3773 (plingeling) R 3762 3764 2999 0 -1 4202560 15796 1251 0 0 281 2 0 0 25 0 5 0 522697682 1082007552 238689 33554432000 4194304 4417332 140736268858640 18446744073709551615 4290678 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3764/tid=3774] ppid=3762 vsize=1056648 CPUtime=2.82 cores=0,2,4,6
/proc/3764/task/3774/stat : 3774 (plingeling) R 3762 3764 2999 0 -1 4202560 14269 1251 0 0 280 2 0 0 25 0 5 0 522697682 1082007552 238689 33554432000 4194304 4417332 140736268858640 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 21.19
Current children cumulated vsize (KiB) 1056648

[startup+25.5004 s]
/proc/loadavg: 7.66 8.02 7.99 9/186 3774
/proc/meminfo: memFree=28979168/32950928 swapFree=67111404/67111528
[pid=3764] ppid=3762 vsize=1423156 CPUtime=72.28 cores=0,2,4,6
/proc/3764/stat : 3764 (plingeling) S 3762 3764 2999 0 -1 4202496 690628 1251 0 0 7112 116 0 0 25 0 5 0 522696696 1457311744 338509 33554432000 4194304 4417332 140736268858640 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3764/statm: 355789 338509 180 55 0 353675 0
[pid=3764/tid=3771] ppid=3762 vsize=1423156 CPUtime=15.58 cores=0,2,4,6
/proc/3764/task/3771/stat : 3771 (plingeling) R 3762 3764 2999 0 -1 4202560 161425 1251 0 0 1527 31 0 0 25 0 5 0 522697682 1457311744 338509 33554432000 4194304 4417332 140736268858640 18446744073709551615 4319692 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3764/tid=3772] ppid=3762 vsize=1423156 CPUtime=15.63 cores=0,2,4,6
/proc/3764/task/3772/stat : 3772 (plingeling) R 3762 3764 2999 0 -1 4202560 147647 1251 0 0 1536 27 0 0 25 0 5 0 522697682 1457311744 338509 33554432000 4194304 4417332 140736268858640 18446744073709551615 4236255 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3764/tid=3773] ppid=3762 vsize=1423156 CPUtime=15.63 cores=0,2,4,6
/proc/3764/task/3773/stat : 3773 (plingeling) R 3762 3764 2999 0 -1 4202560 126435 1251 0 0 1544 19 0 0 25 0 5 0 522697682 1457311744 338509 33554432000 4194304 4417332 140736268858640 18446744073709551615 4236267 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3764/tid=3774] ppid=3762 vsize=1423156 CPUtime=15.55 cores=0,2,4,6
/proc/3764/task/3774/stat : 3774 (plingeling) R 3762 3764 2999 0 -1 4202560 14270 1251 0 0 1553 2 0 0 25 0 5 0 522697682 1457311744 338509 33554432000 4194304 4417332 140736268858640 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 72.28
Current children cumulated vsize (KiB) 1423156

[startup+51.1069 s]
/proc/loadavg: 7.86 8.04 8.00 9/186 3775
/proc/meminfo: memFree=28886604/32950928 swapFree=67111404/67111528
[pid=3764] ppid=3762 vsize=1525976 CPUtime=174.54 cores=0,2,4,6
/proc/3764/stat : 3764 (plingeling) S 3762 3764 2999 0 -1 4202496 731425 1251 0 0 17333 121 0 0 25 0 5 0 522696696 1562599424 369221 33554432000 4194304 4417332 140736268858640 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3764/statm: 381494 369221 181 55 0 379380 0
[pid=3764/tid=3771] ppid=3762 vsize=1525976 CPUtime=41.18 cores=0,2,4,6
/proc/3764/task/3771/stat : 3771 (plingeling) R 3762 3764 2999 0 -1 4202560 173029 1251 0 0 4085 33 0 0 25 0 5 0 522697682 1562599424 369221 33554432000 4194304 4417332 140736268858640 18446744073709551615 4364822 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3764/tid=3772] ppid=3762 vsize=1525976 CPUtime=41.24 cores=0,2,4,6
/proc/3764/task/3772/stat : 3772 (plingeling) R 3762 3764 2999 0 -1 4202560 160275 1251 0 0 4096 28 0 0 25 0 5 0 522697682 1562599424 369221 33554432000 4194304 4417332 140736268858640 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3764/tid=3773] ppid=3762 vsize=1525976 CPUtime=41.24 cores=0,2,4,6
/proc/3764/task/3773/stat : 3773 (plingeling) R 3762 3764 2999 0 -1 4202560 140649 1251 0 0 4103 21 0 0 25 0 5 0 522697682 1562599424 369221 33554432000 4194304 4417332 140736268858640 18446744073709551615 4364581 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3764/tid=3774] ppid=3762 vsize=1525976 CPUtime=41 cores=0,2,4,6
/proc/3764/task/3774/stat : 3774 (plingeling) R 3762 3764 2999 0 -1 4202560 16621 1251 0 0 4098 2 0 0 25 0 5 0 522697682 1562599424 369221 33554432000 4194304 4417332 140736268858640 18446744073709551615 4354410 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 174.54
Current children cumulated vsize (KiB) 1525976

[startup+102.301 s]
/proc/loadavg: 8.20 8.09 8.02 9/186 3779
/proc/meminfo: memFree=28807312/32950928 swapFree=67111404/67111528
[pid=3764] ppid=3762 vsize=1588428 CPUtime=378.22 cores=0,2,4,6
/proc/3764/stat : 3764 (plingeling) S 3762 3764 2999 0 -1 4202496 752730 1251 0 0 37697 125 0 0 25 0 5 0 522696696 1626550272 380884 33554432000 4194304 4417332 140736268858640 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3764/statm: 397107 380884 181 55 0 394993 0
[pid=3764/tid=3771] ppid=3762 vsize=1588428 CPUtime=91.69 cores=0,2,4,6
/proc/3764/task/3771/stat : 3771 (plingeling) R 3762 3764 2999 0 -1 4202560 174427 1251 0 0 9136 33 0 0 25 0 5 0 522697682 1626550272 380884 33554432000 4194304 4417332 140736268858640 18446744073709551615 4364465 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3764/tid=3772] ppid=3762 vsize=1588428 CPUtime=92.43 cores=0,2,4,6
/proc/3764/task/3772/stat : 3772 (plingeling) R 3762 3764 2999 0 -1 4202560 166213 1251 0 0 9215 28 0 0 25 0 5 0 522697682 1626550272 380884 33554432000 4194304 4417332 140736268858640 18446744073709551615 4364549 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3764/tid=3773] ppid=3762 vsize=1588428 CPUtime=92.28 cores=0,2,4,6
/proc/3764/task/3773/stat : 3773 (plingeling) R 3762 3764 2999 0 -1 4202560 140649 1251 0 0 9205 23 0 0 25 0 5 0 522697682 1626550272 380884 33554432000 4194304 4417332 140736268858640 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3764/tid=3774] ppid=3762 vsize=1588428 CPUtime=91.92 cores=0,2,4,6
/proc/3764/task/3774/stat : 3774 (plingeling) R 3762 3764 2999 0 -1 4202560 30590 1251 0 0 9189 3 0 0 25 0 5 0 522697682 1626550272 380884 33554432000 4194304 4417332 140736268858640 18446744073709551615 4236906 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 378.22
Current children cumulated vsize (KiB) 1588428

[startup+162.3 s]
/proc/loadavg: 8.17 8.10 8.02 9/186 3781
/proc/meminfo: memFree=28508844/32950928 swapFree=67111404/67111528
[pid=3764] ppid=3762 vsize=1606004 CPUtime=617.88 cores=0,2,4,6
/proc/3764/stat : 3764 (plingeling) S 3762 3764 2999 0 -1 4202496 858567 1251 0 0 61650 138 0 0 25 0 5 0 522696696 1644548096 385278 33554432000 4194304 4417332 140736268858640 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3764/statm: 401501 385278 181 55 0 399387 0
[pid=3764/tid=3771] ppid=3762 vsize=1606004 CPUtime=151.69 cores=0,2,4,6
/proc/3764/task/3771/stat : 3771 (plingeling) R 3762 3764 2999 0 -1 4202560 210132 1251 0 0 15131 38 0 0 25 0 5 0 522697682 1644548096 385278 33554432000 4194304 4417332 140736268858640 18446744073709551615 4270927 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3764/tid=3772] ppid=3762 vsize=1606004 CPUtime=152.43 cores=0,2,4,6
/proc/3764/task/3772/stat : 3772 (plingeling) R 3762 3764 2999 0 -1 4202560 232249 1251 0 0 15207 36 0 0 25 0 5 0 522697682 1644548096 385278 33554432000 4194304 4417332 140736268858640 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3764/tid=3773] ppid=3762 vsize=1606004 CPUtime=152.28 cores=0,2,4,6
/proc/3764/task/3773/stat : 3773 (plingeling) R 3762 3764 2999 0 -1 4202560 140649 1251 0 0 15205 23 0 0 25 0 5 0 522697682 1644548096 385278 33554432000 4194304 4417332 140736268858640 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3764/tid=3774] ppid=3762 vsize=1606004 CPUtime=151.59 cores=0,2,4,6
/proc/3764/task/3774/stat : 3774 (plingeling) R 3762 3764 2999 0 -1 4202560 34686 1251 0 0 15155 4 0 0 25 0 5 0 522697682 1644548096 385278 33554432000 4194304 4417332 140736268858640 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 617.88
Current children cumulated vsize (KiB) 1606004

[startup+222.301 s]
/proc/loadavg: 8.14 8.10 8.02 9/186 3783
/proc/meminfo: memFree=28814096/32950928 swapFree=67111404/67111528
[pid=3764] ppid=3762 vsize=1539536 CPUtime=857.55 cores=0,2,4,6
/proc/3764/stat : 3764 (plingeling) S 3762 3764 2999 0 -1 4202496 941254 1251 0 0 85605 150 0 0 25 0 5 0 522696696 1576484864 365921 33554432000 4194304 4417332 140736268858640 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3764/statm: 384884 365921 181 55 0 382770 0
[pid=3764/tid=3771] ppid=3762 vsize=1539536 CPUtime=211.68 cores=0,2,4,6
/proc/3764/task/3771/stat : 3771 (plingeling) R 3762 3764 2999 0 -1 4202560 210132 1251 0 0 21130 38 0 0 25 0 5 0 522697682 1576484864 365921 33554432000 4194304 4417332 140736268858640 18446744073709551615 4282405 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3764/tid=3772] ppid=3762 vsize=1539536 CPUtime=212.44 cores=0,2,4,6
/proc/3764/task/3772/stat : 3772 (plingeling) R 3762 3764 2999 0 -1 4202560 249629 1251 0 0 21205 39 0 0 25 0 5 0 522697682 1576484864 365921 33554432000 4194304 4417332 140736268858640 18446744073709551615 4364556 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3764/tid=3773] ppid=3762 vsize=1539536 CPUtime=212.28 cores=0,2,4,6
/proc/3764/task/3773/stat : 3773 (plingeling) R 3762 3764 2999 0 -1 4202560 205956 1251 0 0 21196 32 0 0 25 0 5 0 522697682 1576484864 365921 33554432000 4194304 4417332 140736268858640 18446744073709551615 4364463 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3764/tid=3774] ppid=3762 vsize=1539536 CPUtime=211.27 cores=0,2,4,6
/proc/3764/task/3774/stat : 3774 (plingeling) R 3762 3764 2999 0 -1 4202560 34686 1251 0 0 21123 4 0 0 25 0 5 0 522697682 1576484864 365921 33554432000 4194304 4417332 140736268858640 18446744073709551615 4365883 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 857.55
Current children cumulated vsize (KiB) 1539536

[startup+282.3 s]
/proc/loadavg: 8.05 8.08 8.02 9/186 3784
/proc/meminfo: memFree=28901340/32950928 swapFree=67111404/67111528
[pid=3764] ppid=3762 vsize=1270648 CPUtime=1097.23 cores=0,2,4,6
/proc/3764/stat : 3764 (plingeling) S 3762 3764 2999 0 -1 4202496 1024910 1251 0 0 109560 163 0 0 25 0 5 0 522696696 1301143552 296830 33554432000 4194304 4417332 140736268858640 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3764/statm: 317662 296830 181 55 0 315548 0
[pid=3764/tid=3771] ppid=3762 vsize=1270648 CPUtime=271.68 cores=0,2,4,6

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

[pid=3764/tid=3773] ppid=3762 vsize=1263676 CPUtime=632.29 cores=0,2,4,6
/proc/3764/task/3773/stat : 3773 (plingeling) R 3762 3764 2999 0 -1 4202560 345160 1251 0 0 63177 52 0 0 25 0 5 0 522697682 1294004224 289097 33554432000 4194304 4417332 140736268858640 18446744073709551615 4356899 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3764/tid=3774] ppid=3762 vsize=1263676 CPUtime=629.06 cores=0,2,4,6
/proc/3764/task/3774/stat : 3774 (plingeling) R 3762 3764 2999 0 -1 4202560 35141 1251 0 0 62901 5 0 0 25 0 5 0 522697682 1294004224 289097 33554432000 4194304 4417332 140736268858640 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2535.34
Current children cumulated vsize (KiB) 1263676

[startup+702.307 s]
/proc/loadavg: 4.16 5.98 7.17 5/176 3813
/proc/meminfo: memFree=29714216/32950928 swapFree=67111404/67111528
[pid=3764] ppid=3762 vsize=1427384 CPUtime=2775.08 cores=0,2,4,6
/proc/3764/stat : 3764 (plingeling) S 3762 3764 2999 0 -1 4202496 1239813 1251 0 0 277317 191 0 0 25 0 5 0 522696696 1461641216 330024 33554432000 4194304 4417332 140736268858640 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3764/statm: 356846 330024 181 55 0 354732 0
[pid=3764/tid=3771] ppid=3762 vsize=1427384 CPUtime=691.67 cores=0,2,4,6
/proc/3764/task/3771/stat : 3771 (plingeling) R 3762 3764 2999 0 -1 4202560 280177 1251 0 0 69119 48 0 0 25 0 5 0 522697682 1461641216 330024 33554432000 4194304 4417332 140736268858640 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3764/tid=3772] ppid=3762 vsize=1427384 CPUtime=692.45 cores=0,2,4,6
/proc/3764/task/3772/stat : 3772 (plingeling) R 3762 3764 2999 0 -1 4202560 305716 1251 0 0 69199 46 0 0 25 0 5 0 522697682 1461641216 330024 33554432000 4194304 4417332 140736268858640 18446744073709551615 4364494 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3764/tid=3773] ppid=3762 vsize=1427384 CPUtime=692.3 cores=0,2,4,6
/proc/3764/task/3773/stat : 3773 (plingeling) R 3762 3764 2999 0 -1 4202560 345160 1251 0 0 69178 52 0 0 25 0 5 0 522697682 1461641216 330024 33554432000 4194304 4417332 140736268858640 18446744073709551615 4236790 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3764/tid=3774] ppid=3762 vsize=1427384 CPUtime=688.78 cores=0,2,4,6
/proc/3764/task/3774/stat : 3774 (plingeling) R 3762 3764 2999 0 -1 4202560 67909 1251 0 0 68870 8 0 0 25 0 5 0 522697682 1461641216 330024 33554432000 4194304 4417332 140736268858640 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2775.08
Current children cumulated vsize (KiB) 1427384

[startup+762.301 s]
/proc/loadavg: 4.10 5.63 6.98 5/176 3815
/proc/meminfo: memFree=29779620/32950928 swapFree=67111404/67111528
[pid=3764] ppid=3762 vsize=1361788 CPUtime=3014.76 cores=0,2,4,6
/proc/3764/stat : 3764 (plingeling) S 3762 3764 2999 0 -1 4202496 1240061 1251 0 0 301285 191 0 0 25 0 5 0 522696696 1394470912 313625 33554432000 4194304 4417332 140736268858640 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3764/statm: 340447 313625 181 55 0 338333 0
[pid=3764/tid=3771] ppid=3762 vsize=1361788 CPUtime=751.65 cores=0,2,4,6
/proc/3764/task/3771/stat : 3771 (plingeling) R 3762 3764 2999 0 -1 4202560 280177 1251 0 0 75117 48 0 0 25 0 5 0 522697682 1394470912 313625 33554432000 4194304 4417332 140736268858640 18446744073709551615 4281857 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3764/tid=3772] ppid=3762 vsize=1361788 CPUtime=752.45 cores=0,2,4,6
/proc/3764/task/3772/stat : 3772 (plingeling) R 3762 3764 2999 0 -1 4202560 305716 1251 0 0 75199 46 0 0 25 0 5 0 522697682 1394470912 313625 33554432000 4194304 4417332 140736268858640 18446744073709551615 4366384 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3764/tid=3773] ppid=3762 vsize=1361788 CPUtime=752.29 cores=0,2,4,6
/proc/3764/task/3773/stat : 3773 (plingeling) R 3762 3764 2999 0 -1 4202560 345408 1251 0 0 75177 52 0 0 25 0 5 0 522697682 1394470912 313625 33554432000 4194304 4417332 140736268858640 18446744073709551615 4237189 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3764/tid=3774] ppid=3762 vsize=1361788 CPUtime=748.48 cores=0,2,4,6
/proc/3764/task/3774/stat : 3774 (plingeling) R 3762 3764 2999 0 -1 4202560 67909 1251 0 0 74840 8 0 0 25 0 5 0 522697682 1394470912 313625 33554432000 4194304 4417332 140736268858640 18446744073709551615 4236722 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3014.76
Current children cumulated vsize (KiB) 1361788

[startup+822.3 s]
/proc/loadavg: 4.03 5.33 6.79 5/176 3817
/proc/meminfo: memFree=29800872/32950928 swapFree=67111404/67111528
[pid=3764] ppid=3762 vsize=1340484 CPUtime=3254.44 cores=0,2,4,6
/proc/3764/stat : 3764 (plingeling) S 3762 3764 2999 0 -1 4202496 1256695 1251 0 0 325250 194 0 0 25 0 5 0 522696696 1372655616 308299 33554432000 4194304 4417332 140736268858640 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3764/statm: 335121 308299 181 55 0 333007 0
[pid=3764/tid=3771] ppid=3762 vsize=1340484 CPUtime=811.65 cores=0,2,4,6
/proc/3764/task/3771/stat : 3771 (plingeling) R 3762 3764 2999 0 -1 4202560 280177 1251 0 0 81117 48 0 0 25 0 5 0 522697682 1372655616 308299 33554432000 4194304 4417332 140736268858640 18446744073709551615 4275892 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3764/tid=3772] ppid=3762 vsize=1340484 CPUtime=812.45 cores=0,2,4,6
/proc/3764/task/3772/stat : 3772 (plingeling) R 3762 3764 2999 0 -1 4202560 322350 1251 0 0 81197 48 0 0 25 0 5 0 522697682 1372655616 308299 33554432000 4194304 4417332 140736268858640 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3764/tid=3773] ppid=3762 vsize=1340484 CPUtime=812.3 cores=0,2,4,6
/proc/3764/task/3773/stat : 3773 (plingeling) R 3762 3764 2999 0 -1 4202560 345408 1251 0 0 81177 53 0 0 25 0 5 0 522697682 1372655616 308299 33554432000 4194304 4417332 140736268858640 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3764/tid=3774] ppid=3762 vsize=1340484 CPUtime=808.16 cores=0,2,4,6
/proc/3764/task/3774/stat : 3774 (plingeling) R 3762 3764 2999 0 -1 4202560 67909 1251 0 0 80808 8 0 0 25 0 5 0 522697682 1372655616 308299 33554432000 4194304 4417332 140736268858640 18446744073709551615 4265429 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3254.44
Current children cumulated vsize (KiB) 1340484

[startup+882.301 s]
/proc/loadavg: 4.01 5.09 6.61 5/176 3818
/proc/meminfo: memFree=29825976/32950928 swapFree=67111404/67111528
[pid=3764] ppid=3762 vsize=1316444 CPUtime=3494.14 cores=0,2,4,6
/proc/3764/stat : 3764 (plingeling) S 3762 3764 2999 0 -1 4202496 1267588 1251 0 0 349219 195 0 0 25 0 5 0 522696696 1348038656 302289 33554432000 4194304 4417332 140736268858640 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3764/statm: 329111 302289 181 55 0 326997 0
[pid=3764/tid=3771] ppid=3762 vsize=1316444 CPUtime=871.65 cores=0,2,4,6
/proc/3764/task/3771/stat : 3771 (plingeling) R 3762 3764 2999 0 -1 4202560 281115 1251 0 0 87117 48 0 0 25 0 5 0 522697682 1348038656 302289 33554432000 4194304 4417332 140736268858640 18446744073709551615 4307705 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3764/tid=3772] ppid=3762 vsize=1316444 CPUtime=872.45 cores=0,2,4,6
/proc/3764/task/3772/stat : 3772 (plingeling) R 3762 3764 2999 0 -1 4202560 327222 1251 0 0 87196 49 0 0 25 0 5 0 522697682 1348038656 302289 33554432000 4194304 4417332 140736268858640 18446744073709551615 4265465 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3764/tid=3773] ppid=3762 vsize=1316444 CPUtime=872.3 cores=0,2,4,6
/proc/3764/task/3773/stat : 3773 (plingeling) R 3762 3764 2999 0 -1 4202560 345641 1251 0 0 87177 53 0 0 25 0 5 0 522697682 1348038656 302289 33554432000 4194304 4417332 140736268858640 18446744073709551615 4365900 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3764/tid=3774] ppid=3762 vsize=1316444 CPUtime=867.87 cores=0,2,4,6
/proc/3764/task/3774/stat : 3774 (plingeling) R 3762 3764 2999 0 -1 4202560 72759 1251 0 0 86778 9 0 0 25 0 5 0 522697682 1348038656 302289 33554432000 4194304 4417332 140736268858640 18446744073709551615 4364519 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3494.14
Current children cumulated vsize (KiB) 1316444

[startup+942.3 s]
/proc/loadavg: 4.00 4.89 6.44 5/176 3820
/proc/meminfo: memFree=29855916/32950928 swapFree=67111404/67111528
[pid=3764] ppid=3762 vsize=1287840 CPUtime=3733.85 cores=0,2,4,6
/proc/3764/stat : 3764 (plingeling) S 3762 3764 2999 0 -1 4202496 1303019 1251 0 0 373185 200 0 0 25 0 5 0 522696696 1318748160 295138 33554432000 4194304 4417332 140736268858640 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3764/statm: 321960 295138 181 55 0 319846 0
[pid=3764/tid=3771] ppid=3762 vsize=1287840 CPUtime=931.64 cores=0,2,4,6
/proc/3764/task/3771/stat : 3771 (plingeling) R 3762 3764 2999 0 -1 4202560 287168 1251 0 0 93115 49 0 0 25 0 5 0 522697682 1318748160 295138 33554432000 4194304 4417332 140736268858640 18446744073709551615 4236845 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3764/tid=3772] ppid=3762 vsize=1287840 CPUtime=932.45 cores=0,2,4,6
/proc/3764/task/3772/stat : 3772 (plingeling) R 3762 3764 2999 0 -1 4202560 329380 1251 0 0 93196 49 0 0 25 0 5 0 522697682 1318748160 295138 33554432000 4194304 4417332 140736268858640 18446744073709551615 4236895 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3764/tid=3773] ppid=3762 vsize=1287840 CPUtime=932.3 cores=0,2,4,6
/proc/3764/task/3773/stat : 3773 (plingeling) R 3762 3764 2999 0 -1 4202560 372861 1251 0 0 93174 56 0 0 25 0 5 0 522697682 1318748160 295138 33554432000 4194304 4417332 140736268858640 18446744073709551615 4236735 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3764/tid=3774] ppid=3762 vsize=1287840 CPUtime=927.57 cores=0,2,4,6
/proc/3764/task/3774/stat : 3774 (plingeling) R 3762 3764 2999 0 -1 4202560 72759 1251 0 0 92748 9 0 0 25 0 5 0 522697682 1318748160 295138 33554432000 4194304 4417332 140736268858640 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3733.85
Current children cumulated vsize (KiB) 1287840

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

[startup+948.706 s]
/proc/loadavg: 4.08 4.89 6.44 5/176 3820
/proc/meminfo: memFree=29846848/32950928 swapFree=67111404/67111528
[pid=3764] ppid=3762 vsize=1296936 CPUtime=3759.44 cores=0,2,4,6
/proc/3764/stat : 3764 (plingeling) S 3762 3764 2999 0 -1 4202496 1305293 1251 0 0 375743 201 0 0 25 0 5 0 522696696 1328062464 297412 33554432000 4194304 4417332 140736268858640 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3764/statm: 324234 297412 181 55 0 322120 0
[pid=3764/tid=3771] ppid=3762 vsize=1296936 CPUtime=938.04 cores=0,2,4,6
/proc/3764/task/3771/stat : 3771 (plingeling) R 3762 3764 2999 0 -1 4202560 287168 1251 0 0 93755 49 0 0 25 0 5 0 522697682 1328062464 297412 33554432000 4194304 4417332 140736268858640 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3764/tid=3772] ppid=3762 vsize=1296936 CPUtime=938.85 cores=0,2,4,6
/proc/3764/task/3772/stat : 3772 (plingeling) R 3762 3764 2999 0 -1 4202560 331654 1251 0 0 93836 49 0 0 25 0 5 0 522697682 1328062464 297412 33554432000 4194304 4417332 140736268858640 18446744073709551615 4342992 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3764/tid=3773] ppid=3762 vsize=1296936 CPUtime=938.71 cores=0,2,4,6
/proc/3764/task/3773/stat : 3773 (plingeling) R 3762 3764 2999 0 -1 4202560 372861 1251 0 0 93815 56 0 0 25 0 5 0 522697682 1328062464 297412 33554432000 4194304 4417332 140736268858640 18446744073709551615 4237011 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3764/tid=3774] ppid=3762 vsize=1296936 CPUtime=933.95 cores=0,2,4,6
/proc/3764/task/3774/stat : 3774 (plingeling) R 3762 3764 2999 0 -1 4202560 72759 1251 0 0 93386 9 0 0 25 0 5 0 522697682 1328062464 297412 33554432000 4194304 4417332 140736268858640 18446744073709551615 4264959 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3759.44
Current children cumulated vsize (KiB) 1296936

[startup+950.301 s]
/proc/loadavg: 4.08 4.89 6.44 5/176 3820
/proc/meminfo: memFree=29846848/32950928 swapFree=67111404/67111528
[pid=3764] ppid=3762 vsize=1296936 CPUtime=3765.82 cores=0,2,4,6
/proc/3764/stat : 3764 (plingeling) S 3762 3764 2999 0 -1 4202496 1305293 1251 0 0 376381 201 0 0 25 0 5 0 522696696 1328062464 297412 33554432000 4194304 4417332 140736268858640 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3764/statm: 324234 297412 181 55 0 322120 0
[pid=3764/tid=3771] ppid=3762 vsize=1296936 CPUtime=939.64 cores=0,2,4,6
/proc/3764/task/3771/stat : 3771 (plingeling) R 3762 3764 2999 0 -1 4202560 287168 1251 0 0 93915 49 0 0 25 0 5 0 522697682 1328062464 297412 33554432000 4194304 4417332 140736268858640 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3764/tid=3772] ppid=3762 vsize=1296936 CPUtime=940.45 cores=0,2,4,6
/proc/3764/task/3772/stat : 3772 (plingeling) R 3762 3764 2999 0 -1 4202560 331654 1251 0 0 93996 49 0 0 25 0 5 0 522697682 1328062464 297412 33554432000 4194304 4417332 140736268858640 18446744073709551615 4235785 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3764/tid=3773] ppid=3762 vsize=1296936 CPUtime=940.3 cores=0,2,4,6
/proc/3764/task/3773/stat : 3773 (plingeling) R 3762 3764 2999 0 -1 4202560 372861 1251 0 0 93974 56 0 0 25 0 5 0 522697682 1328062464 297412 33554432000 4194304 4417332 140736268858640 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3764/tid=3774] ppid=3762 vsize=1296936 CPUtime=935.53 cores=0,2,4,6
/proc/3764/task/3774/stat : 3774 (plingeling) R 3762 3764 2999 0 -1 4202560 72759 1251 0 0 93544 9 0 0 25 0 5 0 522697682 1328062464 297412 33554432000 4194304 4417332 140736268858640 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3765.82
Current children cumulated vsize (KiB) 1296936

[startup+951.901 s]
/proc/loadavg: 4.07 4.87 6.42 5/176 3820
/proc/meminfo: memFree=29838416/32950928 swapFree=67111404/67111528
[pid=3764] ppid=3762 vsize=1305312 CPUtime=3772.22 cores=0,2,4,6
/proc/3764/stat : 3764 (plingeling) S 3762 3764 2999 0 -1 4202496 1307394 1251 0 0 377021 201 0 0 25 0 5 0 522696696 1336639488 299506 33554432000 4194304 4417332 140736268858640 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3764/statm: 326328 299506 181 55 0 324214 0
[pid=3764/tid=3771] ppid=3762 vsize=1305312 CPUtime=941.24 cores=0,2,4,6
/proc/3764/task/3771/stat : 3771 (plingeling) R 3762 3764 2999 0 -1 4202560 287168 1251 0 0 94075 49 0 0 25 0 5 0 522697682 1336639488 299506 33554432000 4194304 4417332 140736268858640 18446744073709551615 4236778 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3764/tid=3772] ppid=3762 vsize=1305312 CPUtime=942.06 cores=0,2,4,6
/proc/3764/task/3772/stat : 3772 (plingeling) R 3762 3764 2999 0 -1 4202560 333755 1251 0 0 94156 50 0 0 25 0 5 0 522697682 1336639488 299506 33554432000 4194304 4417332 140736268858640 18446744073709551615 4264940 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3764/tid=3773] ppid=3762 vsize=1305312 CPUtime=941.91 cores=0,2,4,6
/proc/3764/task/3773/stat : 3773 (plingeling) R 3762 3764 2999 0 -1 4202560 372861 1251 0 0 94135 56 0 0 25 0 5 0 522697682 1336639488 299506 33554432000 4194304 4417332 140736268858640 18446744073709551615 4236986 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3764/tid=3774] ppid=3762 vsize=1305312 CPUtime=937.13 cores=0,2,4,6
/proc/3764/task/3774/stat : 3774 (plingeling) R 3762 3764 2999 0 -1 4202560 72759 1251 0 0 93704 9 0 0 25 0 5 0 522697682 1336639488 299506 33554432000 4194304 4417332 140736268858640 18446744073709551615 4364541 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3772.22
Current children cumulated vsize (KiB) 1305312

[startup+952.701 s]
/proc/loadavg: 4.07 4.87 6.42 5/176 3820
/proc/meminfo: memFree=29838416/32950928 swapFree=67111404/67111528
[pid=3764] ppid=3762 vsize=1305312 CPUtime=3775.4 cores=0,2,4,6
/proc/3764/stat : 3764 (plingeling) S 3762 3764 2999 0 -1 4202496 1307394 1251 0 0 377339 201 0 0 25 0 5 0 522696696 1336639488 299506 33554432000 4194304 4417332 140736268858640 18446744073709551615 235606669285 0 0 4096 17442 18446744073709551615 0 0 17 2 0 0 0
/proc/3764/statm: 326328 299506 181 55 0 324214 0
[pid=3764/tid=3771] ppid=3762 vsize=1305312 CPUtime=942.04 cores=0,2,4,6
/proc/3764/task/3771/stat : 3771 (plingeling) R 3762 3764 2999 0 -1 4202560 287168 1251 0 0 94155 49 0 0 25 0 5 0 522697682 1336639488 299506 33554432000 4194304 4417332 140736268858640 18446744073709551615 4364502 0 0 4096 17442 0 0 0 -1 2 0 0 0
[pid=3764/tid=3772] ppid=3762 vsize=1305312 CPUtime=942.85 cores=0,2,4,6
/proc/3764/task/3772/stat : 3772 (plingeling) R 3762 3764 2999 0 -1 4202560 333755 1251 0 0 94235 50 0 0 25 0 5 0 522697682 1336639488 299506 33554432000 4194304 4417332 140736268858640 18446744073709551615 4232651 0 0 4096 17442 0 0 0 -1 4 0 0 0
[pid=3764/tid=3773] ppid=3762 vsize=1305312 CPUtime=942.7 cores=0,2,4,6
/proc/3764/task/3773/stat : 3773 (plingeling) R 3762 3764 2999 0 -1 4202560 372861 1251 0 0 94214 56 0 0 25 0 5 0 522697682 1336639488 299506 33554432000 4194304 4417332 140736268858640 18446744073709551615 4364547 0 0 4096 17442 0 0 0 -1 0 0 0 0
[pid=3764/tid=3774] ppid=3762 vsize=1305312 CPUtime=937.92 cores=0,2,4,6
/proc/3764/task/3774/stat : 3774 (plingeling) R 3762 3764 2999 0 -1 4202560 72759 1251 0 0 93783 9 0 0 25 0 5 0 522697682 1336639488 299506 33554432000 4194304 4417332 140736268858640 18446744073709551615 4236706 0 0 4096 17442 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3775.4
Current children cumulated vsize (KiB) 1305312

[startup+953.107 s]
/proc/loadavg: 4.07 4.87 6.42 5/176 3820
/proc/meminfo: memFree=29838416/32950928 swapFree=67111404/67111528
[pid=3764] ppid=3762 vsize=1295068 CPUtime=3776.98 cores=0,2,4,6
/proc/3764/stat : 3764 (plingeling) R 3762 3764 2999 0 -1 4202496 1307395 1251 0 0 377497 201 0 0 18 0 1 0 522696696 1326149632 299499 33554432000 4194304 4417332 140736268858640 18446744073709551615 235594909831 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/3764/statm: 323767 299132 182 55 0 321653 0
Current children cumulated CPU time (s) 3776.98
Current children cumulated vsize (KiB) 1295068

Child status: 20
Real time (s): 953.157
CPU time (s): 3777.04
CPU user time (s): 3774.97
CPU system time (s): 2.07069
CPU usage (%): 396.267
Max. virtual memory (cumulated for all children) (KiB): 1737508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3774.97
system time used= 2.07069
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1308649
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= 274
involuntary context switches= 19462

runsolver used 1.58276 second user time and 3.38448 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-29 23:02:59
IDJOB=3293577
IDBENCH=88159
IDSOLVER=1605
FILE ID=node120/3293577-1304110977
RUNJOBID= node120-1304109773-3463
PBS_JOBID= 13170661
Free space on /tmp= 71888 MiB

SOLVER NAME= Plingeling 587
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/1dlx_c_iq57_a.cnf
COMMAND LINE= plingeling -t NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293577-1304110977/watcher-3293577-1304110977 -o /tmp/evaluation-result-3293577-1304110977/solver-3293577-1304110977 -C 4800 -W 1300 -M 15500  plingeling -t 4 HOME/instance-3293577-1304110977.cnf

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

MD5SUM BENCH= 953b9cb99bfd26cff0e1ac65be1241f6
RANDOM SEED=752910463

node120.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.809
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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
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.809
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.82
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.809
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.75
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.809
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.78
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.809
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.809
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.809
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:      30297932 kB
Buffers:        491392 kB
Cached:         998668 kB
SwapCached:          8 kB
Active:        1331336 kB
Inactive:       956572 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30297932 kB
SwapTotal:    67111528 kB
SwapFree:     67111404 kB
Dirty:          193584 kB
Writeback:           0 kB
AnonPages:      798104 kB
Mapped:          15580 kB
Slab:           301680 kB
PageTables:       6192 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   977884 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= 71888 MiB
End job on node120 at 2011-04-29 23:18:53