Trace number 3386957

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-random (fixed)? (TO) 5000 4980.17

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v125-c2662-S689381858-022.UNKNOWN.cnf
MD5SUMe5ccab3a9294cbb9eed5df8c5c797376
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 variables125
Number of clauses2662
Sum of the clauses size13310
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 52662
Number of clauses of size over 50

Solver Data

0.31/0.48	c INFO: loaded portfolio from HOME/etc/borg-mix+class.random.pickle
0.31/0.48	c INFO: solving HOME/instance-3386957-1305595136.cnf
0.31/0.48	c INFO: computing task features
0.31/0.49	c INFO: computed variable-clause graph statistics
0.31/0.49	c INFO: computed clause balance statistics
0.40/0.56	c INFO: computed variable balance statistics
0.50/0.60	c INFO: computed small-clause counts
0.50/0.60	c INFO: computed Horn-clause counts
0.50/0.60	c INFO: computed variable graph statistics
0.50/0.60	c INFO: collected features for HOME/instance-3386957-1305595136.cnf in 0.13 s
0.50/0.63	c INFO: running gnovelty+2@0 for 97 with 4999 remaining (b = 0.63)
98.24/98.06	c INFO: running gnovelty+2@0 for 97 with 4902 remaining (b = 0.07)
201.14/200.53	c INFO: running march_hi@0 for 485 with 4800 remaining (b = 0.33)
689.07/686.53	c INFO: running march_hi@485 for 194 with 4314 remaining (b = 0.17)
888.06/884.72	c INFO: running march_hi@684 for 97 with 4115 remaining (b = 0.07)
984.84/981.16	c INFO: running march_hi@0 for 485 with 4019 remaining (b = 0.31)
1473.83/1468.13	c INFO: running march_hi@486 for 194 with 3532 remaining (b = 0.14)
1672.11/1665.64	c INFO: running march_hi@0 for 388 with 3335 remaining (b = 0.24)
2067.73/2059.68	c INFO: running march_hi@393 for 97 with 2941 remaining (b = 0.07)
2160.25/2151.71	c INFO: running march_hi@485 for 194 with 2849 remaining (b = 0.11)
2355.52/2346.31	c INFO: running march_hi@0 for 388 with 2654 remaining (b = 0.22)
2750.02/2739.18	c INFO: running march_hi@392 for 97 with 2261 remaining (b = 0.06)
2844.39/2833.14	c INFO: running kcnfs-2006@0 for 582 with 2167 remaining (b = 0.24)
3430.24/3416.64	c INFO: running march_hi@486 for 97 with 1584 remaining (b = 0.04)
3527.72/3513.70	c INFO: running march_hi@583 for 97 with 1487 remaining (b = 0.04)
3626.38/3612.09	c INFO: running march_hi@0 for 388 with 1388 remaining (b = 0.17)
4021.36/4005.47	c INFO: running march_hi@0 for 388 with 995 remaining (b = 0.15)
4416.50/4398.92	c INFO: running march_hi@780 for 602 with 602 remaining (b = 0.19)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3386957-1305595136/watcher-3386957-1305595136 -o /tmp/evaluation-result-3386957-1305595136/solver-3386957-1305595136 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386957-1305595136.cnf -seed 864243412 -budget 5000 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 3.16 3.06 3.02 3/520 2834
/proc/meminfo: memFree=12358416/32950928 swapFree=67111200/67111528
[pid=2834] ppid=2832 vsize=15380 CPUtime=0 cores=1,3,5,7
/proc/2834/stat : 2834 (python) R 2832 2834 1545 0 -1 4202496 810 0 0 0 0 0 0 0 25 0 1 0 749744280 15749120 696 33554432000 4194304 5683644 140736671108848 18446744073709551615 256415389696 0 2147483391 16781312 2 0 0 0 17 5 0 0 0
/proc/2834/statm: 3845 696 334 364 0 332 0

[startup+0.0500729 s]
/proc/loadavg: 3.16 3.06 3.02 3/520 2834
/proc/meminfo: memFree=12358416/32950928 swapFree=67111200/67111528
[pid=2834] ppid=2832 vsize=29784 CPUtime=0.04 cores=1,3,5,7
/proc/2834/stat : 2834 (python) S 2832 2834 1545 0 -1 4202496 1445 0 0 0 3 1 0 0 17 0 1 0 749744280 30498816 1287 33554432000 4194304 5683644 140736671108848 18446744073709551615 256415389696 0 2147483391 16781312 2 18446744071699199166 0 0 17 5 0 0 0
/proc/2834/statm: 7446 1287 443 364 0 816 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 29784

[startup+0.10108 s]
/proc/loadavg: 3.16 3.06 3.02 3/520 2834
/proc/meminfo: memFree=12358416/32950928 swapFree=67111200/67111528
[pid=2834] ppid=2832 vsize=104220 CPUtime=0.07 cores=1,3,5,7
/proc/2834/stat : 2834 (python) R 2832 2834 1545 0 -1 4202496 3038 0 0 0 5 2 0 0 17 0 1 0 749744280 106721280 2727 33554432000 4194304 5683644 140736671108848 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/2834/statm: 26054 2727 847 364 0 1802 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104220

[startup+0.301026 s]
/proc/loadavg: 3.16 3.06 3.02 3/520 2834
/proc/meminfo: memFree=12358416/32950928 swapFree=67111200/67111528
[pid=2834] ppid=2832 vsize=160664 CPUtime=0.24 cores=1,3,5,7
/proc/2834/stat : 2834 (python) S 2832 2834 1545 0 -1 4202496 6613 935 1 0 17 7 0 0 17 0 1 0 749744280 164519936 4699 33554432000 4194304 5683644 140736671108848 18446744073709551615 256410467975 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/2834/statm: 40166 4699 1259 364 0 3453 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 160664

[startup+0.700952 s]
/proc/loadavg: 3.16 3.06 3.02 3/520 2834
/proc/meminfo: memFree=12358416/32950928 swapFree=67111200/67111528
[pid=2834] ppid=2832 vsize=288764 CPUtime=0.54 cores=1,3,5,7
/proc/2834/stat : 2834 (python) S 2832 2834 1545 0 -1 4202496 9815 935 1 0 44 10 0 0 19 0 2 0 749744280 295694336 7085 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/2834/statm: 72191 7085 1875 364 0 8109 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 288764

[startup+1.5008 s]
/proc/loadavg: 3.16 3.06 3.02 4/524 2842
/proc/meminfo: memFree=12332840/32950928 swapFree=67111200/67111528
[pid=2834] ppid=2832 vsize=288764 CPUtime=0.54 cores=1,3,5,7
/proc/2834/stat : 2834 (python) S 2832 2834 1545 0 -1 4202496 9815 935 1 0 44 10 0 0 19 0 2 0 749744280 295694336 7085 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/2834/statm: 72191 7085 1875 364 0 8109 0
[pid=2840] ppid=2834 vsize=278520 CPUtime=0 cores=1,3,5,7
/proc/2840/stat : 2840 (python) S 2834 2834 1545 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 749744344 285204480 5560 33554432000 4194304 5683644 140736671108848 18446744073709551615 256415411727 0 0 16781312 514 3263141333446950911 0 0 17 7 0 0 0
/proc/2840/statm: 69630 5560 354 364 0 5548 0
[pid=2842] ppid=2840 vsize=1017800 CPUtime=0.85 cores=1,3,5,7
/proc/2842/stat : 2842 (gnovelty+2) R 2840 2842 2842 0 -1 4202496 445 0 0 0 85 0 0 0 21 0 1 0 749744344 1042227200 181 33554432000 134512640 135663704 4288759424 18446744073709551615 134525276 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/2842/statm: 254450 181 113 282 0 254166 0
[pid=2834/tid=2841] ppid=2832 vsize=288764 CPUtime=0 cores=1,3,5,7
/proc/2834/task/2841/stat : 2841 (python) S 2832 2834 1545 0 -1 4202560 34 935 0 0 0 0 0 0 19 0 2 0 749744344 295694336 7085 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427215281 0 0 16781312 2 18446604464905026560 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 1585084

[startup+3.1005 s]
/proc/loadavg: 3.16 3.06 3.02 4/524 2842
/proc/meminfo: memFree=12331644/32950928 swapFree=67111200/67111528
[pid=2834] ppid=2832 vsize=288764 CPUtime=0.54 cores=1,3,5,7
/proc/2834/stat : 2834 (python) S 2832 2834 1545 0 -1 4202496 9815 935 1 0 44 10 0 0 19 0 2 0 749744280 295694336 7085 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/2834/statm: 72191 7085 1875 364 0 8109 0
[pid=2840] ppid=2834 vsize=278520 CPUtime=0 cores=1,3,5,7
/proc/2840/stat : 2840 (python) S 2834 2834 1545 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 749744344 285204480 5560 33554432000 4194304 5683644 140736671108848 18446744073709551615 256415411727 0 0 16781312 514 3263141333446918406 0 0 17 7 0 0 0
/proc/2840/statm: 69630 5560 354 364 0 5548 0
[pid=2842] ppid=2840 vsize=1017800 CPUtime=2.45 cores=1,3,5,7
/proc/2842/stat : 2842 (gnovelty+2) R 2840 2842 2842 0 -1 4202496 445 0 0 0 245 0 0 0 25 0 1 0 749744344 1042227200 181 33554432000 134512640 135663704 4288759424 18446744073709551615 134524498 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/2842/statm: 254450 181 113 282 0 254166 0
[pid=2834/tid=2841] ppid=2832 vsize=288764 CPUtime=0 cores=1,3,5,7
/proc/2834/task/2841/stat : 2841 (python) S 2832 2834 1545 0 -1 4202560 34 935 0 0 0 0 0 0 19 0 2 0 749744344 295694336 7085 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427215281 0 0 16781312 2 18446604464905026560 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 1585084

[startup+6.30088 s]
/proc/loadavg: 3.15 3.06 3.02 4/524 2842
/proc/meminfo: memFree=12330948/32950928 swapFree=67111200/67111528
[pid=2834] ppid=2832 vsize=288764 CPUtime=0.54 cores=1,3,5,7
/proc/2834/stat : 2834 (python) S 2832 2834 1545 0 -1 4202496 9815 935 1 0 44 10 0 0 19 0 2 0 749744280 295694336 7085 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/2834/statm: 72191 7085 1875 364 0 8109 0
[pid=2840] ppid=2834 vsize=278520 CPUtime=0.01 cores=1,3,5,7
/proc/2840/stat : 2840 (python) S 2834 2834 1545 0 -1 4202560 891 0 0 0 1 0 0 0 18 0 1 0 749744344 285204480 5583 33554432000 4194304 5683644 140736671108848 18446744073709551615 256415411727 0 0 16781312 514 3263141333446918406 0 0 17 7 0 0 0
/proc/2840/statm: 69630 5583 377 364 0 5548 0
[pid=2842] ppid=2840 vsize=1017800 CPUtime=5.66 cores=1,3,5,7
/proc/2842/stat : 2842 (gnovelty+2) R 2840 2842 2842 0 -1 4202496 445 0 0 0 566 0 0 0 25 0 1 0 749744344 1042227200 181 33554432000 134512640 135663704 4288759424 18446744073709551615 134524894 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/2842/statm: 254450 181 113 282 0 254166 0
[pid=2834/tid=2841] ppid=2832 vsize=288764 CPUtime=0 cores=1,3,5,7
/proc/2834/task/2841/stat : 2841 (python) S 2832 2834 1545 0 -1 4202560 34 935 0 0 0 0 0 0 19 0 2 0 749744344 295694336 7085 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427215281 0 0 16781312 2 18446604464905026560 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 1585084

[startup+12.7007 s]
/proc/loadavg: 3.21 3.08 3.02 4/524 2842
/proc/meminfo: memFree=12328608/32950928 swapFree=67111200/67111528
[pid=2834] ppid=2832 vsize=288764 CPUtime=0.54 cores=1,3,5,7
/proc/2834/stat : 2834 (python) S 2832 2834 1545 0 -1 4202496 9815 935 1 0 44 10 0 0 19 0 2 0 749744280 295694336 7085 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/2834/statm: 72191 7085 1875 364 0 8109 0
[pid=2840] ppid=2834 vsize=278520 CPUtime=0.03 cores=1,3,5,7
/proc/2840/stat : 2840 (python) S 2834 2834 1545 0 -1 4202560 894 0 0 0 2 1 0 0 18 0 1 0 749744344 285204480 5583 33554432000 4194304 5683644 140736671108848 18446744073709551615 256415411727 0 0 16781312 514 7874843015620034822 0 0 17 7 0 0 0
/proc/2840/statm: 69630 5583 377 364 0 5548 0
[pid=2842] ppid=2840 vsize=1017800 CPUtime=12.06 cores=1,3,5,7
/proc/2842/stat : 2842 (gnovelty+2) R 2840 2842 2842 0 -1 4202496 445 0 0 0 1206 0 0 0 25 0 1 0 749744344 1042227200 181 33554432000 134512640 135663704 4288759424 18446744073709551615 134525691 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/2842/statm: 254450 181 113 282 0 254166 0
[pid=2834/tid=2841] ppid=2832 vsize=288764 CPUtime=0 cores=1,3,5,7
/proc/2834/task/2841/stat : 2841 (python) S 2832 2834 1545 0 -1 4202560 34 935 0 0 0 0 0 0 19 0 2 0 749744344 295694336 7085 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427215281 0 0 16781312 2 18446604464905026560 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 1585084

[startup+25.5003 s]
/proc/loadavg: 3.17 3.07 3.02 4/524 2843
/proc/meminfo: memFree=12326648/32950928 swapFree=67111200/67111528
[pid=2834] ppid=2832 vsize=288764 CPUtime=0.54 cores=1,3,5,7
/proc/2834/stat : 2834 (python) S 2832 2834 1545 0 -1 4202496 9815 935 1 0 44 10 0 0 19 0 2 0 749744280 295694336 7085 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/2834/statm: 72191 7085 1875 364 0 8109 0
[pid=2840] ppid=2834 vsize=278520 CPUtime=0.08 cores=1,3,5,7
/proc/2840/stat : 2840 (python) S 2834 2834 1545 0 -1 4202560 898 0 0 0 5 3 0 0 18 0 1 0 749744344 285204480 5583 33554432000 4194304 5683644 140736671108848 18446744073709551615 256415411727 0 0 16781312 514 7874843015620034822 0 0 17 7 0 0 0
/proc/2840/statm: 69630 5583 377 364 0 5548 0
[pid=2842] ppid=2840 vsize=1017800 CPUtime=24.85 cores=1,3,5,7
/proc/2842/stat : 2842 (gnovelty+2) R 2840 2842 2842 0 -1 4202496 445 0 0 0 2485 0 0 0 25 0 1 0 749744344 1042227200 181 33554432000 134512640 135663704 4288759424 18446744073709551615 134547035 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/2842/statm: 254450 181 113 282 0 254166 0
[pid=2834/tid=2841] ppid=2832 vsize=288764 CPUtime=0 cores=1,3,5,7
/proc/2834/task/2841/stat : 2841 (python) S 2832 2834 1545 0 -1 4202560 34 935 0 0 0 0 0 0 19 0 2 0 749744344 295694336 7085 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427215281 0 0 16781312 2 18446604464905026560 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1585084

[startup+51.1004 s]
/proc/loadavg: 3.26 3.10 3.03 4/524 2843
/proc/meminfo: memFree=12322064/32950928 swapFree=67111200/67111528
[pid=2834] ppid=2832 vsize=288764 CPUtime=0.54 cores=1,3,5,7
/proc/2834/stat : 2834 (python) S 2832 2834 1545 0 -1 4202496 9815 935 1 0 44 10 0 0 19 0 2 0 749744280 295694336 7085 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/2834/statm: 72191 7085 1875 364 0 8109 0
[pid=2840] ppid=2834 vsize=278520 CPUtime=0.19 cores=1,3,5,7
/proc/2840/stat : 2840 (python) S 2834 2834 1545 0 -1 4202560 909 0 0 0 11 8 0 0 18 0 1 0 749744344 285204480 5583 33554432000 4194304 5683644 140736671108848 18446744073709551615 256415411727 0 0 16781312 514 7874843015620034822 0 0 17 7 0 0 0
/proc/2840/statm: 69630 5583 377 364 0 5548 0
[pid=2842] ppid=2840 vsize=1017800 CPUtime=50.46 cores=1,3,5,7
/proc/2842/stat : 2842 (gnovelty+2) R 2840 2842 2842 0 -1 4202496 445 0 0 0 5046 0 0 0 25 0 1 0 749744344 1042227200 181 33554432000 134512640 135663704 4288759424 18446744073709551615 134524534 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/2842/statm: 254450 181 113 282 0 254166 0
[pid=2834/tid=2841] ppid=2832 vsize=288764 CPUtime=0 cores=1,3,5,7
/proc/2834/task/2841/stat : 2841 (python) S 2832 2834 1545 0 -1 4202560 34 935 0 0 0 0 0 0 19 0 2 0 749744344 295694336 7085 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427215281 0 0 16781312 2 18446604464905026560 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 51.19
Current children cumulated vsize (KiB) 1585084

[startup+102.319 s]
/proc/loadavg: 3.19 3.10 3.03 4/528 2849
/proc/meminfo: memFree=12307160/32950928 swapFree=67111200/67111528
[pid=2834] ppid=2832 vsize=299556 CPUtime=0.57 cores=1,3,5,7
/proc/2834/stat : 2834 (python) S 2832 2834 1545 0 -1 4202496 10665 935 1 0 47 10 0 0 19 0 3 0 749744280 306745344 7220 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2834/statm: 74889 7220 1878 364 0 10804 0
[pid=2840] ppid=2834 vsize=288764 CPUtime=0.36 cores=1,3,5,7
/proc/2840/stat : 2840 (python) S 2834 2834 1545 0 -1 4202560 1082 0 0 0 20 16 0 0 19 0 2 0 749744344 295694336 5621 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/2840/statm: 72191 5621 410 364 0 8109 0
[pid=2842] ppid=2840 vsize=1017800 CPUtime=97.39 cores=1,3,5,7
/proc/2842/stat : 2842 (gnovelty+2) T 2840 2842 2842 0 -1 4202496 445 0 0 0 9739 0 0 0 25 0 1 0 749744344 1042227200 181 33554432000 134512640 135663704 4288759424 18446744073709551615 134524526 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/2842/statm: 254450 181 113 282 0 254166 0
[pid=2840/tid=2846] ppid=2834 vsize=288764 CPUtime=0 cores=1,3,5,7
/proc/2840/task/2846/stat : 2846 (python) S 2834 2834 1545 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 749754083 295694336 5621 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427215281 0 0 16781312 514 18446604470852321728 0 0 -1 1 0 0 0
[pid=2847] ppid=2834 vsize=289312 CPUtime=0.02 cores=1,3,5,7
/proc/2847/stat : 2847 (python) S 2834 2834 1545 0 -1 4202560 882 0 0 0 1 1 0 0 18 0 1 0 749754086 296255488 5709 33554432000 4194304 5683644 140736671108848 18446744073709551615 256415411782 0 0 16781312 514 5904290034277646597 0 0 17 7 0 0 0
/proc/2847/statm: 72328 5709 371 364 0 8243 0
[pid=2849] ppid=2847 vsize=1017800 CPUtime=4.25 cores=1,3,5,7
/proc/2849/stat : 2849 (gnovelty+2) R 2847 2849 2849 0 -1 4202496 443 0 0 0 425 0 0 0 25 0 1 0 749754087 1042227200 181 33554432000 134512640 135663704 4287205056 18446744073709551615 134525347 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/2849/statm: 254450 181 113 282 0 254166 0
[pid=2834/tid=2841] ppid=2832 vsize=299556 CPUtime=0 cores=1,3,5,7
/proc/2834/task/2841/stat : 2841 (python) S 2832 2834 1545 0 -1 4202560 34 935 0 0 0 0 0 0 19 0 3 0 749744344 306745344 7220 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427215281 0 0 16781312 2 18446604464905026560 0 0 -1 7 0 0 0
[pid=2834/tid=2848] ppid=2832 vsize=299556 CPUtime=0 cores=1,3,5,7
/proc/2834/task/2848/stat : 2848 (python) S 2832 2834 1545 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 3 0 749754086 306745344 7220 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427215281 0 0 16781312 2 18446604464905026560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.59
Current children cumulated vsize (KiB) 2913232

[startup+162.301 s]
/proc/loadavg: 3.07 3.08 3.02 4/528 2850
/proc/meminfo: memFree=12295368/32950928 swapFree=67111200/67111528
[pid=2834] ppid=2832 vsize=299556 CPUtime=0.57 cores=1,3,5,7
/proc/2834/stat : 2834 (python) S 2832 2834 1545 0 -1 4202496 10665 935 1 0 47 10 0 0 19 0 3 0 749744280 306745344 7220 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2834/statm: 74889 7220 1878 364 0 10804 0
[pid=2840] ppid=2834 vsize=288764 CPUtime=0.36 cores=1,3,5,7

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

[pid=2952] ppid=2834 vsize=330780 CPUtime=2.77 cores=1,3,5,7
/proc/2952/stat : 2952 (python) S 2834 2834 1545 0 -1 4202560 1148 0 0 0 145 132 0 0 15 0 2 0 749978912 338718720 5849 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/2952/statm: 82695 5849 400 364 0 18598 0
[pid=2954] ppid=2952 vsize=140936 CPUtime=682.22 cores=1,3,5,7
/proc/2954/stat : 2954 (march_hi) T 2952 2954 2954 0 -1 4202496 30460 0 0 0 68217 5 0 0 25 0 1 0 749978912 144318464 30175 33554432000 4194304 4955518 140734981650192 18446744073709551615 4297483 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/2954/statm: 35234 30175 106 186 0 35047 0
[pid=2952/tid=3479] ppid=2834 vsize=330780 CPUtime=0 cores=1,3,5,7
/proc/2952/task/3479/stat : 3479 (python) S 2834 2834 1545 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 750018196 338718720 5849 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427215281 0 0 16781312 514 18446604456437442752 0 0 -1 7 0 0 0
[pid=3482] ppid=2834 vsize=341340 CPUtime=2.32 cores=1,3,5,7
/proc/3482/stat : 3482 (python) S 2834 2834 1545 0 -1 4202560 1147 0 0 0 123 109 0 0 19 0 2 0 750027594 349532160 5929 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/3482/statm: 85335 5929 400 364 0 21235 0
[pid=3484] ppid=3482 vsize=181380 CPUtime=583.48 cores=1,3,5,7
/proc/3484/stat : 3484 (kcnfs-2006) T 3482 3484 3484 0 -1 4202496 684 0 0 0 58348 0 0 0 25 0 1 0 750027595 185733120 420 33554432000 134512640 135163436 4292879968 18446744073709551615 134569118 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/3484/statm: 45345 420 76 159 0 45185 0
[pid=3482/tid=3528] ppid=2834 vsize=341340 CPUtime=0 cores=1,3,5,7
/proc/3482/task/3528/stat : 3528 (python) S 2834 2834 1545 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 750085943 349532160 5929 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427215281 0 0 16781312 514 18446604456437441856 0 0 -1 7 0 0 0
[pid=3534] ppid=2834 vsize=350616 CPUtime=1.6 cores=1,3,5,7
/proc/3534/stat : 3534 (python) S 2834 2834 1545 0 -1 4202560 1198 0 0 0 85 75 0 0 16 0 2 0 750105490 359030784 5726 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/3534/statm: 87654 5726 406 364 0 23551 0
[pid=3536] ppid=3534 vsize=93456 CPUtime=393.34 cores=1,3,5,7
/proc/3536/stat : 3536 (march_hi) T 3534 3536 3536 0 -1 4202496 18581 0 0 0 39331 3 0 0 25 0 1 0 750105490 95698944 18292 33554432000 4194304 4955518 140737024360624 18446744073709551615 4297416 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/3536/statm: 23364 18292 106 186 0 23177 0
[pid=3534/tid=3548] ppid=2834 vsize=350616 CPUtime=0 cores=1,3,5,7
/proc/3534/task/3548/stat : 3548 (python) S 2834 2834 1545 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 750144826 359030784 5726 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427215281 0 0 16781312 514 18446604462881958848 0 0 -1 7 0 0 0
[pid=3549] ppid=2834 vsize=361532 CPUtime=1.62 cores=1,3,5,7
/proc/3549/stat : 3549 (python) S 2834 2834 1545 0 -1 4202560 1153 0 0 0 80 82 0 0 17 0 2 0 750144828 370208768 5857 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/3549/statm: 90383 5857 400 364 0 26277 0
[pid=3551] ppid=3549 vsize=93456 CPUtime=393.41 cores=1,3,5,7
/proc/3551/stat : 3551 (march_hi) T 3549 3551 3551 0 -1 4202496 18618 0 0 0 39337 4 0 0 25 0 1 0 750144828 95698944 18332 33554432000 4194304 4955518 140733850204528 18446744073709551615 4237810 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/3551/statm: 23364 18332 106 186 0 23177 0
[pid=3549/tid=3562] ppid=2834 vsize=361532 CPUtime=0 cores=1,3,5,7
/proc/3549/task/3562/stat : 3562 (python) S 2834 2834 1545 0 -1 4202560 49 0 0 0 0 0 0 0 17 0 2 0 750184171 370208768 5857 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427215281 0 0 16781312 514 18446604462881957056 0 0 -1 7 0 0 0
[pid=2834/tid=2841] ppid=2832 vsize=371776 CPUtime=0 cores=1,3,5,7
/proc/2834/task/2841/stat : 2841 (python) S 2832 2834 1545 0 -1 4202560 34 935 0 0 0 0 0 0 19 0 10 0 749744344 380698624 7352 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427215281 0 0 16781312 2 18446604464905026560 0 0 -1 7 0 0 0
[pid=2834/tid=2848] ppid=2832 vsize=371776 CPUtime=0 cores=1,3,5,7
/proc/2834/task/2848/stat : 2848 (python) S 2832 2834 1545 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 10 0 749754086 380698624 7352 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427215281 0 0 16781312 2 18446604464905026560 0 0 -1 1 0 0 0
[pid=2834/tid=2862] ppid=2832 vsize=371776 CPUtime=0 cores=1,3,5,7
/proc/2834/task/2862/stat : 2862 (python) S 2832 2834 1545 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 10 0 749764334 380698624 7352 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427215281 0 0 16781312 2 18446604464905026560 0 0 -1 1 0 0 0
[pid=2834/tid=2892] ppid=2832 vsize=371776 CPUtime=0 cores=1,3,5,7
/proc/2834/task/2892/stat : 2892 (python) S 2832 2834 1545 0 -1 4202560 25 935 0 0 0 0 0 0 18 0 10 0 749842397 380698624 7352 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427215281 0 0 16781312 2 18446604464905026560 0 0 -1 1 0 0 0
[pid=2834/tid=2926] ppid=2832 vsize=371776 CPUtime=0 cores=1,3,5,7
/proc/2834/task/2926/stat : 2926 (python) S 2832 2834 1545 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 10 0 749910845 380698624 7352 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427215281 0 0 16781312 2 18446604464905026560 0 0 -1 7 0 0 0
[pid=2834/tid=2953] ppid=2832 vsize=371776 CPUtime=0 cores=1,3,5,7
/proc/2834/task/2953/stat : 2953 (python) S 2832 2834 1545 0 -1 4202560 35 935 0 0 0 0 0 0 18 0 10 0 749978912 380698624 7352 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427215281 0 0 16781312 2 18446604464905026560 0 0 -1 3 0 0 0
[pid=2834/tid=3483] ppid=2832 vsize=371776 CPUtime=0 cores=1,3,5,7
/proc/2834/task/3483/stat : 3483 (python) S 2832 2834 1545 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 10 0 750027594 380698624 7352 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427215281 0 0 16781312 2 18446604464905026560 0 0 -1 3 0 0 0
[pid=2834/tid=3535] ppid=2832 vsize=371776 CPUtime=0 cores=1,3,5,7
/proc/2834/task/3535/stat : 3535 (python) S 2832 2834 1545 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 10 0 750105490 380698624 7352 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427215281 0 0 16781312 2 18446604464905026560 0 0 -1 3 0 0 0
[pid=2834/tid=3550] ppid=2832 vsize=371776 CPUtime=0 cores=1,3,5,7
/proc/2834/task/3550/stat : 3550 (python) S 2832 2834 1545 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 10 0 750144828 380698624 7352 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427215281 0 0 16781312 2 18446604464905026560 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5000
Current children cumulated vsize (KiB) 6403764

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

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

[startup+4980.1 s]
/proc/loadavg: 2.06 2.06 2.17 3/539 3584
/proc/meminfo: memFree=11333292/32950928 swapFree=67111200/67111528
[pid=2834] ppid=2832 vsize=371776 CPUtime=0.88 cores=1,3,5,7
/proc/2834/stat : 2834 (python) S 2832 2834 1545 0 -1 4202496 17836 935 1 0 76 12 0 0 18 0 10 0 749744280 380698624 7352 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/2834/statm: 92944 7352 1892 364 0 28838 0
[pid=2840] ppid=2834 vsize=288764 CPUtime=0.36 cores=1,3,5,7
/proc/2840/stat : 2840 (python) S 2834 2834 1545 0 -1 4202560 1082 0 0 0 20 16 0 0 19 0 2 0 749744344 295694336 5621 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/2840/statm: 72191 5621 410 364 0 8109 0
[pid=2842] ppid=2840 vsize=1017800 CPUtime=97.39 cores=1,3,5,7
/proc/2842/stat : 2842 (gnovelty+2) T 2840 2842 2842 0 -1 4202496 445 0 0 0 9739 0 0 0 25 0 1 0 749744344 1042227200 181 33554432000 134512640 135663704 4288759424 18446744073709551615 134524526 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/2842/statm: 254450 181 113 282 0 254166 0
[pid=2840/tid=2846] ppid=2834 vsize=288764 CPUtime=0 cores=1,3,5,7
/proc/2840/task/2846/stat : 2846 (python) S 2834 2834 1545 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 749754083 295694336 5621 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427215281 0 0 16781312 514 18446604470852321728 0 0 -1 1 0 0 0
[pid=2847] ppid=2834 vsize=289312 CPUtime=0.39 cores=1,3,5,7
/proc/2847/stat : 2847 (python) S 2834 2834 1545 0 -1 4202560 1075 0 0 0 19 20 0 0 19 0 2 0 749754086 296255488 5739 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/2847/statm: 72328 5739 400 364 0 8243 0
[pid=2849] ppid=2847 vsize=1017800 CPUtime=102.43 cores=1,3,5,7
/proc/2849/stat : 2849 (gnovelty+2) T 2847 2849 2849 0 -1 4202496 443 0 0 0 10243 0 0 0 25 0 1 0 749754087 1042227200 181 33554432000 134512640 135663704 4287205056 18446744073709551615 134546940 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/2849/statm: 254450 181 113 282 0 254166 0
[pid=2847/tid=2852] ppid=2834 vsize=289312 CPUtime=0 cores=1,3,5,7
/proc/2847/task/2852/stat : 2852 (python) S 2834 2834 1545 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 749764330 296255488 5739 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427215281 0 0 16781312 514 18446604467172294784 0 0 -1 7 0 0 0
[pid=2861] ppid=2834 vsize=299320 CPUtime=5.41 cores=1,3,5,7
/proc/2861/stat : 2861 (python) S 2834 2834 1545 0 -1 4202560 1152 0 0 0 284 257 0 0 15 0 2 0 749764333 306503680 5666 33554432000 4194304 5683644 140736671108848 18446744073709551615 256415411782 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/2861/statm: 74830 5666 400 364 0 10742 0
[pid=2863] ppid=2861 vsize=313248 CPUtime=1361.77 cores=1,3,5,7
/proc/2863/stat : 2863 (march_hi) R 2861 2863 2863 0 -1 4202496 56566 0 0 0 136167 10 0 0 25 0 1 0 749764334 320765952 56286 33554432000 4194304 4955518 140734048848112 18446744073709551615 4208638 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/2863/statm: 78312 56286 106 186 0 78125 0
[pid=2861/tid=2882] ppid=2834 vsize=299320 CPUtime=0 cores=1,3,5,7
/proc/2861/task/2882/stat : 2882 (python) S 2834 2834 1545 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 749812930 306503680 5666 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427215281 0 0 16781312 514 18446604460735980544 0 0 -1 3 0 0 0
[pid=2891] ppid=2834 vsize=310060 CPUtime=2.77 cores=1,3,5,7
/proc/2891/stat : 2891 (python) S 2834 2834 1545 0 -1 4202560 1158 0 0 0 143 134 0 0 15 0 2 0 749842396 317501440 5811 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/2891/statm: 77515 5811 400 364 0 13424 0
[pid=2893] ppid=2891 vsize=140936 CPUtime=684.44 cores=1,3,5,7
/proc/2893/stat : 2893 (march_hi) T 2891 2893 2893 0 -1 4202496 30527 0 0 0 68438 6 0 0 25 0 1 0 749842397 144318464 30242 33554432000 4194304 4955518 140736565729072 18446744073709551615 4208669 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/2893/statm: 35234 30242 106 186 0 35047 0
[pid=2891/tid=2915] ppid=2834 vsize=310060 CPUtime=0 cores=1,3,5,7
/proc/2891/task/2915/stat : 2915 (python) S 2834 2834 1545 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 749891091 317501440 5811 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427215281 0 0 16781312 514 18446604470719275392 0 0 -1 7 0 0 0
[pid=2925] ppid=2834 vsize=320316 CPUtime=2.78 cores=1,3,5,7
/proc/2925/stat : 2925 (python) S 2834 2834 1545 0 -1 4202560 1167 0 0 0 147 131 0 0 16 0 2 0 749910845 328003584 5823 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/2925/statm: 80079 5823 400 364 0 15985 0
[pid=2927] ppid=2925 vsize=140936 CPUtime=680.62 cores=1,3,5,7
/proc/2927/stat : 2927 (march_hi) T 2925 2927 2927 0 -1 4202496 30387 0 0 0 68057 5 0 0 25 0 1 0 749910845 144318464 30104 33554432000 4194304 4955518 140735422568960 18446744073709551615 4224682 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/2927/statm: 35234 30104 106 186 0 35047 0
[pid=2925/tid=2942] ppid=2834 vsize=320316 CPUtime=0 cores=1,3,5,7
/proc/2925/task/2942/stat : 2942 (python) S 2834 2834 1545 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 749950246 328003584 5823 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427215281 0 0 16781312 514 18446604467096799040 0 0 -1 7 0 0 0
[pid=2952] ppid=2834 vsize=330780 CPUtime=2.77 cores=1,3,5,7
/proc/2952/stat : 2952 (python) S 2834 2834 1545 0 -1 4202560 1148 0 0 0 145 132 0 0 15 0 2 0 749978912 338718720 5849 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/2952/statm: 82695 5849 400 364 0 18598 0
[pid=2954] ppid=2952 vsize=140936 CPUtime=682.22 cores=1,3,5,7
/proc/2954/stat : 2954 (march_hi) T 2952 2954 2954 0 -1 4202496 30460 0 0 0 68217 5 0 0 25 0 1 0 749978912 144318464 30175 33554432000 4194304 4955518 140734981650192 18446744073709551615 4297483 0 0 16781312 0 18446744071562691360 0 0 17 3 0 0 0
/proc/2954/statm: 35234 30175 106 186 0 35047 0
[pid=2952/tid=3479] ppid=2834 vsize=330780 CPUtime=0 cores=1,3,5,7
/proc/2952/task/3479/stat : 3479 (python) S 2834 2834 1545 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 750018196 338718720 5849 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427215281 0 0 16781312 514 18446604456437442752 0 0 -1 7 0 0 0
[pid=3482] ppid=2834 vsize=341340 CPUtime=2.32 cores=1,3,5,7
/proc/3482/stat : 3482 (python) S 2834 2834 1545 0 -1 4202560 1147 0 0 0 123 109 0 0 19 0 2 0 750027594 349532160 5929 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/3482/statm: 85335 5929 400 364 0 21235 0
[pid=3484] ppid=3482 vsize=181380 CPUtime=583.48 cores=1,3,5,7
/proc/3484/stat : 3484 (kcnfs-2006) T 3482 3484 3484 0 -1 4202496 684 0 0 0 58348 0 0 0 25 0 1 0 750027595 185733120 420 33554432000 134512640 135163436 4292879968 18446744073709551615 134569118 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/3484/statm: 45345 420 76 159 0 45185 0
[pid=3482/tid=3528] ppid=2834 vsize=341340 CPUtime=0 cores=1,3,5,7
/proc/3482/task/3528/stat : 3528 (python) S 2834 2834 1545 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 750085943 349532160 5929 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427215281 0 0 16781312 514 18446604456437441856 0 0 -1 7 0 0 0
[pid=3534] ppid=2834 vsize=350616 CPUtime=1.6 cores=1,3,5,7
/proc/3534/stat : 3534 (python) S 2834 2834 1545 0 -1 4202560 1198 0 0 0 85 75 0 0 16 0 2 0 750105490 359030784 5726 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/3534/statm: 87654 5726 406 364 0 23551 0
[pid=3536] ppid=3534 vsize=93456 CPUtime=393.34 cores=1,3,5,7
/proc/3536/stat : 3536 (march_hi) T 3534 3536 3536 0 -1 4202496 18581 0 0 0 39331 3 0 0 25 0 1 0 750105490 95698944 18292 33554432000 4194304 4955518 140737024360624 18446744073709551615 4297416 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/3536/statm: 23364 18292 106 186 0 23177 0
[pid=3534/tid=3548] ppid=2834 vsize=350616 CPUtime=0 cores=1,3,5,7
/proc/3534/task/3548/stat : 3548 (python) S 2834 2834 1545 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 750144826 359030784 5726 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427215281 0 0 16781312 514 18446604462881958848 0 0 -1 7 0 0 0
[pid=3549] ppid=2834 vsize=361532 CPUtime=1.62 cores=1,3,5,7
/proc/3549/stat : 3549 (python) S 2834 2834 1545 0 -1 4202560 1153 0 0 0 80 82 0 0 17 0 2 0 750144828 370208768 5857 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/3549/statm: 90383 5857 400 364 0 26277 0
[pid=3551] ppid=3549 vsize=93456 CPUtime=393.41 cores=1,3,5,7
/proc/3551/stat : 3551 (march_hi) T 3549 3551 3551 0 -1 4202496 18618 0 0 0 39337 4 0 0 25 0 1 0 750144828 95698944 18332 33554432000 4194304 4955518 140733850204528 18446744073709551615 4237810 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/3551/statm: 23364 18332 106 186 0 23177 0
[pid=3549/tid=3562] ppid=2834 vsize=361532 CPUtime=0 cores=1,3,5,7
/proc/3549/task/3562/stat : 3562 (python) S 2834 2834 1545 0 -1 4202560 49 0 0 0 0 0 0 0 17 0 2 0 750184171 370208768 5857 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427215281 0 0 16781312 514 18446604462881957056 0 0 -1 7 0 0 0
[pid=2834/tid=2841] ppid=2832 vsize=371776 CPUtime=0 cores=1,3,5,7
/proc/2834/task/2841/stat : 2841 (python) S 2832 2834 1545 0 -1 4202560 34 935 0 0 0 0 0 0 19 0 10 0 749744344 380698624 7352 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427215281 0 0 16781312 2 18446604464905026560 0 0 -1 7 0 0 0
[pid=2834/tid=2848] ppid=2832 vsize=371776 CPUtime=0 cores=1,3,5,7
/proc/2834/task/2848/stat : 2848 (python) S 2832 2834 1545 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 10 0 749754086 380698624 7352 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427215281 0 0 16781312 2 18446604464905026560 0 0 -1 1 0 0 0
[pid=2834/tid=2862] ppid=2832 vsize=371776 CPUtime=0 cores=1,3,5,7
/proc/2834/task/2862/stat : 2862 (python) S 2832 2834 1545 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 10 0 749764334 380698624 7352 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427215281 0 0 16781312 2 18446604464905026560 0 0 -1 1 0 0 0
[pid=2834/tid=2892] ppid=2832 vsize=371776 CPUtime=0 cores=1,3,5,7
/proc/2834/task/2892/stat : 2892 (python) S 2832 2834 1545 0 -1 4202560 25 935 0 0 0 0 0 0 18 0 10 0 749842397 380698624 7352 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427215281 0 0 16781312 2 18446604464905026560 0 0 -1 1 0 0 0
[pid=2834/tid=2926] ppid=2832 vsize=371776 CPUtime=0 cores=1,3,5,7
/proc/2834/task/2926/stat : 2926 (python) S 2832 2834 1545 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 10 0 749910845 380698624 7352 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427215281 0 0 16781312 2 18446604464905026560 0 0 -1 7 0 0 0
[pid=2834/tid=2953] ppid=2832 vsize=371776 CPUtime=0 cores=1,3,5,7
/proc/2834/task/2953/stat : 2953 (python) S 2832 2834 1545 0 -1 4202560 35 935 0 0 0 0 0 0 18 0 10 0 749978912 380698624 7352 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427215281 0 0 16781312 2 18446604464905026560 0 0 -1 3 0 0 0
[pid=2834/tid=3483] ppid=2832 vsize=371776 CPUtime=0 cores=1,3,5,7
/proc/2834/task/3483/stat : 3483 (python) S 2832 2834 1545 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 10 0 750027594 380698624 7352 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427215281 0 0 16781312 2 18446604464905026560 0 0 -1 3 0 0 0
[pid=2834/tid=3535] ppid=2832 vsize=371776 CPUtime=0 cores=1,3,5,7
/proc/2834/task/3535/stat : 3535 (python) S 2832 2834 1545 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 10 0 750105490 380698624 7352 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427215281 0 0 16781312 2 18446604464905026560 0 0 -1 3 0 0 0
[pid=2834/tid=3550] ppid=2832 vsize=371776 CPUtime=0 cores=1,3,5,7
/proc/2834/task/3550/stat : 3550 (python) S 2832 2834 1545 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 10 0 750144828 380698624 7352 33554432000 4194304 5683644 140736671108848 18446744073709551615 256427215281 0 0 16781312 2 18446604464905026560 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5000
Current children cumulated vsize (KiB) 6403764

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 4980.17
CPU time (s): 5000
CPU user time (s): 4989.99
CPU system time (s): 10.01
CPU usage (%): 100.398
Max. virtual memory (cumulated for all children) (KiB): 6403764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.770882
system time used= 0.123981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18777
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= 1041
involuntary context switches= 32

runsolver used 29.9564 second user time and 65.545 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-17 03:18:56
IDJOB=3386957
IDBENCH=83022
IDSOLVER=1872
FILE ID=node115/3386957-1305595136
RUNJOBID= node115-1305586148-1564
PBS_JOBID= 13350363
Free space on /tmp= 73204 MiB

SOLVER NAME= borg-sat 11.03.02-seq-random (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v125-c2662-S689381858-022.UNKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.random.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386957-1305595136/watcher-3386957-1305595136 -o /tmp/evaluation-result-3386957-1305595136/solver-3386957-1305595136 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.random.pickle HOME/instance-3386957-1305595136.cnf -seed 864243412 -budget 5000

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

MD5SUM BENCH= e5ccab3a9294cbb9eed5df8c5c797376
RANDOM SEED=864243412

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12358696 kB
Buffers:        293832 kB
Cached:        3364012 kB
SwapCached:          0 kB
Active:       17149544 kB
Inactive:      3096736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12358696 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:           31868 kB
Writeback:           0 kB
AnonPages:    16588132 kB
Mapped:          46636 kB
Slab:           199656 kB
PageTables:      76964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 148778360 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= 73468 MiB
End job on node115 at 2011-05-17 04:41:58