Trace number 3220491

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
ppfolio par? (TO) 39972.6 5000.02

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S899463426-096.UNKNOWN.cnf
MD5SUMbf57ee4f209393e8d4bc647eb9e177d4
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 variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	This is pico-portfolio, a naive parallel portfolio
0.00/0.00	Copyright (C) 2011 Olivier Roussel
0.00/0.00	Using 8 processing units
0.00/0.00	This portfolio uses the following solvers:
0.00/0.00	[1] cryptominisat 2.7.1 (Mate Soos)
0.00/0.00	[2] clasp 1.3.6 (Martin Gebser, Benjamin Kaufmann, and Torsten Schaub)
0.00/0.00	[3] TNM 2009 (Wanxia Wei and Chu Min Li)
0.00/0.00	[4] march_hi 2009 (Marijn Heule and Hans Van Maaren)
0.00/0.00	[5] plingeling 276-6264d55-100731 (Armin Biere)
0.00/0.00	Starting cryptominisat 2.7.1 on core(s) 0
0.00/0.00	Starting clasp 1.3.6 on core(s) 1
0.00/0.00	Starting TNM 2009 on core(s) 2
0.00/0.00	Starting march_hi 2009 on core(s) 3
0.00/0.00	Starting plingeling 276-6264d55-100731 on core(s) 4 5 6 7

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-3220491-1304157836/watcher-3220491-1304157836 -o /tmp/evaluation-result-3220491-1304157836/solver-3220491-1304157836 -C 40000 -W 5000 -M 31000 ppfolio HOME/instance-3220491-1304157836.cnf 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.45 7.92 7.96 2/170 32062
/proc/meminfo: memFree=29711216/32950928 swapFree=67111364/67111528
[pid=32062] ppid=32060 vsize=18324 CPUtime=0 cores=0-7
/proc/32062/stat : 32062 (ppfolio) R 32060 32062 31129 0 -1 4202496 517 0 0 0 0 0 0 0 25 0 1 0 606014317 18763776 389 33554432000 4194304 4287625 140735089191760 18446744073709551615 256415411727 0 0 4096 65536 0 0 0 17 4 0 0 0
/proc/32062/statm: 4581 389 341 23 0 91 0

[startup+0.011628 s]
/proc/loadavg: 7.45 7.92 7.96 2/170 32062
/proc/meminfo: memFree=29711216/32950928 swapFree=67111364/67111528
[pid=32062] ppid=32060 vsize=18324 CPUtime=0 cores=0-7
/proc/32062/stat : 32062 (ppfolio) S 32060 32062 31129 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 606014317 18763776 389 33554432000 4194304 4287625 140735089191760 18446744073709551615 256415411727 0 0 4096 65536 4135677477366267903 0 0 17 4 0 0 0
/proc/32062/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.100547 s]
/proc/loadavg: 7.45 7.92 7.96 2/170 32062
/proc/meminfo: memFree=29711216/32950928 swapFree=67111364/67111528
[pid=32062] ppid=32060 vsize=18324 CPUtime=0 cores=0-7
/proc/32062/stat : 32062 (ppfolio) R 32060 32062 31129 0 -1 4202496 518 0 0 0 0 0 0 0 25 0 1 0 606014317 18763776 389 33554432000 4194304 4287625 140735089191760 18446744073709551615 256415411727 0 0 4096 65536 0 0 0 17 7 0 0 0
/proc/32062/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.300509 s]
/proc/loadavg: 7.45 7.92 7.96 2/170 32062
/proc/meminfo: memFree=29711216/32950928 swapFree=67111364/67111528
[pid=32062] ppid=32060 vsize=18324 CPUtime=0 cores=0-7
/proc/32062/stat : 32062 (ppfolio) S 32060 32062 31129 0 -1 4202496 518 0 0 0 0 0 0 0 24 0 1 0 606014317 18763776 389 33554432000 4194304 4287625 140735089191760 18446744073709551615 256415411727 0 0 4096 65536 4135677477366267903 0 0 17 7 0 0 0
/proc/32062/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+0.700434 s]
/proc/loadavg: 7.45 7.92 7.96 2/170 32062
/proc/meminfo: memFree=29711216/32950928 swapFree=67111364/67111528
[pid=32062] ppid=32060 vsize=18324 CPUtime=0 cores=0-7
/proc/32062/stat : 32062 (ppfolio) S 32060 32062 31129 0 -1 4202496 518 0 0 0 0 0 0 0 21 0 1 0 606014317 18763776 389 33554432000 4194304 4287625 140735089191760 18446744073709551615 256415411727 0 0 4096 65536 4135677477366267903 0 0 17 7 0 0 0
/proc/32062/statm: 4581 389 341 23 0 91 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18324

[startup+1.50128 s]
/proc/loadavg: 7.45 7.92 7.96 9/180 32077
/proc/meminfo: memFree=29693900/32950928 swapFree=67111364/67111528
[pid=32062] ppid=32060 vsize=18324 CPUtime=0 cores=0-7
/proc/32062/stat : 32062 (ppfolio) S 32060 32062 31129 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 606014317 18763776 389 33554432000 4194304 4287625 140735089191760 18446744073709551615 256415411727 0 0 4096 65536 4135677477366267903 0 0 17 7 0 0 0
/proc/32062/statm: 4581 389 341 23 0 91 0
[pid=32063] ppid=32062 vsize=1571384 CPUtime=1.49 cores=0
/proc/32063/stat : 32063 (cryptominisat) R 32062 32062 31129 0 -1 4202496 3707 0 0 0 149 0 0 0 25 0 1 0 606014318 1609097216 2301 33554432000 4194304 4587354 140737150794032 18446744073709551615 256415088395 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32063/statm: 392883 2307 337 96 0 389445 0
[pid=32064] ppid=32062 vsize=14576 CPUtime=1.49 cores=1
/proc/32064/stat : 32064 (clasp) R 32062 32062 31129 0 -1 4202496 1110 0 0 0 149 0 0 0 19 0 1 0 606014318 14925824 996 33554432000 4194304 4785740 140735134942992 18446744073709551615 4553088 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32064/statm: 3644 996 340 145 0 689 0
[pid=32065] ppid=32062 vsize=455964 CPUtime=1.49 cores=2
/proc/32065/stat : 32065 (TNM) R 32062 32062 31129 0 -1 4202496 373 0 0 0 149 0 0 0 20 0 1 0 606014318 466907136 270 33554432000 134512640 134534564 4294784880 18446744073709551615 134528273 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32065/statm: 113991 270 95 6 0 112657 0
[pid=32066] ppid=32062 vsize=8484 CPUtime=1.49 cores=3
/proc/32066/stat : 32066 (march_hi) R 32062 32062 31129 0 -1 4202496 729 0 0 0 149 0 0 0 20 0 1 0 606014318 8687616 622 33554432000 4194304 4331988 140736499221840 18446744073709551615 4226407 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32066/statm: 2121 622 173 34 0 563 0
[pid=32067] ppid=32062 vsize=123552 CPUtime=5.93 cores=4-7
/proc/32067/stat : 32067 (plingeling) S 32062 32062 31129 0 -1 4202496 3850 1257 0 0 592 1 0 0 18 0 5 0 606014318 126517248 3007 33554432000 4194304 4356188 140734055721552 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/32067/statm: 30888 3007 164 40 0 29432 0
[pid=32067/tid=32074] ppid=32062 vsize=123552 CPUtime=1.48 cores=4-7
/proc/32067/task/32074/stat : 32074 (plingeling) R 32062 32062 31129 0 -1 4202560 962 1257 0 0 148 0 0 0 19 0 5 0 606014318 126517248 3007 33554432000 4194304 4356188 140734055721552 18446744073709551615 4210758 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32067/tid=32075] ppid=32062 vsize=123552 CPUtime=1.46 cores=4-7
/proc/32067/task/32075/stat : 32075 (plingeling) R 32062 32062 31129 0 -1 4202560 703 1257 0 0 146 0 0 0 25 0 5 0 606014318 126517248 3007 33554432000 4194304 4356188 140734055721552 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32067/tid=32076] ppid=32062 vsize=123552 CPUtime=1.48 cores=4-7
/proc/32067/task/32076/stat : 32076 (plingeling) R 32062 32062 31129 0 -1 4202560 975 1257 0 0 148 0 0 0 23 0 5 0 606014319 126517248 3007 33554432000 4194304 4356188 140734055721552 18446744073709551615 4335971 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32067/tid=32077] ppid=32062 vsize=123552 CPUtime=1.48 cores=4-7
/proc/32067/task/32077/stat : 32077 (plingeling) R 32062 32062 31129 0 -1 4202560 672 1257 0 0 148 0 0 0 23 0 5 0 606014319 126517248 3007 33554432000 4194304 4356188 140734055721552 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.89
Current children cumulated vsize (KiB) 2192284

[startup+3.10098 s]
/proc/loadavg: 7.49 7.92 7.96 9/180 32077
/proc/meminfo: memFree=29684972/32950928 swapFree=67111364/67111528
[pid=32062] ppid=32060 vsize=18324 CPUtime=0 cores=0-7
/proc/32062/stat : 32062 (ppfolio) S 32060 32062 31129 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 606014317 18763776 389 33554432000 4194304 4287625 140735089191760 18446744073709551615 256415411727 0 0 4096 65536 4135677477366267903 0 0 17 7 0 0 0
/proc/32062/statm: 4581 389 341 23 0 91 0
[pid=32063] ppid=32062 vsize=1576164 CPUtime=3.09 cores=0
/proc/32063/stat : 32063 (cryptominisat) R 32062 32062 31129 0 -1 4202496 6086 0 0 0 308 1 0 0 25 0 1 0 606014318 1613991936 3653 33554432000 4194304 4587354 140737150794032 18446744073709551615 4357656 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32063/statm: 394041 3653 337 96 0 390603 0
[pid=32064] ppid=32062 vsize=15504 CPUtime=3.09 cores=1
/proc/32064/stat : 32064 (clasp) R 32062 32062 31129 0 -1 4202496 1326 0 0 0 309 0 0 0 25 0 1 0 606014318 15876096 1212 33554432000 4194304 4785740 140735134942992 18446744073709551615 4553010 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32064/statm: 3876 1212 340 145 0 921 0
[pid=32065] ppid=32062 vsize=455964 CPUtime=3.09 cores=2
/proc/32065/stat : 32065 (TNM) R 32062 32062 31129 0 -1 4202496 373 0 0 0 309 0 0 0 25 0 1 0 606014318 466907136 270 33554432000 134512640 134534564 4294784880 18446744073709551615 134528238 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32065/statm: 113991 270 95 6 0 112657 0
[pid=32066] ppid=32062 vsize=9024 CPUtime=3.09 cores=3
/proc/32066/stat : 32066 (march_hi) R 32062 32062 31129 0 -1 4202496 792 0 0 0 309 0 0 0 25 0 1 0 606014318 9240576 685 33554432000 4194304 4331988 140736499221840 18446744073709551615 4263331 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32066/statm: 2256 685 173 34 0 698 0
[pid=32067] ppid=32062 vsize=123168 CPUtime=12.32 cores=4-7
/proc/32067/stat : 32067 (plingeling) S 32062 32062 31129 0 -1 4202496 4234 1257 0 0 1231 1 0 0 18 0 5 0 606014318 126124032 2911 33554432000 4194304 4356188 140734055721552 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/32067/statm: 30792 2911 164 40 0 29336 0
[pid=32067/tid=32074] ppid=32062 vsize=123168 CPUtime=3.08 cores=4-7
/proc/32067/task/32074/stat : 32074 (plingeling) R 32062 32062 31129 0 -1 4202560 994 1257 0 0 308 0 0 0 25 0 5 0 606014318 126124032 2911 33554432000 4194304 4356188 140734055721552 18446744073709551615 4280835 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32067/tid=32075] ppid=32062 vsize=123168 CPUtime=3.06 cores=4-7
/proc/32067/task/32075/stat : 32075 (plingeling) R 32062 32062 31129 0 -1 4202560 767 1257 0 0 306 0 0 0 25 0 5 0 606014318 126124032 2911 33554432000 4194304 4356188 140734055721552 18446744073709551615 4331076 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32067/tid=32076] ppid=32062 vsize=123168 CPUtime=3.08 cores=4-7
/proc/32067/task/32076/stat : 32076 (plingeling) R 32062 32062 31129 0 -1 4202560 1007 1257 0 0 308 0 0 0 25 0 5 0 606014319 126124032 2911 33554432000 4194304 4356188 140734055721552 18446744073709551615 4332288 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32067/tid=32077] ppid=32062 vsize=123168 CPUtime=3.08 cores=4-7
/proc/32067/task/32077/stat : 32077 (plingeling) R 32062 32062 31129 0 -1 4202560 928 1257 0 0 308 0 0 0 25 0 5 0 606014319 126124032 2911 33554432000 4194304 4356188 140734055721552 18446744073709551615 4210579 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.68
Current children cumulated vsize (KiB) 2198148

[startup+6.30038 s]
/proc/loadavg: 7.49 7.92 7.96 9/180 32077
/proc/meminfo: memFree=29675236/32950928 swapFree=67111364/67111528
[pid=32062] ppid=32060 vsize=18324 CPUtime=0 cores=0-7
/proc/32062/stat : 32062 (ppfolio) S 32060 32062 31129 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 606014317 18763776 389 33554432000 4194304 4287625 140735089191760 18446744073709551615 256415411727 0 0 4096 65536 4135677477366267903 0 0 17 7 0 0 0
/proc/32062/statm: 4581 389 341 23 0 91 0
[pid=32063] ppid=32062 vsize=1577996 CPUtime=6.29 cores=0
/proc/32063/stat : 32063 (cryptominisat) R 32062 32062 31129 0 -1 4202496 8525 0 0 0 628 1 0 0 25 0 1 0 606014318 1615867904 4185 33554432000 4194304 4587354 140737150794032 18446744073709551615 4238578 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32063/statm: 394499 4185 337 96 0 391061 0
[pid=32064] ppid=32062 vsize=16872 CPUtime=6.29 cores=1
/proc/32064/stat : 32064 (clasp) R 32062 32062 31129 0 -1 4202496 1680 0 0 0 629 0 0 0 25 0 1 0 606014318 17276928 1566 33554432000 4194304 4785740 140735134942992 18446744073709551615 4416791 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32064/statm: 4218 1566 340 145 0 1263 0
[pid=32065] ppid=32062 vsize=455964 CPUtime=6.29 cores=2
/proc/32065/stat : 32065 (TNM) R 32062 32062 31129 0 -1 4202496 373 0 0 0 629 0 0 0 25 0 1 0 606014318 466907136 270 33554432000 134512640 134534564 4294784880 18446744073709551615 134528824 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32065/statm: 113991 270 95 6 0 112657 0
[pid=32066] ppid=32062 vsize=9520 CPUtime=6.29 cores=3
/proc/32066/stat : 32066 (march_hi) R 32062 32062 31129 0 -1 4202496 951 0 0 0 629 0 0 0 25 0 1 0 606014318 9748480 844 33554432000 4194304 4331988 140736499221840 18446744073709551615 4240384 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32066/statm: 2380 844 173 34 0 822 0
[pid=32067] ppid=32062 vsize=124728 CPUtime=25.1 cores=4-7
/proc/32067/stat : 32067 (plingeling) S 32062 32062 31129 0 -1 4202496 6612 1257 0 0 2509 1 0 0 18 0 5 0 606014318 127721472 3273 33554432000 4194304 4356188 140734055721552 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/32067/statm: 31182 3273 164 40 0 29726 0
[pid=32067/tid=32074] ppid=32062 vsize=124728 CPUtime=6.28 cores=4-7
/proc/32067/task/32074/stat : 32074 (plingeling) R 32062 32062 31129 0 -1 4202560 1541 1257 0 0 628 0 0 0 25 0 5 0 606014318 127721472 3273 33554432000 4194304 4356188 140734055721552 18446744073709551615 4331086 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32067/tid=32075] ppid=32062 vsize=124728 CPUtime=6.24 cores=4-7
/proc/32067/task/32075/stat : 32075 (plingeling) R 32062 32062 31129 0 -1 4202560 1442 1257 0 0 624 0 0 0 25 0 5 0 606014318 127721472 3273 33554432000 4194304 4356188 140734055721552 18446744073709551615 4331015 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32067/tid=32076] ppid=32062 vsize=124728 CPUtime=6.28 cores=4-7
/proc/32067/task/32076/stat : 32076 (plingeling) R 32062 32062 31129 0 -1 4202560 1584 1257 0 0 628 0 0 0 25 0 5 0 606014319 127721472 3273 33554432000 4194304 4356188 140734055721552 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32067/tid=32077] ppid=32062 vsize=124728 CPUtime=6.28 cores=4-7
/proc/32067/task/32077/stat : 32077 (plingeling) R 32062 32062 31129 0 -1 4202560 1507 1257 0 0 628 0 0 0 25 0 5 0 606014319 127721472 3273 33554432000 4194304 4356188 140734055721552 18446744073709551615 4234050 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.26
Current children cumulated vsize (KiB) 2203404

[startup+12.7012 s]
/proc/loadavg: 7.57 7.92 7.96 9/180 32077
/proc/meminfo: memFree=29664836/32950928 swapFree=67111364/67111528
[pid=32062] ppid=32060 vsize=18324 CPUtime=0 cores=0-7
/proc/32062/stat : 32062 (ppfolio) S 32060 32062 31129 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 606014317 18763776 389 33554432000 4194304 4287625 140735089191760 18446744073709551615 256415411727 0 0 4096 65536 4135677477366267903 0 0 17 7 0 0 0
/proc/32062/statm: 4581 389 341 23 0 91 0
[pid=32063] ppid=32062 vsize=1581092 CPUtime=12.69 cores=0
/proc/32063/stat : 32063 (cryptominisat) R 32062 32062 31129 0 -1 4202496 12845 0 0 0 1267 2 0 0 25 0 1 0 606014318 1619038208 5232 33554432000 4194304 4587354 140737150794032 18446744073709551615 4238622 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32063/statm: 395273 5232 337 96 0 391835 0
[pid=32064] ppid=32062 vsize=18244 CPUtime=12.69 cores=1
/proc/32064/stat : 32064 (clasp) R 32062 32062 31129 0 -1 4202496 2017 0 0 0 1269 0 0 0 25 0 1 0 606014318 18681856 1903 33554432000 4194304 4785740 140735134942992 18446744073709551615 4553199 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32064/statm: 4561 1903 340 145 0 1606 0
[pid=32065] ppid=32062 vsize=455964 CPUtime=12.69 cores=2
/proc/32065/stat : 32065 (TNM) R 32062 32062 31129 0 -1 4202496 373 0 0 0 1269 0 0 0 25 0 1 0 606014318 466907136 270 33554432000 134512640 134534564 4294784880 18446744073709551615 134530664 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32065/statm: 113991 270 95 6 0 112657 0
[pid=32066] ppid=32062 vsize=10952 CPUtime=12.69 cores=3
/proc/32066/stat : 32066 (march_hi) R 32062 32062 31129 0 -1 4202496 1206 0 0 0 1269 0 0 0 25 0 1 0 606014318 11214848 1099 33554432000 4194304 4331988 140736499221840 18446744073709551615 4240519 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32066/statm: 2738 1099 173 34 0 1180 0
[pid=32067] ppid=32062 vsize=131284 CPUtime=50.66 cores=4-7
/proc/32067/stat : 32067 (plingeling) S 32062 32062 31129 0 -1 4202496 11064 1257 0 0 5064 2 0 0 18 0 5 0 606014318 134434816 4941 33554432000 4194304 4356188 140734055721552 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/32067/statm: 32821 4941 164 40 0 31365 0
[pid=32067/tid=32074] ppid=32062 vsize=131284 CPUtime=12.68 cores=4-7
/proc/32067/task/32074/stat : 32074 (plingeling) R 32062 32062 31129 0 -1 4202560 2564 1257 0 0 1268 0 0 0 25 0 5 0 606014318 134434816 4941 33554432000 4194304 4356188 140734055721552 18446744073709551615 4331984 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32067/tid=32075] ppid=32062 vsize=131284 CPUtime=12.6 cores=4-7
/proc/32067/task/32075/stat : 32075 (plingeling) R 32062 32062 31129 0 -1 4202560 2756 1257 0 0 1260 0 0 0 25 0 5 0 606014318 134434816 4941 33554432000 4194304 4356188 140734055721552 18446744073709551615 4330960 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32067/tid=32076] ppid=32062 vsize=131284 CPUtime=12.68 cores=4-7
/proc/32067/task/32076/stat : 32076 (plingeling) R 32062 32062 31129 0 -1 4202560 2963 1257 0 0 1268 0 0 0 25 0 5 0 606014319 134434816 4941 33554432000 4194304 4356188 140734055721552 18446744073709551615 4331465 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32067/tid=32077] ppid=32062 vsize=131284 CPUtime=12.67 cores=4-7
/proc/32067/task/32077/stat : 32077 (plingeling) R 32062 32062 31129 0 -1 4202560 2243 1257 0 0 1267 0 0 0 25 0 5 0 606014319 134434816 4941 33554432000 4194304 4356188 140734055721552 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.42
Current children cumulated vsize (KiB) 2215860

[startup+25.5008 s]
/proc/loadavg: 7.64 7.92 7.96 9/180 32077
/proc/meminfo: memFree=29652100/32950928 swapFree=67111364/67111528
[pid=32062] ppid=32060 vsize=18324 CPUtime=0 cores=0-7
/proc/32062/stat : 32062 (ppfolio) S 32060 32062 31129 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 606014317 18763776 389 33554432000 4194304 4287625 140735089191760 18446744073709551615 256415411727 0 0 4096 65536 4135677477366267903 0 0 17 7 0 0 0
/proc/32062/statm: 4581 389 341 23 0 91 0
[pid=32063] ppid=32062 vsize=1599484 CPUtime=25.49 cores=0
/proc/32063/stat : 32063 (cryptominisat) R 32062 32062 31129 0 -1 4202496 20177 0 0 0 2546 3 0 0 25 0 1 0 606014318 1637871616 6138 33554432000 4194304 4587354 140737150794032 18446744073709551615 4237679 0 0 4096 2 0 0 0 17 0 0 0 0

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

[pid=32065] ppid=32062 vsize=455968 CPUtime=4782.44 cores=2
/proc/32065/stat : 32065 (TNM) R 32062 32062 31129 0 -1 4202496 382 0 0 0 478242 2 0 0 25 0 1 0 606014318 466911232 279 33554432000 134512640 134534564 4294784880 18446744073709551615 134530664 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32065/statm: 113992 279 103 6 0 112658 0
[pid=32066] ppid=32062 vsize=841164 CPUtime=4782.46 cores=3
/proc/32066/stat : 32066 (march_hi) R 32062 32062 31129 0 -1 4202496 157396 0 0 0 478126 120 0 0 25 0 1 0 606014318 861351936 157289 33554432000 4194304 4331988 140736499221840 18446744073709551615 4229294 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32066/statm: 210291 157289 173 34 0 208733 0
[pid=32067] ppid=32062 vsize=283156 CPUtime=19102.4 cores=4-7
/proc/32067/stat : 32067 (plingeling) S 32062 32062 31129 0 -1 4202496 882774 1257 0 0 1910101 136 0 0 18 0 5 0 606014318 289951744 42921 33554432000 4194304 4356188 140734055721552 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/32067/statm: 70789 42921 164 40 0 69333 0
[pid=32067/tid=32074] ppid=32062 vsize=283156 CPUtime=4782.32 cores=4-7
/proc/32067/task/32074/stat : 32074 (plingeling) R 32062 32062 31129 0 -1 4202560 227593 1257 0 0 478200 32 0 0 25 0 5 0 606014318 289951744 42921 33554432000 4194304 4356188 140734055721552 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32067/tid=32075] ppid=32062 vsize=283156 CPUtime=4756.36 cores=4-7
/proc/32067/task/32075/stat : 32075 (plingeling) R 32062 32062 31129 0 -1 4202560 231155 1257 0 0 475600 36 0 0 25 0 5 0 606014318 289951744 42921 33554432000 4194304 4356188 140734055721552 18446744073709551615 4331311 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32067/tid=32076] ppid=32062 vsize=283156 CPUtime=4781.67 cores=4-7
/proc/32067/task/32076/stat : 32076 (plingeling) R 32062 32062 31129 0 -1 4202560 208790 1257 0 0 478135 32 0 0 25 0 5 0 606014319 289951744 42921 33554432000 4194304 4356188 140734055721552 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32067/tid=32077] ppid=32062 vsize=283156 CPUtime=4781.99 cores=4-7
/proc/32067/task/32077/stat : 32077 (plingeling) R 32062 32062 31129 0 -1 4202560 214698 1257 0 0 478165 34 0 0 25 0 5 0 606014319 289951744 42921 33554432000 4194304 4356188 140734055721552 18446744073709551615 4332020 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38232.2
Current children cumulated vsize (KiB) 3362408

[startup+4842.3 s]
/proc/loadavg: 8.07 8.06 8.00 9/180 32218
/proc/meminfo: memFree=28734676/32950928 swapFree=67111364/67111528
[pid=32062] ppid=32060 vsize=18324 CPUtime=0 cores=0-7
/proc/32062/stat : 32062 (ppfolio) S 32060 32062 31129 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 606014317 18763776 389 33554432000 4194304 4287625 140735089191760 18446744073709551615 256415411727 0 0 4096 65536 4135677477366267903 0 0 17 0 0 0 0
/proc/32062/statm: 4581 389 341 23 0 91 0
[pid=32063] ppid=32062 vsize=1690796 CPUtime=4842.44 cores=0
/proc/32063/stat : 32063 (cryptominisat) R 32062 32062 31129 0 -1 4202496 289084 0 0 0 484110 134 0 0 25 0 1 0 606014318 1731375104 32143 33554432000 4194304 4587354 140737150794032 18446744073709551615 256415088276 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32063/statm: 422699 32143 337 96 0 419261 0
[pid=32064] ppid=32062 vsize=73140 CPUtime=4842.44 cores=1
/proc/32064/stat : 32064 (clasp) R 32062 32062 31129 0 -1 4202496 14636 0 0 0 484241 3 0 0 25 0 1 0 606014318 74895360 14522 33554432000 4194304 4785740 140735134942992 18446744073709551615 4287022 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32064/statm: 18285 14522 341 145 0 15330 0
[pid=32065] ppid=32062 vsize=455968 CPUtime=4842.44 cores=2
/proc/32065/stat : 32065 (TNM) R 32062 32062 31129 0 -1 4202496 382 0 0 0 484242 2 0 0 25 0 1 0 606014318 466911232 279 33554432000 134512640 134534564 4294784880 18446744073709551615 134530551 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32065/statm: 113992 279 103 6 0 112658 0
[pid=32066] ppid=32062 vsize=841164 CPUtime=4842.45 cores=3
/proc/32066/stat : 32066 (march_hi) R 32062 32062 31129 0 -1 4202496 159362 0 0 0 484124 121 0 0 25 0 1 0 606014318 861351936 159255 33554432000 4194304 4331988 140736499221840 18446744073709551615 4229456 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32066/statm: 210291 159255 173 34 0 208733 0
[pid=32067] ppid=32062 vsize=251284 CPUtime=19342 cores=4-7
/proc/32067/stat : 32067 (plingeling) S 32062 32062 31129 0 -1 4202496 886166 1257 0 0 1934067 137 0 0 18 0 5 0 606014318 257314816 34953 33554432000 4194304 4356188 140734055721552 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/32067/statm: 62821 34953 164 40 0 61365 0
[pid=32067/tid=32074] ppid=32062 vsize=251284 CPUtime=4842.32 cores=4-7
/proc/32067/task/32074/stat : 32074 (plingeling) R 32062 32062 31129 0 -1 4202560 228361 1257 0 0 484200 32 0 0 25 0 5 0 606014318 257314816 34953 33554432000 4194304 4356188 140734055721552 18446744073709551615 4331060 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32067/tid=32075] ppid=32062 vsize=251284 CPUtime=4816.03 cores=4-7
/proc/32067/task/32075/stat : 32075 (plingeling) R 32062 32062 31129 0 -1 4202560 231923 1257 0 0 481567 36 0 0 25 0 5 0 606014318 257314816 34953 33554432000 4194304 4356188 140734055721552 18446744073709551615 4331264 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32067/tid=32076] ppid=32062 vsize=251284 CPUtime=4841.67 cores=4-7
/proc/32067/task/32076/stat : 32076 (plingeling) R 32062 32062 31129 0 -1 4202560 209846 1257 0 0 484135 32 0 0 25 0 5 0 606014319 257314816 34953 33554432000 4194304 4356188 140734055721552 18446744073709551615 4330969 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32067/tid=32077] ppid=32062 vsize=251284 CPUtime=4841.98 cores=4-7
/proc/32067/task/32077/stat : 32077 (plingeling) R 32062 32062 31129 0 -1 4202560 215498 1257 0 0 484164 34 0 0 25 0 5 0 606014319 257314816 34953 33554432000 4194304 4356188 140734055721552 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 38711.8
Current children cumulated vsize (KiB) 3330676

[startup+4902.3 s]
/proc/loadavg: 8.07 8.06 8.00 9/180 32219
/proc/meminfo: memFree=28698916/32950928 swapFree=67111364/67111528
[pid=32062] ppid=32060 vsize=18324 CPUtime=0 cores=0-7
/proc/32062/stat : 32062 (ppfolio) S 32060 32062 31129 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 606014317 18763776 389 33554432000 4194304 4287625 140735089191760 18446744073709551615 256415411727 0 0 4096 65536 4135677477366267903 0 0 17 0 0 0 0
/proc/32062/statm: 4581 389 341 23 0 91 0
[pid=32063] ppid=32062 vsize=11932544 CPUtime=4902.44 cores=0
/proc/32063/stat : 32063 (cryptominisat) R 32062 32062 31129 0 -1 4202496 295306 0 0 0 490107 137 0 0 25 0 1 0 606014318 12218925056 35560 33554432000 4194304 4587354 140737150794032 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32063/statm: 2983136 35560 337 96 0 2979698 0
[pid=32064] ppid=32062 vsize=73308 CPUtime=4902.44 cores=1
/proc/32064/stat : 32064 (clasp) R 32062 32062 31129 0 -1 4202496 14654 0 0 0 490241 3 0 0 25 0 1 0 606014318 75067392 14540 33554432000 4194304 4785740 140735134942992 18446744073709551615 4287241 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32064/statm: 18327 14540 341 145 0 15372 0
[pid=32065] ppid=32062 vsize=455968 CPUtime=4902.44 cores=2
/proc/32065/stat : 32065 (TNM) R 32062 32062 31129 0 -1 4202496 382 0 0 0 490242 2 0 0 25 0 1 0 606014318 466911232 279 33554432000 134512640 134534564 4294784880 18446744073709551615 134530862 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32065/statm: 113992 279 103 6 0 112658 0
[pid=32066] ppid=32062 vsize=841164 CPUtime=4902.46 cores=3
/proc/32066/stat : 32066 (march_hi) R 32062 32062 31129 0 -1 4202496 161334 0 0 0 490123 123 0 0 25 0 1 0 606014318 861351936 161227 33554432000 4194304 4331988 140736499221840 18446744073709551615 4211493 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32066/statm: 210291 161227 173 34 0 208733 0
[pid=32067] ppid=32062 vsize=283412 CPUtime=19581.7 cores=4-7
/proc/32067/stat : 32067 (plingeling) S 32062 32062 31129 0 -1 4202496 896694 1257 0 0 1958033 138 0 0 18 0 5 0 606014318 290213888 42985 33554432000 4194304 4356188 140734055721552 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/32067/statm: 70853 42985 164 40 0 69397 0
[pid=32067/tid=32074] ppid=32062 vsize=283412 CPUtime=4902.33 cores=4-7
/proc/32067/task/32074/stat : 32074 (plingeling) R 32062 32062 31129 0 -1 4202560 230569 1257 0 0 490200 33 0 0 25 0 5 0 606014318 290213888 42985 33554432000 4194304 4356188 140734055721552 18446744073709551615 4331173 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32067/tid=32075] ppid=32062 vsize=283412 CPUtime=4875.7 cores=4-7
/proc/32067/task/32075/stat : 32075 (plingeling) R 32062 32062 31129 0 -1 4202560 233651 1257 0 0 487534 36 0 0 25 0 5 0 606014318 290213888 42985 33554432000 4194304 4356188 140734055721552 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32067/tid=32076] ppid=32062 vsize=283412 CPUtime=4901.66 cores=4-7
/proc/32067/task/32076/stat : 32076 (plingeling) R 32062 32062 31129 0 -1 4202560 211158 1257 0 0 490134 32 0 0 25 0 5 0 606014319 290213888 42985 33554432000 4194304 4356188 140734055721552 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32067/tid=32077] ppid=32062 vsize=283412 CPUtime=4901.98 cores=4-7
/proc/32067/task/32077/stat : 32077 (plingeling) R 32062 32062 31129 0 -1 4202560 220778 1257 0 0 490163 35 0 0 25 0 5 0 606014319 290213888 42985 33554432000 4194304 4356188 140734055721552 18446744073709551615 4331352 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39191.5
Current children cumulated vsize (KiB) 13604720

[startup+4962.3 s]
/proc/loadavg: 8.06 8.06 8.00 9/180 32221
/proc/meminfo: memFree=28722664/32950928 swapFree=67111364/67111528
[pid=32062] ppid=32060 vsize=18324 CPUtime=0 cores=0-7
/proc/32062/stat : 32062 (ppfolio) S 32060 32062 31129 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 606014317 18763776 389 33554432000 4194304 4287625 140735089191760 18446744073709551615 256415411727 0 0 4096 65536 4135677477366267903 0 0 17 0 0 0 0
/proc/32062/statm: 4581 389 341 23 0 91 0
[pid=32063] ppid=32062 vsize=1699156 CPUtime=4962.45 cores=0
/proc/32063/stat : 32063 (cryptominisat) R 32062 32062 31129 0 -1 4202496 297869 0 0 0 496106 139 0 0 25 0 1 0 606014318 1739935744 30476 33554432000 4194304 4587354 140737150794032 18446744073709551615 4237309 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32063/statm: 424789 30476 337 96 0 421351 0
[pid=32064] ppid=32062 vsize=73448 CPUtime=4962.45 cores=1
/proc/32064/stat : 32064 (clasp) R 32062 32062 31129 0 -1 4202496 14685 0 0 0 496242 3 0 0 25 0 1 0 606014318 75210752 14571 33554432000 4194304 4785740 140735134942992 18446744073709551615 4552983 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32064/statm: 18362 14571 341 145 0 15407 0
[pid=32065] ppid=32062 vsize=455968 CPUtime=4962.45 cores=2
/proc/32065/stat : 32065 (TNM) R 32062 32062 31129 0 -1 4202496 382 0 0 0 496243 2 0 0 25 0 1 0 606014318 466911232 279 33554432000 134512640 134534564 4294784880 18446744073709551615 134529024 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32065/statm: 113992 279 103 6 0 112658 0
[pid=32066] ppid=32062 vsize=841164 CPUtime=4962.46 cores=3
/proc/32066/stat : 32066 (march_hi) R 32062 32062 31129 0 -1 4202496 163234 0 0 0 496122 124 0 0 25 0 1 0 606014318 861351936 163127 33554432000 4194304 4331988 140736499221840 18446744073709551615 4229357 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32066/statm: 210291 163127 173 34 0 208733 0
[pid=32067] ppid=32062 vsize=270740 CPUtime=19821.4 cores=4-7
/proc/32067/stat : 32067 (plingeling) S 32062 32062 31129 0 -1 4202496 900918 1257 0 0 1982000 139 0 0 18 0 5 0 606014318 277237760 39817 33554432000 4194304 4356188 140734055721552 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/32067/statm: 67685 39817 164 40 0 66229 0
[pid=32067/tid=32074] ppid=32062 vsize=270740 CPUtime=4962.33 cores=4-7
/proc/32067/task/32074/stat : 32074 (plingeling) R 32062 32062 31129 0 -1 4202560 231081 1257 0 0 496200 33 0 0 25 0 5 0 606014318 277237760 39817 33554432000 4194304 4356188 140734055721552 18446744073709551615 4332046 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32067/tid=32075] ppid=32062 vsize=270740 CPUtime=4935.39 cores=4-7
/proc/32067/task/32075/stat : 32075 (plingeling) R 32062 32062 31129 0 -1 4202560 234803 1257 0 0 493502 37 0 0 25 0 5 0 606014318 277237760 39817 33554432000 4194304 4356188 140734055721552 18446744073709551615 4331074 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32067/tid=32076] ppid=32062 vsize=270740 CPUtime=4961.67 cores=4-7
/proc/32067/task/32076/stat : 32076 (plingeling) R 32062 32062 31129 0 -1 4202560 212438 1257 0 0 496135 32 0 0 25 0 5 0 606014319 277237760 39817 33554432000 4194304 4356188 140734055721552 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32067/tid=32077] ppid=32062 vsize=270740 CPUtime=4961.98 cores=4-7
/proc/32067/task/32077/stat : 32077 (plingeling) R 32062 32062 31129 0 -1 4202560 222058 1257 0 0 496163 35 0 0 25 0 5 0 606014319 277237760 39817 33554432000 4194304 4356188 140734055721552 18446744073709551615 4331350 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39671.2
Current children cumulated vsize (KiB) 3358800



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 8.08 8.07 8.00 9/180 32222
/proc/meminfo: memFree=28717180/32950928 swapFree=67111364/67111528
[pid=32062] ppid=32060 vsize=18324 CPUtime=0 cores=0-7
/proc/32062/stat : 32062 (ppfolio) S 32060 32062 31129 0 -1 4202496 518 0 0 0 0 0 0 0 15 0 1 0 606014317 18763776 389 33554432000 4194304 4287625 140735089191760 18446744073709551615 256415411727 0 0 4096 65536 4135677477366267903 0 0 17 0 0 0 0
/proc/32062/statm: 4581 389 341 23 0 91 0
[pid=32063] ppid=32062 vsize=1699156 CPUtime=5000.16 cores=0
/proc/32063/stat : 32063 (cryptominisat) R 32062 32062 31129 0 -1 4202496 298592 0 0 0 499876 140 0 0 25 0 1 0 606014318 1739935744 31181 33554432000 4194304 4587354 140737150794032 18446744073709551615 4238467 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/32063/statm: 424789 31181 337 96 0 421351 0
[pid=32064] ppid=32062 vsize=73448 CPUtime=5000.15 cores=1
/proc/32064/stat : 32064 (clasp) R 32062 32062 31129 0 -1 4202496 14686 0 0 0 500012 3 0 0 25 0 1 0 606014318 75210752 14572 33554432000 4194304 4785740 140735134942992 18446744073709551615 4286912 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/32064/statm: 18362 14572 341 145 0 15407 0
[pid=32065] ppid=32062 vsize=455968 CPUtime=5000.15 cores=2
/proc/32065/stat : 32065 (TNM) R 32062 32062 31129 0 -1 4202496 382 0 0 0 500013 2 0 0 25 0 1 0 606014318 466911232 279 33554432000 134512640 134534564 4294784880 18446744073709551615 134528877 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/32065/statm: 113992 279 103 6 0 112658 0
[pid=32066] ppid=32062 vsize=841164 CPUtime=5000.17 cores=3
/proc/32066/stat : 32066 (march_hi) R 32062 32062 31129 0 -1 4202496 164365 0 0 0 499892 125 0 0 25 0 1 0 606014318 861351936 164258 33554432000 4194304 4331988 140736499221840 18446744073709551615 4226440 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/32066/statm: 210291 164258 173 34 0 208733 0
[pid=32067] ppid=32062 vsize=270612 CPUtime=19972 cores=4-7
/proc/32067/stat : 32067 (plingeling) S 32062 32062 31129 0 -1 4202496 904982 1257 0 0 1997061 139 0 0 18 0 5 0 606014318 277106688 39785 33554432000 4194304 4356188 140734055721552 18446744073709551615 256427194341 0 0 4096 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/32067/statm: 67653 39785 164 40 0 66197 0
[pid=32067/tid=32074] ppid=32062 vsize=270612 CPUtime=5000.03 cores=4-7
/proc/32067/task/32074/stat : 32074 (plingeling) R 32062 32062 31129 0 -1 4202560 232009 1257 0 0 499970 33 0 0 25 0 5 0 606014318 277106688 39785 33554432000 4194304 4356188 140734055721552 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 5 0 0 0
[pid=32067/tid=32075] ppid=32062 vsize=270612 CPUtime=4972.88 cores=4-7
/proc/32067/task/32075/stat : 32075 (plingeling) R 32062 32062 31129 0 -1 4202560 236147 1257 0 0 497251 37 0 0 25 0 5 0 606014318 277106688 39785 33554432000 4194304 4356188 140734055721552 18446744073709551615 4332026 0 0 4096 17442 0 0 0 -1 7 0 0 0
[pid=32067/tid=32076] ppid=32062 vsize=270612 CPUtime=4999.38 cores=4-7
/proc/32067/task/32076/stat : 32076 (plingeling) R 32062 32062 31129 0 -1 4202560 213462 1257 0 0 499905 33 0 0 25 0 5 0 606014319 277106688 39785 33554432000 4194304 4356188 140734055721552 18446744073709551615 4331154 0 0 4096 17442 0 0 0 -1 6 0 0 0
[pid=32067/tid=32077] ppid=32062 vsize=270612 CPUtime=4999.68 cores=4-7
/proc/32067/task/32077/stat : 32077 (plingeling) R 32062 32062 31129 0 -1 4202560 222826 1257 0 0 499933 35 0 0 25 0 5 0 606014319 277106688 39785 33554432000 4194304 4356188 140734055721552 18446744073709551615 4331173 0 0 4096 17442 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 39972.6
Current children cumulated vsize (KiB) 3358672

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 32062 and gives
#  childrusage.ru_utime.tv_sec=14999
#  childrusage.ru_utime.tv_usec=35799
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=485774
# CPU time returned by wait4() is 15000.5
# while last known CPU time is 39972.6
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5000.02
CPU time (s): 39972.6
CPU user time (s): 39968.5
CPU system time (s): 4.09
CPU usage (%): 799.45
Max. virtual memory (cumulated for all children) (KiB): 15137472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14999
system time used= 1.48577
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 314193
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 729
involuntary context switches= 34324

runsolver used 8.23375 second user time and 19.0451 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-30 12:03:56
IDJOB=3220491
IDBENCH=82765
IDSOLVER=1638
FILE ID=node115/3220491-1304157836
RUNJOBID= node115-1304145600-31143
PBS_JOBID= 13170891
Free space on /tmp= 72880 MiB

SOLVER NAME= ppfolio par
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v700-c2982-S899463426-096.UNKNOWN.cnf
COMMAND LINE= ppfolio BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3220491-1304157836/watcher-3220491-1304157836 -o /tmp/evaluation-result-3220491-1304157836/solver-3220491-1304157836 -C 40000 -W 5000 -M 31000  ppfolio HOME/instance-3220491-1304157836.cnf

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= bf57ee4f209393e8d4bc647eb9e177d4
RANDOM SEED=2085884242

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:      29711248 kB
Buffers:        840380 kB
Cached:        1905664 kB
SwapCached:          0 kB
Active:         225304 kB
Inactive:      2584284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29711248 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           10436 kB
Writeback:          12 kB
AnonPages:       63768 kB
Mapped:          14868 kB
Slab:           362424 kB
PageTables:       4140 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   186608 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= 72868 MiB
End job on node115 at 2011-04-30 13:27:19