Trace number 3317443

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-random? (TO) 4800.26 1203.96

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S1720013904-060.UNKNOWN.cnf
MD5SUMbb08468cf0220e53f83e89f3d31d3696
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 variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.31/0.69	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.69	c INFO: solving HOME/instance-3317443-1304269727.cnf
0.31/0.69	c INFO: computing task features
0.31/0.70	c INFO: computed variable-clause graph statistics
0.31/0.70	c INFO: computed clause balance statistics
0.38/0.74	c INFO: computed variable balance statistics
0.38/0.78	c INFO: computed small-clause counts
0.38/0.78	c INFO: computed Horn-clause counts
0.38/0.78	c INFO: computed variable graph statistics
0.38/0.78	c INFO: collected features for HOME/instance-3317443-1304269727.cnf in 0.10 s
0.48/0.81	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.58)
0.48/0.84	c INFO: running march_hi@0 for 194 with 4799 remaining (b = 0.17)
0.48/0.87	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.07)
0.57/0.90	c INFO: running march_hi@0 for 388 with 4799 remaining (b = 0.27)
400.19/101.02	c INFO: running march_hi@0 for 485 with 4699 remaining (b = 0.28)
400.60/101.11	c INFO: running march_hi@0 for 485 with 4699 remaining (b = 0.25)
791.76/199.14	c INFO: running march_hi@0 for 291 with 4601 remaining (b = 0.16)
1568.54/393.73	c INFO: running march_hi@100 for 97 with 4406 remaining (b = 0.06)
1956.12/490.86	c INFO: running march_hi@196 for 194 with 4309 remaining (b = 0.13)
1957.70/491.21	c INFO: running march_hi@390 for 97 with 4309 remaining (b = 0.08)
2347.29/588.85	c INFO: running march_hi@486 for 97 with 4211 remaining (b = 0.06)
2349.30/589.39	c INFO: running march_hi@99 for 97 with 4211 remaining (b = 0.06)
2360.88/592.24	c INFO: running march_hi@197 for 194 with 4208 remaining (b = 0.13)
2738.08/686.79	c INFO: running march_hi@589 for 97 with 4113 remaining (b = 0.08)
2743.66/688.16	c INFO: running march_hi@0 for 485 with 4112 remaining (b = 0.23)
2744.01/688.29	c INFO: running march_hi@486 for 97 with 4112 remaining (b = 0.05)
3122.42/783.08	c INFO: running march_hi@0 for 388 with 4017 remaining (b = 0.17)
3129.55/784.81	c INFO: running march_hi@294 for 97 with 4015 remaining (b = 0.06)
3133.15/785.71	c INFO: running march_hi@974 for 1164 with 4014 remaining (b = 0.43)
3529.02/884.94	c INFO: running march_hi@393 for 97 with 3915 remaining (b = 0.05)
3905.33/979.22	c INFO: running kcnfs-2006@0 for 582 with 3821 remaining (b = 0.23)
4687.11/1175.60	c INFO: running march_hi@196 for 194 with 3625 remaining (b = 0.10)
4691.91/1176.77	c INFO: running march_hi@191 for 291 with 3623 remaining (b = 0.12)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3317443-1304269727/watcher-3317443-1304269727 -o /tmp/evaluation-result-3317443-1304269727/solver-3317443-1304269727 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317443-1304269727.cnf -seed 914171939 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 8.93 9.14 8.35 6/288 30210
/proc/meminfo: memFree=28881228/32951124 swapFree=67111348/67111528
[pid=30210] ppid=30208 vsize=15768 CPUtime=0 cores=0,2,4,6
/proc/30210/stat : 30210 (python) S 30208 30210 29287 0 -1 4202496 845 0 0 0 0 0 0 0 17 0 1 0 519388043 16146432 728 33554432000 4194304 5683644 140736011695232 18446744073709551615 254261614592 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/30210/statm: 3942 728 334 364 0 429 0

[startup+0.047147 s]
/proc/loadavg: 8.93 9.14 8.35 6/288 30210
/proc/meminfo: memFree=28881228/32951124 swapFree=67111348/67111528
[pid=30210] ppid=30208 vsize=18888 CPUtime=0.02 cores=0,2,4,6
/proc/30210/stat : 30210 (python) R 30208 30210 29287 0 -1 4202496 1288 0 0 0 2 0 0 0 17 0 1 0 519388043 19341312 1141 33554432000 4194304 5683644 140736011695232 18446744073709551615 4429297 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/30210/statm: 4722 1141 421 364 0 691 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18888

[startup+0.10125 s]
/proc/loadavg: 8.93 9.14 8.35 6/288 30210
/proc/meminfo: memFree=28881228/32951124 swapFree=67111348/67111528
[pid=30210] ppid=30208 vsize=91832 CPUtime=0.06 cores=0,2,4,6
/proc/30210/stat : 30210 (python) S 30208 30210 29287 0 -1 4202496 2678 0 0 0 5 1 0 0 17 0 1 0 519388043 94035968 2394 33554432000 4194304 5683644 140736011695232 18446744073709551615 254261614592 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/30210/statm: 22958 2394 755 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 91832

[startup+0.301086 s]
/proc/loadavg: 8.93 9.14 8.35 6/288 30210
/proc/meminfo: memFree=28881228/32951124 swapFree=67111348/67111528
[pid=30210] ppid=30208 vsize=135752 CPUtime=0.16 cores=0,2,4,6
/proc/30210/stat : 30210 (python) S 30208 30210 29287 0 -1 4202496 5961 936 1 0 12 4 0 0 18 0 1 0 519388043 139010048 4151 33554432000 4194304 5683644 140736011695232 18446744073709551615 254261612549 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/30210/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 135752

[startup+0.707004 s]
/proc/loadavg: 8.93 9.14 8.35 6/288 30210
/proc/meminfo: memFree=28881228/32951124 swapFree=67111348/67111528
[pid=30210] ppid=30208 vsize=278456 CPUtime=0.38 cores=0,2,4,6
/proc/30210/stat : 30210 (python) R 30208 30210 29287 0 -1 4202496 9351 936 1 0 28 10 0 0 17 0 1 0 519388043 285138944 7021 33554432000 4194304 5683644 140736011695232 18446744073709551615 46987519188394 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/30210/statm: 69614 7021 1826 364 0 5538 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 278456

[startup+1.50082 s]
/proc/loadavg: 8.93 9.14 8.35 11/301 30227
/proc/meminfo: memFree=28841668/32951124 swapFree=67111348/67111528
[pid=30210] ppid=30208 vsize=320300 CPUtime=0.58 cores=0,2,4,6
/proc/30210/stat : 30210 (python) S 30208 30210 29287 0 -1 4202496 12329 936 1 0 47 11 0 0 25 0 5 0 519388043 327987200 7271 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/30210/statm: 80075 7271 1881 364 0 15984 0
[pid=30216] ppid=30210 vsize=278624 CPUtime=0 cores=0,2,4,6
/proc/30216/stat : 30216 (python) S 30210 30210 29287 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 519388125 285310976 5582 33554432000 4194304 5683644 140736011695232 18446744073709551615 254261636623 0 0 16781312 514 4344820531887865855 0 0 17 0 0 0 0
/proc/30216/statm: 69656 5582 354 364 0 5574 0
[pid=30218] ppid=30216 vsize=1017932 CPUtime=0.67 cores=0,2,4,6
/proc/30218/stat : 30218 (gnovelty+2) R 30216 30218 30218 0 -1 4202496 452 0 0 0 67 0 0 0 21 0 1 0 519388125 1042362368 184 33554432000 134512640 135663704 4292763248 18446744073709551615 134525506 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/30218/statm: 254483 184 113 282 0 254199 0
[pid=30219] ppid=30210 vsize=289376 CPUtime=0 cores=0,2,4,6
/proc/30219/stat : 30219 (python) S 30210 30210 29287 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 519388128 296321024 5701 33554432000 4194304 5683644 140736011695232 18446744073709551615 254261636678 0 0 16781312 514 4738851139544383748 0 0 17 4 0 0 0
/proc/30219/statm: 72344 5701 348 364 0 8259 0
[pid=30221] ppid=30219 vsize=2608 CPUtime=0.64 cores=0,2,4,6
/proc/30221/stat : 30221 (march_hi) R 30219 30221 30221 0 -1 4202496 709 0 0 0 64 0 0 0 24 0 1 0 519388128 2670592 446 33554432000 4194304 4955518 140735113322608 18446744073709551615 4227116 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/30221/statm: 652 446 104 186 0 465 0
[pid=30222] ppid=30210 vsize=299260 CPUtime=0 cores=0,2,4,6
/proc/30222/stat : 30222 (python) S 30210 30210 29287 0 -1 4202560 754 0 0 0 0 0 0 0 22 0 1 0 519388131 306442240 5609 33554432000 4194304 5683644 140736011695232 18446744073709551615 254261636678 0 0 16781312 514 4465939709146693631 0 0 17 0 0 0 0
/proc/30222/statm: 74815 5609 348 364 0 10727 0
[pid=30224] ppid=30222 vsize=1017932 CPUtime=0.61 cores=0,2,4,6
/proc/30224/stat : 30224 (gnovelty+2) R 30222 30224 30224 0 -1 4202496 452 0 0 0 61 0 0 0 25 0 1 0 519388131 1042362368 185 33554432000 134512640 135663704 4292587344 18446744073709551615 134525358 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/30224/statm: 254483 185 113 282 0 254199 0
[pid=30225] ppid=30210 vsize=310056 CPUtime=0 cores=0,2,4,6
/proc/30225/stat : 30225 (python) S 30210 30210 29287 0 -1 4202560 769 0 0 0 0 0 0 0 22 0 1 0 519388134 317497344 5734 33554432000 4194304 5683644 140736011695232 18446744073709551615 254261636678 0 0 16781312 514 5353196664494457091 0 0 17 6 0 0 0
/proc/30225/statm: 77514 5734 348 364 0 13423 0
[pid=30227] ppid=30225 vsize=2608 CPUtime=0.57 cores=0,2,4,6
/proc/30227/stat : 30227 (march_hi) R 30225 30227 30227 0 -1 4202496 706 0 0 0 57 0 0 0 25 0 1 0 519388134 2670592 442 33554432000 4194304 4955518 140737038188464 18446744073709551615 4210606 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/30227/statm: 652 442 104 186 0 465 0
[pid=30210/tid=30217] ppid=30208 vsize=320300 CPUtime=0 cores=0,2,4,6
/proc/30210/task/30217/stat : 30217 (python) S 30208 30210 29287 0 -1 4202560 25 936 0 0 0 0 0 0 19 0 5 0 519388125 327987200 7271 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273440177 0 0 16781312 2 18446604443201284160 0 0 -1 6 0 0 0
[pid=30210/tid=30220] ppid=30208 vsize=320300 CPUtime=0 cores=0,2,4,6
/proc/30210/task/30220/stat : 30220 (python) S 30208 30210 29287 0 -1 4202560 20 936 0 0 0 0 0 0 21 0 5 0 519388128 327987200 7271 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273440177 0 0 16781312 2 18446604443201284160 0 0 -1 6 0 0 0
[pid=30210/tid=30223] ppid=30208 vsize=320300 CPUtime=0 cores=0,2,4,6
/proc/30210/task/30223/stat : 30223 (python) S 30208 30210 29287 0 -1 4202560 24 936 0 0 0 0 0 0 23 0 5 0 519388131 327987200 7271 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273440177 0 0 16781312 2 18446604443201284160 0 0 -1 6 0 0 0
[pid=30210/tid=30226] ppid=30208 vsize=320300 CPUtime=0 cores=0,2,4,6
/proc/30210/task/30226/stat : 30226 (python) S 30208 30210 29287 0 -1 4202560 28 936 0 0 0 0 0 0 25 0 5 0 519388134 327987200 7271 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273440177 0 0 16781312 2 18446604443201284160 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 3538696

[startup+3.10054 s]
/proc/loadavg: 8.93 9.14 8.35 10/301 30227
/proc/meminfo: memFree=28840056/32951124 swapFree=67111348/67111528
[pid=30210] ppid=30208 vsize=320300 CPUtime=0.58 cores=0,2,4,6
/proc/30210/stat : 30210 (python) S 30208 30210 29287 0 -1 4202496 12329 936 1 0 47 11 0 0 25 0 5 0 519388043 327987200 7271 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/30210/statm: 80075 7271 1881 364 0 15984 0
[pid=30216] ppid=30210 vsize=278624 CPUtime=0 cores=0,2,4,6
/proc/30216/stat : 30216 (python) S 30210 30210 29287 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 519388125 285310976 5582 33554432000 4194304 5683644 140736011695232 18446744073709551615 254261636623 0 0 16781312 514 4344820531887833346 0 0 17 0 0 0 0
/proc/30216/statm: 69656 5582 354 364 0 5574 0
[pid=30218] ppid=30216 vsize=1017932 CPUtime=2.27 cores=0,2,4,6
/proc/30218/stat : 30218 (gnovelty+2) R 30216 30218 30218 0 -1 4202496 452 0 0 0 227 0 0 0 25 0 1 0 519388125 1042362368 184 33554432000 134512640 135663704 4292763248 18446744073709551615 134524534 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/30218/statm: 254483 184 113 282 0 254199 0
[pid=30219] ppid=30210 vsize=289376 CPUtime=0 cores=0,2,4,6
/proc/30219/stat : 30219 (python) S 30210 30210 29287 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 519388128 296321024 5701 33554432000 4194304 5683644 140736011695232 18446744073709551615 254261636678 0 0 16781312 514 4738851139544383748 0 0 17 4 0 0 0
/proc/30219/statm: 72344 5701 348 364 0 8259 0
[pid=30221] ppid=30219 vsize=2928 CPUtime=2.24 cores=0,2,4,6
/proc/30221/stat : 30221 (march_hi) R 30219 30221 30221 0 -1 4202496 779 0 0 0 224 0 0 0 25 0 1 0 519388128 2998272 516 33554432000 4194304 4955518 140735113322608 18446744073709551615 4227747 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/30221/statm: 732 516 104 186 0 545 0
[pid=30222] ppid=30210 vsize=299260 CPUtime=0 cores=0,2,4,6
/proc/30222/stat : 30222 (python) S 30210 30210 29287 0 -1 4202560 754 0 0 0 0 0 0 0 18 0 1 0 519388131 306442240 5609 33554432000 4194304 5683644 140736011695232 18446744073709551615 254261636678 0 0 16781312 514 4465939709146661122 0 0 17 0 0 0 0
/proc/30222/statm: 74815 5609 348 364 0 10727 0
[pid=30224] ppid=30222 vsize=1017932 CPUtime=2.21 cores=0,2,4,6
/proc/30224/stat : 30224 (gnovelty+2) R 30222 30224 30224 0 -1 4202496 452 0 0 0 221 0 0 0 25 0 1 0 519388131 1042362368 185 33554432000 134512640 135663704 4292587344 18446744073709551615 134524744 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/30224/statm: 254483 185 113 282 0 254199 0
[pid=30225] ppid=30210 vsize=310056 CPUtime=0 cores=0,2,4,6
/proc/30225/stat : 30225 (python) S 30210 30210 29287 0 -1 4202560 769 0 0 0 0 0 0 0 15 0 1 0 519388134 317497344 5734 33554432000 4194304 5683644 140736011695232 18446744073709551615 254261636678 0 0 16781312 514 5353196664494457091 0 0 17 6 0 0 0
/proc/30225/statm: 77514 5734 348 364 0 13423 0
[pid=30227] ppid=30225 vsize=2928 CPUtime=2.16 cores=0,2,4,6
/proc/30227/stat : 30227 (march_hi) R 30225 30227 30227 0 -1 4202496 776 0 0 0 216 0 0 0 25 0 1 0 519388134 2998272 512 33554432000 4194304 4955518 140737038188464 18446744073709551615 4284690 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/30227/statm: 732 512 104 186 0 545 0
[pid=30210/tid=30217] ppid=30208 vsize=320300 CPUtime=0 cores=0,2,4,6
/proc/30210/task/30217/stat : 30217 (python) S 30208 30210 29287 0 -1 4202560 25 936 0 0 0 0 0 0 19 0 5 0 519388125 327987200 7271 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273440177 0 0 16781312 2 18446604443201284160 0 0 -1 6 0 0 0
[pid=30210/tid=30220] ppid=30208 vsize=320300 CPUtime=0 cores=0,2,4,6
/proc/30210/task/30220/stat : 30220 (python) S 30208 30210 29287 0 -1 4202560 20 936 0 0 0 0 0 0 21 0 5 0 519388128 327987200 7271 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273440177 0 0 16781312 2 18446604443201284160 0 0 -1 6 0 0 0
[pid=30210/tid=30223] ppid=30208 vsize=320300 CPUtime=0 cores=0,2,4,6
/proc/30210/task/30223/stat : 30223 (python) S 30208 30210 29287 0 -1 4202560 24 936 0 0 0 0 0 0 23 0 5 0 519388131 327987200 7271 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273440177 0 0 16781312 2 18446604443201284160 0 0 -1 6 0 0 0
[pid=30210/tid=30226] ppid=30208 vsize=320300 CPUtime=0 cores=0,2,4,6
/proc/30210/task/30226/stat : 30226 (python) S 30208 30210 29287 0 -1 4202560 28 936 0 0 0 0 0 0 25 0 5 0 519388134 327987200 7271 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273440177 0 0 16781312 2 18446604443201284160 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 9.46
Current children cumulated vsize (KiB) 3539336

[startup+6.30097 s]
/proc/loadavg: 9.02 9.15 8.36 10/301 30227
/proc/meminfo: memFree=28837088/32951124 swapFree=67111348/67111528
[pid=30210] ppid=30208 vsize=320300 CPUtime=0.58 cores=0,2,4,6
/proc/30210/stat : 30210 (python) S 30208 30210 29287 0 -1 4202496 12329 936 1 0 47 11 0 0 25 0 5 0 519388043 327987200 7271 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/30210/statm: 80075 7271 1881 364 0 15984 0
[pid=30216] ppid=30210 vsize=278624 CPUtime=0 cores=0,2,4,6
/proc/30216/stat : 30216 (python) S 30210 30210 29287 0 -1 4202560 902 0 0 0 0 0 0 0 18 0 1 0 519388125 285310976 5604 33554432000 4194304 5683644 140736011695232 18446744073709551615 254261636623 0 0 16781312 514 4344820531887833346 0 0 17 0 0 0 0
/proc/30216/statm: 69656 5604 376 364 0 5574 0
[pid=30218] ppid=30216 vsize=1017932 CPUtime=5.46 cores=0,2,4,6
/proc/30218/stat : 30218 (gnovelty+2) R 30216 30218 30218 0 -1 4202496 452 0 0 0 546 0 0 0 25 0 1 0 519388125 1042362368 184 33554432000 134512640 135663704 4292763248 18446744073709551615 134547151 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/30218/statm: 254483 184 113 282 0 254199 0
[pid=30219] ppid=30210 vsize=289376 CPUtime=0 cores=0,2,4,6
/proc/30219/stat : 30219 (python) S 30210 30210 29287 0 -1 4202560 906 0 0 0 0 0 0 0 15 0 1 0 519388128 296321024 5724 33554432000 4194304 5683644 140736011695232 18446744073709551615 254261636678 0 0 16781312 514 4738851139544383748 0 0 17 4 0 0 0
/proc/30219/statm: 72344 5724 371 364 0 8259 0
[pid=30221] ppid=30219 vsize=3636 CPUtime=5.42 cores=0,2,4,6
/proc/30221/stat : 30221 (march_hi) R 30219 30221 30221 0 -1 4202496 927 0 0 0 542 0 0 0 25 0 1 0 519388128 3723264 664 33554432000 4194304 4955518 140735113322608 18446744073709551615 4224648 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/30221/statm: 909 664 104 186 0 722 0
[pid=30222] ppid=30210 vsize=299260 CPUtime=0 cores=0,2,4,6
/proc/30222/stat : 30222 (python) S 30210 30210 29287 0 -1 4202560 904 0 0 0 0 0 0 0 18 0 1 0 519388131 306442240 5631 33554432000 4194304 5683644 140736011695232 18446744073709551615 254261636678 0 0 16781312 514 4465939709146661122 0 0 17 0 0 0 0
/proc/30222/statm: 74815 5631 370 364 0 10727 0
[pid=30224] ppid=30222 vsize=1017932 CPUtime=5.39 cores=0,2,4,6
/proc/30224/stat : 30224 (gnovelty+2) R 30222 30224 30224 0 -1 4202496 452 0 0 0 539 0 0 0 25 0 1 0 519388131 1042362368 185 33554432000 134512640 135663704 4292587344 18446744073709551615 134545631 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/30224/statm: 254483 185 113 282 0 254199 0
[pid=30225] ppid=30210 vsize=310056 CPUtime=0.01 cores=0,2,4,6
/proc/30225/stat : 30225 (python) S 30210 30210 29287 0 -1 4202560 940 0 0 0 1 0 0 0 15 0 1 0 519388134 317497344 5757 33554432000 4194304 5683644 140736011695232 18446744073709551615 254261636678 0 0 16781312 514 5353196664494457091 0 0 17 6 0 0 0
/proc/30225/statm: 77514 5757 371 364 0 13423 0
[pid=30227] ppid=30225 vsize=3636 CPUtime=5.32 cores=0,2,4,6
/proc/30227/stat : 30227 (march_hi) R 30225 30227 30227 0 -1 4202496 922 0 0 0 532 0 0 0 25 0 1 0 519388134 3723264 658 33554432000 4194304 4955518 140737038188464 18446744073709551615 4282504 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/30227/statm: 909 658 104 186 0 722 0
[pid=30210/tid=30217] ppid=30208 vsize=320300 CPUtime=0 cores=0,2,4,6
/proc/30210/task/30217/stat : 30217 (python) S 30208 30210 29287 0 -1 4202560 25 936 0 0 0 0 0 0 19 0 5 0 519388125 327987200 7271 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273440177 0 0 16781312 2 18446604443201284160 0 0 -1 6 0 0 0
[pid=30210/tid=30220] ppid=30208 vsize=320300 CPUtime=0 cores=0,2,4,6
/proc/30210/task/30220/stat : 30220 (python) S 30208 30210 29287 0 -1 4202560 20 936 0 0 0 0 0 0 21 0 5 0 519388128 327987200 7271 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273440177 0 0 16781312 2 18446604443201284160 0 0 -1 6 0 0 0
[pid=30210/tid=30223] ppid=30208 vsize=320300 CPUtime=0 cores=0,2,4,6
/proc/30210/task/30223/stat : 30223 (python) S 30208 30210 29287 0 -1 4202560 24 936 0 0 0 0 0 0 23 0 5 0 519388131 327987200 7271 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273440177 0 0 16781312 2 18446604443201284160 0 0 -1 6 0 0 0
[pid=30210/tid=30226] ppid=30208 vsize=320300 CPUtime=0 cores=0,2,4,6
/proc/30210/task/30226/stat : 30226 (python) S 30208 30210 29287 0 -1 4202560 28 936 0 0 0 0 0 0 25 0 5 0 519388134 327987200 7271 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273440177 0 0 16781312 2 18446604443201284160 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 22.18
Current children cumulated vsize (KiB) 3540752

[startup+12.7008 s]
/proc/loadavg: 9.01 9.15 8.36 10/301 30228
/proc/meminfo: memFree=28833796/32951124 swapFree=67111348/67111528
[pid=30210] ppid=30208 vsize=320300 CPUtime=0.58 cores=0,2,4,6
/proc/30210/stat : 30210 (python) S 30208 30210 29287 0 -1 4202496 12329 936 1 0 47 11 0 0 25 0 5 0 519388043 327987200 7271 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/30210/statm: 80075 7271 1881 364 0 15984 0
[pid=30216] ppid=30210 vsize=278624 CPUtime=0.01 cores=0,2,4,6
/proc/30216/stat : 30216 (python) S 30210 30210 29287 0 -1 4202560 905 0 0 0 1 0 0 0 18 0 1 0 519388125 285310976 5604 33554432000 4194304 5683644 140736011695232 18446744073709551615 254261636623 0 0 16781312 514 3091791512933990658 0 0 17 0 0 0 0
/proc/30216/statm: 69656 5604 376 364 0 5574 0
[pid=30218] ppid=30216 vsize=1017932 CPUtime=11.86 cores=0,2,4,6
/proc/30218/stat : 30218 (gnovelty+2) R 30216 30218 30218 0 -1 4202496 452 0 0 0 1186 0 0 0 25 0 1 0 519388125 1042362368 184 33554432000 134512640 135663704 4292763248 18446744073709551615 134525213 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/30218/statm: 254483 184 113 282 0 254199 0
[pid=30219] ppid=30210 vsize=289376 CPUtime=0.01 cores=0,2,4,6

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

/proc/30234/stat : 30234 (march_hi) T 30232 30234 30234 0 -1 4202496 23467 0 0 0 68353 9 0 0 25 0 1 0 519398146 111579136 23201 33554432000 4194304 4955518 140733664186944 18446744073709551615 4209737 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/30234/statm: 27241 23201 104 186 0 27054 0
[pid=30232/tid=30268] ppid=30210 vsize=320312 CPUtime=0 cores=0,2,4,6
/proc/30232/task/30268/stat : 30268 (python) S 30210 30210 29287 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 519446980 327999488 5791 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273440177 0 0 16781312 514 18446604453952499968 0 0 -1 0 0 0 0
[pid=30236] ppid=30210 vsize=330188 CPUtime=1.71 cores=0,2,4,6
/proc/30236/stat : 30236 (python) S 30210 30210 29287 0 -1 4202560 1178 0 0 0 95 76 0 0 16 0 2 0 519398155 338112512 5716 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/30236/statm: 82547 5716 400 364 0 18450 0
[pid=30238] ppid=30236 vsize=170852 CPUtime=874.82 cores=0,2,4,6
/proc/30238/stat : 30238 (march_hi) T 30236 30238 30238 0 -1 4202496 29462 0 0 0 87475 7 0 0 25 0 1 0 519398155 174952448 29197 33554432000 4194304 4955518 140735549211216 18446744073709551615 4224682 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/30238/statm: 42713 29197 104 186 0 42526 0
[pid=30236/tid=30269] ppid=30210 vsize=330188 CPUtime=0 cores=0,2,4,6
/proc/30236/task/30269/stat : 30269 (python) S 30210 30210 29287 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 519447265 338112512 5716 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273440177 0 0 16781312 514 18446604453900928256 0 0 -1 2 0 0 0
[pid=30273] ppid=30210 vsize=340984 CPUtime=1.02 cores=0,2,4,6
/proc/30273/stat : 30273 (python) S 30210 30210 29287 0 -1 4202560 1231 0 0 0 56 46 0 0 15 0 2 0 519456859 349167616 5867 33554432000 4194304 5683644 140736011695232 18446744073709551615 254261636678 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/30273/statm: 85246 5867 406 364 0 21146 0
[pid=30275] ppid=30273 vsize=79496 CPUtime=513.65 cores=0,2,4,6
/proc/30275/stat : 30275 (march_hi) R 30273 30275 30275 0 -1 4202496 18026 0 0 0 51359 6 0 0 25 0 1 0 519456860 81403904 17760 33554432000 4194304 4955518 140735473963824 18446744073709551615 4238727 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/30275/statm: 19874 17760 104 186 0 19687 0
[pid=30273/tid=30390] ppid=30210 vsize=340984 CPUtime=0 cores=0,2,4,6
/proc/30273/task/30390/stat : 30390 (python) S 30210 30210 29287 0 -1 4202560 47 0 0 0 0 0 0 0 17 0 2 0 519505600 349167616 5867 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273440177 0 0 16781312 514 18446604453983068288 0 0 -1 2 0 0 0
[pid=30278] ppid=30210 vsize=351404 CPUtime=0.84 cores=0,2,4,6
/proc/30278/stat : 30278 (python) S 30210 30210 29287 0 -1 4202560 1228 0 0 0 47 37 0 0 15 0 2 0 519466352 359837696 5899 33554432000 4194304 5683644 140736011695232 18446744073709551615 254261636678 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/30278/statm: 87851 5899 415 364 0 23748 0
[pid=30280] ppid=30278 vsize=79364 CPUtime=418.76 cores=0,2,4,6
/proc/30280/stat : 30280 (march_hi) R 30278 30280 30280 0 -1 4202496 14925 0 0 0 41873 3 0 0 25 0 1 0 519466352 81268736 14654 33554432000 4194304 4955518 140737400688192 18446744073709551615 4224658 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/30280/statm: 19841 14654 104 186 0 19654 0
[pid=30278/tid=30391] ppid=30210 vsize=351404 CPUtime=0 cores=0,2,4,6
/proc/30278/task/30391/stat : 30391 (python) S 30210 30210 29287 0 -1 4202560 51 0 0 0 0 0 0 0 16 0 2 0 519505718 359837696 5899 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273440177 0 0 16781312 514 18446604453924301504 0 0 -1 2 0 0 0
[pid=30380] ppid=30210 vsize=361700 CPUtime=0.4 cores=0,2,4,6
/proc/30380/stat : 30380 (python) S 30210 30210 29287 0 -1 4202560 1011 0 0 0 23 17 0 0 18 0 1 0 519485966 370380800 5868 33554432000 4194304 5683644 140736011695232 18446744073709551615 254261636678 0 0 16781312 514 3091791512933990659 0 0 17 6 0 0 0
/proc/30380/statm: 90425 5868 371 364 0 26319 0
[pid=30382] ppid=30380 vsize=182580 CPUtime=220.39 cores=0,2,4,6
/proc/30382/stat : 30382 (kcnfs-2006) R 30380 30382 30382 0 -1 4202496 633 0 0 0 22039 0 0 0 25 0 1 0 519485966 186961920 366 33554432000 134512640 135163436 4293601216 18446744073709551615 134667408 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/30382/statm: 45645 366 77 159 0 45485 0
[pid=30210/tid=30217] ppid=30208 vsize=371944 CPUtime=0 cores=0,2,4,6
/proc/30210/task/30217/stat : 30217 (python) S 30208 30210 29287 0 -1 4202560 25 936 0 0 0 0 0 0 19 0 10 0 519388125 380870656 7393 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273440177 0 0 16781312 2 18446604443201284160 0 0 -1 6 0 0 0
[pid=30210/tid=30220] ppid=30208 vsize=371944 CPUtime=0 cores=0,2,4,6
/proc/30210/task/30220/stat : 30220 (python) S 30208 30210 29287 0 -1 4202560 28 936 0 0 0 0 0 0 18 0 10 0 519388128 380870656 7393 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273440177 0 0 16781312 2 18446604443201284160 0 0 -1 6 0 0 0
[pid=30210/tid=30223] ppid=30208 vsize=371944 CPUtime=0 cores=0,2,4,6
/proc/30210/task/30223/stat : 30223 (python) S 30208 30210 29287 0 -1 4202560 24 936 0 0 0 0 0 0 23 0 10 0 519388131 380870656 7393 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273440177 0 0 16781312 2 18446604443201284160 0 0 -1 6 0 0 0
[pid=30210/tid=30226] ppid=30208 vsize=371944 CPUtime=0 cores=0,2,4,6
/proc/30210/task/30226/stat : 30226 (python) S 30208 30210 29287 0 -1 4202560 38 936 0 0 0 0 0 0 18 0 10 0 519388134 380870656 7393 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273440177 0 0 16781312 2 18446604443201284160 0 0 -1 6 0 0 0
[pid=30210/tid=30233] ppid=30208 vsize=371944 CPUtime=0 cores=0,2,4,6
/proc/30210/task/30233/stat : 30233 (python) S 30208 30210 29287 0 -1 4202560 32 936 0 0 0 0 0 0 18 0 10 0 519398146 380870656 7393 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273440177 0 0 16781312 2 18446604443201284160 0 0 -1 6 0 0 0
[pid=30210/tid=30237] ppid=30208 vsize=371944 CPUtime=0 cores=0,2,4,6
/proc/30210/task/30237/stat : 30237 (python) S 30208 30210 29287 0 -1 4202560 33 936 0 0 0 0 0 0 18 0 10 0 519398155 380870656 7393 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273440177 0 0 16781312 2 18446604443201284160 0 0 -1 6 0 0 0
[pid=30210/tid=30274] ppid=30208 vsize=371944 CPUtime=0 cores=0,2,4,6
/proc/30210/task/30274/stat : 30274 (python) S 30208 30210 29287 0 -1 4202560 35 936 0 0 0 0 0 0 18 0 10 0 519456859 380870656 7393 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273440177 0 0 16781312 2 18446604443201284160 0 0 -1 4 0 0 0
[pid=30210/tid=30279] ppid=30208 vsize=371944 CPUtime=0 cores=0,2,4,6
/proc/30210/task/30279/stat : 30279 (python) S 30208 30210 29287 0 -1 4202560 36 936 0 0 0 0 0 0 18 0 10 0 519466352 380870656 7393 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273440177 0 0 16781312 2 18446604443201284160 0 0 -1 6 0 0 0
[pid=30210/tid=30381] ppid=30208 vsize=371944 CPUtime=0 cores=0,2,4,6
/proc/30210/task/30381/stat : 30381 (python) S 30208 30210 29287 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 10 0 519485966 380870656 7393 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273440177 0 0 16781312 2 18446604443201284160 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 6218716

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

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

[startup+1203.9 s]
/proc/loadavg: 7.12 7.90 8.38 8/289 30391
/proc/meminfo: memFree=28184584/32951124 swapFree=67111348/67111528
[pid=30210] ppid=30208 vsize=371944 CPUtime=1.14 cores=0,2,4,6
/proc/30210/stat : 30210 (python) S 30208 30210 29287 0 -1 4202496 17863 936 1 0 101 13 0 0 18 0 10 0 519388043 380870656 7393 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/30210/statm: 92986 7393 1892 364 0 28880 0
[pid=30216] ppid=30210 vsize=288868 CPUtime=0.17 cores=0,2,4,6
/proc/30216/stat : 30216 (python) S 30210 30210 29287 0 -1 4202560 1094 0 0 0 9 8 0 0 19 0 2 0 519388125 295800832 5643 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/30216/statm: 72217 5643 410 364 0 8135 0
[pid=30218] ppid=30216 vsize=1017932 CPUtime=100.15 cores=0,2,4,6
/proc/30218/stat : 30218 (gnovelty+2) T 30216 30218 30218 0 -1 4202496 452 0 0 0 10015 0 0 0 25 0 1 0 519388125 1042362368 184 33554432000 134512640 135663704 4292763248 18446744073709551615 134544252 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/30218/statm: 254483 184 113 282 0 254199 0
[pid=30216/tid=30231] ppid=30210 vsize=288868 CPUtime=0 cores=0,2,4,6
/proc/30216/task/30231/stat : 30231 (python) S 30210 30210 29287 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 519398143 295800832 5643 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273440177 0 0 16781312 514 18446604453924300608 0 0 -1 0 0 0 0
[pid=30219] ppid=30210 vsize=289376 CPUtime=2.14 cores=0,2,4,6
/proc/30219/stat : 30219 (python) S 30210 30210 29287 0 -1 4202560 1146 0 0 0 115 99 0 0 15 0 2 0 519388128 296321024 5754 33554432000 4194304 5683644 140736011695232 18446744073709551615 254261636678 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/30219/statm: 72344 5754 400 364 0 8259 0
[pid=30221] ppid=30219 vsize=170852 CPUtime=1101.56 cores=0,2,4,6
/proc/30221/stat : 30221 (march_hi) R 30219 30221 30221 0 -1 4202496 35888 0 0 0 110148 8 0 0 25 0 1 0 519388128 174952448 35625 33554432000 4194304 4955518 140735113322608 18446744073709551615 4291025 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/30221/statm: 42713 35625 104 186 0 42526 0
[pid=30219/tid=30242] ppid=30210 vsize=289376 CPUtime=0 cores=0,2,4,6
/proc/30219/task/30242/stat : 30242 (python) S 30210 30210 29287 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 519407954 296321024 5754 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273440177 0 0 16781312 514 18446604445698288384 0 0 -1 4 0 0 0
[pid=30222] ppid=30210 vsize=299260 CPUtime=0.18 cores=0,2,4,6
/proc/30222/stat : 30222 (python) S 30210 30210 29287 0 -1 4202560 1092 0 0 0 10 8 0 0 19 0 2 0 519388131 306442240 5662 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/30222/statm: 74815 5662 400 364 0 10727 0
[pid=30224] ppid=30222 vsize=1017932 CPUtime=99.81 cores=0,2,4,6
/proc/30224/stat : 30224 (gnovelty+2) T 30222 30224 30224 0 -1 4202496 452 0 0 0 9981 0 0 0 25 0 1 0 519388131 1042362368 185 33554432000 134512640 135663704 4292587344 18446744073709551615 134524732 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/30224/statm: 254483 185 113 282 0 254199 0
[pid=30222/tid=30235] ppid=30210 vsize=299260 CPUtime=0 cores=0,2,4,6
/proc/30222/task/30235/stat : 30235 (python) S 30210 30210 29287 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 519398151 306442240 5662 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273440177 0 0 16781312 514 18446604453952500864 0 0 -1 0 0 0 0
[pid=30225] ppid=30210 vsize=310056 CPUtime=1.54 cores=0,2,4,6
/proc/30225/stat : 30225 (python) S 30210 30210 29287 0 -1 4202560 1174 0 0 0 79 75 0 0 15 0 2 0 519388134 317497344 5787 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/30225/statm: 77514 5787 400 364 0 13423 0
[pid=30227] ppid=30225 vsize=126652 CPUtime=776.99 cores=0,2,4,6
/proc/30227/stat : 30227 (march_hi) T 30225 30227 30227 0 -1 4202496 26289 0 0 0 77694 5 0 0 25 0 1 0 519388134 129691648 26025 33554432000 4194304 4955518 140737038188464 18446744073709551615 4244539 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/30227/statm: 31663 26025 104 186 0 31476 0
[pid=30225/tid=30256] ppid=30210 vsize=310056 CPUtime=0 cores=0,2,4,6
/proc/30225/task/30256/stat : 30256 (python) S 30210 30210 29287 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 519427413 317497344 5787 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273440177 0 0 16781312 514 18446604445698286592 0 0 -1 6 0 0 0
[pid=30232] ppid=30210 vsize=320312 CPUtime=1.37 cores=0,2,4,6
/proc/30232/stat : 30232 (python) S 30210 30210 29287 0 -1 4202560 1177 0 0 0 72 65 0 0 16 0 2 0 519398146 327999488 5791 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/30232/statm: 80078 5791 400 364 0 15984 0
[pid=30234] ppid=30232 vsize=108964 CPUtime=683.62 cores=0,2,4,6
/proc/30234/stat : 30234 (march_hi) T 30232 30234 30234 0 -1 4202496 23467 0 0 0 68353 9 0 0 25 0 1 0 519398146 111579136 23201 33554432000 4194304 4955518 140733664186944 18446744073709551615 4209737 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/30234/statm: 27241 23201 104 186 0 27054 0
[pid=30232/tid=30268] ppid=30210 vsize=320312 CPUtime=0 cores=0,2,4,6
/proc/30232/task/30268/stat : 30268 (python) S 30210 30210 29287 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 519446980 327999488 5791 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273440177 0 0 16781312 514 18446604453952499968 0 0 -1 0 0 0 0
[pid=30236] ppid=30210 vsize=330188 CPUtime=1.71 cores=0,2,4,6
/proc/30236/stat : 30236 (python) S 30210 30210 29287 0 -1 4202560 1178 0 0 0 95 76 0 0 16 0 2 0 519398155 338112512 5716 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/30236/statm: 82547 5716 400 364 0 18450 0
[pid=30238] ppid=30236 vsize=170852 CPUtime=874.82 cores=0,2,4,6
/proc/30238/stat : 30238 (march_hi) T 30236 30238 30238 0 -1 4202496 29462 0 0 0 87475 7 0 0 25 0 1 0 519398155 174952448 29197 33554432000 4194304 4955518 140735549211216 18446744073709551615 4224682 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/30238/statm: 42713 29197 104 186 0 42526 0
[pid=30236/tid=30269] ppid=30210 vsize=330188 CPUtime=0 cores=0,2,4,6
/proc/30236/task/30269/stat : 30269 (python) S 30210 30210 29287 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 519447265 338112512 5716 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273440177 0 0 16781312 514 18446604453900928256 0 0 -1 2 0 0 0
[pid=30273] ppid=30210 vsize=340984 CPUtime=1.02 cores=0,2,4,6
/proc/30273/stat : 30273 (python) S 30210 30210 29287 0 -1 4202560 1231 0 0 0 56 46 0 0 15 0 2 0 519456859 349167616 5867 33554432000 4194304 5683644 140736011695232 18446744073709551615 254261636678 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/30273/statm: 85246 5867 406 364 0 21146 0
[pid=30275] ppid=30273 vsize=79496 CPUtime=513.65 cores=0,2,4,6
/proc/30275/stat : 30275 (march_hi) R 30273 30275 30275 0 -1 4202496 18026 0 0 0 51359 6 0 0 25 0 1 0 519456860 81403904 17760 33554432000 4194304 4955518 140735473963824 18446744073709551615 4238727 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/30275/statm: 19874 17760 104 186 0 19687 0
[pid=30273/tid=30390] ppid=30210 vsize=340984 CPUtime=0 cores=0,2,4,6
/proc/30273/task/30390/stat : 30390 (python) S 30210 30210 29287 0 -1 4202560 47 0 0 0 0 0 0 0 17 0 2 0 519505600 349167616 5867 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273440177 0 0 16781312 514 18446604453983068288 0 0 -1 2 0 0 0
[pid=30278] ppid=30210 vsize=351404 CPUtime=0.84 cores=0,2,4,6
/proc/30278/stat : 30278 (python) S 30210 30210 29287 0 -1 4202560 1228 0 0 0 47 37 0 0 15 0 2 0 519466352 359837696 5899 33554432000 4194304 5683644 140736011695232 18446744073709551615 254261636678 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/30278/statm: 87851 5899 415 364 0 23748 0
[pid=30280] ppid=30278 vsize=79364 CPUtime=418.76 cores=0,2,4,6
/proc/30280/stat : 30280 (march_hi) R 30278 30280 30280 0 -1 4202496 14925 0 0 0 41873 3 0 0 25 0 1 0 519466352 81268736 14654 33554432000 4194304 4955518 140737400688192 18446744073709551615 4224658 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/30280/statm: 19841 14654 104 186 0 19654 0
[pid=30278/tid=30391] ppid=30210 vsize=351404 CPUtime=0 cores=0,2,4,6
/proc/30278/task/30391/stat : 30391 (python) S 30210 30210 29287 0 -1 4202560 51 0 0 0 0 0 0 0 16 0 2 0 519505718 359837696 5899 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273440177 0 0 16781312 514 18446604453924301504 0 0 -1 2 0 0 0
[pid=30380] ppid=30210 vsize=361700 CPUtime=0.4 cores=0,2,4,6
/proc/30380/stat : 30380 (python) S 30210 30210 29287 0 -1 4202560 1011 0 0 0 23 17 0 0 18 0 1 0 519485966 370380800 5868 33554432000 4194304 5683644 140736011695232 18446744073709551615 254261636678 0 0 16781312 514 3091791512933990659 0 0 17 6 0 0 0
/proc/30380/statm: 90425 5868 371 364 0 26319 0
[pid=30382] ppid=30380 vsize=182580 CPUtime=220.39 cores=0,2,4,6
/proc/30382/stat : 30382 (kcnfs-2006) R 30380 30382 30382 0 -1 4202496 633 0 0 0 22039 0 0 0 25 0 1 0 519485966 186961920 366 33554432000 134512640 135163436 4293601216 18446744073709551615 134667408 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/30382/statm: 45645 366 77 159 0 45485 0
[pid=30210/tid=30217] ppid=30208 vsize=371944 CPUtime=0 cores=0,2,4,6
/proc/30210/task/30217/stat : 30217 (python) S 30208 30210 29287 0 -1 4202560 25 936 0 0 0 0 0 0 19 0 10 0 519388125 380870656 7393 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273440177 0 0 16781312 2 18446604443201284160 0 0 -1 6 0 0 0
[pid=30210/tid=30220] ppid=30208 vsize=371944 CPUtime=0 cores=0,2,4,6
/proc/30210/task/30220/stat : 30220 (python) S 30208 30210 29287 0 -1 4202560 28 936 0 0 0 0 0 0 18 0 10 0 519388128 380870656 7393 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273440177 0 0 16781312 2 18446604443201284160 0 0 -1 6 0 0 0
[pid=30210/tid=30223] ppid=30208 vsize=371944 CPUtime=0 cores=0,2,4,6
/proc/30210/task/30223/stat : 30223 (python) S 30208 30210 29287 0 -1 4202560 24 936 0 0 0 0 0 0 23 0 10 0 519388131 380870656 7393 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273440177 0 0 16781312 2 18446604443201284160 0 0 -1 6 0 0 0
[pid=30210/tid=30226] ppid=30208 vsize=371944 CPUtime=0 cores=0,2,4,6
/proc/30210/task/30226/stat : 30226 (python) S 30208 30210 29287 0 -1 4202560 38 936 0 0 0 0 0 0 18 0 10 0 519388134 380870656 7393 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273440177 0 0 16781312 2 18446604443201284160 0 0 -1 6 0 0 0
[pid=30210/tid=30233] ppid=30208 vsize=371944 CPUtime=0 cores=0,2,4,6
/proc/30210/task/30233/stat : 30233 (python) S 30208 30210 29287 0 -1 4202560 32 936 0 0 0 0 0 0 18 0 10 0 519398146 380870656 7393 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273440177 0 0 16781312 2 18446604443201284160 0 0 -1 6 0 0 0
[pid=30210/tid=30237] ppid=30208 vsize=371944 CPUtime=0 cores=0,2,4,6
/proc/30210/task/30237/stat : 30237 (python) S 30208 30210 29287 0 -1 4202560 33 936 0 0 0 0 0 0 18 0 10 0 519398155 380870656 7393 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273440177 0 0 16781312 2 18446604443201284160 0 0 -1 6 0 0 0
[pid=30210/tid=30274] ppid=30208 vsize=371944 CPUtime=0 cores=0,2,4,6
/proc/30210/task/30274/stat : 30274 (python) S 30208 30210 29287 0 -1 4202560 35 936 0 0 0 0 0 0 18 0 10 0 519456859 380870656 7393 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273440177 0 0 16781312 2 18446604443201284160 0 0 -1 4 0 0 0
[pid=30210/tid=30279] ppid=30208 vsize=371944 CPUtime=0 cores=0,2,4,6
/proc/30210/task/30279/stat : 30279 (python) S 30208 30210 29287 0 -1 4202560 36 936 0 0 0 0 0 0 18 0 10 0 519466352 380870656 7393 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273440177 0 0 16781312 2 18446604443201284160 0 0 -1 6 0 0 0
[pid=30210/tid=30381] ppid=30208 vsize=371944 CPUtime=0 cores=0,2,4,6
/proc/30210/task/30381/stat : 30381 (python) S 30208 30210 29287 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 10 0 519485966 380870656 7393 33554432000 4194304 5683644 140736011695232 18446744073709551615 254273440177 0 0 16781312 2 18446604443201284160 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 6218716

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1203.96
CPU time (s): 4800.26
CPU user time (s): 4795.44
CPU system time (s): 4.82
CPU usage (%): 398.705
Max. virtual memory (cumulated for all children) (KiB): 6218720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.02784
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= 18807
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= 2919
involuntary context switches= 48

runsolver used 4.09538 second user time and 8.07177 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-01 19:08:47
IDJOB=3317443
IDBENCH=82908
IDSOLVER=1705
FILE ID=node140/3317443-1304269727
RUNJOBID= node140-1304267280-29305
PBS_JOBID= 13173939
Free space on /tmp= 73264 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v600-c2556-S1720013904-060.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3317443-1304269727/watcher-3317443-1304269727 -o /tmp/evaluation-result-3317443-1304269727/solver-3317443-1304269727 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317443-1304269727.cnf -seed 914171939 -budget 4800 -cores 4

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

MD5SUM BENCH= bb08468cf0220e53f83e89f3d31d3696
RANDOM SEED=914171939

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28881508 kB
Buffers:        984780 kB
Cached:        1617624 kB
SwapCached:        176 kB
Active:        1148592 kB
Inactive:      2399772 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28881508 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           31876 kB
Writeback:           0 kB
AnonPages:      946024 kB
Mapped:          26536 kB
Slab:           437012 kB
PageTables:      23624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 35693048 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= 73224 MiB
End job on node140 at 2011-05-01 19:28:53