Trace number 3377233

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
borg-sat 11.03.02-seq-random (fixed)? (MO) 703.88 703.974

General information on the benchmark

Namerandom/large/
unif-k7-r85-v300-c25500-S942666749-061-UNKNOWN.cnf
MD5SUM456ae67a44e812130272597099547869
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of clauses25500
Sum of the clauses size178500
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 525500

Solver Data

0.42/0.70	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.42/0.70	c INFO: solving HOME/instance-3377233-1305451475.cnf
0.42/0.70	c INFO: computing task features
0.52/0.87	c INFO: computed variable-clause graph statistics
0.52/0.87	c INFO: computed clause balance statistics
1.52/1.82	c INFO: computed variable balance statistics
1.83/2.20	c INFO: computed small-clause counts
1.83/2.20	c INFO: computed Horn-clause counts
1.93/2.23	c INFO: computed variable graph statistics
1.93/2.23	c INFO: collected features for HOME/instance-3377233-1305451475.cnf in 1.55 s
1.93/2.25	c INFO: running gnovelty+2@0 for 97 with 2398 remaining (b = 0.37)
102.23/102.54	c INFO: running gnovelty+2@0 for 97 with 2298 remaining (b = 0.13)
202.56/202.84	c INFO: running adaptg2wsat2009++@0 for 97 with 2198 remaining (b = 0.08)
302.84/303.10	c INFO: running adaptg2wsat2009++@0 for 97 with 2098 remaining (b = 0.07)
403.01/403.37	c INFO: running adaptg2wsat2009++@0 for 97 with 1998 remaining (b = 0.05)
503.28/503.65	c INFO: running gnovelty+2@0 for 97 with 1898 remaining (b = 0.04)
603.66/603.97	c INFO: running FH@0 for 97 with 1798 remaining (b = 0.03)
703.18/703.24	c INFO: running adaptg2wsat2009++@0 for 97 with 1698 remaining (b = 0.03)

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: 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-3377233-1305451475/watcher-3377233-1305451475 -o /tmp/evaluation-result-3377233-1305451475/solver-3377233-1305451475 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377233-1305451475.cnf -seed 1966006219 -budget 2400 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.06 3.47 3.40 4/328 32620
/proc/meminfo: memFree=27075872/32951124 swapFree=63649232/67111528
[pid=32620] ppid=32618 vsize=15772 CPUtime=0 cores=0,2
/proc/32620/stat : 32620 (python) R 32618 32620 31275 0 -1 4202496 857 0 0 0 0 0 0 0 25 0 1 0 656746019 16150528 740 33554432000 4194304 5683644 140733422251584 18446744073709551615 210204647056 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/32620/statm: 3943 740 335 364 0 430 0

[startup+0.019044 s]
/proc/loadavg: 4.06 3.47 3.40 4/328 32620
/proc/meminfo: memFree=27075872/32951124 swapFree=63649232/67111528
[pid=32620] ppid=32618 vsize=16236 CPUtime=0 cores=0,2
/proc/32620/stat : 32620 (python) R 32618 32620 31275 0 -1 4202496 1036 0 0 0 0 0 0 0 25 0 1 0 656746019 16625664 909 33554432000 4194304 5683644 140733422251584 18446744073709551615 4620015 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/32620/statm: 4059 909 380 364 0 546 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16236

[startup+0.101079 s]
/proc/loadavg: 4.06 3.47 3.40 4/328 32620
/proc/meminfo: memFree=27075872/32951124 swapFree=63649232/67111528
[pid=32620] ppid=32618 vsize=85616 CPUtime=0.07 cores=0,2
/proc/32620/stat : 32620 (python) R 32618 32620 31275 0 -1 4202496 2625 0 0 0 5 2 0 0 25 0 1 0 656746019 87670784 2346 33554432000 4194304 5683644 140733422251584 18446744073709551615 210204647168 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/32620/statm: 21404 2347 713 364 0 1621 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 85616

[startup+0.301042 s]
/proc/loadavg: 4.06 3.47 3.40 4/328 32620
/proc/meminfo: memFree=27075872/32951124 swapFree=63649232/67111528
[pid=32620] ppid=32618 vsize=135748 CPUtime=0.19 cores=0,2
/proc/32620/stat : 32620 (python) S 32618 32620 31275 0 -1 4202496 5973 930 1 0 14 5 0 0 18 0 1 0 656746019 139005952 4149 33554432000 4194304 5683644 140733422251584 18446744073709551615 210204643333 0 2147483391 16781312 2 18446744071699207358 0 0 17 0 0 0 0
/proc/32620/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.700985 s]
/proc/loadavg: 4.06 3.47 3.40 4/328 32620
/proc/meminfo: memFree=27075872/32951124 swapFree=63649232/67111528
[pid=32620] ppid=32618 vsize=279604 CPUtime=0.42 cores=0,2
/proc/32620/stat : 32620 (python) R 32618 32620 31275 0 -1 4202496 9551 930 1 0 32 10 0 0 16 0 1 0 656746019 286314496 7221 33554432000 4194304 5683644 140733422251584 18446744073709551615 5007930 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/32620/statm: 69901 7221 1761 364 0 5825 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 279604

[startup+1.50082 s]
/proc/loadavg: 4.06 3.47 3.40 5/329 32625
/proc/meminfo: memFree=27046104/32951124 swapFree=63649232/67111528
[pid=32620] ppid=32618 vsize=285636 CPUtime=1.22 cores=0,2
/proc/32620/stat : 32620 (python) R 32618 32620 31275 0 -1 4202496 12511 930 1 0 112 10 0 0 17 0 1 0 656746019 292491264 8794 33554432000 4194304 5683644 140733422251584 18446744073709551615 47454210811804 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/32620/statm: 71409 8794 1826 364 0 7333 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 285636

[startup+3.10049 s]
/proc/loadavg: 4.06 3.47 3.40 5/329 32625
/proc/meminfo: memFree=27045976/32951124 swapFree=63649232/67111528
[pid=32620] ppid=32618 vsize=290520 CPUtime=1.97 cores=0,2
/proc/32620/stat : 32620 (python) S 32618 32620 31275 0 -1 4202496 12839 930 1 0 187 10 0 0 20 0 2 0 656746019 297492480 7495 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32620/statm: 72630 7495 1869 364 0 8548 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 290520
heavy processes:

[startup+6.30102 s]
/proc/loadavg: 4.05 3.48 3.40 5/332 32628
/proc/meminfo: memFree=27044960/32951124 swapFree=63649232/67111528
[pid=32620] ppid=32618 vsize=290520 CPUtime=1.97 cores=0,2
/proc/32620/stat : 32620 (python) S 32618 32620 31275 0 -1 4202496 12839 930 1 0 187 10 0 0 20 0 2 0 656746019 297492480 7495 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32620/statm: 72630 7495 1869 364 0 8548 0
[pid=32626] ppid=32620 vsize=280760 CPUtime=0 cores=0,2
/proc/32626/stat : 32626 (python) R 32620 32620 31275 0 -1 4202560 955 0 0 0 0 0 0 0 18 0 1 0 656746245 287498240 6000 33554432000 4194304 5683644 140733422251584 18446744073709551615 210204690567 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/32626/statm: 70191 6000 377 364 0 6109 0
[pid=32628] ppid=32626 vsize=1019708 CPUtime=4.03 cores=0,2
/proc/32628/stat : 32628 (gnovelty+2) R 32626 32628 32628 0 -1 4202496 953 0 0 0 403 0 0 0 25 0 1 0 656746245 1044180992 689 33554432000 134512640 135663704 4288466256 18446744073709551615 134525255 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32628/statm: 254927 689 113 282 0 254643 0
[pid=32620/tid=32627] ppid=32618 vsize=290520 CPUtime=0 cores=0,2
/proc/32620/task/32627/stat : 32627 (python) S 32618 32620 31275 0 -1 4202560 25 930 0 0 0 0 0 0 20 0 2 0 656746245 297492480 7495 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216470961 0 0 16781312 2 18446604453919593472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 1590988

[startup+12.7009 s]
/proc/loadavg: 4.05 3.49 3.40 5/332 32628
/proc/meminfo: memFree=27043640/32951124 swapFree=63649232/67111528
[pid=32620] ppid=32618 vsize=290520 CPUtime=1.97 cores=0,2
/proc/32620/stat : 32620 (python) S 32618 32620 31275 0 -1 4202496 12839 930 1 0 187 10 0 0 20 0 2 0 656746019 297492480 7495 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32620/statm: 72630 7495 1869 364 0 8548 0
[pid=32626] ppid=32620 vsize=280760 CPUtime=0.02 cores=0,2
/proc/32626/stat : 32626 (python) S 32620 32620 31275 0 -1 4202560 972 0 0 0 1 1 0 0 18 0 1 0 656746245 287498240 6006 33554432000 4194304 5683644 140733422251584 18446744073709551615 210204667407 0 0 16781312 514 14424255550281711873 0 0 17 0 0 0 0
/proc/32626/statm: 70190 6006 383 364 0 6108 0
[pid=32628] ppid=32626 vsize=1019708 CPUtime=10.41 cores=0,2
/proc/32628/stat : 32628 (gnovelty+2) R 32626 32628 32628 0 -1 4202496 953 0 0 0 1041 0 0 0 25 0 1 0 656746245 1044180992 689 33554432000 134512640 135663704 4288466256 18446744073709551615 134525479 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32628/statm: 254927 689 113 282 0 254643 0
[pid=32620/tid=32627] ppid=32618 vsize=290520 CPUtime=0 cores=0,2
/proc/32620/task/32627/stat : 32627 (python) S 32618 32620 31275 0 -1 4202560 25 930 0 0 0 0 0 0 20 0 2 0 656746245 297492480 7495 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216470961 0 0 16781312 2 18446604453919593472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 1590988

[startup+25.5008 s]
/proc/loadavg: 4.04 3.52 3.41 6/336 32633
/proc/meminfo: memFree=27037264/32951124 swapFree=63649232/67111528
[pid=32620] ppid=32618 vsize=290520 CPUtime=1.97 cores=0,2
/proc/32620/stat : 32620 (python) S 32618 32620 31275 0 -1 4202496 12839 930 1 0 187 10 0 0 20 0 2 0 656746019 297492480 7495 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32620/statm: 72630 7495 1869 364 0 8548 0
[pid=32626] ppid=32620 vsize=280760 CPUtime=0.04 cores=0,2
/proc/32626/stat : 32626 (python) S 32620 32620 31275 0 -1 4202560 977 0 0 0 2 2 0 0 18 0 1 0 656746245 287498240 6006 33554432000 4194304 5683644 140733422251584 18446744073709551615 210204667407 0 0 16781312 514 14424255550281711873 0 0 17 0 0 0 0
/proc/32626/statm: 70190 6006 383 364 0 6108 0
[pid=32628] ppid=32626 vsize=1019708 CPUtime=23.18 cores=0,2
/proc/32628/stat : 32628 (gnovelty+2) R 32626 32628 32628 0 -1 4202496 953 0 0 0 2318 0 0 0 25 0 1 0 656746245 1044180992 689 33554432000 134512640 135663704 4288466256 18446744073709551615 134524882 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32628/statm: 254927 689 113 282 0 254643 0
[pid=32620/tid=32627] ppid=32618 vsize=290520 CPUtime=0 cores=0,2
/proc/32620/task/32627/stat : 32627 (python) S 32618 32620 31275 0 -1 4202560 25 930 0 0 0 0 0 0 20 0 2 0 656746245 297492480 7495 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216470961 0 0 16781312 2 18446604453919593472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 1590988

[startup+51.1005 s]
/proc/loadavg: 4.02 3.55 3.42 5/340 32638
/proc/meminfo: memFree=27030260/32951124 swapFree=63649232/67111528
[pid=32620] ppid=32618 vsize=290520 CPUtime=1.97 cores=0,2
/proc/32620/stat : 32620 (python) S 32618 32620 31275 0 -1 4202496 12839 930 1 0 187 10 0 0 20 0 2 0 656746019 297492480 7495 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32620/statm: 72630 7495 1869 364 0 8548 0
[pid=32626] ppid=32620 vsize=280760 CPUtime=0.11 cores=0,2
/proc/32626/stat : 32626 (python) S 32620 32620 31275 0 -1 4202560 991 0 0 0 6 5 0 0 18 0 1 0 656746245 287498240 6006 33554432000 4194304 5683644 140733422251584 18446744073709551615 210204667407 0 0 16781312 514 14424255550281711873 0 0 17 0 0 0 0
/proc/32626/statm: 70190 6006 383 364 0 6108 0
[pid=32628] ppid=32626 vsize=1019708 CPUtime=48.73 cores=0,2
/proc/32628/stat : 32628 (gnovelty+2) R 32626 32628 32628 0 -1 4202496 953 0 0 0 4873 0 0 0 25 0 1 0 656746245 1044180992 689 33554432000 134512640 135663704 4288466256 18446744073709551615 134524918 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32628/statm: 254927 689 113 282 0 254643 0
[pid=32620/tid=32627] ppid=32618 vsize=290520 CPUtime=0 cores=0,2
/proc/32620/task/32627/stat : 32627 (python) S 32618 32620 31275 0 -1 4202560 25 930 0 0 0 0 0 0 20 0 2 0 656746245 297492480 7495 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216470961 0 0 16781312 2 18446604453919593472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 1590988

[startup+102.312 s]
/proc/loadavg: 4.01 3.62 3.45 5/344 32643
/proc/meminfo: memFree=26993304/32951124 swapFree=63649232/67111528
[pid=32620] ppid=32618 vsize=290520 CPUtime=1.97 cores=0,2
/proc/32620/stat : 32620 (python) S 32618 32620 31275 0 -1 4202496 12839 930 1 0 187 10 0 0 20 0 2 0 656746019 297492480 7495 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32620/statm: 72630 7495 1869 364 0 8548 0
[pid=32626] ppid=32620 vsize=280760 CPUtime=0.22 cores=0,2
/proc/32626/stat : 32626 (python) S 32620 32620 31275 0 -1 4202560 1012 0 0 0 12 10 0 0 18 0 1 0 656746245 287498240 6006 33554432000 4194304 5683644 140733422251584 18446744073709551615 210204667407 0 0 16781312 514 14424255550281711873 0 0 17 0 0 0 0
/proc/32626/statm: 70190 6006 383 364 0 6108 0
[pid=32628] ppid=32626 vsize=1019708 CPUtime=99.86 cores=0,2
/proc/32628/stat : 32628 (gnovelty+2) R 32626 32628 32628 0 -1 4202496 953 0 0 0 9986 0 0 0 25 0 1 0 656746245 1044180992 689 33554432000 134512640 135663704 4288466256 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32628/statm: 254927 689 113 282 0 254643 0
[pid=32620/tid=32627] ppid=32618 vsize=290520 CPUtime=0 cores=0,2
/proc/32620/task/32627/stat : 32627 (python) S 32618 32620 31275 0 -1 4202560 25 930 0 0 0 0 0 0 20 0 2 0 656746245 297492480 7495 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216470961 0 0 16781312 2 18446604453919593472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.05
Current children cumulated vsize (KiB) 1590988

[startup+162.301 s]
/proc/loadavg: 4.00 3.69 3.48 5/356 32656
/proc/meminfo: memFree=26970612/32951124 swapFree=63649232/67111528
[pid=32620] ppid=32618 vsize=300776 CPUtime=1.99 cores=0,2
/proc/32620/stat : 32620 (python) S 32618 32620 31275 0 -1 4202496 13712 930 1 0 188 11 0 0 19 0 3 0 656746019 307994624 7502 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32620/statm: 75194 7502 1872 364 0 11109 0
[pid=32626] ppid=32620 vsize=291004 CPUtime=0.24 cores=0,2
/proc/32626/stat : 32626 (python) S 32620 32620 31275 0 -1 4202560 1147 0 0 0 13 11 0 0 19 0 2 0 656746245 297988096 6043 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/32626/statm: 72751 6043 415 364 0 8669 0
[pid=32628] ppid=32626 vsize=1019708 CPUtime=100.07 cores=0,2
/proc/32628/stat : 32628 (gnovelty+2) T 32626 32628 32628 0 -1 4202496 953 0 0 0 10007 0 0 0 25 0 1 0 656746245 1044180992 689 33554432000 134512640 135663704 4288466256 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32628/statm: 254927 689 113 282 0 254643 0
[pid=32626/tid=32644] ppid=32620 vsize=291004 CPUtime=0 cores=0,2
/proc/32626/task/32644/stat : 32644 (python) S 32620 32620 31275 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 656756272 297988096 6043 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216470961 0 0 16781312 514 18446604453919595264 0 0 -1 2 0 0 0
[pid=32645] ppid=32620 vsize=291092 CPUtime=0.14 cores=0,2
/proc/32645/stat : 32645 (python) S 32620 32620 31275 0 -1 4202560 904 0 0 0 9 5 0 0 18 0 1 0 656756273 298078208 5999 33554432000 4194304 5683644 140733422251584 18446744073709551615 210204667462 0 0 16781312 514 14424255550281711873 0 0 17 0 0 0 0
/proc/32645/statm: 72773 5999 372 364 0 8688 0
[pid=32647] ppid=32645 vsize=1019708 CPUtime=59.61 cores=0,2
/proc/32647/stat : 32647 (gnovelty+2) R 32645 32647 32647 0 -1 4202496 951 0 0 0 5961 0 0 0 25 0 1 0 656756274 1044180992 689 33554432000 134512640 135663704 4286623360 18446744073709551615 134524553 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/32647/statm: 254927 689 113 282 0 254643 0
[pid=32620/tid=32627] ppid=32618 vsize=300776 CPUtime=0 cores=0,2
/proc/32620/task/32627/stat : 32627 (python) S 32618 32620 31275 0 -1 4202560 25 930 0 0 0 0 0 0 20 0 3 0 656746245 307994624 7502 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216470961 0 0 16781312 2 18446604453919593472 0 0 -1 0 0 0 0
[pid=32620/tid=32646] ppid=32618 vsize=300776 CPUtime=0 cores=0,2
/proc/32620/task/32646/stat : 32646 (python) S 32618 32620 31275 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 3 0 656756274 307994624 7502 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216470961 0 0 16781312 2 18446604453919593472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 162.05
Current children cumulated vsize (KiB) 2922288

[startup+222.301 s]
/proc/loadavg: 4.03 3.75 3.52 5/365 32667
/proc/meminfo: memFree=26950552/32951124 swapFree=63649232/67111528
[pid=32620] ppid=32618 vsize=311032 CPUtime=2 cores=0,2
/proc/32620/stat : 32620 (python) S 32618 32620 31275 0 -1 4202496 14558 930 1 0 189 11 0 0 19 0 4 0 656746019 318496768 7527 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0

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

/proc/32626/statm: 72751 6043 415 364 0 8669 0
[pid=32628] ppid=32626 vsize=1019708 CPUtime=100.07 cores=0,2
/proc/32628/stat : 32628 (gnovelty+2) T 32626 32628 32628 0 -1 4202496 953 0 0 0 10007 0 0 0 25 0 1 0 656746245 1044180992 689 33554432000 134512640 135663704 4288466256 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32628/statm: 254927 689 113 282 0 254643 0
[pid=32626/tid=32644] ppid=32620 vsize=291004 CPUtime=0 cores=0,2
/proc/32626/task/32644/stat : 32644 (python) S 32620 32620 31275 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 656756272 297988096 6043 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216470961 0 0 16781312 514 18446604453919595264 0 0 -1 2 0 0 0
[pid=32645] ppid=32620 vsize=291092 CPUtime=0.25 cores=0,2
/proc/32645/stat : 32645 (python) S 32620 32620 31275 0 -1 4202560 1070 0 0 0 15 10 0 0 19 0 2 0 656756273 298078208 6028 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/32645/statm: 72773 6028 400 364 0 8688 0
[pid=32647] ppid=32645 vsize=1019708 CPUtime=100.04 cores=0,2
/proc/32647/stat : 32647 (gnovelty+2) T 32645 32647 32647 0 -1 4202496 951 0 0 0 10004 0 0 0 25 0 1 0 656756274 1044180992 689 33554432000 134512640 135663704 4286623360 18446744073709551615 134525258 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32647/statm: 254927 689 113 282 0 254643 0
[pid=32645/tid=32660] ppid=32620 vsize=291092 CPUtime=0 cores=0,2
/proc/32645/task/32660/stat : 32660 (python) S 32620 32620 31275 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656766302 298078208 6028 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216470961 0 0 16781312 514 18446604453917643968 0 0 -1 2 0 0 0
[pid=32661] ppid=32620 vsize=301356 CPUtime=0.25 cores=0,2
/proc/32661/stat : 32661 (python) S 32620 32620 31275 0 -1 4202560 1087 0 0 0 14 11 0 0 19 0 2 0 656766303 308588544 6051 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/32661/statm: 75339 6051 400 364 0 11251 0
[pid=32663] ppid=32661 vsize=420220 CPUtime=99.97 cores=0,2
/proc/32663/stat : 32663 (adaptg2wsat2009) T 32661 32663 32663 0 -1 4202496 1664 0 0 0 9997 0 0 0 25 0 1 0 656766304 430305280 1399 33554432000 134512640 135107411 4293576944 18446744073709551615 134531392 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/32663/statm: 105055 1399 59 146 0 103931 0
[pid=32661/tid=32674] ppid=32620 vsize=301356 CPUtime=0 cores=0,2
/proc/32661/task/32674/stat : 32674 (python) S 32620 32620 31275 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656776328 308588544 6051 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216470961 0 0 16781312 514 18446604446083314624 0 0 -1 2 0 0 0
[pid=32675] ppid=32620 vsize=311700 CPUtime=0.26 cores=0,2
/proc/32675/stat : 32675 (python) S 32620 32620 31275 0 -1 4202560 1090 0 0 0 15 11 0 0 19 0 2 0 656776330 319180800 6057 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/32675/statm: 77925 6057 400 364 0 13834 0
[pid=32677] ppid=32675 vsize=420220 CPUtime=99.97 cores=0,2
/proc/32677/stat : 32677 (adaptg2wsat2009) T 32675 32677 32677 0 -1 4202496 1665 0 0 0 9997 0 0 0 25 0 1 0 656776330 430305280 1400 33554432000 134512640 135107411 4292009808 18446744073709551615 134531959 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/32677/statm: 105055 1400 59 146 0 103931 0
[pid=32675/tid=32692] ppid=32620 vsize=311700 CPUtime=0 cores=0,2
/proc/32675/task/32692/stat : 32692 (python) S 32620 32620 31275 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656786355 319180800 6057 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216470961 0 0 16781312 514 18446604451948985344 0 0 -1 2 0 0 0
[pid=32693] ppid=32620 vsize=322052 CPUtime=0.26 cores=0,2
/proc/32693/stat : 32693 (python) S 32620 32620 31275 0 -1 4202560 1090 0 0 0 14 12 0 0 19 0 2 0 656786357 329781248 6083 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/32693/statm: 80513 6083 400 364 0 16419 0
[pid=32695] ppid=32693 vsize=420220 CPUtime=99.98 cores=0,2
/proc/32695/stat : 32695 (adaptg2wsat2009) T 32693 32695 32695 0 -1 4202496 1664 0 0 0 9997 1 0 0 25 0 1 0 656786357 430305280 1399 33554432000 134512640 135107411 4288257776 18446744073709551615 134531741 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/32695/statm: 105055 1399 59 146 0 103931 0
[pid=32693/tid=32708] ppid=32620 vsize=322052 CPUtime=0 cores=0,2
/proc/32693/task/32708/stat : 32708 (python) S 32620 32620 31275 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656796383 329781248 6083 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216470961 0 0 16781312 514 18446604447750191040 0 0 -1 2 0 0 0
[pid=32709] ppid=32620 vsize=332248 CPUtime=0.27 cores=0,2
/proc/32709/stat : 32709 (python) S 32620 32620 31275 0 -1 4202560 1086 0 0 0 15 12 0 0 19 0 2 0 656796385 340221952 6111 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/32709/statm: 83062 6111 400 364 0 18965 0
[pid=32711] ppid=32709 vsize=1019708 CPUtime=100.1 cores=0,2
/proc/32711/stat : 32711 (gnovelty+2) T 32709 32711 32711 0 -1 4202496 954 0 0 0 10010 0 0 0 25 0 1 0 656796385 1044180992 689 33554432000 134512640 135663704 4293722736 18446744073709551615 134545187 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32711/statm: 254927 689 113 282 0 254643 0
[pid=32709/tid=375] ppid=32620 vsize=332248 CPUtime=0 cores=0,2
/proc/32709/task/375/stat : 375 (python) S 32620 32620 31275 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656806415 340221952 6111 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216470961 0 0 16781312 514 18446604443423885312 0 0 -1 2 0 0 0
[pid=32620/tid=32627] ppid=32618 vsize=362636 CPUtime=0 cores=0,2
/proc/32620/task/32627/stat : 32627 (python) S 32618 32620 31275 0 -1 4202560 25 930 0 0 0 0 0 0 20 0 9 0 656746245 371339264 7627 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216470961 0 0 16781312 2 18446604453919593472 0 0 -1 0 0 0 0
[pid=32620/tid=32646] ppid=32618 vsize=362636 CPUtime=0 cores=0,2
/proc/32620/task/32646/stat : 32646 (python) S 32618 32620 31275 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 9 0 656756274 371339264 7627 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216470961 0 0 16781312 2 18446604453919593472 0 0 -1 0 0 0 0
[pid=32620/tid=32662] ppid=32618 vsize=362636 CPUtime=0 cores=0,2
/proc/32620/task/32662/stat : 32662 (python) S 32618 32620 31275 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 9 0 656766304 371339264 7627 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216470961 0 0 16781312 2 18446604453919593472 0 0 -1 0 0 0 0
[pid=32620/tid=32676] ppid=32618 vsize=362636 CPUtime=0 cores=0,2
/proc/32620/task/32676/stat : 32676 (python) S 32618 32620 31275 0 -1 4202560 25 930 0 0 0 0 0 0 20 0 9 0 656776330 371339264 7627 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216470961 0 0 16781312 2 18446604453919593472 0 0 -1 0 0 0 0
[pid=32620/tid=32694] ppid=32618 vsize=362636 CPUtime=0 cores=0,2
/proc/32620/task/32694/stat : 32694 (python) S 32618 32620 31275 0 -1 4202560 31 930 0 0 0 0 0 0 20 0 9 0 656786357 371339264 7627 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216470961 0 0 16781312 2 18446604453919593472 0 0 -1 0 0 0 0
[pid=32620/tid=32710] ppid=32618 vsize=362636 CPUtime=0 cores=0,2
/proc/32620/task/32710/stat : 32710 (python) S 32618 32620 31275 0 -1 4202560 31 930 0 0 0 0 0 0 20 0 9 0 656796385 371339264 7627 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216470961 0 0 16781312 2 18446604453919593472 0 0 -1 0 0 0 0
[pid=32620/tid=377] ppid=32618 vsize=362636 CPUtime=0 cores=0,2
/proc/32620/task/377/stat : 377 (python) S 32618 32620 31275 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 9 0 656806417 371339264 7627 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216470961 0 0 16781312 2 18446604453919593472 0 0 -1 2 0 0 0
[pid=32620/tid=393] ppid=32618 vsize=362636 CPUtime=0 cores=0,2
/proc/32620/task/393/stat : 393 (python) S 32618 32620 31275 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 9 0 656816344 371339264 7627 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216470961 0 0 16781312 2 18446604453919593472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 703.88
Current children cumulated vsize (KiB) 7897180

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

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

[startup+703.901 s]
/proc/loadavg: 4.96 4.39 3.87 6/388 394
/proc/meminfo: memFree=26696568/32951124 swapFree=63649232/67111528
[pid=32620] ppid=32618 vsize=362636 CPUtime=2.08 cores=0,2
/proc/32620/stat : 32620 (python) S 32618 32620 31275 0 -1 4202496 18845 930 1 0 196 12 0 0 20 0 9 0 656746019 371339264 7627 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216474059 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32620/statm: 90659 7627 1892 364 0 26556 0
[pid=376] ppid=32620 vsize=342620 CPUtime=0.25 cores=0,2
/proc/376/stat : 376 (python) S 32620 32620 31275 0 -1 4202560 1086 0 0 0 14 11 0 0 19 0 2 0 656806417 350842880 6115 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/376/statm: 85655 6115 400 364 0 21555 0
[pid=378] ppid=376 vsize=249872 CPUtime=99.24 cores=0,2
/proc/378/stat : 378 (FH) T 376 378 378 0 -1 4202496 1527 0 0 0 9924 0 0 0 25 0 1 0 656806417 255868928 1264 33554432000 134512640 134936988 4293699264 18446744073709551615 134545320 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/378/statm: 62468 1264 41 104 0 61972 0
[pid=376/tid=391] ppid=32620 vsize=342620 CPUtime=0 cores=0,2
/proc/376/task/391/stat : 391 (python) S 32620 32620 31275 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656816342 350842880 6115 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216470961 0 0 16781312 514 18446604449712624896 0 0 -1 0 0 0 0
[pid=392] ppid=32620 vsize=352996 CPUtime=0 cores=0,2
/proc/392/stat : 392 (python) S 32620 32620 31275 0 -1 4202560 774 0 0 0 0 0 0 0 19 0 1 0 656816344 361467904 6083 33554432000 4194304 5683644 140733422251584 18446744073709551615 210204667462 0 0 16781312 514 1279836761706463231 0 0 17 0 0 0 0
/proc/392/statm: 88249 6083 351 364 0 24146 0
[pid=394] ppid=392 vsize=419820 CPUtime=0.65 cores=0,2
/proc/394/stat : 394 (adaptg2wsat2009) R 392 394 394 0 -1 4202496 1439 0 0 0 65 0 0 0 22 0 1 0 656816344 429895680 1172 33554432000 134512640 135107411 4286585232 18446744073709551615 134523319 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/394/statm: 104955 1172 49 146 0 103831 0
[pid=32626] ppid=32620 vsize=291004 CPUtime=0.24 cores=0,2
/proc/32626/stat : 32626 (python) S 32620 32620 31275 0 -1 4202560 1147 0 0 0 13 11 0 0 19 0 2 0 656746245 297988096 6043 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/32626/statm: 72751 6043 415 364 0 8669 0
[pid=32628] ppid=32626 vsize=1019708 CPUtime=100.07 cores=0,2
/proc/32628/stat : 32628 (gnovelty+2) T 32626 32628 32628 0 -1 4202496 953 0 0 0 10007 0 0 0 25 0 1 0 656746245 1044180992 689 33554432000 134512640 135663704 4288466256 18446744073709551615 134545631 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32628/statm: 254927 689 113 282 0 254643 0
[pid=32626/tid=32644] ppid=32620 vsize=291004 CPUtime=0 cores=0,2
/proc/32626/task/32644/stat : 32644 (python) S 32620 32620 31275 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 656756272 297988096 6043 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216470961 0 0 16781312 514 18446604453919595264 0 0 -1 2 0 0 0
[pid=32645] ppid=32620 vsize=291092 CPUtime=0.25 cores=0,2
/proc/32645/stat : 32645 (python) S 32620 32620 31275 0 -1 4202560 1070 0 0 0 15 10 0 0 19 0 2 0 656756273 298078208 6028 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/32645/statm: 72773 6028 400 364 0 8688 0
[pid=32647] ppid=32645 vsize=1019708 CPUtime=100.04 cores=0,2
/proc/32647/stat : 32647 (gnovelty+2) T 32645 32647 32647 0 -1 4202496 951 0 0 0 10004 0 0 0 25 0 1 0 656756274 1044180992 689 33554432000 134512640 135663704 4286623360 18446744073709551615 134525258 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32647/statm: 254927 689 113 282 0 254643 0
[pid=32645/tid=32660] ppid=32620 vsize=291092 CPUtime=0 cores=0,2
/proc/32645/task/32660/stat : 32660 (python) S 32620 32620 31275 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656766302 298078208 6028 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216470961 0 0 16781312 514 18446604453917643968 0 0 -1 2 0 0 0
[pid=32661] ppid=32620 vsize=301356 CPUtime=0.25 cores=0,2
/proc/32661/stat : 32661 (python) S 32620 32620 31275 0 -1 4202560 1087 0 0 0 14 11 0 0 19 0 2 0 656766303 308588544 6051 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/32661/statm: 75339 6051 400 364 0 11251 0
[pid=32663] ppid=32661 vsize=420220 CPUtime=99.97 cores=0,2
/proc/32663/stat : 32663 (adaptg2wsat2009) T 32661 32663 32663 0 -1 4202496 1664 0 0 0 9997 0 0 0 25 0 1 0 656766304 430305280 1399 33554432000 134512640 135107411 4293576944 18446744073709551615 134531392 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/32663/statm: 105055 1399 59 146 0 103931 0
[pid=32661/tid=32674] ppid=32620 vsize=301356 CPUtime=0 cores=0,2
/proc/32661/task/32674/stat : 32674 (python) S 32620 32620 31275 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656776328 308588544 6051 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216470961 0 0 16781312 514 18446604446083314624 0 0 -1 2 0 0 0
[pid=32675] ppid=32620 vsize=311700 CPUtime=0.26 cores=0,2
/proc/32675/stat : 32675 (python) S 32620 32620 31275 0 -1 4202560 1090 0 0 0 15 11 0 0 19 0 2 0 656776330 319180800 6057 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/32675/statm: 77925 6057 400 364 0 13834 0
[pid=32677] ppid=32675 vsize=420220 CPUtime=99.97 cores=0,2
/proc/32677/stat : 32677 (adaptg2wsat2009) T 32675 32677 32677 0 -1 4202496 1665 0 0 0 9997 0 0 0 25 0 1 0 656776330 430305280 1400 33554432000 134512640 135107411 4292009808 18446744073709551615 134531959 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/32677/statm: 105055 1400 59 146 0 103931 0
[pid=32675/tid=32692] ppid=32620 vsize=311700 CPUtime=0 cores=0,2
/proc/32675/task/32692/stat : 32692 (python) S 32620 32620 31275 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 656786355 319180800 6057 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216470961 0 0 16781312 514 18446604451948985344 0 0 -1 2 0 0 0
[pid=32693] ppid=32620 vsize=322052 CPUtime=0.26 cores=0,2
/proc/32693/stat : 32693 (python) S 32620 32620 31275 0 -1 4202560 1090 0 0 0 14 12 0 0 19 0 2 0 656786357 329781248 6083 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/32693/statm: 80513 6083 400 364 0 16419 0
[pid=32695] ppid=32693 vsize=420220 CPUtime=99.98 cores=0,2
/proc/32695/stat : 32695 (adaptg2wsat2009) T 32693 32695 32695 0 -1 4202496 1664 0 0 0 9997 1 0 0 25 0 1 0 656786357 430305280 1399 33554432000 134512640 135107411 4288257776 18446744073709551615 134531741 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/32695/statm: 105055 1399 59 146 0 103931 0
[pid=32693/tid=32708] ppid=32620 vsize=322052 CPUtime=0 cores=0,2
/proc/32693/task/32708/stat : 32708 (python) S 32620 32620 31275 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656796383 329781248 6083 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216470961 0 0 16781312 514 18446604447750191040 0 0 -1 2 0 0 0
[pid=32709] ppid=32620 vsize=332248 CPUtime=0.27 cores=0,2
/proc/32709/stat : 32709 (python) S 32620 32620 31275 0 -1 4202560 1086 0 0 0 15 12 0 0 19 0 2 0 656796385 340221952 6111 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216474059 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/32709/statm: 83062 6111 400 364 0 18965 0
[pid=32711] ppid=32709 vsize=1019708 CPUtime=100.1 cores=0,2
/proc/32711/stat : 32711 (gnovelty+2) T 32709 32711 32711 0 -1 4202496 954 0 0 0 10010 0 0 0 25 0 1 0 656796385 1044180992 689 33554432000 134512640 135663704 4293722736 18446744073709551615 134545187 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/32711/statm: 254927 689 113 282 0 254643 0
[pid=32709/tid=375] ppid=32620 vsize=332248 CPUtime=0 cores=0,2
/proc/32709/task/375/stat : 375 (python) S 32620 32620 31275 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 656806415 340221952 6111 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216470961 0 0 16781312 514 18446604443423885312 0 0 -1 2 0 0 0
[pid=32620/tid=32627] ppid=32618 vsize=362636 CPUtime=0 cores=0,2
/proc/32620/task/32627/stat : 32627 (python) S 32618 32620 31275 0 -1 4202560 25 930 0 0 0 0 0 0 20 0 9 0 656746245 371339264 7627 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216470961 0 0 16781312 2 18446604453919593472 0 0 -1 0 0 0 0
[pid=32620/tid=32646] ppid=32618 vsize=362636 CPUtime=0 cores=0,2
/proc/32620/task/32646/stat : 32646 (python) S 32618 32620 31275 0 -1 4202560 29 930 0 0 0 0 0 0 20 0 9 0 656756274 371339264 7627 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216470961 0 0 16781312 2 18446604453919593472 0 0 -1 0 0 0 0
[pid=32620/tid=32662] ppid=32618 vsize=362636 CPUtime=0 cores=0,2
/proc/32620/task/32662/stat : 32662 (python) S 32618 32620 31275 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 9 0 656766304 371339264 7627 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216470961 0 0 16781312 2 18446604453919593472 0 0 -1 0 0 0 0
[pid=32620/tid=32676] ppid=32618 vsize=362636 CPUtime=0 cores=0,2
/proc/32620/task/32676/stat : 32676 (python) S 32618 32620 31275 0 -1 4202560 25 930 0 0 0 0 0 0 20 0 9 0 656776330 371339264 7627 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216470961 0 0 16781312 2 18446604453919593472 0 0 -1 0 0 0 0
[pid=32620/tid=32694] ppid=32618 vsize=362636 CPUtime=0 cores=0,2
/proc/32620/task/32694/stat : 32694 (python) S 32618 32620 31275 0 -1 4202560 31 930 0 0 0 0 0 0 20 0 9 0 656786357 371339264 7627 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216470961 0 0 16781312 2 18446604453919593472 0 0 -1 0 0 0 0
[pid=32620/tid=32710] ppid=32618 vsize=362636 CPUtime=0 cores=0,2
/proc/32620/task/32710/stat : 32710 (python) S 32618 32620 31275 0 -1 4202560 31 930 0 0 0 0 0 0 20 0 9 0 656796385 371339264 7627 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216470961 0 0 16781312 2 18446604453919593472 0 0 -1 0 0 0 0
[pid=32620/tid=377] ppid=32618 vsize=362636 CPUtime=0 cores=0,2
/proc/32620/task/377/stat : 377 (python) S 32618 32620 31275 0 -1 4202560 28 930 0 0 0 0 0 0 20 0 9 0 656806417 371339264 7627 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216470961 0 0 16781312 2 18446604453919593472 0 0 -1 2 0 0 0
[pid=32620/tid=393] ppid=32618 vsize=362636 CPUtime=0 cores=0,2
/proc/32620/task/393/stat : 393 (python) S 32618 32620 31275 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 9 0 656816344 371339264 7627 33554432000 4194304 5683644 140733422251584 18446744073709551615 210216470961 0 0 16781312 2 18446604453919593472 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 703.88
Current children cumulated vsize (KiB) 7897180

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32620 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=966701
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=134979
# CPU time returned by wait4() is 2.10168
# while last known CPU time is 703.88
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 703.974
CPU time (s): 703.88
CPU user time (s): 702.97
CPU system time (s): 0.91
CPU usage (%): 99.9866
Max. virtual memory (cumulated for all children) (KiB): 7897180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.9667
system time used= 0.134979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19780
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2864
involuntary context switches= 40

runsolver used 2.87356 second user time and 5.2372 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-15 11:24:35
IDJOB=3377233
IDBENCH=82542
IDSOLVER=1857
FILE ID=node130/3377233-1305451475
RUNJOBID= node130-1305451278-32330
PBS_JOBID= 13324842
Free space on /tmp= 73368 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/large/unif-k7-r85-v300-c25500-S942666749-061-UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377233-1305451475/watcher-3377233-1305451475 -o /tmp/evaluation-result-3377233-1305451475/solver-3377233-1305451475 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3377233-1305451475.cnf -seed 1966006219 -budget 2400

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 456ae67a44e812130272597099547869
RANDOM SEED=1966006219

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27075904 kB
Buffers:        282584 kB
Cached:        4066680 kB
SwapCached:      10248 kB
Active:        1692396 kB
Inactive:      3900072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27075904 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:           32684 kB
Writeback:         100 kB
AnonPages:     1241092 kB
Mapped:          20772 kB
Slab:           188644 kB
PageTables:      31316 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 56573332 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= 73316 MiB
End job on node130 at 2011-05-15 11:36:21