Trace number 3484421

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, 1200 s timeout)UNSAT 146.434 138.721

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S549184435-037.UNKNOWN.cnf
MD5SUMab99d3f634575de78557b69bc7096528
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark37.2033
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.39/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.39/0.63	c INFO: solving HOME/instance-3484421-1307749579.cnf
0.39/0.63	c INFO: computing task features
0.39/0.63	c INFO: computed variable-clause graph statistics
0.39/0.63	c INFO: computed clause balance statistics
0.39/0.67	c INFO: computed variable balance statistics
0.39/0.69	c INFO: computed small-clause counts
0.39/0.69	c INFO: computed Horn-clause counts
0.39/0.69	c INFO: computed variable graph statistics
0.39/0.69	c INFO: collected features for HOME/instance-3484421-1307749579.cnf in 0.07 s
0.46/0.70	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.56)
108.96/101.36	c INFO: running march_hi@0 for 388 with 1100 remaining (b = 0.38)
146.37/138.70	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3484421-1307749579/watcher-3484421-1307749579 -o /tmp/evaluation-result-3484421-1307749579/solver-3484421-1307749579 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484421-1307749579.cnf -seed 1824490198 -budget 1200 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.16 4.17 3.91 5/214 21473
/proc/meminfo: memFree=30484512/32951132 swapFree=67054616/67111528
[pid=21473] ppid=21471 vsize=15384 CPUtime=0 cores=1,3
/proc/21473/stat : 21473 (python) R 21471 21473 19898 0 -1 4202496 813 0 0 0 0 0 0 0 17 0 1 0 886557558 15753216 697 33554432000 4194304 5683644 140737129884976 18446744073709551615 274664806400 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21473/statm: 3846 697 334 364 0 333 0

[startup+0.03233 s]
/proc/loadavg: 4.16 4.17 3.91 5/214 21473
/proc/meminfo: memFree=30484512/32951132 swapFree=67054616/67111528
[pid=21473] ppid=21471 vsize=18884 CPUtime=0.01 cores=1,3
/proc/21473/stat : 21473 (python) R 21471 21473 19898 0 -1 4202496 1284 0 0 0 1 0 0 0 17 0 1 0 886557558 19337216 1135 33554432000 4194304 5683644 140737129884976 18446744073709551615 4509424 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21473/statm: 4721 1135 421 364 0 690 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18884

[startup+0.100299 s]
/proc/loadavg: 4.16 4.17 3.91 5/214 21473
/proc/meminfo: memFree=30484512/32951132 swapFree=67054616/67111528
[pid=21473] ppid=21471 vsize=102012 CPUtime=0.07 cores=1,3
/proc/21473/stat : 21473 (python) S 21471 21473 19898 0 -1 4202496 3028 0 0 0 5 2 0 0 17 0 1 0 886557558 104460288 2718 33554432000 4194304 5683644 140737129884976 18446744073709551615 274664806400 0 2147483391 16781312 2 18446744071699109054 0 0 17 3 0 0 0
/proc/21473/statm: 25503 2718 841 364 0 1803 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 102012

[startup+0.300299 s]
/proc/loadavg: 4.16 4.17 3.91 5/214 21473
/proc/meminfo: memFree=30484512/32951132 swapFree=67054616/67111528
[pid=21473] ppid=21471 vsize=135752 CPUtime=0.2 cores=1,3
/proc/21473/stat : 21473 (python) S 21471 21473 19898 0 -1 4202496 5975 933 1 0 14 6 0 0 17 0 1 0 886557558 139010048 4151 33554432000 4194304 5683644 140737129884976 18446744073709551615 274664804357 0 2147483391 16781312 2 18446744071699855507 0 0 17 1 0 0 0
/proc/21473/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135752

[startup+0.700165 s]
/proc/loadavg: 4.16 4.17 3.91 5/214 21473
/proc/meminfo: memFree=30484512/32951132 swapFree=67054616/67111528
[pid=21473] ppid=21471 vsize=278268 CPUtime=0.46 cores=1,3
/proc/21473/stat : 21473 (python) S 21471 21473 19898 0 -1 4202496 9334 933 1 0 34 12 0 0 16 0 1 0 886557558 284946432 6976 33554432000 4194304 5683644 140737129884976 18446744073709551615 274664806400 0 2147483391 16781312 2 18446744071699109054 0 0 17 1 0 0 0
/proc/21473/statm: 69567 6976 1835 364 0 5491 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 278268

[startup+1.50106 s]
/proc/loadavg: 4.16 4.17 3.91 5/221 21488
/proc/meminfo: memFree=30438964/32951132 swapFree=67054616/67111528
[pid=21473] ppid=21471 vsize=288804 CPUtime=0.48 cores=1,3
/proc/21473/stat : 21473 (python) S 21471 21473 19898 0 -1 4202496 9782 933 1 0 35 13 0 0 17 0 2 0 886557558 295735296 7064 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21473/statm: 72201 7064 1867 364 0 8119 0
[pid=21486] ppid=21473 vsize=278560 CPUtime=0 cores=1,3
/proc/21486/stat : 21486 (python) S 21473 21473 19898 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 886557629 285245440 5547 33554432000 4194304 5683644 140737129884976 18446744073709551615 274664828431 0 0 16781312 514 4462144469885517823 0 0 17 1 0 0 0
/proc/21486/statm: 69640 5547 354 364 0 5558 0
[pid=21488] ppid=21486 vsize=1017800 CPUtime=0.78 cores=1,3
/proc/21488/stat : 21488 (gnovelty+2) R 21486 21488 21488 0 -1 4202496 434 0 0 0 78 0 0 0 21 0 1 0 886557629 1042227200 168 33554432000 134512640 135663704 4288904656 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21488/statm: 254450 168 113 282 0 254166 0
[pid=21473/tid=21487] ppid=21471 vsize=288804 CPUtime=0 cores=1,3
/proc/21473/task/21487/stat : 21487 (python) S 21471 21473 19898 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 2 0 886557629 295735296 7064 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676631985 0 0 16781312 2 18446604471143186496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 1585164

[startup+3.10079 s]
/proc/loadavg: 4.14 4.16 3.91 6/218 21531
/proc/meminfo: memFree=30449220/32951132 swapFree=67054616/67111528
[pid=21473] ppid=21471 vsize=288804 CPUtime=0.48 cores=1,3
/proc/21473/stat : 21473 (python) S 21471 21473 19898 0 -1 4202496 9782 933 1 0 35 13 0 0 17 0 2 0 886557558 295735296 7064 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21473/statm: 72201 7064 1867 364 0 8119 0
[pid=21486] ppid=21473 vsize=278560 CPUtime=0 cores=1,3
/proc/21486/stat : 21486 (python) S 21473 21473 19898 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 886557629 285245440 5547 33554432000 4194304 5683644 140737129884976 18446744073709551615 274664828431 0 0 16781312 514 4462144469885485318 0 0 17 1 0 0 0
/proc/21486/statm: 69640 5547 354 364 0 5558 0
[pid=21488] ppid=21486 vsize=1017800 CPUtime=2.38 cores=1,3
/proc/21488/stat : 21488 (gnovelty+2) R 21486 21488 21488 0 -1 4202496 434 0 0 0 238 0 0 0 25 0 1 0 886557629 1042227200 168 33554432000 134512640 135663704 4288904656 18446744073709551615 134524821 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21488/statm: 254450 168 113 282 0 254166 0
[pid=21473/tid=21487] ppid=21471 vsize=288804 CPUtime=0 cores=1,3
/proc/21473/task/21487/stat : 21487 (python) S 21471 21473 19898 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 2 0 886557629 295735296 7064 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676631985 0 0 16781312 2 18446604471143186496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 1585164

[startup+6.30019 s]
/proc/loadavg: 4.14 4.16 3.91 4/217 21535
/proc/meminfo: memFree=30458460/32951132 swapFree=67054616/67111528
[pid=21473] ppid=21471 vsize=288804 CPUtime=0.48 cores=1,3
/proc/21473/stat : 21473 (python) S 21471 21473 19898 0 -1 4202496 9782 933 1 0 35 13 0 0 17 0 2 0 886557558 295735296 7064 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21473/statm: 72201 7064 1867 364 0 8119 0
[pid=21486] ppid=21473 vsize=278560 CPUtime=0.02 cores=1,3
/proc/21486/stat : 21486 (python) S 21473 21473 19898 0 -1 4202560 875 0 0 0 2 0 0 0 18 0 1 0 886557629 285245440 5569 33554432000 4194304 5683644 140737129884976 18446744073709551615 274664828431 0 0 16781312 514 4462144469885485318 0 0 17 1 0 0 0
/proc/21486/statm: 69640 5569 376 364 0 5558 0
[pid=21488] ppid=21486 vsize=1017800 CPUtime=5.39 cores=1,3
/proc/21488/stat : 21488 (gnovelty+2) R 21486 21488 21488 0 -1 4202496 434 0 0 0 539 0 0 0 25 0 1 0 886557629 1042227200 168 33554432000 134512640 135663704 4288904656 18446744073709551615 134524945 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/21488/statm: 254450 168 113 282 0 254166 0
[pid=21473/tid=21487] ppid=21471 vsize=288804 CPUtime=0 cores=1,3
/proc/21473/task/21487/stat : 21487 (python) S 21471 21473 19898 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 2 0 886557629 295735296 7064 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676631985 0 0 16781312 2 18446604471143186496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 1585164

[startup+12.7011 s]
/proc/loadavg: 4.82 4.31 3.96 5/216 21539
/proc/meminfo: memFree=30456772/32951132 swapFree=67054616/67111528
[pid=21473] ppid=21471 vsize=288804 CPUtime=0.48 cores=1,3
/proc/21473/stat : 21473 (python) S 21471 21473 19898 0 -1 4202496 9782 933 1 0 35 13 0 0 17 0 2 0 886557558 295735296 7064 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21473/statm: 72201 7064 1867 364 0 8119 0
[pid=21486] ppid=21473 vsize=278564 CPUtime=1.27 cores=1,3
/proc/21486/stat : 21486 (python) R 21473 21473 19898 0 -1 4202560 878 0 0 0 72 55 0 0 22 0 1 0 886557629 285249536 5569 33554432000 4194304 5683644 140737129884976 18446744073709551615 274664808192 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/21486/statm: 69641 5569 376 364 0 5559 0
[pid=21488] ppid=21486 vsize=1017800 CPUtime=11.32 cores=1,3
/proc/21488/stat : 21488 (gnovelty+2) R 21486 21488 21488 0 -1 4202496 434 0 0 0 1130 2 0 0 25 0 1 0 886557629 1042227200 168 33554432000 134512640 135663704 4288904656 18446744073709551615 134525513 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/21488/statm: 254450 168 113 282 0 254166 0
[pid=21473/tid=21487] ppid=21471 vsize=288804 CPUtime=0 cores=1,3
/proc/21473/task/21487/stat : 21487 (python) S 21471 21473 19898 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 2 0 886557629 295735296 7064 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676631985 0 0 16781312 2 18446604471143186496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.07
Current children cumulated vsize (KiB) 1585168

[startup+25.5009 s]
/proc/loadavg: 5.38 4.44 4.01 5/221 21626
/proc/meminfo: memFree=30429144/32951132 swapFree=67054616/67111528
[pid=21473] ppid=21471 vsize=288804 CPUtime=0.48 cores=1,3
/proc/21473/stat : 21473 (python) S 21471 21473 19898 0 -1 4202496 9782 933 1 0 35 13 0 0 17 0 2 0 886557558 295735296 7064 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21473/statm: 72201 7064 1867 364 0 8119 0
[pid=21486] ppid=21473 vsize=278560 CPUtime=5.03 cores=1,3
/proc/21486/stat : 21486 (python) S 21473 21473 19898 0 -1 4202560 893 0 0 0 287 216 0 0 18 0 1 0 886557629 285245440 5579 33554432000 4194304 5683644 140737129884976 18446744073709551615 274664828431 0 0 16781312 514 1730173905282236678 0 0 17 1 0 0 0
/proc/21486/statm: 69640 5579 386 364 0 5558 0
[pid=21488] ppid=21486 vsize=1017800 CPUtime=24.04 cores=1,3
/proc/21488/stat : 21488 (gnovelty+2) R 21486 21488 21488 0 -1 4202496 434 0 0 0 2402 2 0 0 25 0 1 0 886557629 1042227200 168 33554432000 134512640 135663704 4288904656 18446744073709551615 134544242 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21488/statm: 254450 168 113 282 0 254166 0
[pid=21473/tid=21487] ppid=21471 vsize=288804 CPUtime=0 cores=1,3
/proc/21473/task/21487/stat : 21487 (python) S 21471 21473 19898 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 2 0 886557629 295735296 7064 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676631985 0 0 16781312 2 18446604471143186496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 29.55
Current children cumulated vsize (KiB) 1585164

[startup+51.1005 s]
/proc/loadavg: 5.61 4.57 4.06 6/221 21673
/proc/meminfo: memFree=30423008/32951132 swapFree=67054616/67111528
[pid=21473] ppid=21471 vsize=288804 CPUtime=0.48 cores=1,3
/proc/21473/stat : 21473 (python) S 21471 21473 19898 0 -1 4202496 9782 933 1 0 35 13 0 0 17 0 2 0 886557558 295735296 7064 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21473/statm: 72201 7064 1867 364 0 8119 0
[pid=21486] ppid=21473 vsize=278560 CPUtime=8.69 cores=1,3
/proc/21486/stat : 21486 (python) S 21473 21473 19898 0 -1 4202560 900 0 0 0 493 376 0 0 18 0 1 0 886557629 285245440 5579 33554432000 4194304 5683644 140737129884976 18446744073709551615 274664828431 0 0 16781312 514 1730173905282236678 0 0 17 1 0 0 0
/proc/21486/statm: 69640 5579 386 364 0 5558 0
[pid=21488] ppid=21486 vsize=1017800 CPUtime=49.57 cores=1,3
/proc/21488/stat : 21488 (gnovelty+2) R 21486 21488 21488 0 -1 4202496 434 0 0 0 4955 2 0 0 25 0 1 0 886557629 1042227200 168 33554432000 134512640 135663704 4288904656 18446744073709551615 134544196 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21488/statm: 254450 168 113 282 0 254166 0
[pid=21473/tid=21487] ppid=21471 vsize=288804 CPUtime=0 cores=1,3
/proc/21473/task/21487/stat : 21487 (python) S 21471 21473 19898 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 2 0 886557629 295735296 7064 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676631985 0 0 16781312 2 18446604471143186496 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 58.74
Current children cumulated vsize (KiB) 1585164

[startup+102.307 s]
/proc/loadavg: 4.73 4.49 4.06 6/212 21862
/proc/meminfo: memFree=30549692/32951132 swapFree=67054616/67111528
[pid=21473] ppid=21471 vsize=299568 CPUtime=0.49 cores=1,3
/proc/21473/stat : 21473 (python) S 21471 21473 19898 0 -1 4202496 10606 933 1 0 36 13 0 0 20 0 3 0 886557558 306757632 7215 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21473/statm: 74892 7215 1870 364 0 10807 0
[pid=21486] ppid=21473 vsize=288804 CPUtime=8.77 cores=1,3
/proc/21486/stat : 21486 (python) S 21473 21473 19898 0 -1 4202560 1153 0 0 0 497 380 0 0 19 0 2 0 886557629 295735296 5623 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21486/statm: 72201 5623 425 364 0 8119 0
[pid=21488] ppid=21486 vsize=1017800 CPUtime=99.77 cores=1,3
/proc/21488/stat : 21488 (gnovelty+2) T 21486 21488 21488 0 -1 4202496 434 0 0 0 9975 2 0 0 25 0 1 0 886557629 1042227200 168 33554432000 134512640 135663704 4288904656 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/21488/statm: 254450 168 113 282 0 254166 0
[pid=21486/tid=21859] ppid=21473 vsize=288804 CPUtime=0 cores=1,3
/proc/21486/task/21859/stat : 21859 (python) S 21473 21473 19898 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 886567694 295735296 5623 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676631985 0 0 16781312 514 18446604471131486400 0 0 -1 3 0 0 0
[pid=21860] ppid=21473 vsize=289324 CPUtime=0 cores=1,3
/proc/21860/stat : 21860 (python) S 21473 21473 19898 0 -1 4202560 747 0 0 0 0 0 0 0 15 0 1 0 886567695 296267776 5689 33554432000 4194304 5683644 140737129884976 18446744073709551615 274664828486 0 0 16781312 514 3928436303082782984 0 0 17 1 0 0 0
/proc/21860/statm: 72331 5689 348 364 0 8246 0
[pid=21862] ppid=21860 vsize=1928 CPUtime=0.93 cores=1,3
/proc/21862/stat : 21862 (march_hi) R 21860 21862 21862 0 -1 4202496 571 0 0 0 93 0 0 0 23 0 1 0 886567695 1974272 307 33554432000 4194304 4955518 140734779604112 18446744073709551615 4224628 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21862/statm: 482 307 104 186 0 295 0
[pid=21473/tid=21487] ppid=21471 vsize=299568 CPUtime=0 cores=1,3
/proc/21473/task/21487/stat : 21487 (python) S 21471 21473 19898 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 3 0 886557629 306757632 7215 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676631985 0 0 16781312 2 18446604471143186496 0 0 -1 1 0 0 0
[pid=21473/tid=21861] ppid=21471 vsize=299568 CPUtime=0 cores=1,3
/proc/21473/task/21861/stat : 21861 (python) S 21471 21473 19898 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 3 0 886567695 306757632 7215 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676631985 0 0 16781312 2 18446604471143186496 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 109.96
Current children cumulated vsize (KiB) 1897424

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

[startup+115.1 s]
/proc/loadavg: 4.91 4.54 4.08 5/212 21862
/proc/meminfo: memFree=30547644/32951132 swapFree=67054616/67111528
[pid=21473] ppid=21471 vsize=299568 CPUtime=0.49 cores=1,3
/proc/21473/stat : 21473 (python) S 21471 21473 19898 0 -1 4202496 10606 933 1 0 36 13 0 0 20 0 3 0 886557558 306757632 7215 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0

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

/proc/21488/stat : 21488 (gnovelty+2) T 21486 21488 21488 0 -1 4202496 434 0 0 0 9975 2 0 0 25 0 1 0 886557629 1042227200 168 33554432000 134512640 135663704 4288904656 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/21488/statm: 254450 168 113 282 0 254166 0
[pid=21486/tid=21859] ppid=21473 vsize=288804 CPUtime=0 cores=1,3
/proc/21486/task/21859/stat : 21859 (python) S 21473 21473 19898 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 886567694 295735296 5623 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676631985 0 0 16781312 514 18446604471131486400 0 0 -1 3 0 0 0
[pid=21860] ppid=21473 vsize=289324 CPUtime=0.01 cores=1,3
/proc/21860/stat : 21860 (python) S 21473 21473 19898 0 -1 4202560 909 0 0 0 1 0 0 0 15 0 1 0 886567695 296267776 5712 33554432000 4194304 5683644 140737129884976 18446744073709551615 274664828486 0 0 16781312 514 3928436303082782984 0 0 17 1 0 0 0
/proc/21860/statm: 72331 5712 371 364 0 8246 0
[pid=21862] ppid=21860 vsize=2200 CPUtime=13.71 cores=1,3
/proc/21862/stat : 21862 (march_hi) R 21860 21862 21862 0 -1 4202496 614 0 0 0 1371 0 0 0 25 0 1 0 886567695 2252800 350 33554432000 4194304 4955518 140734779604112 18446744073709551615 4238422 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21862/statm: 550 350 104 186 0 363 0
[pid=21473/tid=21487] ppid=21471 vsize=299568 CPUtime=0 cores=1,3
/proc/21473/task/21487/stat : 21487 (python) S 21471 21473 19898 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 3 0 886557629 306757632 7215 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676631985 0 0 16781312 2 18446604471143186496 0 0 -1 1 0 0 0
[pid=21473/tid=21861] ppid=21471 vsize=299568 CPUtime=0 cores=1,3
/proc/21473/task/21861/stat : 21861 (python) S 21471 21473 19898 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 3 0 886567695 306757632 7215 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676631985 0 0 16781312 2 18446604471143186496 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 122.75
Current children cumulated vsize (KiB) 1897696

[startup+127.901 s]
/proc/loadavg: 4.71 4.51 4.08 5/212 21863
/proc/meminfo: memFree=30546740/32951132 swapFree=67054616/67111528
[pid=21473] ppid=21471 vsize=299568 CPUtime=0.49 cores=1,3
/proc/21473/stat : 21473 (python) S 21471 21473 19898 0 -1 4202496 10606 933 1 0 36 13 0 0 20 0 3 0 886557558 306757632 7215 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21473/statm: 74892 7215 1870 364 0 10807 0
[pid=21486] ppid=21473 vsize=288804 CPUtime=8.77 cores=1,3
/proc/21486/stat : 21486 (python) S 21473 21473 19898 0 -1 4202560 1153 0 0 0 497 380 0 0 19 0 2 0 886557629 295735296 5623 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21486/statm: 72201 5623 425 364 0 8119 0
[pid=21488] ppid=21486 vsize=1017800 CPUtime=99.77 cores=1,3
/proc/21488/stat : 21488 (gnovelty+2) T 21486 21488 21488 0 -1 4202496 434 0 0 0 9975 2 0 0 25 0 1 0 886557629 1042227200 168 33554432000 134512640 135663704 4288904656 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/21488/statm: 254450 168 113 282 0 254166 0
[pid=21486/tid=21859] ppid=21473 vsize=288804 CPUtime=0 cores=1,3
/proc/21486/task/21859/stat : 21859 (python) S 21473 21473 19898 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 886567694 295735296 5623 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676631985 0 0 16781312 514 18446604471131486400 0 0 -1 3 0 0 0
[pid=21860] ppid=21473 vsize=289324 CPUtime=0.04 cores=1,3
/proc/21860/stat : 21860 (python) S 21473 21473 19898 0 -1 4202560 921 0 0 0 2 2 0 0 15 0 1 0 886567695 296267776 5712 33554432000 4194304 5683644 140737129884976 18446744073709551615 274664828486 0 0 16781312 514 3928436303082782984 0 0 17 1 0 0 0
/proc/21860/statm: 72331 5712 371 364 0 8246 0
[pid=21862] ppid=21860 vsize=2404 CPUtime=26.5 cores=1,3
/proc/21862/stat : 21862 (march_hi) R 21860 21862 21862 0 -1 4202496 673 0 0 0 2650 0 0 0 25 0 1 0 886567695 2461696 409 33554432000 4194304 4955518 140734779604112 18446744073709551615 4209701 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21862/statm: 601 409 104 186 0 414 0
[pid=21473/tid=21487] ppid=21471 vsize=299568 CPUtime=0 cores=1,3
/proc/21473/task/21487/stat : 21487 (python) S 21471 21473 19898 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 3 0 886557629 306757632 7215 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676631985 0 0 16781312 2 18446604471143186496 0 0 -1 1 0 0 0
[pid=21473/tid=21861] ppid=21471 vsize=299568 CPUtime=0 cores=1,3
/proc/21473/task/21861/stat : 21861 (python) S 21471 21473 19898 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 3 0 886567695 306757632 7215 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676631985 0 0 16781312 2 18446604471143186496 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 135.57
Current children cumulated vsize (KiB) 1897900

[startup+134.301 s]
/proc/loadavg: 4.65 4.50 4.08 5/212 21864
/proc/meminfo: memFree=30545140/32951132 swapFree=67054616/67111528
[pid=21473] ppid=21471 vsize=299568 CPUtime=0.49 cores=1,3
/proc/21473/stat : 21473 (python) S 21471 21473 19898 0 -1 4202496 10606 933 1 0 36 13 0 0 20 0 3 0 886557558 306757632 7215 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21473/statm: 74892 7215 1870 364 0 10807 0
[pid=21486] ppid=21473 vsize=288804 CPUtime=8.77 cores=1,3
/proc/21486/stat : 21486 (python) S 21473 21473 19898 0 -1 4202560 1153 0 0 0 497 380 0 0 19 0 2 0 886557629 295735296 5623 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21486/statm: 72201 5623 425 364 0 8119 0
[pid=21488] ppid=21486 vsize=1017800 CPUtime=99.77 cores=1,3
/proc/21488/stat : 21488 (gnovelty+2) T 21486 21488 21488 0 -1 4202496 434 0 0 0 9975 2 0 0 25 0 1 0 886557629 1042227200 168 33554432000 134512640 135663704 4288904656 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/21488/statm: 254450 168 113 282 0 254166 0
[pid=21486/tid=21859] ppid=21473 vsize=288804 CPUtime=0 cores=1,3
/proc/21486/task/21859/stat : 21859 (python) S 21473 21473 19898 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 886567694 295735296 5623 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676631985 0 0 16781312 514 18446604471131486400 0 0 -1 3 0 0 0
[pid=21860] ppid=21473 vsize=289324 CPUtime=0.05 cores=1,3
/proc/21860/stat : 21860 (python) S 21473 21473 19898 0 -1 4202560 932 0 0 0 3 2 0 0 15 0 1 0 886567695 296267776 5712 33554432000 4194304 5683644 140737129884976 18446744073709551615 274664828486 0 0 16781312 514 3928436303082782984 0 0 17 1 0 0 0
/proc/21860/statm: 72331 5712 371 364 0 8246 0
[pid=21862] ppid=21860 vsize=2504 CPUtime=32.89 cores=1,3
/proc/21862/stat : 21862 (march_hi) R 21860 21862 21862 0 -1 4202496 691 0 0 0 3289 0 0 0 25 0 1 0 886567695 2564096 427 33554432000 4194304 4955518 140734779604112 18446744073709551615 4224687 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21862/statm: 626 427 104 186 0 439 0
[pid=21473/tid=21487] ppid=21471 vsize=299568 CPUtime=0 cores=1,3
/proc/21473/task/21487/stat : 21487 (python) S 21471 21473 19898 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 3 0 886557629 306757632 7215 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676631985 0 0 16781312 2 18446604471143186496 0 0 -1 1 0 0 0
[pid=21473/tid=21861] ppid=21471 vsize=299568 CPUtime=0 cores=1,3
/proc/21473/task/21861/stat : 21861 (python) S 21471 21473 19898 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 3 0 886567695 306757632 7215 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676631985 0 0 16781312 2 18446604471143186496 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 141.97
Current children cumulated vsize (KiB) 1898000

[startup+135.901 s]
/proc/loadavg: 4.65 4.50 4.08 5/212 21864
/proc/meminfo: memFree=30545140/32951132 swapFree=67054616/67111528
[pid=21473] ppid=21471 vsize=299568 CPUtime=0.49 cores=1,3
/proc/21473/stat : 21473 (python) S 21471 21473 19898 0 -1 4202496 10606 933 1 0 36 13 0 0 20 0 3 0 886557558 306757632 7215 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21473/statm: 74892 7215 1870 364 0 10807 0
[pid=21486] ppid=21473 vsize=288804 CPUtime=8.77 cores=1,3
/proc/21486/stat : 21486 (python) S 21473 21473 19898 0 -1 4202560 1153 0 0 0 497 380 0 0 19 0 2 0 886557629 295735296 5623 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21486/statm: 72201 5623 425 364 0 8119 0
[pid=21488] ppid=21486 vsize=1017800 CPUtime=99.77 cores=1,3
/proc/21488/stat : 21488 (gnovelty+2) T 21486 21488 21488 0 -1 4202496 434 0 0 0 9975 2 0 0 25 0 1 0 886557629 1042227200 168 33554432000 134512640 135663704 4288904656 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/21488/statm: 254450 168 113 282 0 254166 0
[pid=21486/tid=21859] ppid=21473 vsize=288804 CPUtime=0 cores=1,3
/proc/21486/task/21859/stat : 21859 (python) S 21473 21473 19898 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 886567694 295735296 5623 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676631985 0 0 16781312 514 18446604471131486400 0 0 -1 3 0 0 0
[pid=21860] ppid=21473 vsize=289324 CPUtime=0.05 cores=1,3
/proc/21860/stat : 21860 (python) S 21473 21473 19898 0 -1 4202560 935 0 0 0 3 2 0 0 15 0 1 0 886567695 296267776 5712 33554432000 4194304 5683644 140737129884976 18446744073709551615 274664828486 0 0 16781312 514 3928436303082782984 0 0 17 1 0 0 0
/proc/21860/statm: 72331 5712 371 364 0 8246 0
[pid=21862] ppid=21860 vsize=2504 CPUtime=34.49 cores=1,3
/proc/21862/stat : 21862 (march_hi) R 21860 21862 21862 0 -1 4202496 699 0 0 0 3449 0 0 0 25 0 1 0 886567695 2564096 435 33554432000 4194304 4955518 140734779604112 18446744073709551615 4209776 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/21862/statm: 626 435 104 186 0 439 0
[pid=21473/tid=21487] ppid=21471 vsize=299568 CPUtime=0 cores=1,3
/proc/21473/task/21487/stat : 21487 (python) S 21471 21473 19898 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 3 0 886557629 306757632 7215 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676631985 0 0 16781312 2 18446604471143186496 0 0 -1 1 0 0 0
[pid=21473/tid=21861] ppid=21471 vsize=299568 CPUtime=0 cores=1,3
/proc/21473/task/21861/stat : 21861 (python) S 21471 21473 19898 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 3 0 886567695 306757632 7215 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676631985 0 0 16781312 2 18446604471143186496 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 143.57
Current children cumulated vsize (KiB) 1898000

[startup+137.506 s]
/proc/loadavg: 4.60 4.49 4.08 5/212 21864
/proc/meminfo: memFree=30544892/32951132 swapFree=67054616/67111528
[pid=21473] ppid=21471 vsize=299568 CPUtime=0.49 cores=1,3
/proc/21473/stat : 21473 (python) S 21471 21473 19898 0 -1 4202496 10606 933 1 0 36 13 0 0 20 0 3 0 886557558 306757632 7215 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21473/statm: 74892 7215 1870 364 0 10807 0
[pid=21486] ppid=21473 vsize=288804 CPUtime=8.77 cores=1,3
/proc/21486/stat : 21486 (python) S 21473 21473 19898 0 -1 4202560 1153 0 0 0 497 380 0 0 19 0 2 0 886557629 295735296 5623 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21486/statm: 72201 5623 425 364 0 8119 0
[pid=21488] ppid=21486 vsize=1017800 CPUtime=99.77 cores=1,3
/proc/21488/stat : 21488 (gnovelty+2) T 21486 21488 21488 0 -1 4202496 434 0 0 0 9975 2 0 0 25 0 1 0 886557629 1042227200 168 33554432000 134512640 135663704 4288904656 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/21488/statm: 254450 168 113 282 0 254166 0
[pid=21486/tid=21859] ppid=21473 vsize=288804 CPUtime=0 cores=1,3
/proc/21486/task/21859/stat : 21859 (python) S 21473 21473 19898 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 886567694 295735296 5623 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676631985 0 0 16781312 514 18446604471131486400 0 0 -1 3 0 0 0
[pid=21860] ppid=21473 vsize=289324 CPUtime=0.05 cores=1,3
/proc/21860/stat : 21860 (python) S 21473 21473 19898 0 -1 4202560 937 0 0 0 3 2 0 0 15 0 1 0 886567695 296267776 5712 33554432000 4194304 5683644 140737129884976 18446744073709551615 274664828486 0 0 16781312 514 3928436303082782984 0 0 17 1 0 0 0
/proc/21860/statm: 72331 5712 371 364 0 8246 0
[pid=21862] ppid=21860 vsize=2656 CPUtime=36.09 cores=1,3
/proc/21862/stat : 21862 (march_hi) R 21860 21862 21862 0 -1 4202496 705 0 0 0 3609 0 0 0 25 0 1 0 886567695 2719744 441 33554432000 4194304 4955518 140734779604112 18446744073709551615 4227732 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21862/statm: 664 441 104 186 0 477 0
[pid=21473/tid=21487] ppid=21471 vsize=299568 CPUtime=0 cores=1,3
/proc/21473/task/21487/stat : 21487 (python) S 21471 21473 19898 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 3 0 886557629 306757632 7215 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676631985 0 0 16781312 2 18446604471143186496 0 0 -1 1 0 0 0
[pid=21473/tid=21861] ppid=21471 vsize=299568 CPUtime=0 cores=1,3
/proc/21473/task/21861/stat : 21861 (python) S 21471 21473 19898 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 3 0 886567695 306757632 7215 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676631985 0 0 16781312 2 18446604471143186496 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 145.17
Current children cumulated vsize (KiB) 1898152

[startup+138.3 s]
/proc/loadavg: 4.60 4.49 4.08 5/212 21864
/proc/meminfo: memFree=30544892/32951132 swapFree=67054616/67111528
[pid=21473] ppid=21471 vsize=299568 CPUtime=0.49 cores=1,3
/proc/21473/stat : 21473 (python) S 21471 21473 19898 0 -1 4202496 10606 933 1 0 36 13 0 0 20 0 3 0 886557558 306757632 7215 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21473/statm: 74892 7215 1870 364 0 10807 0
[pid=21486] ppid=21473 vsize=288804 CPUtime=8.77 cores=1,3
/proc/21486/stat : 21486 (python) S 21473 21473 19898 0 -1 4202560 1153 0 0 0 497 380 0 0 19 0 2 0 886557629 295735296 5623 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21486/statm: 72201 5623 425 364 0 8119 0
[pid=21488] ppid=21486 vsize=1017800 CPUtime=99.77 cores=1,3
/proc/21488/stat : 21488 (gnovelty+2) T 21486 21488 21488 0 -1 4202496 434 0 0 0 9975 2 0 0 25 0 1 0 886557629 1042227200 168 33554432000 134512640 135663704 4288904656 18446744073709551615 134545619 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/21488/statm: 254450 168 113 282 0 254166 0
[pid=21486/tid=21859] ppid=21473 vsize=288804 CPUtime=0 cores=1,3
/proc/21486/task/21859/stat : 21859 (python) S 21473 21473 19898 0 -1 4202560 43 0 0 0 0 0 0 0 19 0 2 0 886567694 295735296 5623 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676631985 0 0 16781312 514 18446604471131486400 0 0 -1 3 0 0 0
[pid=21860] ppid=21473 vsize=289324 CPUtime=0.05 cores=1,3
/proc/21860/stat : 21860 (python) S 21473 21473 19898 0 -1 4202560 939 0 0 0 3 2 0 0 15 0 1 0 886567695 296267776 5712 33554432000 4194304 5683644 140737129884976 18446744073709551615 274664828486 0 0 16781312 514 3928436303082782984 0 0 17 1 0 0 0
/proc/21860/statm: 72331 5712 371 364 0 8246 0
[pid=21862] ppid=21860 vsize=2656 CPUtime=36.88 cores=1,3
/proc/21862/stat : 21862 (march_hi) R 21860 21862 21862 0 -1 4202496 709 0 0 0 3688 0 0 0 25 0 1 0 886567695 2719744 445 33554432000 4194304 4955518 140734779604112 18446744073709551615 4286687 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21862/statm: 664 445 104 186 0 477 0
[pid=21473/tid=21487] ppid=21471 vsize=299568 CPUtime=0 cores=1,3
/proc/21473/task/21487/stat : 21487 (python) S 21471 21473 19898 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 3 0 886557629 306757632 7215 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676631985 0 0 16781312 2 18446604471143186496 0 0 -1 1 0 0 0
[pid=21473/tid=21861] ppid=21471 vsize=299568 CPUtime=0 cores=1,3
/proc/21473/task/21861/stat : 21861 (python) S 21471 21473 19898 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 3 0 886567695 306757632 7215 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676631985 0 0 16781312 2 18446604471143186496 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 145.96
Current children cumulated vsize (KiB) 1898152

[startup+138.701 s]
/proc/loadavg: 4.60 4.49 4.08 5/212 21864
/proc/meminfo: memFree=30544644/32951132 swapFree=67054616/67111528
[pid=21473] ppid=21471 vsize=299568 CPUtime=0.49 cores=1,3
/proc/21473/stat : 21473 (python) S 21471 21473 19898 0 -1 4202496 10637 933 1 0 36 13 0 0 18 0 3 0 886557558 306757632 7215 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676638527 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21473/statm: 74892 7215 1870 364 0 10807 0
[pid=21486] ppid=21473 vsize=0 CPUtime=108.54 cores=1,3
/proc/21486/stat : 21486 (python) R 21473 21473 19898 0 -1 4202564 1173 434 0 0 497 380 9975 2 18 0 1 0 886557629 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21486/statm: 0 0 0 0 0 0 0
[pid=21860] ppid=21473 vsize=0 CPUtime=37.34 cores=1,3
/proc/21860/stat : 21860 (python) Z 21473 21473 19898 0 -1 4202588 1178 713 0 0 4 2 3728 0 16 0 1 0 886567695 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21860/statm: 0 0 0 0 0 0 0
[pid=21473/tid=21487] ppid=21471 vsize=299568 CPUtime=0 cores=1,3
/proc/21473/task/21487/stat : 21487 (python) S 21471 21473 19898 0 -1 4202560 28 933 0 0 0 0 0 0 18 0 3 0 886557629 306757632 7215 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676631985 0 0 16781312 2 18446604471143186496 0 0 -1 1 0 0 0
[pid=21473/tid=21861] ppid=21471 vsize=299568 CPUtime=0 cores=1,3
/proc/21473/task/21861/stat : 21861 (python) S 21471 21473 19898 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 3 0 886567695 306757632 7215 33554432000 4194304 5683644 140737129884976 18446744073709551615 274676631985 0 0 16781312 2 18446604471143186496 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 146.37
Current children cumulated vsize (KiB) 299568

Child status: 0
Real time (s): 138.721
CPU time (s): 146.434
CPU user time (s): 142.436
CPU system time (s): 3.99739
CPU usage (%): 105.56
Max. virtual memory (cumulated for all children) (KiB): 1898152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 142.436
system time used= 3.99739
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19393
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= 7982
involuntary context switches= 1752

runsolver used 0.242963 second user time and 0.535918 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-11 01:46:19
IDJOB=3484421
IDBENCH=82932
IDSOLVER=1975
FILE ID=node131/3484421-1307749579
RUNJOBID= node131-1307747008-19918
PBS_JOBID= 13550827
Free space on /tmp= 73988 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed, 1200 s timeout)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S549184435-037.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-3484421-1307749579/watcher-3484421-1307749579 -o /tmp/evaluation-result-3484421-1307749579/solver-3484421-1307749579 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3484421-1307749579.cnf -seed 1824490198 -budget 1200

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

MD5SUM BENCH= ab99d3f634575de78557b69bc7096528
RANDOM SEED=1824490198

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.77
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.830
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.830
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.830
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:     32951132 kB
MemFree:      30485188 kB
Buffers:        255628 kB
Cached:        1689352 kB
SwapCached:       9824 kB
Active:         806760 kB
Inactive:      1400224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      30485188 kB
SwapTotal:    67111528 kB
SwapFree:     67054616 kB
Dirty:           63492 kB
Writeback:          32 kB
AnonPages:      260100 kB
Mapped:          20684 kB
Slab:           188140 kB
PageTables:      10720 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  4952836 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73944 MiB
End job on node131 at 2011-06-11 01:48:38