Trace number 3293591

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-03-24? (TO) 4800.55 1205.06

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


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3293591-1304117416/watcher-3293591-1304117416 -o /tmp/evaluation-result-3293591-1304117416/solver-3293591-1304117416 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3293591-1304117416.cnf -threads=4 

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: 8.13 7.82 6.47 5/180 4496
/proc/meminfo: memFree=27046336/32950928 swapFree=67111352/67111528
[pid=4496] ppid=4494 vsize=27392 CPUtime=0 cores=0,2,4,6
/proc/4496/stat : 4496 (SArTagnan) R 4494 4496 4254 0 -1 4202496 1690 0 0 0 0 0 0 0 23 0 1 0 601972500 28049408 1627 33554432000 4194304 4623224 140733397667904 18446744073709551615 4315013 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4496/statm: 6848 1629 290 105 0 2352 0

[startup+0.021846 s]
/proc/loadavg: 8.13 7.82 6.47 5/180 4496
/proc/meminfo: memFree=27046336/32950928 swapFree=67111352/67111528
[pid=4496] ppid=4494 vsize=56472 CPUtime=0.01 cores=0,2,4,6
/proc/4496/stat : 4496 (SArTagnan) R 4494 4496 4254 0 -1 4202496 6165 0 0 0 1 0 0 0 23 0 1 0 601972500 57827328 6103 33554432000 4194304 4623224 140733397667904 18446744073709551615 4296444 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4496/statm: 14118 6127 290 105 0 9622 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 56472

[startup+0.100811 s]
/proc/loadavg: 8.13 7.82 6.47 5/180 4496
/proc/meminfo: memFree=27046336/32950928 swapFree=67111352/67111528
[pid=4496] ppid=4494 vsize=272528 CPUtime=0.09 cores=0,2,4,6
/proc/4496/stat : 4496 (SArTagnan) R 4494 4496 4254 0 -1 4202496 13828 0 0 0 8 1 0 0 23 0 1 0 601972500 279068672 12011 33554432000 4194304 4623224 140733397667904 18446744073709551615 251367546624 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4496/statm: 68132 12012 297 105 0 63636 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 272528

[startup+0.300771 s]
/proc/loadavg: 8.13 7.82 6.47 5/180 4496
/proc/meminfo: memFree=27046336/32950928 swapFree=67111352/67111528
[pid=4496] ppid=4494 vsize=287660 CPUtime=0.28 cores=0,2,4,6
/proc/4496/stat : 4496 (SArTagnan) R 4494 4496 4254 0 -1 4202496 22088 0 0 0 26 2 0 0 25 0 1 0 601972500 294563840 15844 33554432000 4194304 4623224 140733397667904 18446744073709551615 251367546624 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4496/statm: 71915 15844 298 105 0 67419 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 287660

[startup+0.700697 s]
/proc/loadavg: 8.13 7.82 6.47 5/180 4496
/proc/meminfo: memFree=27046336/32950928 swapFree=67111352/67111528
[pid=4496] ppid=4494 vsize=314328 CPUtime=0.69 cores=0,2,4,6
/proc/4496/stat : 4496 (SArTagnan) R 4494 4496 4254 0 -1 4202496 37211 0 0 0 63 6 0 0 25 0 1 0 601972500 321871872 23088 33554432000 4194304 4623224 140733397667904 18446744073709551615 251367546624 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4496/statm: 78582 23088 297 105 0 74086 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 314328

[startup+1.50055 s]
/proc/loadavg: 7.88 7.77 6.47 6/181 4497
/proc/meminfo: memFree=26928784/32950928 swapFree=67111352/67111528
[pid=4496] ppid=4494 vsize=373672 CPUtime=1.49 cores=0,2,4,6
/proc/4496/stat : 4496 (SArTagnan) R 4494 4496 4254 0 -1 4202496 68553 0 0 0 137 12 0 0 25 0 1 0 601972500 382640128 36699 33554432000 4194304 4623224 140733397667904 18446744073709551615 251367546624 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4496/statm: 93418 36699 324 105 0 88922 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 373672

[startup+3.10025 s]
/proc/loadavg: 7.88 7.77 6.47 6/181 4497
/proc/meminfo: memFree=26928784/32950928 swapFree=67111352/67111528
[pid=4496] ppid=4494 vsize=508252 CPUtime=3.09 cores=0,2,4,6
/proc/4496/stat : 4496 (SArTagnan) R 4494 4496 4254 0 -1 4202496 139198 0 0 0 286 23 0 0 25 0 1 0 601972500 520450048 67401 33554432000 4194304 4623224 140733397667904 18446744073709551615 251367546624 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4496/statm: 127063 67402 446 105 0 122567 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 508252

[startup+6.3006 s]
/proc/loadavg: 7.88 7.77 6.47 9/184 4500
/proc/meminfo: memFree=26160460/32950928 swapFree=67111352/67111528
[pid=4496] ppid=4494 vsize=1537532 CPUtime=12.71 cores=0,2,4,6
/proc/4496/stat : 4496 (SArTagnan) R 4494 4496 4254 0 -1 4202496 332853 0 0 0 1225 46 0 0 25 0 4 0 601972500 1574432768 224468 33554432000 4194304 4623224 140733397667904 18446744073709551615 47393791991480 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4496/statm: 384383 224468 466 105 0 379887 0
[pid=4496/tid=4498] ppid=4494 vsize=1537532 CPUtime=2.13 cores=0,2,4,6
/proc/4496/task/4498/stat : 4498 (SArTagnan) R 4494 4496 4254 0 -1 4202560 17492 0 0 0 211 2 0 0 25 0 4 0 601972915 1574432768 224468 33554432000 4194304 4623224 140733397667904 18446744073709551615 4289853 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4496/tid=4499] ppid=4494 vsize=1537532 CPUtime=2.13 cores=0,2,4,6
/proc/4496/task/4499/stat : 4499 (SArTagnan) R 4494 4496 4254 0 -1 4202560 16462 0 0 0 212 1 0 0 25 0 4 0 601972915 1574432768 224468 33554432000 4194304 4623224 140733397667904 18446744073709551615 4468472 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4496/tid=4500] ppid=4494 vsize=1537532 CPUtime=2.12 cores=0,2,4,6
/proc/4496/task/4500/stat : 4500 (SArTagnan) R 4494 4496 4254 0 -1 4202560 10274 0 0 0 212 0 0 0 25 0 4 0 601972915 1574432768 224468 33554432000 4194304 4623224 140733397667904 18446744073709551615 4278472 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 1537532

[startup+12.7004 s]
/proc/loadavg: 7.89 7.78 6.48 9/184 4501
/proc/meminfo: memFree=26086568/32950928 swapFree=67111352/67111528
[pid=4496] ppid=4494 vsize=1581740 CPUtime=38.27 cores=0,2,4,6
/proc/4496/stat : 4496 (SArTagnan) R 4494 4496 4254 0 -1 4202496 418602 0 0 0 3768 59 0 0 25 0 4 0 601972500 1619701760 243785 33554432000 4194304 4623224 140733397667904 18446744073709551615 4412468 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4496/statm: 395435 243785 432 105 0 390939 0
[pid=4496/tid=4498] ppid=4494 vsize=1581740 CPUtime=8.53 cores=0,2,4,6
/proc/4496/task/4498/stat : 4498 (SArTagnan) R 4494 4496 4254 0 -1 4202560 18296 0 0 0 851 2 0 0 25 0 4 0 601972915 1619701760 243785 33554432000 4194304 4623224 140733397667904 18446744073709551615 4377144 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4496/tid=4499] ppid=4494 vsize=1581740 CPUtime=8.53 cores=0,2,4,6
/proc/4496/task/4499/stat : 4499 (SArTagnan) R 4494 4496 4254 0 -1 4202560 17030 0 0 0 852 1 0 0 25 0 4 0 601972915 1619701760 243785 33554432000 4194304 4623224 140733397667904 18446744073709551615 4377318 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4496/tid=4500] ppid=4494 vsize=1581740 CPUtime=8.49 cores=0,2,4,6
/proc/4496/task/4500/stat : 4500 (SArTagnan) R 4494 4496 4254 0 -1 4202560 66023 0 0 0 841 8 0 0 25 0 4 0 601972915 1619701760 243785 33554432000 4194304 4623224 140733397667904 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38.27
Current children cumulated vsize (KiB) 1581740

[startup+25.501 s]
/proc/loadavg: 7.91 7.79 6.50 9/184 4501
/proc/meminfo: memFree=26054492/32950928 swapFree=67111352/67111528
[pid=4496] ppid=4494 vsize=1581740 CPUtime=89.42 cores=0,2,4,6
/proc/4496/stat : 4496 (SArTagnan) R 4494 4496 4254 0 -1 4202496 493653 0 0 0 8869 73 0 0 25 0 4 0 601972500 1619701760 248767 33554432000 4194304 4623224 140733397667904 18446744073709551615 4412464 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4496/statm: 395435 248767 431 105 0 390939 0
[pid=4496/tid=4498] ppid=4494 vsize=1581740 CPUtime=21.33 cores=0,2,4,6
/proc/4496/task/4498/stat : 4498 (SArTagnan) R 4494 4496 4254 0 -1 4202560 18389 0 0 0 2131 2 0 0 25 0 4 0 601972915 1619701760 248767 33554432000 4194304 4623224 140733397667904 18446744073709551615 4289678 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4496/tid=4499] ppid=4494 vsize=1581740 CPUtime=21.34 cores=0,2,4,6
/proc/4496/task/4499/stat : 4499 (SArTagnan) R 4494 4496 4254 0 -1 4202560 17139 0 0 0 2133 1 0 0 25 0 4 0 601972915 1619701760 248767 33554432000 4194304 4623224 140733397667904 18446744073709551615 4364107 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4496/tid=4500] ppid=4494 vsize=1581740 CPUtime=21.22 cores=0,2,4,6
/proc/4496/task/4500/stat : 4500 (SArTagnan) R 4494 4496 4254 0 -1 4202560 137257 0 0 0 2102 20 0 0 25 0 4 0 601972915 1619701760 248767 33554432000 4194304 4623224 140733397667904 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 89.42
Current children cumulated vsize (KiB) 1581740

[startup+51.1003 s]
/proc/loadavg: 8.01 7.82 6.54 9/184 4502
/proc/meminfo: memFree=26036004/32950928 swapFree=67111352/67111528
[pid=4496] ppid=4494 vsize=1596776 CPUtime=191.65 cores=0,2,4,6
/proc/4496/stat : 4496 (SArTagnan) R 4494 4496 4254 0 -1 4202496 617152 0 0 0 19074 91 0 0 25 0 4 0 601972500 1635098624 253639 33554432000 4194304 4623224 140733397667904 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4496/statm: 399194 253639 427 105 0 394698 0
[pid=4496/tid=4498] ppid=4494 vsize=1596776 CPUtime=46.92 cores=0,2,4,6
/proc/4496/task/4498/stat : 4498 (SArTagnan) R 4494 4496 4254 0 -1 4202560 18778 0 0 0 4690 2 0 0 25 0 4 0 601972915 1635098624 253639 33554432000 4194304 4623224 140733397667904 18446744073709551615 4289678 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4496/tid=4499] ppid=4494 vsize=1596776 CPUtime=46.93 cores=0,2,4,6
/proc/4496/task/4499/stat : 4499 (SArTagnan) R 4494 4496 4254 0 -1 4202560 17213 0 0 0 4692 1 0 0 25 0 4 0 601972915 1635098624 253639 33554432000 4194304 4623224 140733397667904 18446744073709551615 4289875 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4496/tid=4500] ppid=4494 vsize=1596776 CPUtime=46.68 cores=0,2,4,6
/proc/4496/task/4500/stat : 4500 (SArTagnan) R 4494 4496 4254 0 -1 4202560 247798 0 0 0 4631 37 0 0 25 0 4 0 601972915 1635098624 253639 33554432000 4194304 4623224 140733397667904 18446744073709551615 4363817 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 191.65
Current children cumulated vsize (KiB) 1596776

[startup+102.301 s]
/proc/loadavg: 8.11 7.88 6.63 9/184 4503
/proc/meminfo: memFree=25937312/32950928 swapFree=67111352/67111528
[pid=4496] ppid=4494 vsize=1706088 CPUtime=396.18 cores=0,2,4,6
/proc/4496/stat : 4496 (SArTagnan) R 4494 4496 4254 0 -1 4202496 813967 0 0 0 39496 122 0 0 25 0 4 0 601972500 1747034112 272325 33554432000 4194304 4623224 140733397667904 18446744073709551615 4412507 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4496/statm: 426522 272325 422 105 0 422026 0
[pid=4496/tid=4498] ppid=4494 vsize=1706088 CPUtime=98.13 cores=0,2,4,6
/proc/4496/task/4498/stat : 4498 (SArTagnan) R 4494 4496 4254 0 -1 4202560 20515 0 0 0 9810 3 0 0 25 0 4 0 601972915 1747034112 272325 33554432000 4194304 4623224 140733397667904 18446744073709551615 4330680 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4496/tid=4499] ppid=4494 vsize=1706088 CPUtime=98.13 cores=0,2,4,6
/proc/4496/task/4499/stat : 4499 (SArTagnan) R 4494 4496 4254 0 -1 4202560 17977 0 0 0 9812 1 0 0 25 0 4 0 601972915 1747034112 272325 33554432000 4194304 4623224 140733397667904 18446744073709551615 4462665 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4496/tid=4500] ppid=4494 vsize=1706088 CPUtime=97.6 cores=0,2,4,6
/proc/4496/task/4500/stat : 4500 (SArTagnan) R 4494 4496 4254 0 -1 4202560 405507 0 0 0 9700 60 0 0 25 0 4 0 601972915 1747034112 272325 33554432000 4194304 4623224 140733397667904 18446744073709551615 4289859 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 396.18
Current children cumulated vsize (KiB) 1706088

[startup+162.301 s]
/proc/loadavg: 8.14 7.93 6.73 9/184 4505
/proc/meminfo: memFree=25613788/32950928 swapFree=67111352/67111528
[pid=4496] ppid=4494 vsize=1728648 CPUtime=635.86 cores=0,2,4,6
/proc/4496/stat : 4496 (SArTagnan) R 4494 4496 4254 0 -1 4202496 1123585 0 0 0 63418 168 0 0 25 0 4 0 601972500 1770135552 285313 33554432000 4194304 4623224 140733397667904 18446744073709551615 4412510 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4496/statm: 432162 285313 417 105 0 427666 0
[pid=4496/tid=4498] ppid=4494 vsize=1728648 CPUtime=158.13 cores=0,2,4,6
/proc/4496/task/4498/stat : 4498 (SArTagnan) R 4494 4496 4254 0 -1 4202560 21493 0 0 0 15810 3 0 0 25 0 4 0 601972915 1770135552 285313 33554432000 4194304 4623224 140733397667904 18446744073709551615 4289632 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4496/tid=4499] ppid=4494 vsize=1728648 CPUtime=158.14 cores=0,2,4,6
/proc/4496/task/4499/stat : 4499 (SArTagnan) R 4494 4496 4254 0 -1 4202560 92818 0 0 0 15801 13 0 0 25 0 4 0 601972915 1770135552 285313 33554432000 4194304 4623224 140733397667904 18446744073709551615 4363765 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4496/tid=4500] ppid=4494 vsize=1728648 CPUtime=157.26 cores=0,2,4,6
/proc/4496/task/4500/stat : 4500 (SArTagnan) R 4494 4496 4254 0 -1 4202560 612894 0 0 0 15638 88 0 0 25 0 4 0 601972915 1770135552 285313 33554432000 4194304 4623224 140733397667904 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 635.86
Current children cumulated vsize (KiB) 1728648

[startup+222.301 s]
/proc/loadavg: 8.11 7.95 6.81 9/184 4506
/proc/meminfo: memFree=25387124/32950928 swapFree=67111352/67111528
[pid=4496] ppid=4494 vsize=1728648 CPUtime=875.52 cores=0,2,4,6
/proc/4496/stat : 4496 (SArTagnan) R 4494 4496 4254 0 -1 4202496 1393364 0 0 0 87347 205 0 0 25 0 4 0 601972500 1770135552 301116 33554432000 4194304 4623224 140733397667904 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4496/statm: 432162 301116 415 105 0 427666 0
[pid=4496/tid=4498] ppid=4494 vsize=1728648 CPUtime=218.13 cores=0,2,4,6
/proc/4496/task/4498/stat : 4498 (SArTagnan) R 4494 4496 4254 0 -1 4202560 21630 0 0 0 21810 3 0 0 25 0 4 0 601972915 1770135552 301116 33554432000 4194304 4623224 140733397667904 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4496/tid=4499] ppid=4494 vsize=1728648 CPUtime=218.14 cores=0,2,4,6
/proc/4496/task/4499/stat : 4499 (SArTagnan) R 4494 4496 4254 0 -1 4202560 116451 0 0 0 21798 16 0 0 25 0 4 0 601972915 1770135552 301116 33554432000 4194304 4623224 140733397667904 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4496/tid=4500] ppid=4494 vsize=1728648 CPUtime=216.94 cores=0,2,4,6
/proc/4496/task/4500/stat : 4500 (SArTagnan) R 4494 4496 4254 0 -1 4202560 849157 0 0 0 21572 122 0 0 25 0 4 0 601972915 1770135552 301116 33554432000 4194304 4623224 140733397667904 18446744073709551615 4363970 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 875.52
Current children cumulated vsize (KiB) 1728648

[startup+282.301 s]
/proc/loadavg: 8.10 7.98 6.89 9/184 4508
/proc/meminfo: memFree=25318628/32950928 swapFree=67111352/67111528
[pid=4496] ppid=4494 vsize=1728648 CPUtime=1115.2 cores=0,2,4,6
/proc/4496/stat : 4496 (SArTagnan) R 4494 4496 4254 0 -1 4202496 1712822 0 0 0 111269 251 0 0 25 0 4 0 601972500 1770135552 309505 33554432000 4194304 4623224 140733397667904 18446744073709551615 4278639 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4496/statm: 432162 309505 413 105 0 427666 0
[pid=4496/tid=4498] ppid=4494 vsize=1728648 CPUtime=278.13 cores=0,2,4,6
/proc/4496/task/4498/stat : 4498 (SArTagnan) R 4494 4496 4254 0 -1 4202560 21779 0 0 0 27810 3 0 0 25 0 4 0 601972915 1770135552 309505 33554432000 4194304 4623224 140733397667904 18446744073709551615 4289678 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4496/tid=4499] ppid=4494 vsize=1728648 CPUtime=278.14 cores=0,2,4,6
/proc/4496/task/4499/stat : 4499 (SArTagnan) R 4494 4496 4254 0 -1 4202560 203827 0 0 0 27785 29 0 0 25 0 4 0 601972915 1770135552 309505 33554432000 4194304 4623224 140733397667904 18446744073709551615 4366391 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4496/tid=4500] ppid=4494 vsize=1728648 CPUtime=276.6 cores=0,2,4,6
/proc/4496/task/4500/stat : 4500 (SArTagnan) R 4494 4496 4254 0 -1 4202560 1077035 0 0 0 27507 153 0 0 25 0 4 0 601972915 1770135552 309505 33554432000 4194304 4623224 140733397667904 18446744073709551615 4330680 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1115.2

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


[startup+702.301 s]
/proc/loadavg: 8.11 8.10 7.33 9/184 4528
/proc/meminfo: memFree=23570080/32950928 swapFree=67111352/67111528
[pid=4496] ppid=4494 vsize=2746340 CPUtime=2792.87 cores=0,2,4,6
/proc/4496/stat : 4496 (SArTagnan) R 4494 4496 4254 0 -1 4202496 3734936 0 0 0 278731 556 0 0 25 0 4 0 601972500 2812252160 543878 33554432000 4194304 4623224 140733397667904 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4496/statm: 686585 543878 342 105 0 682089 0
[pid=4496/tid=4498] ppid=4494 vsize=2746340 CPUtime=698.12 cores=0,2,4,6
/proc/4496/task/4498/stat : 4498 (SArTagnan) R 4494 4496 4254 0 -1 4202560 90498 0 0 0 69794 18 0 0 25 0 4 0 601972915 2812252160 543878 33554432000 4194304 4623224 140733397667904 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4496/tid=4499] ppid=4494 vsize=2746340 CPUtime=698.13 cores=0,2,4,6
/proc/4496/task/4499/stat : 4499 (SArTagnan) R 4494 4496 4254 0 -1 4202560 443966 0 0 0 69746 67 0 0 25 0 4 0 601972915 2812252160 543878 33554432000 4194304 4623224 140733397667904 18446744073709551615 4462608 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4496/tid=4500] ppid=4494 vsize=2746340 CPUtime=694.28 cores=0,2,4,6
/proc/4496/task/4500/stat : 4500 (SArTagnan) R 4494 4496 4254 0 -1 4202560 2388844 0 0 0 69087 341 0 0 25 0 4 0 601972915 2812252160 543878 33554432000 4194304 4623224 140733397667904 18446744073709551615 4289772 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2792.87
Current children cumulated vsize (KiB) 2746340

[startup+762.301 s]
/proc/loadavg: 8.12 8.11 7.38 9/184 4530
/proc/meminfo: memFree=23175744/32950928 swapFree=67111352/67111528
[pid=4496] ppid=4494 vsize=3037604 CPUtime=3032.55 cores=0,2,4,6
/proc/4496/stat : 4496 (SArTagnan) R 4494 4496 4254 0 -1 4202496 4069196 0 0 0 302646 609 0 0 25 0 4 0 601972500 3110506496 599875 33554432000 4194304 4623224 140733397667904 18446744073709551615 4507318 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4496/statm: 759401 599875 342 105 0 754905 0
[pid=4496/tid=4498] ppid=4494 vsize=3037604 CPUtime=758.13 cores=0,2,4,6
/proc/4496/task/4498/stat : 4498 (SArTagnan) R 4494 4496 4254 0 -1 4202560 140826 0 0 0 75787 26 0 0 25 0 4 0 601972915 3110506496 599875 33554432000 4194304 4623224 140733397667904 18446744073709551615 4463064 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4496/tid=4499] ppid=4494 vsize=3037604 CPUtime=758.13 cores=0,2,4,6
/proc/4496/task/4499/stat : 4499 (SArTagnan) R 4494 4496 4254 0 -1 4202560 495864 0 0 0 75738 75 0 0 25 0 4 0 601972915 3110506496 599875 33554432000 4194304 4623224 140733397667904 18446744073709551615 4377679 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4496/tid=4500] ppid=4494 vsize=3037604 CPUtime=753.95 cores=0,2,4,6
/proc/4496/task/4500/stat : 4500 (SArTagnan) R 4494 4496 4254 0 -1 4202560 2603594 0 0 0 75020 375 0 0 25 0 4 0 601972915 3110506496 599875 33554432000 4194304 4623224 140733397667904 18446744073709551615 4552832 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3032.55
Current children cumulated vsize (KiB) 3037604

[startup+822.301 s]
/proc/loadavg: 8.20 8.13 7.43 9/184 4531
/proc/meminfo: memFree=22813532/32950928 swapFree=67111352/67111528
[pid=4496] ppid=4494 vsize=3288448 CPUtime=3272.22 cores=0,2,4,6
/proc/4496/stat : 4496 (SArTagnan) R 4494 4496 4254 0 -1 4202496 4348467 0 0 0 326574 648 0 0 25 0 4 0 601972500 3367370752 655592 33554432000 4194304 4623224 140733397667904 18446744073709551615 4412450 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4496/statm: 822112 655592 343 105 0 817616 0
[pid=4496/tid=4498] ppid=4494 vsize=3288448 CPUtime=818.12 cores=0,2,4,6
/proc/4496/task/4498/stat : 4498 (SArTagnan) R 4494 4496 4254 0 -1 4202560 155203 0 0 0 81783 29 0 0 25 0 4 0 601972915 3367370752 655592 33554432000 4194304 4623224 140733397667904 18446744073709551615 4289775 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4496/tid=4499] ppid=4494 vsize=3288448 CPUtime=818.14 cores=0,2,4,6
/proc/4496/task/4499/stat : 4499 (SArTagnan) R 4494 4496 4254 0 -1 4202560 501268 0 0 0 81738 76 0 0 25 0 4 0 601972915 3367370752 655592 33554432000 4194304 4623224 140733397667904 18446744073709551615 4317145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4496/tid=4500] ppid=4494 vsize=3288448 CPUtime=813.61 cores=0,2,4,6
/proc/4496/task/4500/stat : 4500 (SArTagnan) R 4494 4496 4254 0 -1 4202560 2752453 0 0 0 80964 397 0 0 25 0 4 0 601972915 3367370752 655592 33554432000 4194304 4623224 140733397667904 18446744073709551615 4289917 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3272.22
Current children cumulated vsize (KiB) 3288448

[startup+882.301 s]
/proc/loadavg: 7.83 8.07 7.45 5/176 4553
/proc/meminfo: memFree=25954828/32950928 swapFree=67111352/67111528
[pid=4496] ppid=4494 vsize=3512248 CPUtime=3511.77 cores=0,2,4,6
/proc/4496/stat : 4496 (SArTagnan) R 4494 4496 4254 0 -1 4202496 4588015 0 0 0 350481 696 0 0 21 0 4 0 601972500 3596541952 697110 33554432000 4194304 4623224 140733397667904 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4496/statm: 878062 697110 343 105 0 873566 0
[pid=4496/tid=4498] ppid=4494 vsize=3512248 CPUtime=878.11 cores=0,2,4,6
/proc/4496/task/4498/stat : 4498 (SArTagnan) R 4494 4496 4254 0 -1 4202560 168115 0 0 0 87775 36 0 0 25 0 4 0 601972915 3596541952 697110 33554432000 4194304 4623224 140733397667904 18446744073709551615 4289875 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4496/tid=4499] ppid=4494 vsize=3512248 CPUtime=878.14 cores=0,2,4,6
/proc/4496/task/4499/stat : 4499 (SArTagnan) R 4494 4496 4254 0 -1 4202560 508677 0 0 0 87737 77 0 0 25 0 4 0 601972915 3596541952 697110 33554432000 4194304 4623224 140733397667904 18446744073709551615 4317176 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4496/tid=4500] ppid=4494 vsize=3512248 CPUtime=873.18 cores=0,2,4,6
/proc/4496/task/4500/stat : 4500 (SArTagnan) R 4494 4496 4254 0 -1 4202560 2839926 0 0 0 86897 421 0 0 25 0 4 0 601972915 3596541952 697110 33554432000 4194304 4623224 140733397667904 18446744073709551615 4363742 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3511.77
Current children cumulated vsize (KiB) 3512248

[startup+942.301 s]
/proc/loadavg: 8.07 8.08 7.49 9/184 4565
/proc/meminfo: memFree=23825528/32950928 swapFree=67111352/67111528
[pid=4496] ppid=4494 vsize=3866384 CPUtime=3751.44 cores=0,2,4,6
/proc/4496/stat : 4496 (SArTagnan) R 4494 4496 4254 0 -1 4202496 4946624 0 0 0 374392 752 0 0 25 0 4 0 601972500 3959177216 732521 33554432000 4194304 4623224 140733397667904 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4496/statm: 966596 732521 343 105 0 962100 0
[pid=4496/tid=4498] ppid=4494 vsize=3866384 CPUtime=938.11 cores=0,2,4,6
/proc/4496/task/4498/stat : 4498 (SArTagnan) R 4494 4496 4254 0 -1 4202560 237112 0 0 0 93763 48 0 0 25 0 4 0 601972915 3959177216 732521 33554432000 4194304 4623224 140733397667904 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4496/tid=4499] ppid=4494 vsize=3866384 CPUtime=938.14 cores=0,2,4,6
/proc/4496/task/4499/stat : 4499 (SArTagnan) R 4494 4496 4254 0 -1 4202560 562636 0 0 0 93729 85 0 0 25 0 4 0 601972915 3959177216 732521 33554432000 4194304 4623224 140733397667904 18446744073709551615 4317190 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4496/tid=4500] ppid=4494 vsize=3866384 CPUtime=932.84 cores=0,2,4,6
/proc/4496/task/4500/stat : 4500 (SArTagnan) R 4494 4496 4254 0 -1 4202560 3067909 0 0 0 92829 455 0 0 25 0 4 0 601972915 3959177216 732521 33554432000 4194304 4623224 140733397667904 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3751.44
Current children cumulated vsize (KiB) 3866384

[startup+1002.3 s]
/proc/loadavg: 8.15 8.10 7.53 8/184 4566
/proc/meminfo: memFree=22569256/32950928 swapFree=67111352/67111528
[pid=4496] ppid=4494 vsize=3990976 CPUtime=3991.13 cores=0,2,4,6
/proc/4496/stat : 4496 (SArTagnan) R 4494 4496 4254 0 -1 4202496 5176318 0 0 0 398321 792 0 0 25 0 4 0 601972500 4086759424 783183 33554432000 4194304 4623224 140733397667904 18446744073709551615 4507356 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4496/statm: 997744 783183 343 105 0 993248 0
[pid=4496/tid=4498] ppid=4494 vsize=3990976 CPUtime=998.12 cores=0,2,4,6
/proc/4496/task/4498/stat : 4498 (SArTagnan) R 4494 4496 4254 0 -1 4202560 289886 0 0 0 99749 63 0 0 25 0 4 0 601972915 4086759424 783183 33554432000 4194304 4623224 140733397667904 18446744073709551615 4377262 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4496/tid=4499] ppid=4494 vsize=3990976 CPUtime=998.15 cores=0,2,4,6
/proc/4496/task/4499/stat : 4499 (SArTagnan) R 4494 4496 4254 0 -1 4202560 562636 0 0 0 99730 85 0 0 25 0 4 0 601972915 4086759424 783183 33554432000 4194304 4623224 140733397667904 18446744073709551615 4317176 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4496/tid=4500] ppid=4494 vsize=3990976 CPUtime=992.51 cores=0,2,4,6
/proc/4496/task/4500/stat : 4500 (SArTagnan) R 4494 4496 4254 0 -1 4202560 3219383 0 0 0 98774 477 0 0 25 0 4 0 601972915 4086759424 783183 33554432000 4194304 4623224 140733397667904 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3991.13
Current children cumulated vsize (KiB) 3990976

[startup+1062.3 s]
/proc/loadavg: 8.23 8.12 7.58 9/184 4568
/proc/meminfo: memFree=19222676/32950928 swapFree=67111352/67111528
[pid=4496] ppid=4494 vsize=4207064 CPUtime=4230.76 cores=0,2,4,6
/proc/4496/stat : 4496 (SArTagnan) R 4494 4496 4254 0 -1 4202496 5422456 0 0 0 422249 827 0 0 25 0 4 0 601972500 4308033536 816047 33554432000 4194304 4623224 140733397667904 18446744073709551615 4507139 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4496/statm: 1051766 816047 343 105 0 1047270 0
[pid=4496/tid=4498] ppid=4494 vsize=4207064 CPUtime=1058.11 cores=0,2,4,6
/proc/4496/task/4498/stat : 4498 (SArTagnan) R 4494 4496 4254 0 -1 4202560 309314 0 0 0 105743 68 0 0 25 0 4 0 601972915 4308033536 816047 33554432000 4194304 4623224 140733397667904 18446744073709551615 4317176 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4496/tid=4499] ppid=4494 vsize=4207064 CPUtime=1058.15 cores=0,2,4,6
/proc/4496/task/4499/stat : 4499 (SArTagnan) R 4494 4496 4254 0 -1 4202560 562636 0 0 0 105730 85 0 0 25 0 4 0 601972915 4308033536 816047 33554432000 4194304 4623224 140733397667904 18446744073709551615 4317166 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4496/tid=4500] ppid=4494 vsize=4207064 CPUtime=1052.17 cores=0,2,4,6
/proc/4496/task/4500/stat : 4500 (SArTagnan) R 4494 4496 4254 0 -1 4202560 3361855 0 0 0 104718 499 0 0 25 0 4 0 601972915 4308033536 816047 33554432000 4194304 4623224 140733397667904 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4230.76
Current children cumulated vsize (KiB) 4207064

[startup+1122.31 s]
/proc/loadavg: 8.20 8.13 7.61 9/184 4569
/proc/meminfo: memFree=15952212/32950928 swapFree=67111352/67111528
[pid=4496] ppid=4494 vsize=4188688 CPUtime=4470.47 cores=0,2,4,6
/proc/4496/stat : 4496 (SArTagnan) R 4494 4496 4254 0 -1 4202496 5583467 0 0 0 446196 851 0 0 25 0 4 0 601972500 4289216512 847619 33554432000 4194304 4623224 140733397667904 18446744073709551615 4507318 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4496/statm: 1047172 847619 343 105 0 1042676 0
[pid=4496/tid=4498] ppid=4494 vsize=4188688 CPUtime=1118.11 cores=0,2,4,6
/proc/4496/task/4498/stat : 4498 (SArTagnan) R 4494 4496 4254 0 -1 4202560 315492 0 0 0 111742 69 0 0 25 0 4 0 601972915 4289216512 847619 33554432000 4194304 4623224 140733397667904 18446744073709551615 4357622 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4496/tid=4499] ppid=4494 vsize=4188688 CPUtime=1118.15 cores=0,2,4,6
/proc/4496/task/4499/stat : 4499 (SArTagnan) R 4494 4496 4254 0 -1 4202560 579299 0 0 0 111728 87 0 0 25 0 4 0 601972915 4289216512 847619 33554432000 4194304 4623224 140733397667904 18446744073709551615 4317145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=4496/tid=4500] ppid=4494 vsize=4188688 CPUtime=1111.84 cores=0,2,4,6
/proc/4496/task/4500/stat : 4500 (SArTagnan) R 4494 4496 4254 0 -1 4202560 3492035 0 0 0 110667 517 0 0 25 0 4 0 601972915 4289216512 847619 33554432000 4194304 4623224 140733397667904 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4470.47
Current children cumulated vsize (KiB) 4188688

[startup+1182.3 s]
/proc/loadavg: 8.02 8.08 7.62 9/184 4601
/proc/meminfo: memFree=24124432/32950928 swapFree=67111352/67111528
[pid=4496] ppid=4494 vsize=4697904 CPUtime=4710.08 cores=0,2,4,6
/proc/4496/stat : 4496 (SArTagnan) R 4494 4496 4254 0 -1 4202496 5977001 0 0 0 470091 917 0 0 25 0 4 0 601972500 4810653696 880101 33554432000 4194304 4623224 140733397667904 18446744073709551615 4507318 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4496/statm: 1174476 880101 343 105 0 1169980 0
[pid=4496/tid=4498] ppid=4494 vsize=4697904 CPUtime=1178.08 cores=0,2,4,6
/proc/4496/task/4498/stat : 4498 (SArTagnan) R 4494 4496 4254 0 -1 4202560 394510 0 0 0 117714 94 0 0 25 0 4 0 601972915 4810653696 880101 33554432000 4194304 4623224 140733397667904 18446744073709551615 4357403 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4496/tid=4499] ppid=4494 vsize=4697904 CPUtime=1177.96 cores=0,2,4,6
/proc/4496/task/4499/stat : 4499 (SArTagnan) R 4494 4496 4254 0 -1 4202560 689198 0 0 0 117695 101 0 0 25 0 4 0 601972915 4810653696 880102 33554432000 4194304 4623224 140733397667904 18446744073709551615 4317194 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4496/tid=4500] ppid=4494 vsize=4697904 CPUtime=1171.68 cores=0,2,4,6
/proc/4496/task/4500/stat : 4500 (SArTagnan) R 4494 4496 4254 0 -1 4202560 3690258 0 0 0 116624 544 0 0 25 0 4 0 601972915 4810653696 880102 33554432000 4194304 4623224 140733397667904 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4710.08
Current children cumulated vsize (KiB) 4697904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.9 s]
/proc/loadavg: 8.01 8.07 7.63 9/184 4601
/proc/meminfo: memFree=23986016/32950928 swapFree=67111352/67111528
[pid=4496] ppid=4494 vsize=4697904 CPUtime=4800.36 cores=0,2,4,6
/proc/4496/stat : 4496 (SArTagnan) R 4494 4496 4254 0 -1 4202496 6029703 0 0 0 479110 926 0 0 25 0 4 0 601972500 4810653696 887841 33554432000 4194304 4623224 140733397667904 18446744073709551615 4510034 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4496/statm: 1174476 887841 343 105 0 1169980 0
[pid=4496/tid=4498] ppid=4494 vsize=4697904 CPUtime=1200.69 cores=0,2,4,6
/proc/4496/task/4498/stat : 4498 (SArTagnan) R 4494 4496 4254 0 -1 4202560 396431 0 0 0 119975 94 0 0 25 0 4 0 601972915 4810653696 887841 33554432000 4194304 4623224 140733397667904 18446744073709551615 4357622 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4496/tid=4499] ppid=4494 vsize=4697904 CPUtime=1200.43 cores=0,2,4,6
/proc/4496/task/4499/stat : 4499 (SArTagnan) R 4494 4496 4254 0 -1 4202560 700838 0 0 0 119939 104 0 0 25 0 4 0 601972915 4810653696 887841 33554432000 4194304 4623224 140733397667904 18446744073709551615 4278624 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4496/tid=4500] ppid=4494 vsize=4697904 CPUtime=1194.29 cores=0,2,4,6
/proc/4496/task/4500/stat : 4500 (SArTagnan) R 4494 4496 4254 0 -1 4202560 3727368 0 0 0 118878 551 0 0 25 0 4 0 601972915 4810653696 887841 33554432000 4194304 4623224 140733397667904 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 4697904

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1205.01 s]
/proc/loadavg: 8.01 8.07 7.63 9/184 4601
/proc/meminfo: memFree=23986016/32950928 swapFree=67111352/67111528
[pid=4496] ppid=4494 vsize=0 CPUtime=4800.48 cores=0,2,4,6
/proc/4496/stat : 4496 (SArTagnan) Z 4494 4496 4254 0 -1 4203548 6029704 0 0 0 479112 936 0 0 25 0 2 0 601972500 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4496/statm: 0 0 0 0 0 0 0
[pid=4496/tid=4499] ppid=4494 vsize=0 CPUtime=1200.54 cores=0,2,4,6
/proc/4496/task/4499/stat : 4499 (SArTagnan) R 4494 4496 4254 0 -1 4203588 700838 0 0 0 119940 114 0 0 25 0 2 0 601972915 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.48
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1205.06
CPU time (s): 4800.55
CPU user time (s): 4791.13
CPU system time (s): 9.41857
CPU usage (%): 398.365
Max. virtual memory (cumulated for all children) (KiB): 4984764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4791.13
system time used= 9.41857
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6029704
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= 677
involuntary context switches= 40392

runsolver used 1.9467 second user time and 4.6273 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-30 00:50:18
IDJOB=3293591
IDBENCH=88159
IDSOLVER=1656
FILE ID=node113/3293591-1304117416
RUNJOBID= node113-1304116558-4272
PBS_JOBID= 13170715
Free space on /tmp= 70756 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/1dlx_c_iq57_a.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293591-1304117416/watcher-3293591-1304117416 -o /tmp/evaluation-result-3293591-1304117416/solver-3293591-1304117416 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3293591-1304117416.cnf -threads=4

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

MD5SUM BENCH= 953b9cb99bfd26cff0e1ac65be1241f6
RANDOM SEED=1518526779

node113.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	: 5332.76
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.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.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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.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.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.83
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27046624 kB
Buffers:        727988 kB
Cached:        3120808 kB
SwapCached:         12 kB
Active:        2034344 kB
Inactive:      3345112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27046624 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:          193836 kB
Writeback:           0 kB
AnonPages:     1530336 kB
Mapped:          15500 kB
Slab:           458928 kB
PageTables:       7748 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2214868 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= 70888 MiB
End job on node113 at 2011-04-30 01:10:25