Trace number 3386060

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
SArTagnan 2011-05-15 (fixed)UNSAT 2022.06 862.825

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-20_390.cnf
MD5SUM9f9afdb81b528e7852015fad23de6353
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark193.51
Satisfiable
(Un)Satisfiability was proved
Number of variables195
Number of clauses20607
Sum of the clauses size92222
Maximum clause length20
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 265
Number of clauses of size 318744
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51798

Solver Data

2021.86/862.79	
2021.86/862.79	s UNSATISFIABLE
2021.86/862.79	c Conflict at level 0

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3386060-1305582130/watcher-3386060-1305582130 -o /tmp/evaluation-result-3386060-1305582130/solver-3386060-1305582130 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386060-1305582130.cnf -threads=4 

running on 4 cores: 1,3,5,7

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: 5.00 5.00 5.13 7/392 11858
/proc/meminfo: memFree=17776808/32951124 swapFree=57171160/67111528
[pid=11858] ppid=11856 vsize=19400 CPUtime=0 cores=1,3,5,7
/proc/11858/stat : 11858 (SArTagnan) R 11856 11858 11829 0 -1 4202496 583 0 0 0 0 0 0 0 25 0 1 0 650628662 19865600 520 33554432000 4194304 4625164 140733369408304 18446744073709551615 270338383616 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/11858/statm: 4850 520 296 106 0 353 0

[startup+0.113412 s]
/proc/loadavg: 5.00 5.00 5.13 7/392 11858
/proc/meminfo: memFree=17776808/32951124 swapFree=57171160/67111528
[pid=11858] ppid=11856 vsize=189440 CPUtime=0.17 cores=1,3,5,7
/proc/11858/stat : 11858 (SArTagnan) R 11856 11858 11829 0 -1 4202496 3234 0 0 0 17 0 0 0 25 0 4 0 650628662 193986560 2347 33554432000 4194304 4625164 140733369408304 18446744073709551615 270338080976 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11858/statm: 47176 2209 336 106 0 42679 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 189440

[startup+0.331226 s]
/proc/loadavg: 5.00 5.00 5.13 7/392 11858
/proc/meminfo: memFree=17776808/32951124 swapFree=57171160/67111528
[pid=11858] ppid=11856 vsize=192300 CPUtime=2.06 cores=1,3,5,7
/proc/11858/stat : 11858 (SArTagnan) R 11856 11858 11829 0 -1 4202496 12497 0 0 0 204 2 0 0 25 0 4 0 650628662 196915200 3506 33554432000 4194304 4625164 140733369408304 18446744073709551615 270338080976 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/11858/statm: 48075 3507 336 106 0 43578 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 192300

[startup+1.04706 s]
/proc/loadavg: 5.00 5.00 5.13 7/392 11858
/proc/meminfo: memFree=17776808/32951124 swapFree=57171160/67111528
[pid=11858] ppid=11856 vsize=191940 CPUtime=2.29 cores=1,3,5,7
/proc/11858/stat : 11858 (SArTagnan) R 11856 11858 11829 0 -1 4202496 13316 0 0 0 227 2 0 0 25 0 4 0 650628662 196546560 3705 33554432000 4194304 4625164 140733369408304 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/11858/statm: 47985 3705 336 106 0 43488 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 191940

[startup+1.14704 s]
/proc/loadavg: 5.00 5.00 5.13 7/392 11858
/proc/meminfo: memFree=17776808/32951124 swapFree=57171160/67111528
[pid=11858] ppid=11856 vsize=192496 CPUtime=2.56 cores=1,3,5,7
/proc/11858/stat : 11858 (SArTagnan) R 11856 11858 11829 0 -1 4202496 14310 0 0 0 254 2 0 0 25 0 4 0 650628662 197115904 3906 33554432000 4194304 4625164 140733369408304 18446744073709551615 270338051034 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/11858/statm: 48124 3906 337 106 0 43627 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 192496

[startup+1.50097 s]
/proc/loadavg: 5.00 5.00 5.13 7/392 11858
/proc/meminfo: memFree=17776808/32951124 swapFree=57171160/67111528
[pid=11858] ppid=11856 vsize=193392 CPUtime=3.37 cores=1,3,5,7
/proc/11858/stat : 11858 (SArTagnan) R 11856 11858 11829 0 -1 4202496 17398 0 0 0 335 2 0 0 25 0 4 0 650628662 198033408 4241 33554432000 4194304 4625164 140733369408304 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/11858/statm: 48348 4241 338 106 0 43851 0
Current children cumulated CPU time (s) 3.37
Current children cumulated vsize (KiB) 193392

[startup+3.10065 s]
/proc/loadavg: 5.64 5.13 5.17 14/404 11875
/proc/meminfo: memFree=17731020/32951124 swapFree=57171160/67111528
[pid=11858] ppid=11856 vsize=197464 CPUtime=7.32 cores=1,3,5,7
/proc/11858/stat : 11858 (SArTagnan) R 11856 11858 11829 0 -1 4202496 29329 0 0 0 728 4 0 0 25 0 4 0 650628662 202203136 6177 33554432000 4194304 4625164 140733369408304 18446744073709551615 4512032 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/11858/statm: 49366 6177 342 106 0 44869 0
[pid=11858/tid=11860] ppid=11856 vsize=197464 CPUtime=2.03 cores=1,3,5,7
/proc/11858/task/11860/stat : 11860 (SArTagnan) R 11856 11858 11829 0 -1 4202560 2870 0 0 0 203 0 0 0 21 0 4 0 650628665 202203136 6177 33554432000 4194304 4625164 140733369408304 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11858/tid=11861] ppid=11856 vsize=197464 CPUtime=1.2 cores=1,3,5,7
/proc/11858/task/11861/stat : 11861 (SArTagnan) R 11856 11858 11829 0 -1 4202560 1792 0 0 0 120 0 0 0 25 0 4 0 650628665 202203136 6177 33554432000 4194304 4625164 140733369408304 18446744073709551615 4351769 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11858/tid=11862] ppid=11856 vsize=197464 CPUtime=3.02 cores=1,3,5,7
/proc/11858/task/11862/stat : 11862 (SArTagnan) R 11856 11858 11829 0 -1 4202560 22018 0 0 0 300 2 0 0 25 0 4 0 650628665 202203136 6177 33554432000 4194304 4625164 140733369408304 18446744073709551615 4552182 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.32
Current children cumulated vsize (KiB) 197464

[startup+6.31501 s]
/proc/loadavg: 5.64 5.13 5.17 14/404 11875
/proc/meminfo: memFree=17710560/32951124 swapFree=57171160/67111528
[pid=11858] ppid=11856 vsize=266308 CPUtime=15.24 cores=1,3,5,7
/proc/11858/stat : 11858 (SArTagnan) R 11856 11858 11829 0 -1 4202496 36821 0 0 0 1518 6 0 0 25 0 4 0 650628662 272699392 9299 33554432000 4194304 4625164 140733369408304 18446744073709551615 4392976 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11858/statm: 66577 9299 342 106 0 62080 0
[pid=11858/tid=11860] ppid=11856 vsize=266308 CPUtime=3.64 cores=1,3,5,7
/proc/11858/task/11860/stat : 11860 (SArTagnan) R 11856 11858 11829 0 -1 4202560 4572 0 0 0 363 1 0 0 25 0 4 0 650628665 272699392 9299 33554432000 4194304 4625164 140733369408304 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11858/tid=11861] ppid=11856 vsize=266308 CPUtime=2.67 cores=1,3,5,7
/proc/11858/task/11861/stat : 11861 (SArTagnan) R 11856 11858 11829 0 -1 4202560 3124 0 0 0 267 0 0 0 25 0 4 0 650628665 272699392 9299 33554432000 4194304 4625164 140733369408304 18446744073709551615 4351818 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11858/tid=11862] ppid=11856 vsize=266308 CPUtime=5.3 cores=1,3,5,7
/proc/11858/task/11862/stat : 11862 (SArTagnan) R 11856 11858 11829 0 -1 4202560 25685 0 0 0 527 3 0 0 25 0 4 0 650628665 272699392 9299 33554432000 4194304 4625164 140733369408304 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 15.24
Current children cumulated vsize (KiB) 266308

[startup+12.7007 s]
/proc/loadavg: 6.85 5.41 5.26 14/404 11875
/proc/meminfo: memFree=17678088/32951124 swapFree=57171160/67111528
[pid=11858] ppid=11856 vsize=278688 CPUtime=30.79 cores=1,3,5,7
/proc/11858/stat : 11858 (SArTagnan) R 11856 11858 11829 0 -1 4202496 47123 0 0 0 3071 8 0 0 25 0 4 0 650628662 285376512 13811 33554432000 4194304 4625164 140733369408304 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11858/statm: 69672 13811 386 106 0 65175 0
[pid=11858/tid=11860] ppid=11856 vsize=278688 CPUtime=6.81 cores=1,3,5,7
/proc/11858/task/11860/stat : 11860 (SArTagnan) R 11856 11858 11829 0 -1 4202560 7718 0 0 0 679 2 0 0 25 0 4 0 650628665 285376512 13811 33554432000 4194304 4625164 140733369408304 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11858/tid=11861] ppid=11856 vsize=278688 CPUtime=5.91 cores=1,3,5,7
/proc/11858/task/11861/stat : 11861 (SArTagnan) R 11856 11858 11829 0 -1 4202560 5155 0 0 0 591 0 0 0 25 0 4 0 650628665 285376512 13811 33554432000 4194304 4625164 140733369408304 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11858/tid=11862] ppid=11856 vsize=278688 CPUtime=8.3 cores=1,3,5,7
/proc/11858/task/11862/stat : 11862 (SArTagnan) R 11856 11858 11829 0 -1 4202560 30535 0 0 0 826 4 0 0 25 0 4 0 650628665 285376512 13811 33554432000 4194304 4625164 140733369408304 18446744073709551615 4352208 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 30.79
Current children cumulated vsize (KiB) 278688

[startup+25.5012 s]
/proc/loadavg: 7.80 5.66 5.34 14/404 11875
/proc/meminfo: memFree=17611284/32951124 swapFree=57171160/67111528
[pid=11858] ppid=11856 vsize=299712 CPUtime=61.09 cores=1,3,5,7
/proc/11858/stat : 11858 (SArTagnan) R 11856 11858 11829 0 -1 4202496 57675 0 0 0 6097 12 0 0 25 0 4 0 650628662 306905088 21965 33554432000 4194304 4625164 140733369408304 18446744073709551615 4512046 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/11858/statm: 74928 21965 492 106 0 70431 0
[pid=11858/tid=11860] ppid=11856 vsize=299712 CPUtime=13.19 cores=1,3,5,7
/proc/11858/task/11860/stat : 11860 (SArTagnan) R 11856 11858 11829 0 -1 4202560 11523 0 0 0 1317 2 0 0 25 0 4 0 650628665 306905088 21965 33554432000 4194304 4625164 140733369408304 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11858/tid=11861] ppid=11856 vsize=299712 CPUtime=12.31 cores=1,3,5,7
/proc/11858/task/11861/stat : 11861 (SArTagnan) R 11856 11858 11829 0 -1 4202560 8777 0 0 0 1228 3 0 0 25 0 4 0 650628665 306905088 21965 33554432000 4194304 4625164 140733369408304 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11858/tid=11862] ppid=11856 vsize=299712 CPUtime=14.6 cores=1,3,5,7
/proc/11858/task/11862/stat : 11862 (SArTagnan) R 11856 11858 11829 0 -1 4202560 32456 0 0 0 1456 4 0 0 25 0 4 0 650628665 306905088 21965 33554432000 4194304 4625164 140733369408304 18446744073709551615 4575515 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 61.09
Current children cumulated vsize (KiB) 299712

[startup+51.1011 s]
/proc/loadavg: 9.65 6.26 5.55 14/404 11876
/proc/meminfo: memFree=17520088/32951124 swapFree=57171160/67111528
[pid=11858] ppid=11856 vsize=310912 CPUtime=114.26 cores=1,3,5,7
/proc/11858/stat : 11858 (SArTagnan) R 11856 11858 11829 0 -1 4202496 119189 0 0 0 11401 25 0 0 25 0 4 0 650628662 318373888 32735 33554432000 4194304 4625164 140733369408304 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/11858/statm: 77728 32735 468 106 0 73231 0
[pid=11858/tid=11860] ppid=11856 vsize=310912 CPUtime=27.28 cores=1,3,5,7
/proc/11858/task/11860/stat : 11860 (SArTagnan) R 11856 11858 11829 0 -1 4202560 19528 0 0 0 2722 6 0 0 23 0 4 0 650628665 318373888 32735 33554432000 4194304 4625164 140733369408304 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11858/tid=11861] ppid=11856 vsize=310912 CPUtime=25.91 cores=1,3,5,7
/proc/11858/task/11861/stat : 11861 (SArTagnan) R 11856 11858 11829 0 -1 4202560 13885 0 0 0 2585 6 0 0 25 0 4 0 650628665 318373888 32735 33554432000 4194304 4625164 140733369408304 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11858/tid=11862] ppid=11856 vsize=310912 CPUtime=26.71 cores=1,3,5,7
/proc/11858/task/11862/stat : 11862 (SArTagnan) R 11856 11858 11829 0 -1 4202560 80597 0 0 0 2660 11 0 0 25 0 4 0 650628665 318373888 32735 33554432000 4194304 4625164 140733369408304 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 114.26
Current children cumulated vsize (KiB) 310912

[startup+102.301 s]
/proc/loadavg: 11.78 7.42 5.99 14/404 11877
/proc/meminfo: memFree=17400408/32951124 swapFree=57171160/67111528
[pid=11858] ppid=11856 vsize=328552 CPUtime=232.92 cores=1,3,5,7
/proc/11858/stat : 11858 (SArTagnan) R 11856 11858 11829 0 -1 4202496 296442 0 0 0 23243 49 0 0 25 0 4 0 650628662 336437248 46651 33554432000 4194304 4625164 140733369408304 18446744073709551615 4512046 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11858/statm: 82138 46651 518 106 0 77641 0
[pid=11858/tid=11860] ppid=11856 vsize=328552 CPUtime=51.73 cores=1,3,5,7
/proc/11858/task/11860/stat : 11860 (SArTagnan) R 11856 11858 11829 0 -1 4202560 29130 0 0 0 5164 9 0 0 25 0 4 0 650628665 336437248 46651 33554432000 4194304 4625164 140733369408304 18446744073709551615 4464328 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11858/tid=11861] ppid=11856 vsize=328552 CPUtime=50.62 cores=1,3,5,7
/proc/11858/task/11861/stat : 11861 (SArTagnan) R 11856 11858 11829 0 -1 4202560 21128 0 0 0 5055 7 0 0 25 0 4 0 650628665 336437248 46651 33554432000 4194304 4625164 140733369408304 18446744073709551615 4352035 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11858/tid=11862] ppid=11856 vsize=328552 CPUtime=53.89 cores=1,3,5,7
/proc/11858/task/11862/stat : 11862 (SArTagnan) R 11856 11858 11829 0 -1 4202560 240847 0 0 0 5359 30 0 0 25 0 4 0 650628665 336437248 46651 33554432000 4194304 4625164 140733369408304 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 232.92
Current children cumulated vsize (KiB) 328552

[startup+162.301 s]
/proc/loadavg: 12.62 8.39 6.40 14/404 11879
/proc/meminfo: memFree=17300956/32951124 swapFree=57171160/67111528
[pid=11858] ppid=11856 vsize=357884 CPUtime=369.09 cores=1,3,5,7
/proc/11858/stat : 11858 (SArTagnan) R 11856 11858 11829 0 -1 4202496 483868 0 0 0 36833 76 0 0 25 0 4 0 650628662 366473216 53349 33554432000 4194304 4625164 140733369408304 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11858/statm: 89471 53349 359 106 0 84974 0
[pid=11858/tid=11860] ppid=11856 vsize=357884 CPUtime=81.5 cores=1,3,5,7
/proc/11858/task/11860/stat : 11860 (SArTagnan) R 11856 11858 11829 0 -1 4202560 39157 0 0 0 8140 10 0 0 25 0 4 0 650628665 366473216 53349 33554432000 4194304 4625164 140733369408304 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11858/tid=11861] ppid=11856 vsize=357884 CPUtime=80.36 cores=1,3,5,7
/proc/11858/task/11861/stat : 11861 (SArTagnan) R 11856 11858 11829 0 -1 4202560 26870 0 0 0 8027 9 0 0 25 0 4 0 650628665 366473216 53349 33554432000 4194304 4625164 140733369408304 18446744073709551615 4351818 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11858/tid=11862] ppid=11856 vsize=357884 CPUtime=83.69 cores=1,3,5,7
/proc/11858/task/11862/stat : 11862 (SArTagnan) R 11856 11858 11829 0 -1 4202560 410669 0 0 0 8315 54 0 0 25 0 4 0 650628665 366473216 53349 33554432000 4194304 4625164 140733369408304 18446744073709551615 4547311 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 369.09
Current children cumulated vsize (KiB) 357884

[startup+222.301 s]
/proc/loadavg: 13.12 9.35 6.86 14/404 11880
/proc/meminfo: memFree=17145556/32951124 swapFree=57171160/67111528
[pid=11858] ppid=11856 vsize=472640 CPUtime=488.09 cores=1,3,5,7
/proc/11858/stat : 11858 (SArTagnan) R 11856 11858 11829 0 -1 4202496 730889 0 0 0 48697 112 0 0 25 0 4 0 650628662 483983360 70796 33554432000 4194304 4625164 140733369408304 18446744073709551615 4519365 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11858/statm: 118160 70796 1051 106 0 113663 0
[pid=11858/tid=11860] ppid=11856 vsize=472640 CPUtime=110.82 cores=1,3,5,7
/proc/11858/task/11860/stat : 11860 (SArTagnan) R 11856 11858 11829 0 -1 4202560 41061 0 0 0 11070 12 0 0 20 0 4 0 650628665 483983360 70796 33554432000 4194304 4625164 140733369408304 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11858/tid=11861] ppid=11856 vsize=472640 CPUtime=109.37 cores=1,3,5,7
/proc/11858/task/11861/stat : 11861 (SArTagnan) R 11856 11858 11829 0 -1 4202560 27374 0 0 0 10928 9 0 0 25 0 4 0 650628665 483983360 70796 33554432000 4194304 4625164 140733369408304 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=11858/tid=11862] ppid=11856 vsize=472640 CPUtime=113.38 cores=1,3,5,7
/proc/11858/task/11862/stat : 11862 (SArTagnan) R 11856 11858 11829 0 -1 4202560 645028 0 0 0 11251 87 0 0 25 0 4 0 650628665 483983360 70796 33554432000 4194304 4625164 140733369408304 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 488.09
Current children cumulated vsize (KiB) 472640

[startup+282.3 s]
/proc/loadavg: 13.18 10.05 7.26 14/404 11882
/proc/meminfo: memFree=17053788/32951124 swapFree=57171160/67111528
[pid=11858] ppid=11856 vsize=516632 CPUtime=606.86 cores=1,3,5,7
/proc/11858/stat : 11858 (SArTagnan) R 11856 11858 11829 0 -1 4202496 1071787 0 0 0 60524 162 0 0 25 0 4 0 650628662 529031168 86773 33554432000 4194304 4625164 140733369408304 18446744073709551615 4519388 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11858/statm: 129158 86773 1366 106 0 124661 0
[pid=11858/tid=11860] ppid=11856 vsize=516632 CPUtime=140.51 cores=1,3,5,7

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

/proc/11858/statm: 187924 145687 2552 106 0 183427 0
[pid=11858/tid=11860] ppid=11856 vsize=751696 CPUtime=453.6 cores=1,3,5,7
/proc/11858/task/11860/stat : 11860 (SArTagnan) R 11856 11858 11829 0 -1 4202560 88675 0 0 0 45334 26 0 0 25 0 4 0 650628665 769736704 145687 33554432000 4194304 4625164 140733369408304 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11858/tid=11861] ppid=11856 vsize=751696 CPUtime=326.46 cores=1,3,5,7
/proc/11858/task/11861/stat : 11861 (SArTagnan) R 11856 11858 11829 0 -1 4202560 51795 0 0 0 32633 13 0 0 25 0 4 0 650628665 769736704 145687 33554432000 4194304 4625164 140733369408304 18446744073709551615 4353022 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11858/tid=11862] ppid=11856 vsize=751696 CPUtime=321.89 cores=1,3,5,7
/proc/11858/task/11862/stat : 11862 (SArTagnan) R 11856 11858 11829 0 -1 4202560 1751063 0 0 0 31946 243 0 0 25 0 4 0 650628665 769736704 145687 33554432000 4194304 4625164 140733369408304 18446744073709551615 4335183 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1480.04
Current children cumulated vsize (KiB) 751696

[startup+702.301 s]
/proc/loadavg: 13.12 12.37 9.38 14/404 11893
/proc/meminfo: memFree=16495648/32951124 swapFree=57171160/67111528
[pid=11858] ppid=11856 vsize=751696 CPUtime=1629.3 cores=1,3,5,7
/proc/11858/stat : 11858 (SArTagnan) R 11856 11858 11829 0 -1 4202496 2168158 0 0 0 162604 326 0 0 25 0 4 0 650628662 769736704 151977 33554432000 4194304 4625164 140733369408304 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11858/statm: 187924 151977 2560 106 0 183427 0
[pid=11858/tid=11860] ppid=11856 vsize=751696 CPUtime=512.85 cores=1,3,5,7
/proc/11858/task/11860/stat : 11860 (SArTagnan) R 11856 11858 11829 0 -1 4202560 91290 0 0 0 51258 27 0 0 25 0 4 0 650628665 769736704 151977 33554432000 4194304 4625164 140733369408304 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11858/tid=11861] ppid=11856 vsize=751696 CPUtime=356.46 cores=1,3,5,7
/proc/11858/task/11861/stat : 11861 (SArTagnan) R 11856 11858 11829 0 -1 4202560 52259 0 0 0 35633 13 0 0 25 0 4 0 650628665 769736704 151977 33554432000 4194304 4625164 140733369408304 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=11858/tid=11862] ppid=11856 vsize=751696 CPUtime=351.89 cores=1,3,5,7
/proc/11858/task/11862/stat : 11862 (SArTagnan) R 11856 11858 11829 0 -1 4202560 1946175 0 0 0 34919 270 0 0 25 0 4 0 650628665 769736704 151977 33554432000 4194304 4625164 140733369408304 18446744073709551615 4579380 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1629.3
Current children cumulated vsize (KiB) 751696

[startup+762.301 s]
/proc/loadavg: 13.16 12.53 9.62 14/404 11895
/proc/meminfo: memFree=16422444/32951124 swapFree=57171160/67111528
[pid=11858] ppid=11856 vsize=751696 CPUtime=1778.54 cores=1,3,5,7
/proc/11858/stat : 11858 (SArTagnan) R 11856 11858 11829 0 -1 4202496 2354598 0 0 0 177502 352 0 0 25 0 4 0 650628662 769736704 156576 33554432000 4194304 4625164 140733369408304 18446744073709551615 4512818 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11858/statm: 187924 156576 2357 106 0 183427 0
[pid=11858/tid=11860] ppid=11856 vsize=751696 CPUtime=562.55 cores=1,3,5,7
/proc/11858/task/11860/stat : 11860 (SArTagnan) R 11856 11858 11829 0 -1 4202560 92793 0 0 0 56228 27 0 0 25 0 4 0 650628665 769736704 156576 33554432000 4194304 4625164 140733369408304 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11858/tid=11861] ppid=11856 vsize=751696 CPUtime=386.28 cores=1,3,5,7
/proc/11858/task/11861/stat : 11861 (SArTagnan) R 11856 11858 11829 0 -1 4202560 52281 0 0 0 38615 13 0 0 25 0 4 0 650628665 769736704 156576 33554432000 4194304 4625164 140733369408304 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11858/tid=11862] ppid=11856 vsize=751696 CPUtime=391.6 cores=1,3,5,7
/proc/11858/task/11862/stat : 11862 (SArTagnan) R 11856 11858 11829 0 -1 4202560 2126122 0 0 0 38864 296 0 0 25 0 4 0 650628665 769736704 156576 33554432000 4194304 4625164 140733369408304 18446744073709551615 4352285 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1778.54
Current children cumulated vsize (KiB) 751696

[startup+822.301 s]
/proc/loadavg: 13.10 12.62 9.83 14/404 11896
/proc/meminfo: memFree=16392272/32951124 swapFree=57171160/67111528
[pid=11858] ppid=11856 vsize=773904 CPUtime=1925.86 cores=1,3,5,7
/proc/11858/stat : 11858 (SArTagnan) R 11856 11858 11829 0 -1 4202496 2444315 0 0 0 192221 365 0 0 25 0 4 0 650628662 792477696 159529 33554432000 4194304 4625164 140733369408304 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11858/statm: 193476 159529 2307 106 0 188979 0
[pid=11858/tid=11860] ppid=11856 vsize=773904 CPUtime=592.15 cores=1,3,5,7
/proc/11858/task/11860/stat : 11860 (SArTagnan) R 11856 11858 11829 0 -1 4202560 92898 0 0 0 59188 27 0 0 25 0 4 0 650628665 792477696 159529 33554432000 4194304 4625164 140733369408304 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11858/tid=11861] ppid=11856 vsize=773904 CPUtime=415.93 cores=1,3,5,7
/proc/11858/task/11861/stat : 11861 (SArTagnan) R 11856 11858 11829 0 -1 4202560 52564 0 0 0 41580 13 0 0 25 0 4 0 650628665 792477696 159529 33554432000 4194304 4625164 140733369408304 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11858/tid=11862] ppid=11856 vsize=773904 CPUtime=449.64 cores=1,3,5,7
/proc/11858/task/11862/stat : 11862 (SArTagnan) R 11856 11858 11829 0 -1 4202560 2201838 0 0 0 44657 307 0 0 25 0 4 0 650628665 792477696 159529 33554432000 4194304 4625164 140733369408304 18446744073709551615 4339554 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1925.86
Current children cumulated vsize (KiB) 773904

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

[startup+845.5 s]
/proc/loadavg: 13.15 12.66 9.91 14/404 11897
/proc/meminfo: memFree=16379624/32951124 swapFree=57171160/67111528
[pid=11858] ppid=11856 vsize=773904 CPUtime=1975.23 cores=1,3,5,7
/proc/11858/stat : 11858 (SArTagnan) R 11856 11858 11829 0 -1 4202496 2446233 0 0 0 197157 366 0 0 25 0 4 0 650628662 792477696 160964 33554432000 4194304 4625164 140733369408304 18446744073709551615 4512054 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11858/statm: 193476 160964 2205 106 0 188979 0
[pid=11858/tid=11860] ppid=11856 vsize=773904 CPUtime=603.54 cores=1,3,5,7
/proc/11858/task/11860/stat : 11860 (SArTagnan) R 11856 11858 11829 0 -1 4202560 92918 0 0 0 60327 27 0 0 25 0 4 0 650628665 792477696 160964 33554432000 4194304 4625164 140733369408304 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11858/tid=11861] ppid=11856 vsize=773904 CPUtime=428.54 cores=1,3,5,7
/proc/11858/task/11861/stat : 11861 (SArTagnan) R 11856 11858 11829 0 -1 4202560 52566 0 0 0 42841 13 0 0 25 0 4 0 650628665 792477696 160964 33554432000 4194304 4625164 140733369408304 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11858/tid=11862] ppid=11856 vsize=773904 CPUtime=461.28 cores=1,3,5,7
/proc/11858/task/11862/stat : 11862 (SArTagnan) R 11856 11858 11829 0 -1 4202560 2201838 0 0 0 45821 307 0 0 25 0 4 0 650628665 792477696 160964 33554432000 4194304 4625164 140733369408304 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1975.23
Current children cumulated vsize (KiB) 773904

[startup+851.901 s]
/proc/loadavg: 13.13 12.67 9.92 14/404 11897
/proc/meminfo: memFree=16375656/32951124 swapFree=57171160/67111528
[pid=11858] ppid=11856 vsize=839440 CPUtime=1994.06 cores=1,3,5,7
/proc/11858/stat : 11858 (SArTagnan) R 11856 11858 11829 0 -1 4202496 2455037 0 0 0 199039 367 0 0 25 0 4 0 650628662 859586560 161489 33554432000 4194304 4625164 140733369408304 18446744073709551615 4391821 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11858/statm: 209860 161489 2190 106 0 205363 0
[pid=11858/tid=11860] ppid=11856 vsize=839440 CPUtime=607.94 cores=1,3,5,7
/proc/11858/task/11860/stat : 11860 (SArTagnan) R 11856 11858 11829 0 -1 4202560 92918 0 0 0 60767 27 0 0 25 0 4 0 650628665 859586560 161489 33554432000 4194304 4625164 140733369408304 18446744073709551615 4352014 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11858/tid=11861] ppid=11856 vsize=839440 CPUtime=433.35 cores=1,3,5,7
/proc/11858/task/11861/stat : 11861 (SArTagnan) R 11856 11858 11829 0 -1 4202560 52566 0 0 0 43322 13 0 0 25 0 4 0 650628665 859586560 161489 33554432000 4194304 4625164 140733369408304 18446744073709551615 4351996 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11858/tid=11862] ppid=11856 vsize=839440 CPUtime=464.5 cores=1,3,5,7
/proc/11858/task/11862/stat : 11862 (SArTagnan) R 11856 11858 11829 0 -1 4202560 2210165 0 0 0 46142 308 0 0 25 0 4 0 650628665 859586560 161489 33554432000 4194304 4625164 140733369408304 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1994.06
Current children cumulated vsize (KiB) 839440

[startup+858.301 s]
/proc/loadavg: 13.11 12.68 9.95 14/404 11897
/proc/meminfo: memFree=16369700/32951124 swapFree=57171160/67111528
[pid=11858] ppid=11856 vsize=839440 CPUtime=2011.27 cores=1,3,5,7
/proc/11858/stat : 11858 (SArTagnan) R 11856 11858 11829 0 -1 4202496 2468765 0 0 0 200758 369 0 0 25 0 4 0 650628662 859586560 162478 33554432000 4194304 4625164 140733369408304 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11858/statm: 209860 162478 2190 106 0 205363 0
[pid=11858/tid=11860] ppid=11856 vsize=839440 CPUtime=611.04 cores=1,3,5,7
/proc/11858/task/11860/stat : 11860 (SArTagnan) R 11856 11858 11829 0 -1 4202560 92918 0 0 0 61077 27 0 0 25 0 4 0 650628665 859586560 162478 33554432000 4194304 4625164 140733369408304 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11858/tid=11861] ppid=11856 vsize=839440 CPUtime=437.84 cores=1,3,5,7
/proc/11858/task/11861/stat : 11861 (SArTagnan) R 11856 11858 11829 0 -1 4202560 52566 0 0 0 43771 13 0 0 25 0 4 0 650628665 859586560 162478 33554432000 4194304 4625164 140733369408304 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11858/tid=11862] ppid=11856 vsize=839440 CPUtime=467.74 cores=1,3,5,7
/proc/11858/task/11862/stat : 11862 (SArTagnan) R 11856 11858 11829 0 -1 4202560 2223240 0 0 0 46464 310 0 0 25 0 4 0 650628665 859586560 162478 33554432000 4194304 4625164 140733369408304 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2011.27
Current children cumulated vsize (KiB) 839440

[startup+859.916 s]
/proc/loadavg: 13.11 12.68 9.95 14/404 11897
/proc/meminfo: memFree=16363624/32951124 swapFree=57171160/67111528
[pid=11858] ppid=11856 vsize=847632 CPUtime=2015.29 cores=1,3,5,7
/proc/11858/stat : 11858 (SArTagnan) R 11856 11858 11829 0 -1 4202496 2475616 0 0 0 201159 370 0 0 25 0 4 0 650628662 867975168 163710 33554432000 4194304 4625164 140733369408304 18446744073709551615 4512092 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11858/statm: 211908 163710 2164 106 0 207411 0
[pid=11858/tid=11860] ppid=11856 vsize=847632 CPUtime=611.82 cores=1,3,5,7
/proc/11858/task/11860/stat : 11860 (SArTagnan) R 11856 11858 11829 0 -1 4202560 92918 0 0 0 61155 27 0 0 25 0 4 0 650628665 867975168 163710 33554432000 4194304 4625164 140733369408304 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11858/tid=11861] ppid=11856 vsize=847632 CPUtime=438.64 cores=1,3,5,7
/proc/11858/task/11861/stat : 11861 (SArTagnan) R 11856 11858 11829 0 -1 4202560 52566 0 0 0 43851 13 0 0 25 0 4 0 650628665 867975168 163710 33554432000 4194304 4625164 140733369408304 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11858/tid=11862] ppid=11856 vsize=847632 CPUtime=468.55 cores=1,3,5,7
/proc/11858/task/11862/stat : 11862 (SArTagnan) R 11856 11858 11829 0 -1 4202560 2227950 0 0 0 46544 311 0 0 25 0 4 0 650628665 867975168 163710 33554432000 4194304 4625164 140733369408304 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2015.29
Current children cumulated vsize (KiB) 847632

[startup+861.5 s]
/proc/loadavg: 13.11 12.68 9.95 14/404 11897
/proc/meminfo: memFree=16362756/32951124 swapFree=57171160/67111528
[pid=11858] ppid=11856 vsize=847632 CPUtime=2019.24 cores=1,3,5,7
/proc/11858/stat : 11858 (SArTagnan) R 11856 11858 11829 0 -1 4202496 2479240 0 0 0 201553 371 0 0 25 0 4 0 650628662 867975168 163734 33554432000 4194304 4625164 140733369408304 18446744073709551615 4511885 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11858/statm: 211908 163735 2141 106 0 207411 0
[pid=11858/tid=11860] ppid=11856 vsize=847632 CPUtime=612.59 cores=1,3,5,7
/proc/11858/task/11860/stat : 11860 (SArTagnan) R 11856 11858 11829 0 -1 4202560 92918 0 0 0 61232 27 0 0 25 0 4 0 650628665 867975168 163735 33554432000 4194304 4625164 140733369408304 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=11858/tid=11861] ppid=11856 vsize=847632 CPUtime=439.44 cores=1,3,5,7
/proc/11858/task/11861/stat : 11861 (SArTagnan) R 11856 11858 11829 0 -1 4202560 52566 0 0 0 43931 13 0 0 25 0 4 0 650628665 867975168 163735 33554432000 4194304 4625164 140733369408304 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=11858/tid=11862] ppid=11856 vsize=847632 CPUtime=469.34 cores=1,3,5,7
/proc/11858/task/11862/stat : 11862 (SArTagnan) R 11856 11858 11829 0 -1 4202560 2231504 0 0 0 46623 311 0 0 25 0 4 0 650628665 867975168 163735 33554432000 4194304 4625164 140733369408304 18446744073709551615 4579598 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2019.24
Current children cumulated vsize (KiB) 847632

[startup+862.301 s]
/proc/loadavg: 13.10 12.69 9.97 14/404 11897
/proc/meminfo: memFree=16360524/32951124 swapFree=57171160/67111528
[pid=11858] ppid=11856 vsize=849432 CPUtime=2021.1 cores=1,3,5,7
/proc/11858/stat : 11858 (SArTagnan) S 11856 11858 11829 0 -1 4202496 2480707 0 0 0 201739 371 0 0 25 0 4 0 650628662 869818368 163951 33554432000 4194304 4625164 140733369408304 18446744073709551615 270338488814 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11858/statm: 212358 163951 2124 106 0 207861 0
[pid=11858/tid=11860] ppid=11856 vsize=849432 CPUtime=612.9 cores=1,3,5,7
/proc/11858/task/11860/stat : 11860 (SArTagnan) S 11856 11858 11829 0 -1 4202560 92918 0 0 0 61263 27 0 0 25 0 4 0 650628665 869818368 163951 33554432000 4194304 4625164 140733369408304 18446744073709551615 270338488814 0 0 4096 2 18446604465626146048 0 0 -1 1 0 0 0
[pid=11858/tid=11861] ppid=11856 vsize=849432 CPUtime=439.91 cores=1,3,5,7
/proc/11858/task/11861/stat : 11861 (SArTagnan) S 11856 11858 11829 0 -1 4202560 52566 0 0 0 43978 13 0 0 25 0 4 0 650628665 869818368 163951 33554432000 4194304 4625164 140733369408304 18446744073709551615 270338488814 0 0 4096 2 18446604465626146048 0 0 -1 1 0 0 0
[pid=11858/tid=11862] ppid=11856 vsize=849432 CPUtime=469.79 cores=1,3,5,7
/proc/11858/task/11862/stat : 11862 (SArTagnan) R 11856 11858 11829 0 -1 4202560 2232622 0 0 0 46668 311 0 0 25 0 4 0 650628665 869818368 163951 33554432000 4194304 4625164 140733369408304 18446744073709551615 270338032754 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2021.1
Current children cumulated vsize (KiB) 849432

[startup+862.701 s]
/proc/loadavg: 13.10 12.69 9.97 14/404 11897
/proc/meminfo: memFree=16360524/32951124 swapFree=57171160/67111528
[pid=11858] ppid=11856 vsize=849732 CPUtime=2021.86 cores=1,3,5,7
/proc/11858/stat : 11858 (SArTagnan) S 11856 11858 11829 0 -1 4202496 2481102 0 0 0 201811 375 0 0 17 0 4 0 650628662 870125568 164020 33554432000 4194304 4625164 140733369408304 18446744073709551615 270338488814 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/11858/statm: 212433 164020 2124 106 0 207936 0
[pid=11858/tid=11860] ppid=11856 vsize=849732 CPUtime=613.15 cores=1,3,5,7
/proc/11858/task/11860/stat : 11860 (SArTagnan) S 11856 11858 11829 0 -1 4202560 92918 0 0 0 61287 28 0 0 25 0 4 0 650628665 870125568 164020 33554432000 4194304 4625164 140733369408304 18446744073709551615 270338488814 0 0 4096 2 18446604465626146048 0 0 -1 1 0 0 0
[pid=11858/tid=11861] ppid=11856 vsize=849732 CPUtime=440 cores=1,3,5,7
/proc/11858/task/11861/stat : 11861 (SArTagnan) S 11856 11858 11829 0 -1 4202560 52566 0 0 0 43986 14 0 0 17 0 4 0 650628665 870125568 164020 33554432000 4194304 4625164 140733369408304 18446744073709551615 270338488814 0 0 4096 2 18446604465626146048 0 0 -1 1 0 0 0
[pid=11858/tid=11862] ppid=11856 vsize=849732 CPUtime=470.06 cores=1,3,5,7
/proc/11858/task/11862/stat : 11862 (SArTagnan) R 11856 11858 11829 0 -1 4202560 2233017 0 0 0 46695 311 0 0 25 0 4 0 650628665 870125568 164020 33554432000 4194304 4625164 140733369408304 18446744073709551615 270338032769 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2021.86
Current children cumulated vsize (KiB) 849732

[startup+862.801 s]
/proc/loadavg: 13.10 12.69 9.97 14/404 11897
/proc/meminfo: memFree=16360524/32951124 swapFree=57171160/67111528
[pid=11858] ppid=11856 vsize=0 CPUtime=2022.02 cores=1,3,5,7
/proc/11858/stat : 11858 (SArTagnan) R 11856 11858 11829 0 -1 4203524 2481167 0 0 0 201827 375 0 0 17 0 1 0 650628662 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/11858/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2022.02
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 862.825
CPU time (s): 2022.06
CPU user time (s): 2018.28
CPU system time (s): 3.78043
CPU usage (%): 234.353
Max. virtual memory (cumulated for all children) (KiB): 849732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2018.28
system time used= 3.78043
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2481167
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= 5660
involuntary context switches= 25399

runsolver used 2.96155 second user time and 8.01578 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-16 23:42:10
IDJOB=3386060
IDBENCH=83292
IDSOLVER=1871
FILE ID=node143/3386060-1305582130
RUNJOBID= node143-1305582130-11848
PBS_JOBID= 13350291
Free space on /tmp= 73496 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-20_390.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386060-1305582130/watcher-3386060-1305582130 -o /tmp/evaluation-result-3386060-1305582130/solver-3386060-1305582130 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386060-1305582130.cnf -threads=4

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

MD5SUM BENCH= 9f9afdb81b528e7852015fad23de6353
RANDOM SEED=1385273820

node143.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.846
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.69
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.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.74
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.846
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.83
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.846
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.75
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.846
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.83
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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17777468 kB
Buffers:        213088 kB
Cached:        1586136 kB
SwapCached:      39784 kB
Active:        7068372 kB
Inactive:      7827072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17777468 kB
SwapTotal:    67111528 kB
SwapFree:     57171160 kB
Dirty:             824 kB
Writeback:           0 kB
AnonPages:    13056544 kB
Mapped:          25988 kB
Slab:           136836 kB
PageTables:      75352 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 97308388 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= 73496 MiB
End job on node143 at 2011-05-16 23:56:33