Trace number 3317421

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.39 1202.96

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S1502652578-043.UNKNOWN.cnf
MD5SUM200b19edc2ebf99249f1125469c39206
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 variables150
Number of clauses3195
Sum of the clauses size15975
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 53195
Number of clauses of size over 50

Solver Data

0.37/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.37/0.68	c INFO: solving HOME/instance-3317421-1304269583.cnf
0.37/0.68	c INFO: computing task features
0.37/0.69	c INFO: computed variable-clause graph statistics
0.37/0.69	c INFO: computed clause balance statistics
0.44/0.78	c INFO: computed variable balance statistics
0.54/0.82	c INFO: computed small-clause counts
0.54/0.82	c INFO: computed Horn-clause counts
0.54/0.82	c INFO: computed variable graph statistics
0.54/0.82	c INFO: collected features for HOME/instance-3317421-1304269583.cnf in 0.15 s
0.54/0.85	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.62)
0.54/0.88	c INFO: running gnovelty+2@0 for 97 with 4799 remaining (b = 0.08)
0.63/0.91	c INFO: running march_hi@0 for 679 with 4799 remaining (b = 0.34)
0.63/0.94	c INFO: running march_hi@0 for 485 with 4799 remaining (b = 0.25)
400.37/101.03	c INFO: running march_hi@0 for 485 with 4699 remaining (b = 0.23)
400.37/101.06	c INFO: running march_hi@0 for 485 with 4699 remaining (b = 0.20)
1948.26/488.64	c INFO: running march_hi@99 for 291 with 4312 remaining (b = 0.13)
2345.64/588.12	c INFO: running march_hi@99 for 291 with 4212 remaining (b = 0.13)
2352.84/589.92	c INFO: running march_hi@486 for 194 with 4210 remaining (b = 0.10)
2725.83/683.36	c INFO: running march_hi@0 for 291 with 4117 remaining (b = 0.13)
3129.22/784.37	c INFO: running march_hi@586 for 97 with 4016 remaining (b = 0.07)
3143.98/788.06	c INFO: running march_hi@1166 for 194 with 4012 remaining (b = 0.11)
3514.57/880.87	c INFO: running march_hi@0 for 388 with 3919 remaining (b = 0.16)
3521.74/882.67	c INFO: running march_hi@585 for 97 with 3918 remaining (b = 0.06)
3899.49/977.28	c INFO: running march_hi@295 for 97 with 3823 remaining (b = 0.08)
3904.28/978.40	c INFO: running march_hi@0 for 388 with 3822 remaining (b = 0.14)
3912.65/980.58	c INFO: running march_hi@1263 for 97 with 3820 remaining (b = 0.05)
4294.32/1076.16	c INFO: running march_hi@390 for 97 with 3724 remaining (b = 0.04)
4312.28/1080.65	c INFO: running march_hi@1361 for 776 with 3720 remaining (b = 0.29)
4690.79/1175.43	c INFO: running adaptg2wsat2009++@0 for 97 with 3625 remaining (b = 0.03)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3317421-1304269583/watcher-3317421-1304269583 -o /tmp/evaluation-result-3317421-1304269583/solver-3317421-1304269583 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317421-1304269583.cnf -seed 1860674053 -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: 8.19 8.18 7.42 6/239 14255
/proc/meminfo: memFree=28857084/32951124 swapFree=67111516/67111528
[pid=14255] ppid=14253 vsize=15384 CPUtime=0 cores=1,3,5,7
/proc/14255/stat : 14255 (python) R 14253 14255 13600 0 -1 4202496 811 0 0 0 0 0 0 0 25 0 1 0 538559276 15753216 696 33554432000 4194304 5683644 140734405746288 18446744073709551615 4433760 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14255/statm: 3846 697 334 364 0 333 0

[startup+0.0884969 s]
/proc/loadavg: 8.19 8.18 7.42 6/239 14255
/proc/meminfo: memFree=28857084/32951124 swapFree=67111516/67111528
[pid=14255] ppid=14253 vsize=56780 CPUtime=0.05 cores=1,3,5,7
/proc/14255/stat : 14255 (python) R 14253 14255 13600 0 -1 4202496 2100 0 0 0 4 1 0 0 25 0 1 0 538559276 58142720 1854 33554432000 4194304 5683644 140734405746288 18446744073709551615 270612804579 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14255/statm: 14195 1856 499 364 0 1318 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 56780

[startup+0.100498 s]
/proc/loadavg: 8.19 8.18 7.42 6/239 14255
/proc/meminfo: memFree=28857084/32951124 swapFree=67111516/67111528
[pid=14255] ppid=14253 vsize=87708 CPUtime=0.05 cores=1,3,5,7
/proc/14255/stat : 14255 (python) R 14253 14255 13600 0 -1 4202496 2639 0 0 0 4 1 0 0 17 0 1 0 538559276 89812992 2355 33554432000 4194304 5683644 140734405746288 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14255/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 87708

[startup+0.300479 s]
/proc/loadavg: 8.19 8.18 7.42 6/239 14255
/proc/meminfo: memFree=28857084/32951124 swapFree=67111516/67111528
[pid=14255] ppid=14253 vsize=135752 CPUtime=0.19 cores=1,3,5,7
/proc/14255/stat : 14255 (python) R 14253 14255 13600 0 -1 4202496 5964 931 1 0 13 6 0 0 17 0 1 0 538559276 139010048 4152 33554432000 4194304 5683644 140734405746288 18446744073709551615 270613110416 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14255/statm: 33938 4152 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.700387 s]
/proc/loadavg: 8.19 8.18 7.42 6/239 14255
/proc/meminfo: memFree=28857084/32951124 swapFree=67111516/67111528
[pid=14255] ppid=14253 vsize=278656 CPUtime=0.44 cores=1,3,5,7
/proc/14255/stat : 14255 (python) R 14253 14255 13600 0 -1 4202496 9486 931 1 0 31 13 0 0 15 0 1 0 538559276 285343744 7061 33554432000 4194304 5683644 140734405746288 18446744073709551615 47838582770922 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14255/statm: 69664 7061 1826 364 0 5588 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 278656

[startup+1.50121 s]
/proc/loadavg: 8.19 8.18 7.42 9/252 14272
/proc/meminfo: memFree=28817672/32951124 swapFree=67111516/67111528
[pid=14255] ppid=14253 vsize=320164 CPUtime=0.68 cores=1,3,5,7
/proc/14255/stat : 14255 (python) S 14253 14255 13600 0 -1 4202496 12478 931 1 0 54 14 0 0 20 0 5 0 538559276 327847936 7238 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14255/statm: 80041 7238 1881 364 0 15950 0
[pid=14261] ppid=14255 vsize=278680 CPUtime=0 cores=1,3,5,7
/proc/14261/stat : 14261 (python) S 14255 14255 13600 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 538559361 285368320 5589 33554432000 4194304 5683644 140734405746288 18446744073709551615 270613130767 0 0 16781312 514 745956796211920895 0 0 17 1 0 0 0
/proc/14261/statm: 69670 5589 354 364 0 5588 0
[pid=14263] ppid=14261 vsize=1017940 CPUtime=0.63 cores=1,3,5,7
/proc/14263/stat : 14263 (gnovelty+2) R 14261 14263 14263 0 -1 4202496 455 0 0 0 63 0 0 0 21 0 1 0 538559362 1042370560 191 33554432000 134512640 135663704 4294615408 18446744073709551615 134525309 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14263/statm: 254485 191 113 282 0 254201 0
[pid=14264] ppid=14255 vsize=289308 CPUtime=0 cores=1,3,5,7
/proc/14264/stat : 14264 (python) S 14255 14255 13600 0 -1 4202560 746 0 0 0 0 0 0 0 19 0 1 0 538559364 296251392 5685 33554432000 4194304 5683644 140734405746288 18446744073709551615 270613130822 0 0 16781312 514 4495142737980424191 0 0 17 5 0 0 0
/proc/14264/statm: 72327 5685 348 364 0 8242 0
[pid=14266] ppid=14264 vsize=1017940 CPUtime=0.6 cores=1,3,5,7
/proc/14266/stat : 14266 (gnovelty+2) R 14264 14266 14266 0 -1 4202496 456 0 0 0 60 0 0 0 22 0 1 0 538559365 1042370560 192 33554432000 134512640 135663704 4293641936 18446744073709551615 134524868 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14266/statm: 254485 192 113 282 0 254201 0
[pid=14267] ppid=14255 vsize=299228 CPUtime=0 cores=1,3,5,7
/proc/14267/stat : 14267 (python) S 14255 14255 13600 0 -1 4202560 755 0 0 0 0 0 0 0 15 0 1 0 538559367 306409472 5601 33554432000 4194304 5683644 140734405746288 18446744073709551615 270613130822 0 0 16781312 514 8341343813347803397 0 0 17 5 0 0 0
/proc/14267/statm: 74807 5601 348 364 0 10719 0
[pid=14269] ppid=14267 vsize=2124 CPUtime=0.57 cores=1,3,5,7
/proc/14269/stat : 14269 (march_hi) R 14267 14269 14269 0 -1 4202496 617 0 0 0 57 0 0 0 22 0 1 0 538559368 2174976 345 33554432000 4194304 4955518 140734808207472 18446744073709551615 4346669 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/14269/statm: 531 345 106 186 0 344 0
[pid=14270] ppid=14255 vsize=309920 CPUtime=0 cores=1,3,5,7
/proc/14270/stat : 14270 (python) S 14255 14255 13600 0 -1 4202560 769 0 0 0 0 0 0 0 15 0 1 0 538559370 317358080 5701 33554432000 4194304 5683644 140734405746288 18446744073709551615 270613130822 0 0 16781312 514 18033279327449088261 0 0 17 1 0 0 0
/proc/14270/statm: 77480 5701 348 364 0 13389 0
[pid=14272] ppid=14270 vsize=2124 CPUtime=0.55 cores=1,3,5,7
/proc/14272/stat : 14272 (march_hi) R 14270 14272 14272 0 -1 4202496 617 0 0 0 55 0 0 0 22 0 1 0 538559371 2174976 344 33554432000 4194304 4955518 140736159542240 18446744073709551615 4285300 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/14272/statm: 531 344 106 186 0 344 0
[pid=14255/tid=14262] ppid=14253 vsize=320164 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14262/stat : 14262 (python) S 14253 14255 13600 0 -1 4202560 25 931 0 0 0 0 0 0 18 0 5 0 538559362 327847936 7238 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624934321 0 0 16781312 2 18446604471139168512 0 0 -1 1 0 0 0
[pid=14255/tid=14265] ppid=14253 vsize=320164 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14265/stat : 14265 (python) S 14253 14255 13600 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 5 0 538559365 327847936 7238 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624934321 0 0 16781312 2 18446604471139168512 0 0 -1 7 0 0 0
[pid=14255/tid=14268] ppid=14253 vsize=320164 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14268/stat : 14268 (python) S 14253 14255 13600 0 -1 4202560 18 931 0 0 0 0 0 0 20 0 5 0 538559367 327847936 7238 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624934321 0 0 16781312 2 18446604471139168512 0 0 -1 5 0 0 0
[pid=14255/tid=14271] ppid=14253 vsize=320164 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14271/stat : 14271 (python) S 14253 14255 13600 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 5 0 538559370 327847936 7238 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624934321 0 0 16781312 2 18446604471139168512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 3537428

[startup+3.10092 s]
/proc/loadavg: 8.19 8.18 7.42 9/252 14272
/proc/meminfo: memFree=28816184/32951124 swapFree=67111516/67111528
[pid=14255] ppid=14253 vsize=320164 CPUtime=0.68 cores=1,3,5,7
/proc/14255/stat : 14255 (python) S 14253 14255 13600 0 -1 4202496 12478 931 1 0 54 14 0 0 20 0 5 0 538559276 327847936 7238 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14255/statm: 80041 7238 1881 364 0 15950 0
[pid=14261] ppid=14255 vsize=278680 CPUtime=0 cores=1,3,5,7
/proc/14261/stat : 14261 (python) S 14255 14255 13600 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 538559361 285368320 5589 33554432000 4194304 5683644 140734405746288 18446744073709551615 270613130767 0 0 16781312 514 745956796211888389 0 0 17 1 0 0 0
/proc/14261/statm: 69670 5589 354 364 0 5588 0
[pid=14263] ppid=14261 vsize=1017940 CPUtime=2.23 cores=1,3,5,7
/proc/14263/stat : 14263 (gnovelty+2) R 14261 14263 14263 0 -1 4202496 455 0 0 0 223 0 0 0 25 0 1 0 538559362 1042370560 191 33554432000 134512640 135663704 4294615408 18446744073709551615 134524945 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14263/statm: 254485 191 113 282 0 254201 0
[pid=14264] ppid=14255 vsize=289308 CPUtime=0 cores=1,3,5,7
/proc/14264/stat : 14264 (python) S 14255 14255 13600 0 -1 4202560 746 0 0 0 0 0 0 0 18 0 1 0 538559364 296251392 5685 33554432000 4194304 5683644 140734405746288 18446744073709551615 270613130822 0 0 16781312 514 4495142737980391688 0 0 17 5 0 0 0
/proc/14264/statm: 72327 5685 348 364 0 8242 0
[pid=14266] ppid=14264 vsize=1017940 CPUtime=2.2 cores=1,3,5,7
/proc/14266/stat : 14266 (gnovelty+2) R 14264 14266 14266 0 -1 4202496 456 0 0 0 220 0 0 0 25 0 1 0 538559365 1042370560 192 33554432000 134512640 135663704 4293641936 18446744073709551615 134545772 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14266/statm: 254485 192 113 282 0 254201 0
[pid=14267] ppid=14255 vsize=299228 CPUtime=0 cores=1,3,5,7
/proc/14267/stat : 14267 (python) S 14255 14255 13600 0 -1 4202560 760 0 0 0 0 0 0 0 15 0 1 0 538559367 306409472 5601 33554432000 4194304 5683644 140734405746288 18446744073709551615 270613130822 0 0 16781312 514 8341343813347803397 0 0 17 5 0 0 0
/proc/14267/statm: 74807 5601 348 364 0 10719 0
[pid=14269] ppid=14267 vsize=2604 CPUtime=2.16 cores=1,3,5,7
/proc/14269/stat : 14269 (march_hi) R 14267 14269 14269 0 -1 4202496 713 0 0 0 216 0 0 0 25 0 1 0 538559368 2666496 441 33554432000 4194304 4955518 140734808207472 18446744073709551615 4314071 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/14269/statm: 651 441 106 186 0 464 0
[pid=14270] ppid=14255 vsize=309920 CPUtime=0 cores=1,3,5,7
/proc/14270/stat : 14270 (python) S 14255 14255 13600 0 -1 4202560 775 0 0 0 0 0 0 0 15 0 1 0 538559370 317358080 5701 33554432000 4194304 5683644 140734405746288 18446744073709551615 270613130822 0 0 16781312 514 18033279327449088261 0 0 17 1 0 0 0
/proc/14270/statm: 77480 5701 348 364 0 13389 0
[pid=14272] ppid=14270 vsize=2604 CPUtime=2.15 cores=1,3,5,7
/proc/14272/stat : 14272 (march_hi) R 14270 14272 14272 0 -1 4202496 714 0 0 0 215 0 0 0 25 0 1 0 538559371 2666496 441 33554432000 4194304 4955518 140736159542240 18446744073709551615 4346998 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/14272/statm: 651 441 106 186 0 464 0
[pid=14255/tid=14262] ppid=14253 vsize=320164 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14262/stat : 14262 (python) S 14253 14255 13600 0 -1 4202560 25 931 0 0 0 0 0 0 18 0 5 0 538559362 327847936 7238 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624934321 0 0 16781312 2 18446604471139168512 0 0 -1 1 0 0 0
[pid=14255/tid=14265] ppid=14253 vsize=320164 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14265/stat : 14265 (python) S 14253 14255 13600 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 5 0 538559365 327847936 7238 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624934321 0 0 16781312 2 18446604471139168512 0 0 -1 7 0 0 0
[pid=14255/tid=14268] ppid=14253 vsize=320164 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14268/stat : 14268 (python) S 14253 14255 13600 0 -1 4202560 18 931 0 0 0 0 0 0 20 0 5 0 538559367 327847936 7238 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624934321 0 0 16781312 2 18446604471139168512 0 0 -1 5 0 0 0
[pid=14255/tid=14271] ppid=14253 vsize=320164 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14271/stat : 14271 (python) S 14253 14255 13600 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 5 0 538559370 327847936 7238 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624934321 0 0 16781312 2 18446604471139168512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.42
Current children cumulated vsize (KiB) 3538388

[startup+6.30136 s]
/proc/loadavg: 8.25 8.19 7.43 9/252 14272
/proc/meminfo: memFree=28811224/32951124 swapFree=67111516/67111528
[pid=14255] ppid=14253 vsize=320164 CPUtime=0.68 cores=1,3,5,7
/proc/14255/stat : 14255 (python) S 14253 14255 13600 0 -1 4202496 12478 931 1 0 54 14 0 0 20 0 5 0 538559276 327847936 7238 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14255/statm: 80041 7238 1881 364 0 15950 0
[pid=14261] ppid=14255 vsize=278680 CPUtime=0 cores=1,3,5,7
/proc/14261/stat : 14261 (python) S 14255 14255 13600 0 -1 4202560 900 0 0 0 0 0 0 0 18 0 1 0 538559361 285368320 5611 33554432000 4194304 5683644 140734405746288 18446744073709551615 270613130767 0 0 16781312 514 745956796211888389 0 0 17 1 0 0 0
/proc/14261/statm: 69670 5611 376 364 0 5588 0
[pid=14263] ppid=14261 vsize=1017940 CPUtime=5.41 cores=1,3,5,7
/proc/14263/stat : 14263 (gnovelty+2) R 14261 14263 14263 0 -1 4202496 455 0 0 0 541 0 0 0 25 0 1 0 538559362 1042370560 191 33554432000 134512640 135663704 4294615408 18446744073709551615 134546755 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14263/statm: 254485 191 113 282 0 254201 0
[pid=14264] ppid=14255 vsize=289308 CPUtime=0 cores=1,3,5,7
/proc/14264/stat : 14264 (python) S 14255 14255 13600 0 -1 4202560 912 0 0 0 0 0 0 0 18 0 1 0 538559364 296251392 5707 33554432000 4194304 5683644 140734405746288 18446744073709551615 270613130822 0 0 16781312 514 4495142737980391688 0 0 17 5 0 0 0
/proc/14264/statm: 72327 5707 370 364 0 8242 0
[pid=14266] ppid=14264 vsize=1017940 CPUtime=5.38 cores=1,3,5,7
/proc/14266/stat : 14266 (gnovelty+2) R 14264 14266 14266 0 -1 4202496 456 0 0 0 538 0 0 0 25 0 1 0 538559365 1042370560 192 33554432000 134512640 135663704 4293641936 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14266/statm: 254485 192 113 282 0 254201 0
[pid=14267] ppid=14255 vsize=299228 CPUtime=0 cores=1,3,5,7
/proc/14267/stat : 14267 (python) S 14255 14255 13600 0 -1 4202560 906 0 0 0 0 0 0 0 15 0 1 0 538559367 306409472 5624 33554432000 4194304 5683644 140734405746288 18446744073709551615 270613130822 0 0 16781312 514 8341343813347803397 0 0 17 5 0 0 0
/proc/14267/statm: 74807 5624 371 364 0 10719 0
[pid=14269] ppid=14267 vsize=3456 CPUtime=5.34 cores=1,3,5,7
/proc/14269/stat : 14269 (march_hi) R 14267 14269 14269 0 -1 4202496 899 0 0 0 534 0 0 0 25 0 1 0 538559368 3538944 627 33554432000 4194304 4955518 140734808207472 18446744073709551615 4224608 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/14269/statm: 864 627 106 186 0 677 0
[pid=14270] ppid=14255 vsize=309920 CPUtime=0 cores=1,3,5,7
/proc/14270/stat : 14270 (python) S 14255 14255 13600 0 -1 4202560 922 0 0 0 0 0 0 0 15 0 1 0 538559370 317358080 5723 33554432000 4194304 5683644 140734405746288 18446744073709551615 270613130822 0 0 16781312 514 18033279327449088261 0 0 17 1 0 0 0
/proc/14270/statm: 77480 5723 370 364 0 13389 0
[pid=14272] ppid=14270 vsize=3456 CPUtime=5.35 cores=1,3,5,7
/proc/14272/stat : 14272 (march_hi) R 14270 14272 14272 0 -1 4202496 902 0 0 0 535 0 0 0 25 0 1 0 538559371 3538944 629 33554432000 4194304 4955518 140736159542240 18446744073709551615 4208667 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/14272/statm: 864 629 106 186 0 677 0
[pid=14255/tid=14262] ppid=14253 vsize=320164 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14262/stat : 14262 (python) S 14253 14255 13600 0 -1 4202560 25 931 0 0 0 0 0 0 18 0 5 0 538559362 327847936 7238 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624934321 0 0 16781312 2 18446604471139168512 0 0 -1 1 0 0 0
[pid=14255/tid=14265] ppid=14253 vsize=320164 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14265/stat : 14265 (python) S 14253 14255 13600 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 5 0 538559365 327847936 7238 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624934321 0 0 16781312 2 18446604471139168512 0 0 -1 7 0 0 0
[pid=14255/tid=14268] ppid=14253 vsize=320164 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14268/stat : 14268 (python) S 14253 14255 13600 0 -1 4202560 18 931 0 0 0 0 0 0 20 0 5 0 538559367 327847936 7238 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624934321 0 0 16781312 2 18446604471139168512 0 0 -1 5 0 0 0
[pid=14255/tid=14271] ppid=14253 vsize=320164 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14271/stat : 14271 (python) S 14253 14255 13600 0 -1 4202560 29 931 0 0 0 0 0 0 20 0 5 0 538559370 327847936 7238 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624934321 0 0 16781312 2 18446604471139168512 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 22.16
Current children cumulated vsize (KiB) 3540092

[startup+12.7012 s]
/proc/loadavg: 8.23 8.19 7.43 9/252 14272
/proc/meminfo: memFree=28806196/32951124 swapFree=67111516/67111528
[pid=14255] ppid=14253 vsize=320164 CPUtime=0.68 cores=1,3,5,7
/proc/14255/stat : 14255 (python) S 14253 14255 13600 0 -1 4202496 12478 931 1 0 54 14 0 0 20 0 5 0 538559276 327847936 7238 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14255/statm: 80041 7238 1881 364 0 15950 0
[pid=14261] ppid=14255 vsize=278680 CPUtime=0.01 cores=1,3,5,7
/proc/14261/stat : 14261 (python) S 14255 14255 13600 0 -1 4202560 904 0 0 0 0 1 0 0 18 0 1 0 538559361 285368320 5612 33554432000 4194304 5683644 140734405746288 18446744073709551615 270613130767 0 0 16781312 514 5926719517433495813 0 0 17 1 0 0 0
/proc/14261/statm: 69670 5612 377 364 0 5588 0
[pid=14263] ppid=14261 vsize=1017940 CPUtime=11.79 cores=1,3,5,7
/proc/14263/stat : 14263 (gnovelty+2) R 14261 14263 14263 0 -1 4202496 455 0 0 0 1179 0 0 0 25 0 1 0 538559362 1042370560 191 33554432000 134512640 135663704 4294615408 18446744073709551615 134524548 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14263/statm: 254485 191 113 282 0 254201 0
[pid=14264] ppid=14255 vsize=289308 CPUtime=0.01 cores=1,3,5,7

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

/proc/14272/stat : 14272 (march_hi) T 14270 14272 14272 0 -1 4202496 41051 0 0 0 87812 9 0 0 25 0 1 0 538559371 213516288 40778 33554432000 4194304 4955518 140736159542240 18446744073709551615 4297483 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/14272/statm: 52128 40778 106 186 0 51941 0
[pid=14270/tid=14393] ppid=14255 vsize=309920 CPUtime=0 cores=1,3,5,7
/proc/14270/task/14393/stat : 14393 (python) S 14255 14255 13600 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 538608137 317358080 5754 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624934321 0 0 16781312 514 18446604464316369920 0 0 -1 3 0 0 0
[pid=14277] ppid=14255 vsize=320176 CPUtime=1.38 cores=1,3,5,7
/proc/14277/stat : 14277 (python) S 14255 14255 13600 0 -1 4202560 1176 0 0 0 71 67 0 0 15 0 2 0 538569379 327860224 5775 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14277/statm: 80044 5775 400 364 0 15950 0
[pid=14279] ppid=14277 vsize=208512 CPUtime=874.3 cores=1,3,5,7
/proc/14279/stat : 14279 (march_hi) T 14277 14279 14279 0 -1 4202496 40805 0 0 0 87421 9 0 0 25 0 1 0 538569379 213516288 40533 33554432000 4194304 4955518 140734387599168 18446744073709551615 4208724 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/14279/statm: 52128 40533 106 186 0 51941 0
[pid=14277/tid=14396] ppid=14255 vsize=320176 CPUtime=0 cores=1,3,5,7
/proc/14277/task/14396/stat : 14396 (python) S 14255 14255 13600 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 538618086 327860224 5775 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624934321 0 0 16781312 514 18446604460790716288 0 0 -1 1 0 0 0
[pid=14280] ppid=14255 vsize=330576 CPUtime=1.74 cores=1,3,5,7
/proc/14280/stat : 14280 (python) S 14255 14255 13600 0 -1 4202560 1176 0 0 0 95 79 0 0 15 0 2 0 538569382 338509824 5798 33554432000 4194304 5683644 140734405746288 18446744073709551615 270613130822 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/14280/statm: 82644 5798 400 364 0 18547 0
[pid=14282] ppid=14280 vsize=216200 CPUtime=1097.15 cores=1,3,5,7
/proc/14282/stat : 14282 (march_hi) R 14280 14282 14282 0 -1 4202496 50431 0 0 0 109705 10 0 0 25 0 1 0 538569382 221388800 50158 33554432000 4194304 4955518 140736843517936 18446744073709551615 4235207 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/14282/statm: 54050 50158 106 186 0 53863 0
[pid=14280/tid=14397] ppid=14255 vsize=330576 CPUtime=0 cores=1,3,5,7
/proc/14280/task/14397/stat : 14397 (python) S 14255 14255 13600 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 538618265 338509824 5798 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624934321 0 0 16781312 514 18446604461676307648 0 0 -1 5 0 0 0
[pid=14411] ppid=14255 vsize=340832 CPUtime=0.53 cores=1,3,5,7
/proc/14411/stat : 14411 (python) S 14255 14255 13600 0 -1 4202560 1027 0 0 0 28 25 0 0 15 0 1 0 538647363 349011968 5792 33554432000 4194304 5683644 140734405746288 18446744073709551615 270613130822 0 0 16781312 514 5926719517433495816 0 0 17 5 0 0 0
/proc/14411/statm: 85208 5792 371 364 0 21108 0
[pid=14413] ppid=14411 vsize=94168 CPUtime=321.87 cores=1,3,5,7
/proc/14413/stat : 14413 (march_hi) R 14411 14413 14413 0 -1 4202496 16287 0 0 0 32185 2 0 0 25 0 1 0 538647364 96428032 16014 33554432000 4194304 4955518 140733276138896 18446744073709551615 4285584 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14413/statm: 23542 16014 106 186 0 23355 0
[pid=14417] ppid=14255 vsize=350600 CPUtime=0.37 cores=1,3,5,7
/proc/14417/stat : 14417 (python) S 14255 14255 13600 0 -1 4202560 1061 0 0 0 18 19 0 0 15 0 1 0 538657116 359014400 5692 33554432000 4194304 5683644 140734405746288 18446744073709551615 270613130822 0 0 16781312 514 5926719517433495816 0 0 17 5 0 0 0
/proc/14417/statm: 87650 5692 377 364 0 23547 0
[pid=14419] ppid=14417 vsize=62780 CPUtime=222.99 cores=1,3,5,7
/proc/14419/stat : 14419 (march_hi) R 14417 14419 14419 0 -1 4202496 11711 0 0 0 22298 1 0 0 25 0 1 0 538657117 64286720 11436 33554432000 4194304 4955518 140735693028272 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/14419/statm: 15695 11436 106 186 0 15508 0
[pid=14431] ppid=14255 vsize=361396 CPUtime=0.04 cores=1,3,5,7
/proc/14431/stat : 14431 (python) S 14255 14255 13600 0 -1 4202560 956 0 0 0 2 2 0 0 18 0 1 0 538676819 370069504 5822 33554432000 4194304 5683644 140734405746288 18446744073709551615 270613130822 0 0 16781312 514 5926719517433495814 0 0 17 5 0 0 0
/proc/14431/statm: 90349 5822 371 364 0 26243 0
[pid=14433] ppid=14431 vsize=416280 CPUtime=27.33 cores=1,3,5,7
/proc/14433/stat : 14433 (adaptg2wsat2009) R 14431 14433 14433 0 -1 4202496 522 0 0 0 2733 0 0 0 25 0 1 0 538676819 426270720 252 33554432000 134512640 135107411 4292053120 18446744073709551615 134532416 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14433/statm: 104070 252 59 146 0 102946 0
[pid=14255/tid=14262] ppid=14253 vsize=371640 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14262/stat : 14262 (python) S 14253 14255 13600 0 -1 4202560 25 931 0 0 0 0 0 0 18 0 10 0 538559362 380559360 7347 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624934321 0 0 16781312 2 18446604471139168512 0 0 -1 1 0 0 0
[pid=14255/tid=14265] ppid=14253 vsize=371640 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14265/stat : 14265 (python) S 14253 14255 13600 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 10 0 538559365 380559360 7347 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624934321 0 0 16781312 2 18446604471139168512 0 0 -1 7 0 0 0
[pid=14255/tid=14268] ppid=14253 vsize=371640 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14268/stat : 14268 (python) S 14253 14255 13600 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 10 0 538559367 380559360 7347 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624934321 0 0 16781312 2 18446604471139168512 0 0 -1 5 0 0 0
[pid=14255/tid=14271] ppid=14253 vsize=371640 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14271/stat : 14271 (python) S 14253 14255 13600 0 -1 4202560 34 931 0 0 0 0 0 0 18 0 10 0 538559370 380559360 7347 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624934321 0 0 16781312 2 18446604471139168512 0 0 -1 1 0 0 0
[pid=14255/tid=14278] ppid=14253 vsize=371640 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14278/stat : 14278 (python) S 14253 14255 13600 0 -1 4202560 34 931 0 0 0 0 0 0 18 0 10 0 538569379 380559360 7347 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624934321 0 0 16781312 2 18446604471139168512 0 0 -1 1 0 0 0
[pid=14255/tid=14281] ppid=14253 vsize=371640 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14281/stat : 14281 (python) S 14253 14255 13600 0 -1 4202560 35 931 0 0 0 0 0 0 18 0 10 0 538569382 380559360 7347 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624934321 0 0 16781312 2 18446604471139168512 0 0 -1 5 0 0 0
[pid=14255/tid=14412] ppid=14253 vsize=371640 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14412/stat : 14412 (python) S 14253 14255 13600 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 10 0 538647364 380559360 7347 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624934321 0 0 16781312 2 18446604471139168512 0 0 -1 5 0 0 0
[pid=14255/tid=14418] ppid=14253 vsize=371640 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14418/stat : 14418 (python) S 14253 14255 13600 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 10 0 538657117 380559360 7347 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624934321 0 0 16781312 2 18446604471139168512 0 0 -1 5 0 0 0
[pid=14255/tid=14432] ppid=14253 vsize=371640 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14432/stat : 14432 (python) S 14253 14255 13600 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 10 0 538676819 380559360 7347 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624934321 0 0 16781312 2 18446604471139168512 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 6820580

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

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

[startup+1202.9 s]
/proc/loadavg: 8.24 8.15 7.91 9/275 14434
/proc/meminfo: memFree=27388800/32951124 swapFree=67111516/67111528
[pid=14255] ppid=14253 vsize=371640 CPUtime=1.13 cores=1,3,5,7
/proc/14255/stat : 14255 (python) S 14253 14255 13600 0 -1 4202496 17165 931 1 0 98 15 0 0 20 0 10 0 538559276 380559360 7347 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624937419 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/14255/statm: 92910 7347 1892 364 0 28804 0
[pid=14261] ppid=14255 vsize=288924 CPUtime=0.15 cores=1,3,5,7
/proc/14261/stat : 14261 (python) S 14255 14255 13600 0 -1 4202560 1088 0 0 0 8 7 0 0 19 0 2 0 538559361 295858176 5650 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14261/statm: 72231 5650 410 364 0 8149 0
[pid=14263] ppid=14261 vsize=1017940 CPUtime=99.92 cores=1,3,5,7
/proc/14263/stat : 14263 (gnovelty+2) T 14261 14263 14263 0 -1 4202496 455 0 0 0 9992 0 0 0 25 0 1 0 538559362 1042370560 191 33554432000 134512640 135663704 4294615408 18446744073709551615 134525286 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/14263/statm: 254485 191 113 282 0 254201 0
[pid=14261/tid=14275] ppid=14255 vsize=288924 CPUtime=0 cores=1,3,5,7
/proc/14261/task/14275/stat : 14275 (python) S 14255 14255 13600 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538569376 295858176 5650 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624934321 0 0 16781312 514 18446604461676309440 0 0 -1 5 0 0 0
[pid=14264] ppid=14255 vsize=289308 CPUtime=0.15 cores=1,3,5,7
/proc/14264/stat : 14264 (python) S 14255 14255 13600 0 -1 4202560 1094 0 0 0 7 8 0 0 19 0 2 0 538559364 296251392 5738 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/14264/statm: 72327 5738 400 364 0 8242 0
[pid=14266] ppid=14264 vsize=1017940 CPUtime=99.81 cores=1,3,5,7
/proc/14266/stat : 14266 (gnovelty+2) T 14264 14266 14266 0 -1 4202496 456 0 0 0 9981 0 0 0 25 0 1 0 538559365 1042370560 192 33554432000 134512640 135663704 4293641936 18446744073709551615 134544196 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/14266/statm: 254485 192 113 282 0 254201 0
[pid=14264/tid=14276] ppid=14255 vsize=289308 CPUtime=0 cores=1,3,5,7
/proc/14264/task/14276/stat : 14276 (python) S 14255 14255 13600 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538569379 296251392 5738 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624934321 0 0 16781312 514 18446604471139169408 0 0 -1 5 0 0 0
[pid=14267] ppid=14255 vsize=299228 CPUtime=1.84 cores=1,3,5,7
/proc/14267/stat : 14267 (python) S 14255 14255 13600 0 -1 4202560 1163 0 0 0 94 90 0 0 16 0 2 0 538559367 306409472 5654 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/14267/statm: 74807 5654 400 364 0 10719 0
[pid=14269] ppid=14267 vsize=315648 CPUtime=1170.11 cores=1,3,5,7
/proc/14269/stat : 14269 (march_hi) T 14267 14269 14269 0 -1 4202496 53648 0 0 0 117001 10 0 0 25 0 1 0 538559368 323223552 53376 33554432000 4194304 4955518 140734808207472 18446744073709551615 4297477 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/14269/statm: 78912 53376 106 186 0 78725 0
[pid=14267/tid=14401] ppid=14255 vsize=299228 CPUtime=0 cores=1,3,5,7
/proc/14267/task/14401/stat : 14401 (python) S 14255 14255 13600 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 538627609 306409472 5654 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624934321 0 0 16781312 514 18446604464316368128 0 0 -1 3 0 0 0
[pid=14270] ppid=14255 vsize=309920 CPUtime=1.37 cores=1,3,5,7
/proc/14270/stat : 14270 (python) S 14255 14255 13600 0 -1 4202560 1172 0 0 0 71 66 0 0 15 0 2 0 538559370 317358080 5754 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/14270/statm: 77480 5754 400 364 0 13389 0
[pid=14272] ppid=14270 vsize=208512 CPUtime=878.21 cores=1,3,5,7
/proc/14272/stat : 14272 (march_hi) T 14270 14272 14272 0 -1 4202496 41051 0 0 0 87812 9 0 0 25 0 1 0 538559371 213516288 40778 33554432000 4194304 4955518 140736159542240 18446744073709551615 4297483 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/14272/statm: 52128 40778 106 186 0 51941 0
[pid=14270/tid=14393] ppid=14255 vsize=309920 CPUtime=0 cores=1,3,5,7
/proc/14270/task/14393/stat : 14393 (python) S 14255 14255 13600 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 2 0 538608137 317358080 5754 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624934321 0 0 16781312 514 18446604464316369920 0 0 -1 3 0 0 0
[pid=14277] ppid=14255 vsize=320176 CPUtime=1.38 cores=1,3,5,7
/proc/14277/stat : 14277 (python) S 14255 14255 13600 0 -1 4202560 1176 0 0 0 71 67 0 0 15 0 2 0 538569379 327860224 5775 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624937419 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/14277/statm: 80044 5775 400 364 0 15950 0
[pid=14279] ppid=14277 vsize=208512 CPUtime=874.3 cores=1,3,5,7
/proc/14279/stat : 14279 (march_hi) T 14277 14279 14279 0 -1 4202496 40805 0 0 0 87421 9 0 0 25 0 1 0 538569379 213516288 40533 33554432000 4194304 4955518 140734387599168 18446744073709551615 4208724 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/14279/statm: 52128 40533 106 186 0 51941 0
[pid=14277/tid=14396] ppid=14255 vsize=320176 CPUtime=0 cores=1,3,5,7
/proc/14277/task/14396/stat : 14396 (python) S 14255 14255 13600 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 538618086 327860224 5775 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624934321 0 0 16781312 514 18446604460790716288 0 0 -1 1 0 0 0
[pid=14280] ppid=14255 vsize=330576 CPUtime=1.74 cores=1,3,5,7
/proc/14280/stat : 14280 (python) S 14255 14255 13600 0 -1 4202560 1176 0 0 0 95 79 0 0 15 0 2 0 538569382 338509824 5798 33554432000 4194304 5683644 140734405746288 18446744073709551615 270613130822 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/14280/statm: 82644 5798 400 364 0 18547 0
[pid=14282] ppid=14280 vsize=216200 CPUtime=1097.15 cores=1,3,5,7
/proc/14282/stat : 14282 (march_hi) R 14280 14282 14282 0 -1 4202496 50431 0 0 0 109705 10 0 0 25 0 1 0 538569382 221388800 50158 33554432000 4194304 4955518 140736843517936 18446744073709551615 4235207 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/14282/statm: 54050 50158 106 186 0 53863 0
[pid=14280/tid=14397] ppid=14255 vsize=330576 CPUtime=0 cores=1,3,5,7
/proc/14280/task/14397/stat : 14397 (python) S 14255 14255 13600 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 2 0 538618265 338509824 5798 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624934321 0 0 16781312 514 18446604461676307648 0 0 -1 5 0 0 0
[pid=14411] ppid=14255 vsize=340832 CPUtime=0.53 cores=1,3,5,7
/proc/14411/stat : 14411 (python) S 14255 14255 13600 0 -1 4202560 1027 0 0 0 28 25 0 0 15 0 1 0 538647363 349011968 5792 33554432000 4194304 5683644 140734405746288 18446744073709551615 270613130822 0 0 16781312 514 5926719517433495816 0 0 17 5 0 0 0
/proc/14411/statm: 85208 5792 371 364 0 21108 0
[pid=14413] ppid=14411 vsize=94168 CPUtime=321.87 cores=1,3,5,7
/proc/14413/stat : 14413 (march_hi) R 14411 14413 14413 0 -1 4202496 16287 0 0 0 32185 2 0 0 25 0 1 0 538647364 96428032 16014 33554432000 4194304 4955518 140733276138896 18446744073709551615 4285584 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/14413/statm: 23542 16014 106 186 0 23355 0
[pid=14417] ppid=14255 vsize=350600 CPUtime=0.37 cores=1,3,5,7
/proc/14417/stat : 14417 (python) S 14255 14255 13600 0 -1 4202560 1061 0 0 0 18 19 0 0 15 0 1 0 538657116 359014400 5692 33554432000 4194304 5683644 140734405746288 18446744073709551615 270613130822 0 0 16781312 514 5926719517433495816 0 0 17 5 0 0 0
/proc/14417/statm: 87650 5692 377 364 0 23547 0
[pid=14419] ppid=14417 vsize=62780 CPUtime=222.99 cores=1,3,5,7
/proc/14419/stat : 14419 (march_hi) R 14417 14419 14419 0 -1 4202496 11711 0 0 0 22298 1 0 0 25 0 1 0 538657117 64286720 11436 33554432000 4194304 4955518 140735693028272 18446744073709551615 4208624 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/14419/statm: 15695 11436 106 186 0 15508 0
[pid=14431] ppid=14255 vsize=361396 CPUtime=0.04 cores=1,3,5,7
/proc/14431/stat : 14431 (python) S 14255 14255 13600 0 -1 4202560 956 0 0 0 2 2 0 0 18 0 1 0 538676819 370069504 5822 33554432000 4194304 5683644 140734405746288 18446744073709551615 270613130822 0 0 16781312 514 5926719517433495814 0 0 17 5 0 0 0
/proc/14431/statm: 90349 5822 371 364 0 26243 0
[pid=14433] ppid=14431 vsize=416280 CPUtime=27.33 cores=1,3,5,7
/proc/14433/stat : 14433 (adaptg2wsat2009) R 14431 14433 14433 0 -1 4202496 522 0 0 0 2733 0 0 0 25 0 1 0 538676819 426270720 252 33554432000 134512640 135107411 4292053120 18446744073709551615 134532416 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/14433/statm: 104070 252 59 146 0 102946 0
[pid=14255/tid=14262] ppid=14253 vsize=371640 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14262/stat : 14262 (python) S 14253 14255 13600 0 -1 4202560 25 931 0 0 0 0 0 0 18 0 10 0 538559362 380559360 7347 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624934321 0 0 16781312 2 18446604471139168512 0 0 -1 1 0 0 0
[pid=14255/tid=14265] ppid=14253 vsize=371640 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14265/stat : 14265 (python) S 14253 14255 13600 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 10 0 538559365 380559360 7347 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624934321 0 0 16781312 2 18446604471139168512 0 0 -1 7 0 0 0
[pid=14255/tid=14268] ppid=14253 vsize=371640 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14268/stat : 14268 (python) S 14253 14255 13600 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 10 0 538559367 380559360 7347 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624934321 0 0 16781312 2 18446604471139168512 0 0 -1 5 0 0 0
[pid=14255/tid=14271] ppid=14253 vsize=371640 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14271/stat : 14271 (python) S 14253 14255 13600 0 -1 4202560 34 931 0 0 0 0 0 0 18 0 10 0 538559370 380559360 7347 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624934321 0 0 16781312 2 18446604471139168512 0 0 -1 1 0 0 0
[pid=14255/tid=14278] ppid=14253 vsize=371640 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14278/stat : 14278 (python) S 14253 14255 13600 0 -1 4202560 34 931 0 0 0 0 0 0 18 0 10 0 538569379 380559360 7347 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624934321 0 0 16781312 2 18446604471139168512 0 0 -1 1 0 0 0
[pid=14255/tid=14281] ppid=14253 vsize=371640 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14281/stat : 14281 (python) S 14253 14255 13600 0 -1 4202560 35 931 0 0 0 0 0 0 18 0 10 0 538569382 380559360 7347 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624934321 0 0 16781312 2 18446604471139168512 0 0 -1 5 0 0 0
[pid=14255/tid=14412] ppid=14253 vsize=371640 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14412/stat : 14412 (python) S 14253 14255 13600 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 10 0 538647364 380559360 7347 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624934321 0 0 16781312 2 18446604471139168512 0 0 -1 5 0 0 0
[pid=14255/tid=14418] ppid=14253 vsize=371640 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14418/stat : 14418 (python) S 14253 14255 13600 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 10 0 538657117 380559360 7347 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624934321 0 0 16781312 2 18446604471139168512 0 0 -1 5 0 0 0
[pid=14255/tid=14432] ppid=14253 vsize=371640 CPUtime=0 cores=1,3,5,7
/proc/14255/task/14432/stat : 14432 (python) S 14253 14255 13600 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 10 0 538676819 380559360 7347 33554432000 4194304 5683644 140734405746288 18446744073709551615 270624934321 0 0 16781312 2 18446604471139168512 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 6820580

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1202.96
CPU time (s): 4800.39
CPU user time (s): 4796.2
CPU system time (s): 4.19
CPU usage (%): 399.047
Max. virtual memory (cumulated for all children) (KiB): 6820580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.998848
system time used= 0.155976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18575
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= 2999
involuntary context switches= 36

runsolver used 2.58361 second user time and 5.62714 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-01 19:06:23
IDJOB=3317421
IDBENCH=82886
IDSOLVER=1705
FILE ID=node108/3317421-1304269583
RUNJOBID= node108-1304267294-13619
PBS_JOBID= 13173970
Free space on /tmp= 73032 MiB

SOLVER NAME= borg-sat 11.03.02-random
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v150-c3195-S1502652578-043.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-3317421-1304269583/watcher-3317421-1304269583 -o /tmp/evaluation-result-3317421-1304269583/solver-3317421-1304269583 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3317421-1304269583.cnf -seed 1860674053 -budget 4800 -cores 4

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

MD5SUM BENCH= 200b19edc2ebf99249f1125469c39206
RANDOM SEED=1860674053

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.820
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:      28857240 kB
Buffers:        644276 kB
Cached:        1641916 kB
SwapCached:         12 kB
Active:        1575024 kB
Inactive:      2100432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28857240 kB
SwapTotal:    67111528 kB
SwapFree:     67111516 kB
Dirty:           31648 kB
Writeback:          40 kB
AnonPages:     1389164 kB
Mapped:          23136 kB
Slab:           341660 kB
PageTables:      16708 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 13709636 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= 72996 MiB
End job on node108 at 2011-05-01 19:26:28