Trace number 3378301

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-par-random (fixed)? (TO) 4800.05 1205.38

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S1762880211-075.UNKNOWN.cnf
MD5SUM57a2cff28dc53061839e3102dd9b3447
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 variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.37/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.37/0.67	c INFO: solving HOME/instance-3378301-1305464598.cnf
0.37/0.67	c INFO: computing task features
0.37/0.68	c INFO: computed variable-clause graph statistics
0.37/0.68	c INFO: computed clause balance statistics
0.44/0.72	c INFO: computed variable balance statistics
0.44/0.75	c INFO: computed small-clause counts
0.44/0.75	c INFO: computed Horn-clause counts
0.44/0.76	c INFO: computed variable graph statistics
0.44/0.76	c INFO: collected features for HOME/instance-3378301-1305464598.cnf in 0.08 s
0.44/0.76	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.57)
0.44/0.77	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.34)
0.44/0.78	c INFO: running gnovelty+2@0 for 97 with 1199 remaining (b = 0.06)
0.44/0.80	c INFO: running march_hi@0 for 388 with 1199 remaining (b = 0.32)
392.25/99.05	c INFO: running march_hi@0 for 679 with 1101 remaining (b = 0.38)
412.15/104.09	c INFO: running march_hi@0 for 679 with 1096 remaining (b = 0.35)
1575.89/395.83	c INFO: running march_hi@0 for 97 with 804 remaining (b = 0.07)
1577.07/396.15	c INFO: running march_hi@98 for 291 with 804 remaining (b = 0.19)
1956.32/491.28	c INFO: running march_hi@392 for 97 with 709 remaining (b = 0.08)
2359.06/592.21	c INFO: running kcnfs-2006@0 for 608 with 608 remaining (b = 0.29)
2732.35/685.87	c INFO: running march_hi@0 for 514 with 514 remaining (b = 0.24)
3132.74/786.27	c INFO: running march_hi@0 for 414 with 414 remaining (b = 0.18)
3149.44/790.44	c INFO: running kcnfs-2006@0 for 97 with 410 remaining (b = 0.04)
3548.46/890.75	c INFO: running march_hi@193 for 309 with 309 remaining (b = 0.11)
4800.05/1205.36	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

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

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


[startup+0 s]
/proc/loadavg: 9.05 8.41 6.92 6/371 21582
/proc/meminfo: memFree=25433628/32951124 swapFree=46575252/67111528
[pid=21582] ppid=21580 vsize=15380 CPUtime=0 cores=1,3,5,7
/proc/21582/stat : 21582 (python) S 21580 21582 21227 0 -1 4202496 810 0 0 0 0 0 0 0 25 0 1 0 390651133 15749120 696 33554432000 4194304 5683644 140733460309136 18446744073709551615 268660660224 0 2147483391 16781312 2 18446744071699199166 0 0 17 3 0 0 0
/proc/21582/statm: 3845 696 334 364 0 332 0

[startup+0.025901 s]
/proc/loadavg: 9.05 8.41 6.92 6/371 21582
/proc/meminfo: memFree=25433628/32951124 swapFree=46575252/67111528
[pid=21582] ppid=21580 vsize=16396 CPUtime=0.01 cores=1,3,5,7
/proc/21582/stat : 21582 (python) R 21580 21582 21227 0 -1 4202496 1115 0 0 0 1 0 0 0 25 0 1 0 390651133 16789504 984 33554432000 4194304 5683644 140733460309136 18446744073709551615 268660660224 0 2147483391 16781312 2 0 0 0 17 3 0 0 0
/proc/21582/statm: 4099 984 408 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.100895 s]
/proc/loadavg: 9.05 8.41 6.92 6/371 21582
/proc/meminfo: memFree=25433628/32951124 swapFree=46575252/67111528
[pid=21582] ppid=21580 vsize=89768 CPUtime=0.06 cores=1,3,5,7
/proc/21582/stat : 21582 (python) R 21580 21582 21227 0 -1 4202496 2672 0 0 0 4 2 0 0 17 0 1 0 390651133 91922432 2388 33554432000 4194304 5683644 140733460309136 18446744073709551615 268660660224 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/21582/statm: 22442 2388 750 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89768

[startup+0.300866 s]
/proc/loadavg: 9.05 8.41 6.92 6/371 21582
/proc/meminfo: memFree=25433628/32951124 swapFree=46575252/67111528
[pid=21582] ppid=21580 vsize=135748 CPUtime=0.2 cores=1,3,5,7
/proc/21582/stat : 21582 (python) R 21580 21582 21227 0 -1 4202496 5968 933 1 0 14 6 0 0 17 0 1 0 390651133 139005952 4151 33554432000 4194304 5683644 140733460309136 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21582/statm: 33937 4151 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135748

[startup+0.70079 s]
/proc/loadavg: 9.05 8.41 6.92 6/371 21582
/proc/meminfo: memFree=25433628/32951124 swapFree=46575252/67111528
[pid=21582] ppid=21580 vsize=278296 CPUtime=0.44 cores=1,3,5,7
/proc/21582/stat : 21582 (python) R 21580 21582 21227 0 -1 4202496 9327 933 1 0 31 13 0 0 15 0 1 0 390651133 284975104 6991 33554432000 4194304 5683644 140733460309136 18446744073709551615 268660321375 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21582/statm: 69574 6991 1826 364 0 5498 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 278296

[startup+1.50061 s]
/proc/loadavg: 8.81 8.37 6.92 10/384 21599
/proc/meminfo: memFree=25394216/32951124 swapFree=46575252/67111528
[pid=21582] ppid=21580 vsize=320264 CPUtime=0.54 cores=1,3,5,7
/proc/21582/stat : 21582 (python) S 21580 21582 21227 0 -1 4202496 12218 933 1 0 40 14 0 0 24 0 5 0 390651133 327950336 7263 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21582/statm: 80066 7263 1881 364 0 15975 0
[pid=21588] ppid=21582 vsize=278512 CPUtime=0 cores=1,3,5,7
/proc/21588/stat : 21588 (python) S 21582 21582 21227 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 390651210 285196288 5551 33554432000 4194304 5683644 140733460309136 18446744073709551615 268660682255 0 0 16781312 514 5627683145299001343 0 0 17 7 0 0 0
/proc/21588/statm: 69628 5551 354 364 0 5546 0
[pid=21590] ppid=21588 vsize=1017800 CPUtime=0.72 cores=1,3,5,7
/proc/21590/stat : 21590 (gnovelty+2) R 21588 21590 21590 0 -1 4202496 440 0 0 0 72 0 0 0 21 0 1 0 390651210 1042227200 177 33554432000 134512640 135663704 4286782128 18446744073709551615 134544186 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/21590/statm: 254450 177 113 282 0 254166 0
[pid=21591] ppid=21582 vsize=289340 CPUtime=0 cores=1,3,5,7
/proc/21591/stat : 21591 (python) S 21582 21582 21227 0 -1 4202560 750 0 0 0 0 0 0 0 16 0 1 0 390651211 296284160 5693 33554432000 4194304 5683644 140733460309136 18446744073709551615 268660682310 0 0 16781312 514 14346863130120782088 0 0 17 3 0 0 0
/proc/21591/statm: 72335 5693 348 364 0 8250 0
[pid=21593] ppid=21591 vsize=2352 CPUtime=0.71 cores=1,3,5,7
/proc/21593/stat : 21593 (march_hi) R 21591 21593 21593 0 -1 4202496 656 0 0 0 71 0 0 0 22 0 1 0 390651211 2408448 390 33554432000 4194304 4955518 140736607010112 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21593/statm: 588 390 104 186 0 401 0
[pid=21594] ppid=21582 vsize=299224 CPUtime=0 cores=1,3,5,7
/proc/21594/stat : 21594 (python) S 21582 21582 21227 0 -1 4202560 744 0 0 0 0 0 0 0 21 0 1 0 390651212 306405376 5587 33554432000 4194304 5683644 140733460309136 18446744073709551615 268660682310 0 0 16781312 514 3038197472200491007 0 0 17 7 0 0 0
/proc/21594/statm: 74806 5587 348 364 0 10718 0
[pid=21596] ppid=21594 vsize=1017800 CPUtime=0.7 cores=1,3,5,7
/proc/21596/stat : 21596 (gnovelty+2) R 21594 21596 21596 0 -1 4202496 442 0 0 0 70 0 0 0 25 0 1 0 390651212 1042227200 177 33554432000 134512640 135663704 4292603840 18446744073709551615 134545183 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/21596/statm: 254450 177 113 282 0 254166 0
[pid=21597] ppid=21582 vsize=310020 CPUtime=0 cores=1,3,5,7
/proc/21597/stat : 21597 (python) S 21582 21582 21227 0 -1 4202560 754 0 0 0 0 0 0 0 21 0 1 0 390651213 317460480 5726 33554432000 4194304 5683644 140733460309136 18446744073709551615 268660682310 0 0 16781312 514 7950762098789679365 0 0 17 7 0 0 0
/proc/21597/statm: 77505 5726 348 364 0 13414 0
[pid=21599] ppid=21597 vsize=2352 CPUtime=0.67 cores=1,3,5,7
/proc/21599/stat : 21599 (march_hi) R 21597 21599 21599 0 -1 4202496 650 0 0 0 67 0 0 0 25 0 1 0 390651213 2408448 389 33554432000 4194304 4955518 140733680138896 18446744073709551615 4327746 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/21599/statm: 588 389 104 186 0 401 0
[pid=21582/tid=21589] ppid=21580 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/21582/task/21589/stat : 21589 (python) S 21580 21582 21227 0 -1 4202560 24 933 0 0 0 0 0 0 18 0 5 0 390651210 327950336 7263 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672485809 0 0 16781312 2 18446604468027633856 0 0 -1 1 0 0 0
[pid=21582/tid=21592] ppid=21580 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/21582/task/21592/stat : 21592 (python) S 21580 21582 21227 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 5 0 390651211 327950336 7263 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672485809 0 0 16781312 2 18446604468027633856 0 0 -1 1 0 0 0
[pid=21582/tid=21595] ppid=21580 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/21582/task/21595/stat : 21595 (python) S 21580 21582 21227 0 -1 4202560 25 933 0 0 0 0 0 0 22 0 5 0 390651212 327950336 7263 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672485809 0 0 16781312 2 18446604468027633856 0 0 -1 3 0 0 0
[pid=21582/tid=21598] ppid=21580 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/21582/task/21598/stat : 21598 (python) S 21580 21582 21227 0 -1 4202560 27 933 0 0 0 0 0 0 24 0 5 0 390651213 327950336 7263 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672485809 0 0 16781312 2 18446604468027633856 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.34
Current children cumulated vsize (KiB) 3537664

[startup+3.10133 s]
/proc/loadavg: 8.81 8.37 6.92 10/384 21599
/proc/meminfo: memFree=25392480/32951124 swapFree=46575252/67111528
[pid=21582] ppid=21580 vsize=320264 CPUtime=0.54 cores=1,3,5,7
/proc/21582/stat : 21582 (python) S 21580 21582 21227 0 -1 4202496 12218 933 1 0 40 14 0 0 24 0 5 0 390651133 327950336 7263 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21582/statm: 80066 7263 1881 364 0 15975 0
[pid=21588] ppid=21582 vsize=278512 CPUtime=0 cores=1,3,5,7
/proc/21588/stat : 21588 (python) S 21582 21582 21227 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 390651210 285196288 5551 33554432000 4194304 5683644 140733460309136 18446744073709551615 268660682255 0 0 16781312 514 5627683145298968839 0 0 17 7 0 0 0
/proc/21588/statm: 69628 5551 354 364 0 5546 0
[pid=21590] ppid=21588 vsize=1017800 CPUtime=2.32 cores=1,3,5,7
/proc/21590/stat : 21590 (gnovelty+2) R 21588 21590 21590 0 -1 4202496 440 0 0 0 232 0 0 0 25 0 1 0 390651210 1042227200 177 33554432000 134512640 135663704 4286782128 18446744073709551615 134545761 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/21590/statm: 254450 177 113 282 0 254166 0
[pid=21591] ppid=21582 vsize=289340 CPUtime=0 cores=1,3,5,7
/proc/21591/stat : 21591 (python) S 21582 21582 21227 0 -1 4202560 753 0 0 0 0 0 0 0 15 0 1 0 390651211 296284160 5693 33554432000 4194304 5683644 140733460309136 18446744073709551615 268660682310 0 0 16781312 514 14346863130120782088 0 0 17 3 0 0 0
/proc/21591/statm: 72335 5693 348 364 0 8250 0
[pid=21593] ppid=21591 vsize=2984 CPUtime=2.31 cores=1,3,5,7
/proc/21593/stat : 21593 (march_hi) R 21591 21593 21593 0 -1 4202496 780 0 0 0 231 0 0 0 25 0 1 0 390651211 3055616 514 33554432000 4194304 4955518 140736607010112 18446744073709551615 4209667 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21593/statm: 746 514 104 186 0 559 0
[pid=21594] ppid=21582 vsize=299224 CPUtime=0 cores=1,3,5,7
/proc/21594/stat : 21594 (python) S 21582 21582 21227 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 390651212 306405376 5587 33554432000 4194304 5683644 140733460309136 18446744073709551615 268660682310 0 0 16781312 514 3038197472200458501 0 0 17 7 0 0 0
/proc/21594/statm: 74806 5587 348 364 0 10718 0
[pid=21596] ppid=21594 vsize=1017800 CPUtime=2.3 cores=1,3,5,7
/proc/21596/stat : 21596 (gnovelty+2) R 21594 21596 21596 0 -1 4202496 442 0 0 0 230 0 0 0 25 0 1 0 390651212 1042227200 177 33554432000 134512640 135663704 4292603840 18446744073709551615 134525678 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/21596/statm: 254450 177 113 282 0 254166 0
[pid=21597] ppid=21582 vsize=310020 CPUtime=0 cores=1,3,5,7
/proc/21597/stat : 21597 (python) S 21582 21582 21227 0 -1 4202560 756 0 0 0 0 0 0 0 15 0 1 0 390651213 317460480 5726 33554432000 4194304 5683644 140733460309136 18446744073709551615 268660682310 0 0 16781312 514 7950762098789679365 0 0 17 7 0 0 0
/proc/21597/statm: 77505 5726 348 364 0 13414 0
[pid=21599] ppid=21597 vsize=2984 CPUtime=2.26 cores=1,3,5,7
/proc/21599/stat : 21599 (march_hi) R 21597 21599 21599 0 -1 4202496 773 0 0 0 226 0 0 0 25 0 1 0 390651213 3055616 512 33554432000 4194304 4955518 140733680138896 18446744073709551615 4227664 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/21599/statm: 746 512 104 186 0 559 0
[pid=21582/tid=21589] ppid=21580 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/21582/task/21589/stat : 21589 (python) S 21580 21582 21227 0 -1 4202560 24 933 0 0 0 0 0 0 18 0 5 0 390651210 327950336 7263 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672485809 0 0 16781312 2 18446604468027633856 0 0 -1 1 0 0 0
[pid=21582/tid=21592] ppid=21580 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/21582/task/21592/stat : 21592 (python) S 21580 21582 21227 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 5 0 390651211 327950336 7263 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672485809 0 0 16781312 2 18446604468027633856 0 0 -1 1 0 0 0
[pid=21582/tid=21595] ppid=21580 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/21582/task/21595/stat : 21595 (python) S 21580 21582 21227 0 -1 4202560 25 933 0 0 0 0 0 0 22 0 5 0 390651212 327950336 7263 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672485809 0 0 16781312 2 18446604468027633856 0 0 -1 3 0 0 0
[pid=21582/tid=21598] ppid=21580 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/21582/task/21598/stat : 21598 (python) S 21580 21582 21227 0 -1 4202560 27 933 0 0 0 0 0 0 24 0 5 0 390651213 327950336 7263 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672485809 0 0 16781312 2 18446604468027633856 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 9.73
Current children cumulated vsize (KiB) 3538928

[startup+6.30077 s]
/proc/loadavg: 8.91 8.40 6.93 10/384 21599
/proc/meminfo: memFree=25389280/32951124 swapFree=46575252/67111528
[pid=21582] ppid=21580 vsize=320264 CPUtime=0.54 cores=1,3,5,7
/proc/21582/stat : 21582 (python) S 21580 21582 21227 0 -1 4202496 12218 933 1 0 40 14 0 0 24 0 5 0 390651133 327950336 7263 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21582/statm: 80066 7263 1881 364 0 15975 0
[pid=21588] ppid=21582 vsize=278512 CPUtime=0.01 cores=1,3,5,7
/proc/21588/stat : 21588 (python) S 21582 21582 21227 0 -1 4202560 892 0 0 0 1 0 0 0 18 0 1 0 390651210 285196288 5574 33554432000 4194304 5683644 140733460309136 18446744073709551615 268660682255 0 0 16781312 514 5627683145298968839 0 0 17 7 0 0 0
/proc/21588/statm: 69628 5574 377 364 0 5546 0
[pid=21590] ppid=21588 vsize=1017800 CPUtime=5.52 cores=1,3,5,7
/proc/21590/stat : 21590 (gnovelty+2) R 21588 21590 21590 0 -1 4202496 440 0 0 0 552 0 0 0 25 0 1 0 390651210 1042227200 177 33554432000 134512640 135663704 4286782128 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/21590/statm: 254450 177 113 282 0 254166 0
[pid=21591] ppid=21582 vsize=289340 CPUtime=0 cores=1,3,5,7
/proc/21591/stat : 21591 (python) S 21582 21582 21227 0 -1 4202560 914 0 0 0 0 0 0 0 15 0 1 0 390651211 296284160 5716 33554432000 4194304 5683644 140733460309136 18446744073709551615 268660682310 0 0 16781312 514 11918204397206601992 0 0 17 3 0 0 0
/proc/21591/statm: 72335 5716 371 364 0 8250 0
[pid=21593] ppid=21591 vsize=3724 CPUtime=5.51 cores=1,3,5,7
/proc/21593/stat : 21593 (march_hi) R 21591 21593 21593 0 -1 4202496 940 0 0 0 551 0 0 0 25 0 1 0 390651211 3813376 674 33554432000 4194304 4955518 140736607010112 18446744073709551615 4209733 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21593/statm: 931 674 104 186 0 744 0
[pid=21594] ppid=21582 vsize=299224 CPUtime=0.01 cores=1,3,5,7
/proc/21594/stat : 21594 (python) S 21582 21582 21227 0 -1 4202560 910 0 0 0 0 1 0 0 18 0 1 0 390651212 306405376 5610 33554432000 4194304 5683644 140733460309136 18446744073709551615 268660682310 0 0 16781312 514 3038197472200458501 0 0 17 7 0 0 0
/proc/21594/statm: 74806 5610 371 364 0 10718 0
[pid=21596] ppid=21594 vsize=1017800 CPUtime=5.49 cores=1,3,5,7
/proc/21596/stat : 21596 (gnovelty+2) R 21594 21596 21596 0 -1 4202496 442 0 0 0 549 0 0 0 25 0 1 0 390651212 1042227200 177 33554432000 134512640 135663704 4292603840 18446744073709551615 134545646 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/21596/statm: 254450 177 113 282 0 254166 0
[pid=21597] ppid=21582 vsize=310020 CPUtime=0.02 cores=1,3,5,7
/proc/21597/stat : 21597 (python) S 21582 21582 21227 0 -1 4202560 914 0 0 0 1 1 0 0 15 0 1 0 390651213 317460480 5749 33554432000 4194304 5683644 140733460309136 18446744073709551615 268660682310 0 0 16781312 514 170684615978090757 0 0 17 7 0 0 0
/proc/21597/statm: 77505 5749 371 364 0 13414 0
[pid=21599] ppid=21597 vsize=3724 CPUtime=5.37 cores=1,3,5,7
/proc/21599/stat : 21599 (march_hi) R 21597 21599 21599 0 -1 4202496 931 0 0 0 537 0 0 0 25 0 1 0 390651213 3813376 670 33554432000 4194304 4955518 140733680138896 18446744073709551615 4227664 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/21599/statm: 931 670 104 186 0 744 0
[pid=21582/tid=21589] ppid=21580 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/21582/task/21589/stat : 21589 (python) S 21580 21582 21227 0 -1 4202560 24 933 0 0 0 0 0 0 18 0 5 0 390651210 327950336 7263 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672485809 0 0 16781312 2 18446604468027633856 0 0 -1 1 0 0 0
[pid=21582/tid=21592] ppid=21580 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/21582/task/21592/stat : 21592 (python) S 21580 21582 21227 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 5 0 390651211 327950336 7263 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672485809 0 0 16781312 2 18446604468027633856 0 0 -1 1 0 0 0
[pid=21582/tid=21595] ppid=21580 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/21582/task/21595/stat : 21595 (python) S 21580 21582 21227 0 -1 4202560 25 933 0 0 0 0 0 0 22 0 5 0 390651212 327950336 7263 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672485809 0 0 16781312 2 18446604468027633856 0 0 -1 3 0 0 0
[pid=21582/tid=21598] ppid=21580 vsize=320264 CPUtime=0 cores=1,3,5,7
/proc/21582/task/21598/stat : 21598 (python) S 21580 21582 21227 0 -1 4202560 27 933 0 0 0 0 0 0 24 0 5 0 390651213 327950336 7263 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672485809 0 0 16781312 2 18446604468027633856 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 22.47
Current children cumulated vsize (KiB) 3540408

[startup+12.7006 s]
/proc/loadavg: 8.91 8.41 6.94 10/384 21599
/proc/meminfo: memFree=25386744/32951124 swapFree=46575252/67111528
[pid=21582] ppid=21580 vsize=320264 CPUtime=0.54 cores=1,3,5,7
/proc/21582/stat : 21582 (python) S 21580 21582 21227 0 -1 4202496 12218 933 1 0 40 14 0 0 24 0 5 0 390651133 327950336 7263 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21582/statm: 80066 7263 1881 364 0 15975 0
[pid=21588] ppid=21582 vsize=278512 CPUtime=0.03 cores=1,3,5,7
/proc/21588/stat : 21588 (python) S 21582 21582 21227 0 -1 4202560 895 0 0 0 2 1 0 0 18 0 1 0 390651210 285196288 5574 33554432000 4194304 5683644 140733460309136 18446744073709551615 268660682255 0 0 16781312 514 4562726964665745671 0 0 17 7 0 0 0
/proc/21588/statm: 69628 5574 377 364 0 5546 0
[pid=21590] ppid=21588 vsize=1017800 CPUtime=11.92 cores=1,3,5,7
/proc/21590/stat : 21590 (gnovelty+2) R 21588 21590 21590 0 -1 4202496 440 0 0 0 1192 0 0 0 25 0 1 0 390651210 1042227200 177 33554432000 134512640 135663704 4286782128 18446744073709551615 134545772 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/21590/statm: 254450 177 113 282 0 254166 0
[pid=21591] ppid=21582 vsize=289340 CPUtime=0.02 cores=1,3,5,7

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

[pid=21852] ppid=21582 vsize=340976 CPUtime=1.72 cores=1,3,5,7
/proc/21852/stat : 21852 (python) S 21582 21582 21227 0 -1 4202560 992 0 0 0 88 84 0 0 18 0 1 0 390710354 349159424 5808 33554432000 4194304 5683644 140733460309136 18446744073709551615 268660682310 0 0 16781312 514 4562726964665745670 0 0 17 7 0 0 0
/proc/21852/statm: 85244 5808 371 364 0 21144 0
[pid=21854] ppid=21852 vsize=182448 CPUtime=603.78 cores=1,3,5,7
/proc/21854/stat : 21854 (kcnfs-2006) R 21852 21854 21854 0 -1 4202496 590 0 0 0 60378 0 0 0 25 0 1 0 390710355 186826752 330 33554432000 134512640 135163436 4289862752 18446744073709551615 134573714 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/21854/statm: 45612 330 77 159 0 45452 0
[pid=21858] ppid=21582 vsize=351232 CPUtime=1.55 cores=1,3,5,7
/proc/21858/stat : 21858 (python) S 21582 21582 21227 0 -1 4202560 1043 0 0 0 84 71 0 0 15 0 1 0 390719720 359661568 5818 33554432000 4194304 5683644 140733460309136 18446744073709551615 268660682310 0 0 16781312 514 4562726964665745669 0 0 17 1 0 0 0
/proc/21858/statm: 87808 5818 377 364 0 23705 0
[pid=21860] ppid=21858 vsize=91324 CPUtime=517.82 cores=1,3,5,7
/proc/21860/stat : 21860 (march_hi) R 21858 21860 21860 0 -1 4202496 17206 0 0 0 51779 3 0 0 25 0 1 0 390719721 93515776 16941 33554432000 4194304 4955518 140735584706192 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/21860/statm: 22831 16941 104 186 0 22644 0
[pid=21873] ppid=21582 vsize=361488 CPUtime=1.29 cores=1,3,5,7
/proc/21873/stat : 21873 (python) S 21582 21582 21227 0 -1 4202560 1041 0 0 0 69 60 0 0 15 0 1 0 390729760 370163712 5822 33554432000 4194304 5683644 140733460309136 18446744073709551615 268660682310 0 0 16781312 514 4562726964665745670 0 0 17 1 0 0 0
/proc/21873/statm: 90372 5822 377 364 0 26266 0
[pid=21875] ppid=21873 vsize=76428 CPUtime=414.12 cores=1,3,5,7
/proc/21875/stat : 21875 (march_hi) R 21873 21875 21875 0 -1 4202496 14135 0 0 0 41409 3 0 0 25 0 1 0 390729761 78262272 13866 33554432000 4194304 4955518 140733386476640 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21875/statm: 19107 13866 104 186 0 18920 0
[pid=21877] ppid=21582 vsize=371744 CPUtime=0.28 cores=1,3,5,7
/proc/21877/stat : 21877 (python) S 21582 21582 21227 0 -1 4202560 1111 0 0 0 13 15 0 0 19 0 2 0 390730178 380665856 5872 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/21877/statm: 92936 5872 400 364 0 28827 0
[pid=21879] ppid=21877 vsize=182452 CPUtime=99.98 cores=1,3,5,7
/proc/21879/stat : 21879 (kcnfs-2006) T 21877 21879 21879 0 -1 4202496 595 0 0 0 9998 0 0 0 25 0 1 0 390730178 186830848 330 33554432000 134512640 135163436 4290064160 18446744073709551615 134675333 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/21879/statm: 45613 330 77 159 0 45453 0
[pid=21877/tid=21882] ppid=21582 vsize=371744 CPUtime=0 cores=1,3,5,7
/proc/21877/task/21882/stat : 21882 (python) S 21582 21582 21227 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 390740208 380665856 5872 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672485809 0 0 16781312 514 18446604468027635648 0 0 -1 1 0 0 0
[pid=21582/tid=21589] ppid=21580 vsize=381988 CPUtime=0 cores=1,3,5,7
/proc/21582/task/21589/stat : 21589 (python) S 21580 21582 21227 0 -1 4202560 24 933 0 0 0 0 0 0 18 0 11 0 390651210 391155712 7369 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672485809 0 0 16781312 2 18446604468027633856 0 0 -1 1 0 0 0
[pid=21582/tid=21592] ppid=21580 vsize=381988 CPUtime=0 cores=1,3,5,7
/proc/21582/task/21592/stat : 21592 (python) S 21580 21582 21227 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 11 0 390651211 391155712 7369 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672485809 0 0 16781312 2 18446604468027633856 0 0 -1 1 0 0 0
[pid=21582/tid=21595] ppid=21580 vsize=381988 CPUtime=0 cores=1,3,5,7
/proc/21582/task/21595/stat : 21595 (python) S 21580 21582 21227 0 -1 4202560 25 933 0 0 0 0 0 0 22 0 11 0 390651212 391155712 7369 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672485809 0 0 16781312 2 18446604468027633856 0 0 -1 3 0 0 0
[pid=21582/tid=21598] ppid=21580 vsize=381988 CPUtime=0 cores=1,3,5,7
/proc/21582/task/21598/stat : 21598 (python) S 21580 21582 21227 0 -1 4202560 39 933 0 0 0 0 0 0 18 0 11 0 390651213 391155712 7369 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672485809 0 0 16781312 2 18446604468027633856 0 0 -1 7 0 0 0
[pid=21582/tid=21616] ppid=21580 vsize=381988 CPUtime=0 cores=1,3,5,7
/proc/21582/task/21616/stat : 21616 (python) S 21580 21582 21227 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 11 0 390661039 391155712 7369 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672485809 0 0 16781312 2 18446604468027633856 0 0 -1 7 0 0 0
[pid=21582/tid=21620] ppid=21580 vsize=381988 CPUtime=0 cores=1,3,5,7
/proc/21582/task/21620/stat : 21620 (python) S 21580 21582 21227 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 11 0 390661543 391155712 7369 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672485809 0 0 16781312 2 18446604468027633856 0 0 -1 7 0 0 0
[pid=21582/tid=21853] ppid=21580 vsize=381988 CPUtime=0 cores=1,3,5,7
/proc/21582/task/21853/stat : 21853 (python) S 21580 21582 21227 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 11 0 390710355 391155712 7369 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672485809 0 0 16781312 2 18446604468027633856 0 0 -1 7 0 0 0
[pid=21582/tid=21859] ppid=21580 vsize=381988 CPUtime=0 cores=1,3,5,7
/proc/21582/task/21859/stat : 21859 (python) S 21580 21582 21227 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 11 0 390719720 391155712 7369 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672485809 0 0 16781312 2 18446604468027633856 0 0 -1 7 0 0 0
[pid=21582/tid=21874] ppid=21580 vsize=381988 CPUtime=0 cores=1,3,5,7
/proc/21582/task/21874/stat : 21874 (python) S 21580 21582 21227 0 -1 4202560 75 933 0 0 0 0 0 0 20 0 11 0 390729761 391155712 7369 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672485809 0 0 16781312 2 18446604468027633856 0 0 -1 7 0 0 0
[pid=21582/tid=21878] ppid=21580 vsize=381988 CPUtime=0 cores=1,3,5,7
/proc/21582/task/21878/stat : 21878 (python) S 21580 21582 21227 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 11 0 390730178 391155712 7369 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672485809 0 0 16781312 2 18446604468027633856 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 6711728

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

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

[startup+1205.3 s]
/proc/loadavg: 10.07 10.03 9.05 11/428 21895
/proc/meminfo: memFree=24539620/32951124 swapFree=46575252/67111528
[pid=21582] ppid=21580 vsize=381988 CPUtime=0.64 cores=1,3,5,7
/proc/21582/stat : 21582 (python) S 21580 21582 21227 0 -1 4202496 17871 933 1 0 48 16 0 0 18 0 11 0 390651133 391155712 7369 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21582/statm: 95497 7369 1894 364 0 31388 0
[pid=21588] ppid=21582 vsize=288756 CPUtime=0.26 cores=1,3,5,7
/proc/21588/stat : 21588 (python) S 21582 21582 21227 0 -1 4202560 1171 0 0 0 13 13 0 0 19 0 2 0 390651210 295686144 5618 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/21588/statm: 72189 5618 416 364 0 8107 0
[pid=21590] ppid=21588 vsize=1017800 CPUtime=98.26 cores=1,3,5,7
/proc/21590/stat : 21590 (gnovelty+2) T 21588 21590 21590 0 -1 4202496 440 0 0 0 9826 0 0 0 25 0 1 0 390651210 1042227200 177 33554432000 134512640 135663704 4286782128 18446744073709551615 134524509 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/21590/statm: 254450 177 113 282 0 254166 0
[pid=21588/tid=21614] ppid=21582 vsize=288756 CPUtime=0 cores=1,3,5,7
/proc/21588/task/21614/stat : 21614 (python) S 21582 21582 21227 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 390661038 295686144 5618 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672485809 0 0 16781312 514 18446604454222990336 0 0 -1 5 0 0 0
[pid=21591] ppid=21582 vsize=289340 CPUtime=1.7 cores=1,3,5,7
/proc/21591/stat : 21591 (python) S 21582 21582 21227 0 -1 4202560 1158 0 0 0 88 82 0 0 16 0 2 0 390651211 296284160 5746 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/21591/statm: 72335 5746 400 364 0 8250 0
[pid=21593] ppid=21591 vsize=91324 CPUtime=586.23 cores=1,3,5,7
/proc/21593/stat : 21593 (march_hi) T 21591 21593 21593 0 -1 4202496 18921 0 0 0 58620 3 0 0 25 0 1 0 390651211 93515776 18655 33554432000 4194304 4955518 140736607010112 18446744073709551615 4282766 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/21593/statm: 22831 18655 104 186 0 22644 0
[pid=21591/tid=21655] ppid=21582 vsize=289340 CPUtime=0 cores=1,3,5,7
/proc/21591/task/21655/stat : 21655 (python) S 21582 21582 21227 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 390690716 296284160 5746 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672485809 0 0 16781312 514 18446604464277551040 0 0 -1 3 0 0 0
[pid=21594] ppid=21582 vsize=299224 CPUtime=0.28 cores=1,3,5,7
/proc/21594/stat : 21594 (python) S 21582 21582 21227 0 -1 4202560 1100 0 0 0 14 14 0 0 19 0 2 0 390651212 306405376 5640 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/21594/statm: 74806 5640 400 364 0 10718 0
[pid=21596] ppid=21594 vsize=1017800 CPUtime=102.99 cores=1,3,5,7
/proc/21596/stat : 21596 (gnovelty+2) T 21594 21596 21596 0 -1 4202496 442 0 0 0 10299 0 0 0 25 0 1 0 390651212 1042227200 177 33554432000 134512640 135663704 4292603840 18446744073709551615 134544363 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/21596/statm: 254450 177 113 282 0 254166 0
[pid=21594/tid=21618] ppid=21582 vsize=299224 CPUtime=0 cores=1,3,5,7
/proc/21594/task/21618/stat : 21618 (python) S 21582 21582 21227 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 390661542 306405376 5640 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672485809 0 0 16781312 514 18446604457915046016 0 0 -1 3 0 0 0
[pid=21597] ppid=21582 vsize=310020 CPUtime=2.95 cores=1,3,5,7
/proc/21597/stat : 21597 (python) S 21582 21582 21227 0 -1 4202560 1158 0 0 0 153 142 0 0 15 0 2 0 390651213 317460480 5779 33554432000 4194304 5683644 140733460309136 18446744073709551615 268660682310 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21597/statm: 77505 5779 400 364 0 13414 0
[pid=21599] ppid=21597 vsize=164992 CPUtime=994.21 cores=1,3,5,7
/proc/21599/stat : 21599 (march_hi) R 21597 21599 21599 0 -1 4202496 30471 0 0 0 99415 6 0 0 25 0 1 0 390651213 168951808 30210 33554432000 4194304 4955518 140733680138896 18446744073709551615 4224651 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/21599/statm: 41248 30210 104 186 0 41061 0
[pid=21597/tid=21656] ppid=21582 vsize=310020 CPUtime=0 cores=1,3,5,7
/proc/21597/task/21656/stat : 21656 (python) S 21582 21582 21227 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 390690747 317460480 5779 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672485809 0 0 16781312 514 18446604465837335744 0 0 -1 5 0 0 0
[pid=21615] ppid=21582 vsize=320276 CPUtime=2.05 cores=1,3,5,7
/proc/21615/stat : 21615 (python) S 21582 21582 21227 0 -1 4202560 1159 0 0 0 101 104 0 0 16 0 2 0 390661038 327962624 5783 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/21615/statm: 80069 5783 400 364 0 15975 0
[pid=21617] ppid=21615 vsize=120792 CPUtime=683.78 cores=1,3,5,7
/proc/21617/stat : 21617 (march_hi) T 21615 21617 21617 0 -1 4202496 21965 0 0 0 68373 5 0 0 25 0 1 0 390661039 123691008 21704 33554432000 4194304 4955518 140733637506336 18446744073709551615 4421280 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/21617/statm: 30198 21704 104 186 0 30011 0
[pid=21615/tid=21872] ppid=21582 vsize=320276 CPUtime=0 cores=1,3,5,7
/proc/21615/task/21872/stat : 21872 (python) S 21582 21582 21227 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 390729760 327962624 5783 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672485809 0 0 16781312 514 18446604454222987648 0 0 -1 3 0 0 0
[pid=21619] ppid=21582 vsize=330532 CPUtime=2.05 cores=1,3,5,7
/proc/21619/stat : 21619 (python) S 21582 21582 21227 0 -1 4202560 1158 0 0 0 100 105 0 0 16 0 2 0 390661543 338464768 5791 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21619/statm: 82633 5791 400 364 0 18536 0
[pid=21621] ppid=21619 vsize=120792 CPUtime=684.11 cores=1,3,5,7
/proc/21621/stat : 21621 (march_hi) T 21619 21621 21621 0 -1 4202496 21964 0 0 0 68406 5 0 0 25 0 1 0 390661543 123691008 21703 33554432000 4194304 4955518 140733546213552 18446744073709551615 4421280 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/21621/statm: 30198 21703 104 186 0 30011 0
[pid=21619/tid=21876] ppid=21582 vsize=330532 CPUtime=0 cores=1,3,5,7
/proc/21619/task/21876/stat : 21876 (python) S 21582 21582 21227 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 390730177 338464768 5791 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672485809 0 0 16781312 514 18446604464277551936 0 0 -1 1 0 0 0
[pid=21852] ppid=21582 vsize=340976 CPUtime=1.72 cores=1,3,5,7
/proc/21852/stat : 21852 (python) S 21582 21582 21227 0 -1 4202560 992 0 0 0 88 84 0 0 18 0 1 0 390710354 349159424 5808 33554432000 4194304 5683644 140733460309136 18446744073709551615 268660682310 0 0 16781312 514 4562726964665745670 0 0 17 7 0 0 0
/proc/21852/statm: 85244 5808 371 364 0 21144 0
[pid=21854] ppid=21852 vsize=182448 CPUtime=603.78 cores=1,3,5,7
/proc/21854/stat : 21854 (kcnfs-2006) R 21852 21854 21854 0 -1 4202496 590 0 0 0 60378 0 0 0 25 0 1 0 390710355 186826752 330 33554432000 134512640 135163436 4289862752 18446744073709551615 134573714 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/21854/statm: 45612 330 77 159 0 45452 0
[pid=21858] ppid=21582 vsize=351232 CPUtime=1.55 cores=1,3,5,7
/proc/21858/stat : 21858 (python) S 21582 21582 21227 0 -1 4202560 1043 0 0 0 84 71 0 0 15 0 1 0 390719720 359661568 5818 33554432000 4194304 5683644 140733460309136 18446744073709551615 268660682310 0 0 16781312 514 4562726964665745669 0 0 17 1 0 0 0
/proc/21858/statm: 87808 5818 377 364 0 23705 0
[pid=21860] ppid=21858 vsize=91324 CPUtime=517.82 cores=1,3,5,7
/proc/21860/stat : 21860 (march_hi) R 21858 21860 21860 0 -1 4202496 17206 0 0 0 51779 3 0 0 25 0 1 0 390719721 93515776 16941 33554432000 4194304 4955518 140735584706192 18446744073709551615 4227502 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/21860/statm: 22831 16941 104 186 0 22644 0
[pid=21873] ppid=21582 vsize=361488 CPUtime=1.29 cores=1,3,5,7
/proc/21873/stat : 21873 (python) S 21582 21582 21227 0 -1 4202560 1041 0 0 0 69 60 0 0 15 0 1 0 390729760 370163712 5822 33554432000 4194304 5683644 140733460309136 18446744073709551615 268660682310 0 0 16781312 514 4562726964665745670 0 0 17 1 0 0 0
/proc/21873/statm: 90372 5822 377 364 0 26266 0
[pid=21875] ppid=21873 vsize=76428 CPUtime=414.12 cores=1,3,5,7
/proc/21875/stat : 21875 (march_hi) R 21873 21875 21875 0 -1 4202496 14135 0 0 0 41409 3 0 0 25 0 1 0 390729761 78262272 13866 33554432000 4194304 4955518 140733386476640 18446744073709551615 4209717 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/21875/statm: 19107 13866 104 186 0 18920 0
[pid=21877] ppid=21582 vsize=371744 CPUtime=0.28 cores=1,3,5,7
/proc/21877/stat : 21877 (python) S 21582 21582 21227 0 -1 4202560 1111 0 0 0 13 15 0 0 19 0 2 0 390730178 380665856 5872 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/21877/statm: 92936 5872 400 364 0 28827 0
[pid=21879] ppid=21877 vsize=182452 CPUtime=99.98 cores=1,3,5,7
/proc/21879/stat : 21879 (kcnfs-2006) T 21877 21879 21879 0 -1 4202496 595 0 0 0 9998 0 0 0 25 0 1 0 390730178 186830848 330 33554432000 134512640 135163436 4290064160 18446744073709551615 134675333 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/21879/statm: 45613 330 77 159 0 45453 0
[pid=21877/tid=21882] ppid=21582 vsize=371744 CPUtime=0 cores=1,3,5,7
/proc/21877/task/21882/stat : 21882 (python) S 21582 21582 21227 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 390740208 380665856 5872 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672485809 0 0 16781312 514 18446604468027635648 0 0 -1 1 0 0 0
[pid=21582/tid=21589] ppid=21580 vsize=381988 CPUtime=0 cores=1,3,5,7
/proc/21582/task/21589/stat : 21589 (python) S 21580 21582 21227 0 -1 4202560 24 933 0 0 0 0 0 0 18 0 11 0 390651210 391155712 7369 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672485809 0 0 16781312 2 18446604468027633856 0 0 -1 1 0 0 0
[pid=21582/tid=21592] ppid=21580 vsize=381988 CPUtime=0 cores=1,3,5,7
/proc/21582/task/21592/stat : 21592 (python) S 21580 21582 21227 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 11 0 390651211 391155712 7369 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672485809 0 0 16781312 2 18446604468027633856 0 0 -1 1 0 0 0
[pid=21582/tid=21595] ppid=21580 vsize=381988 CPUtime=0 cores=1,3,5,7
/proc/21582/task/21595/stat : 21595 (python) S 21580 21582 21227 0 -1 4202560 25 933 0 0 0 0 0 0 22 0 11 0 390651212 391155712 7369 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672485809 0 0 16781312 2 18446604468027633856 0 0 -1 3 0 0 0
[pid=21582/tid=21598] ppid=21580 vsize=381988 CPUtime=0 cores=1,3,5,7
/proc/21582/task/21598/stat : 21598 (python) S 21580 21582 21227 0 -1 4202560 39 933 0 0 0 0 0 0 18 0 11 0 390651213 391155712 7369 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672485809 0 0 16781312 2 18446604468027633856 0 0 -1 7 0 0 0
[pid=21582/tid=21616] ppid=21580 vsize=381988 CPUtime=0 cores=1,3,5,7
/proc/21582/task/21616/stat : 21616 (python) S 21580 21582 21227 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 11 0 390661039 391155712 7369 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672485809 0 0 16781312 2 18446604468027633856 0 0 -1 7 0 0 0
[pid=21582/tid=21620] ppid=21580 vsize=381988 CPUtime=0 cores=1,3,5,7
/proc/21582/task/21620/stat : 21620 (python) S 21580 21582 21227 0 -1 4202560 30 933 0 0 0 0 0 0 20 0 11 0 390661543 391155712 7369 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672485809 0 0 16781312 2 18446604468027633856 0 0 -1 7 0 0 0
[pid=21582/tid=21853] ppid=21580 vsize=381988 CPUtime=0 cores=1,3,5,7
/proc/21582/task/21853/stat : 21853 (python) S 21580 21582 21227 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 11 0 390710355 391155712 7369 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672485809 0 0 16781312 2 18446604468027633856 0 0 -1 7 0 0 0
[pid=21582/tid=21859] ppid=21580 vsize=381988 CPUtime=0 cores=1,3,5,7
/proc/21582/task/21859/stat : 21859 (python) S 21580 21582 21227 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 11 0 390719720 391155712 7369 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672485809 0 0 16781312 2 18446604468027633856 0 0 -1 7 0 0 0
[pid=21582/tid=21874] ppid=21580 vsize=381988 CPUtime=0 cores=1,3,5,7
/proc/21582/task/21874/stat : 21874 (python) S 21580 21582 21227 0 -1 4202560 75 933 0 0 0 0 0 0 20 0 11 0 390729761 391155712 7369 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672485809 0 0 16781312 2 18446604468027633856 0 0 -1 7 0 0 0
[pid=21582/tid=21878] ppid=21580 vsize=381988 CPUtime=0 cores=1,3,5,7
/proc/21582/task/21878/stat : 21878 (python) S 21580 21582 21227 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 11 0 390730178 391155712 7369 33554432000 4194304 5683644 140733460309136 18446744073709551615 268672485809 0 0 16781312 2 18446604468027633856 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 6711728

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21582 and gives
#  childrusage.ru_utime.tv_sec=1039
#  childrusage.ru_utime.tv_usec=742935
#  childrusage.ru_stime.tv_sec=7
#  childrusage.ru_stime.tv_usec=196905
# CPU time returned by wait4() is 1046.94
# while last known CPU time is 4800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1205.38
CPU time (s): 4800.05
CPU user time (s): 4792.74
CPU system time (s): 7.31
CPU usage (%): 398.22
Max. virtual memory (cumulated for all children) (KiB): 6711728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1039.74
system time used= 7.19691
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 64263
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= 10141
involuntary context switches= 6232

runsolver used 5.50216 second user time and 13.008 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-15 15:03:18
IDJOB=3378301
IDBENCH=82710
IDSOLVER=1859
FILE ID=node107/3378301-1305464598
RUNJOBID= node107-1305463373-21246
PBS_JOBID= 13324996
Free space on /tmp= 73436 MiB

SOLVER NAME= borg-sat 11.03.02-par-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S1762880211-075.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-3378301-1305464598/watcher-3378301-1305464598 -o /tmp/evaluation-result-3378301-1305464598/solver-3378301-1305464598 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3378301-1305464598.cnf -seed 2110957509 -budget 4800 -cores 4

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

MD5SUM BENCH= 57a2cff28dc53061839e3102dd9b3447
RANDOM SEED=2110957509

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25433908 kB
Buffers:        184500 kB
Cached:        1454396 kB
SwapCached:       9832 kB
Active:        6693296 kB
Inactive:       527168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25433908 kB
SwapTotal:    67111528 kB
SwapFree:     46575252 kB
Dirty:           31488 kB
Writeback:           0 kB
AnonPages:     5578820 kB
Mapped:          29332 kB
Slab:           151904 kB
PageTables:      79360 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86731660 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= 73396 MiB
End job on node107 at 2011-05-15 15:23:26