Trace number 3743882

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
PB07: SAT4JPseudoResolution 2007-03-23? (TO) 1802.02 1787.63

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_4_mh.opb
MD5SUM70bdc21fd7004e1f863f7031db08c9db
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark13309104
Best CPU time to get the best result obtained on this benchmark1800.88
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019800
Biggest coefficient in the objective function 140608000
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 388230486170
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 140608000
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 388230486170
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.03/0.07	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.03/0.07	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.03/0.08	c no version file found!!!
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version	1.6.0_24
0.03/0.08	c os.name	Linux
0.03/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch	amd64
0.03/0.08	c Free memory 1599470296
0.03/0.08	c Max memory 1607860224
0.03/0.08	c Total memory 1607860224
0.03/0.08	c Number of processors 8
0.10/0.10	--- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap
0.10/0.10	c No reason simplification
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3743882-1338788907.opb
0.10/0.10	c reading problem ... 
119.63/106.51	c ... done. Wall clock time 106.41s.
119.63/106.51	c CPU time (experimental) 24.91s.
119.63/106.51	c #vars     2000400
119.63/106.51	c #constraints  4940608

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3743882-1338788907/watcher-3743882-1338788907 -o /tmp/evaluation-result-3743882-1338788907/solver-3743882-1338788907 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3743882-1338788907.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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: 2.60 2.77 3.36 10/195 2773
/proc/meminfo: memFree=26438012/32873844 swapFree=7112/7112
[pid=2773] ppid=2771 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/2773/stat : 2773 (java) S 2771 2773 31826 0 -1 4202496 1207 0 0 0 0 0 0 0 20 0 2 0 345016499 94019584 918 33554432000 1073741824 1073778376 140733484158112 140733484149248 273592385597 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2773/statm: 22954 918 697 9 0 16769 0
[pid=2773/tid=2774] ppid=2771 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/2773/task/2774/stat : 2774 (java) R 2771 2773 31826 0 -1 4202560 60 0 0 0 0 0 0 0 20 0 2 0 345016499 95129600 919 33554432000 1073741824 1073778376 140733484158112 140161506815528 273579863850 0 0 4096 0 0 0 0 -1 5 0 0 0 0 0

[startup+0.0389919 s]
/proc/loadavg: 2.60 2.77 3.36 10/195 2773
/proc/meminfo: memFree=26438012/32873844 swapFree=7112/7112
[pid=2773] ppid=2771 vsize=2623916 CPUtime=0.03 cores=1,3,5,7
/proc/2773/stat : 2773 (java) S 2771 2773 31826 0 -1 4202496 3914 0 1 0 2 1 0 0 20 0 13 0 345016499 2686889984 5122 33554432000 1073741824 1073778376 140733484158112 140733484149248 273592385597 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2773/statm: 655979 5122 1684 9 0 646680 0
[pid=2773/tid=2774] ppid=2771 vsize=2623916 CPUtime=0.01 cores=1,3,5,7
/proc/2773/task/2774/stat : 2774 (java) R 2771 2773 31826 0 -1 4202560 2731 0 1 0 1 0 0 0 20 0 13 0 345016499 2686889984 5122 33554432000 1073741824 1073778376 140733484158112 140161506816240 140161509657479 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2623916

[startup+0.100392 s]
/proc/loadavg: 2.60 2.77 3.36 10/195 2773
/proc/meminfo: memFree=26438012/32873844 swapFree=7112/7112
[pid=2773] ppid=2771 vsize=2957856 CPUtime=0.1 cores=1,3,5,7
/proc/2773/stat : 2773 (java) S 2771 2773 31826 0 -1 4202496 4918 0 1 0 9 1 0 0 20 0 18 0 345016499 3028844544 6620 33554432000 1073741824 1073778376 140733484158112 140733484149248 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2773/statm: 739464 6620 2127 9 0 729885 0
[pid=2773/tid=2774] ppid=2771 vsize=2957856 CPUtime=0.07 cores=1,3,5,7
/proc/2773/task/2774/stat : 2774 (java) R 2771 2773 31826 0 -1 4202560 3006 0 1 0 7 0 0 0 20 0 18 0 345016499 3028844544 6620 33554432000 1073741824 1073778376 140733484158112 140161506808944 273592411405 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2957856

[startup+0.300327 s]
/proc/loadavg: 2.60 2.77 3.36 10/195 2773
/proc/meminfo: memFree=26438012/32873844 swapFree=7112/7112
[pid=2773] ppid=2771 vsize=2957856 CPUtime=0.46 cores=1,3,5,7
/proc/2773/stat : 2773 (java) S 2771 2773 31826 0 -1 4202496 5953 0 1 0 43 3 0 0 20 0 18 0 345016499 3028844544 30674 33554432000 1073741824 1073778376 140733484158112 140733484149248 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2773/statm: 739464 30674 2233 9 0 729885 0
[pid=2773/tid=2774] ppid=2771 vsize=2957856 CPUtime=0.27 cores=1,3,5,7
/proc/2773/task/2774/stat : 2774 (java) R 2771 2773 31826 0 -1 4202560 3065 0 1 0 25 2 0 0 20 0 18 0 345016499 3028844544 30674 33554432000 1073741824 1073778376 140733484158112 140161506808944 140161375938799 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 2957856

[startup+0.700321 s]
/proc/loadavg: 2.60 2.77 3.36 10/195 2773
/proc/meminfo: memFree=26438012/32873844 swapFree=7112/7112
[pid=2773] ppid=2771 vsize=2957856 CPUtime=0.85 cores=1,3,5,7
/proc/2773/stat : 2773 (java) S 2771 2773 31826 0 -1 4202496 6015 0 1 0 80 5 0 0 20 0 18 0 345016499 3028844544 62418 33554432000 1073741824 1073778376 140733484158112 140733484149248 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2773/statm: 739464 62418 2233 9 0 729885 0
[pid=2773/tid=2774] ppid=2771 vsize=2957856 CPUtime=0.67 cores=1,3,5,7
/proc/2773/task/2774/stat : 2774 (java) R 2771 2773 31826 0 -1 4202560 3127 0 1 0 62 5 0 0 20 0 18 0 345016499 3028844544 62418 33554432000 1073741824 1073778376 140733484158112 140161506812032 140161375983916 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 2957856

[startup+1.50085 s]
/proc/loadavg: 2.60 2.77 3.36 10/213 2791
/proc/meminfo: memFree=25977624/32873844 swapFree=7112/7112
[pid=2773] ppid=2771 vsize=2957856 CPUtime=1.96 cores=1,3,5,7
/proc/2773/stat : 2773 (java) S 2771 2773 31826 0 -1 4202496 6311 0 1 0 177 19 0 0 20 0 18 0 345016499 3028844544 137762 33554432000 1073741824 1073778376 140733484158112 140733484149248 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2773/statm: 739464 137762 2249 9 0 729885 0
[pid=2773/tid=2774] ppid=2771 vsize=2957856 CPUtime=1.37 cores=1,3,5,7
/proc/2773/task/2774/stat : 2774 (java) R 2771 2773 31826 0 -1 4202560 3223 0 1 0 128 9 0 0 20 0 18 0 345016499 3028844544 137762 33554432000 1073741824 1073778376 140733484158112 140161506819704 273592411405 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2773/tid=2776] ppid=2771 vsize=2957856 CPUtime=0.02 cores=1,3,5,7
/proc/2773/task/2776/stat : 2776 (java) S 2771 2773 31826 0 -1 4202560 23 0 0 0 1 1 0 0 20 0 18 0 345016500 3028844544 137762 33554432000 1073741824 1073778376 140733484158112 140161372080552 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2773/tid=2777] ppid=2771 vsize=2957856 CPUtime=0.04 cores=1,3,5,7
/proc/2773/task/2777/stat : 2777 (java) S 2771 2773 31826 0 -1 4202560 25 0 0 0 2 2 0 0 20 0 18 0 345016500 3028844544 137762 33554432000 1073741824 1073778376 140733484158112 140161371028008 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2773/tid=2778] ppid=2771 vsize=2957856 CPUtime=0.08 cores=1,3,5,7
/proc/2773/task/2778/stat : 2778 (java) S 2771 2773 31826 0 -1 4202560 43 0 0 0 6 2 0 0 20 0 18 0 345016500 3028844544 137762 33554432000 1073741824 1073778376 140733484158112 140161369974952 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2773/tid=2779] ppid=2771 vsize=2957856 CPUtime=0.05 cores=1,3,5,7
/proc/2773/task/2779/stat : 2779 (java) S 2771 2773 31826 0 -1 4202560 34 0 0 0 3 2 0 0 20 0 18 0 345016500 3028844544 137762 33554432000 1073741824 1073778376 140733484158112 140161368922408 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2773/tid=2780] ppid=2771 vsize=2957856 CPUtime=0.02 cores=1,3,5,7
/proc/2773/task/2780/stat : 2780 (java) S 2771 2773 31826 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 345016500 3028844544 137762 33554432000 1073741824 1073778376 140733484158112 140161367870376 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2773/tid=2781] ppid=2771 vsize=2957856 CPUtime=0.04 cores=1,3,5,7
/proc/2773/task/2781/stat : 2781 (java) S 2771 2773 31826 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 18 0 345016500 3028844544 137762 33554432000 1073741824 1073778376 140733484158112 140161366817832 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2773/tid=2782] ppid=2771 vsize=2957856 CPUtime=0.04 cores=1,3,5,7
/proc/2773/task/2782/stat : 2782 (java) S 2771 2773 31826 0 -1 4202560 21 0 0 0 3 1 0 0 20 0 18 0 345016500 3028844544 137762 33554432000 1073741824 1073778376 140733484158112 140161365764776 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2773/tid=2783] ppid=2771 vsize=2957856 CPUtime=0.02 cores=1,3,5,7
/proc/2773/task/2783/stat : 2783 (java) S 2771 2773 31826 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 345016500 3028844544 137762 33554432000 1073741824 1073778376 140733484158112 140161364712232 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2773/tid=2784] ppid=2771 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/2773/task/2784/stat : 2784 (java) S 2771 2773 31826 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345016501 3028844544 137762 33554432000 1073741824 1073778376 140733484158112 140160882674024 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2773/tid=2785] ppid=2771 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/2773/task/2785/stat : 2785 (java) S 2771 2773 31826 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345016502 3028844544 137762 33554432000 1073741824 1073778376 140733484158112 140160881620344 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2773/tid=2786] ppid=2771 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/2773/task/2786/stat : 2786 (java) S 2771 2773 31826 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 345016502 3028844544 137762 33554432000 1073741824 1073778376 140733484158112 140160880567176 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2773/tid=2787] ppid=2771 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/2773/task/2787/stat : 2787 (java) S 2771 2773 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345016504 3028844544 137762 33554432000 1073741824 1073778376 140733484158112 140160879515920 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2773/tid=2788] ppid=2771 vsize=2957856 CPUtime=0.07 cores=1,3,5,7
/proc/2773/task/2788/stat : 2788 (java) S 2771 2773 31826 0 -1 4202560 742 0 0 0 7 0 0 0 20 0 18 0 345016504 3028844544 137762 33554432000 1073741824 1073778376 140733484158112 140160878463800 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2773/tid=2789] ppid=2771 vsize=2957856 CPUtime=0.07 cores=1,3,5,7
/proc/2773/task/2789/stat : 2789 (java) S 2771 2773 31826 0 -1 4202560 960 0 0 0 7 0 0 0 20 0 18 0 345016504 3028844544 137762 33554432000 1073741824 1073778376 140733484158112 140160877411256 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2773/tid=2790] ppid=2771 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/2773/task/2790/stat : 2790 (java) S 2771 2773 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345016504 3028844544 137762 33554432000 1073741824 1073778376 140733484158112 140160876358392 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2773/tid=2791] ppid=2771 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/2773/task/2791/stat : 2791 (java) S 2771 2773 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345016504 3028844544 137762 33554432000 1073741824 1073778376 140733484158112 140160875306056 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 2957856

[startup+3.10073 s]
/proc/loadavg: 2.60 2.77 3.36 3/213 2791
/proc/meminfo: memFree=25681352/32873844 swapFree=7112/7112
[pid=2773] ppid=2771 vsize=2957856 CPUtime=4.2 cores=1,3,5,7
/proc/2773/stat : 2773 (java) S 2771 2773 31826 0 -1 4202496 6975 0 1 0 382 38 0 0 20 0 18 0 345016499 3028844544 179509 33554432000 1073741824 1073778376 140733484158112 140733484149248 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2773/statm: 739464 179509 2267 9 0 729885 0
[pid=2773/tid=2774] ppid=2771 vsize=2957856 CPUtime=2.81 cores=1,3,5,7
/proc/2773/task/2774/stat : 2774 (java) R 2771 2773 31826 0 -1 4202560 3236 0 1 0 271 10 0 0 20 0 18 0 345016499 3028844544 179509 33554432000 1073741824 1073778376 140733484158112 140161506812032 273592411405 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2773/tid=2776] ppid=2771 vsize=2957856 CPUtime=0.1 cores=1,3,5,7
/proc/2773/task/2776/stat : 2776 (java) S 2771 2773 31826 0 -1 4202560 52 0 0 0 7 3 0 0 20 0 18 0 345016500 3028844544 179509 33554432000 1073741824 1073778376 140733484158112 140161372080552 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2773/tid=2777] ppid=2771 vsize=2957856 CPUtime=0.11 cores=1,3,5,7
/proc/2773/task/2777/stat : 2777 (java) S 2771 2773 31826 0 -1 4202560 58 0 0 0 7 4 0 0 20 0 18 0 345016500 3028844544 179509 33554432000 1073741824 1073778376 140733484158112 140161371028008 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2773/tid=2778] ppid=2771 vsize=2957856 CPUtime=0.14 cores=1,3,5,7
/proc/2773/task/2778/stat : 2778 (java) S 2771 2773 31826 0 -1 4202560 62 0 0 0 10 4 0 0 20 0 18 0 345016500 3028844544 179509 33554432000 1073741824 1073778376 140733484158112 140161369974952 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2773/tid=2779] ppid=2771 vsize=2957856 CPUtime=0.19 cores=1,3,5,7
/proc/2773/task/2779/stat : 2779 (java) S 2771 2773 31826 0 -1 4202560 88 0 0 0 14 5 0 0 20 0 18 0 345016500 3028844544 179509 33554432000 1073741824 1073778376 140733484158112 140161368922408 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2773/tid=2780] ppid=2771 vsize=2957856 CPUtime=0.07 cores=1,3,5,7
/proc/2773/task/2780/stat : 2780 (java) S 2771 2773 31826 0 -1 4202560 38 0 0 0 5 2 0 0 20 0 18 0 345016500 3028844544 179509 33554432000 1073741824 1073778376 140733484158112 140161367870376 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2773/tid=2781] ppid=2771 vsize=2957856 CPUtime=0.11 cores=1,3,5,7
/proc/2773/task/2781/stat : 2781 (java) S 2771 2773 31826 0 -1 4202560 50 0 0 0 8 3 0 0 20 0 18 0 345016500 3028844544 179509 33554432000 1073741824 1073778376 140733484158112 140161366817832 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2773/tid=2782] ppid=2771 vsize=2957856 CPUtime=0.09 cores=1,3,5,7
/proc/2773/task/2782/stat : 2782 (java) S 2771 2773 31826 0 -1 4202560 42 0 0 0 6 3 0 0 20 0 18 0 345016500 3028844544 179509 33554432000 1073741824 1073778376 140733484158112 140161365764776 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2773/tid=2783] ppid=2771 vsize=2957856 CPUtime=0.09 cores=1,3,5,7
/proc/2773/task/2783/stat : 2783 (java) S 2771 2773 31826 0 -1 4202560 41 0 0 0 7 2 0 0 20 0 18 0 345016500 3028844544 179509 33554432000 1073741824 1073778376 140733484158112 140161364712232 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2773/tid=2784] ppid=2771 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/2773/task/2784/stat : 2784 (java) S 2771 2773 31826 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345016501 3028844544 179509 33554432000 1073741824 1073778376 140733484158112 140160882674024 273592399785 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2773/tid=2785] ppid=2771 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/2773/task/2785/stat : 2785 (java) S 2771 2773 31826 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345016502 3028844544 179509 33554432000 1073741824 1073778376 140733484158112 140160881620344 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2773/tid=2786] ppid=2771 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/2773/task/2786/stat : 2786 (java) S 2771 2773 31826 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 345016502 3028844544 179509 33554432000 1073741824 1073778376 140733484158112 140160880567176 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2773/tid=2787] ppid=2771 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/2773/task/2787/stat : 2787 (java) S 2771 2773 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345016504 3028844544 179509 33554432000 1073741824 1073778376 140733484158112 140160879515920 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2773/tid=2788] ppid=2771 vsize=2957856 CPUtime=0.15 cores=1,3,5,7
/proc/2773/task/2788/stat : 2788 (java) S 2771 2773 31826 0 -1 4202560 1063 0 0 0 15 0 0 0 20 0 18 0 345016504 3028844544 179509 33554432000 1073741824 1073778376 140733484158112 140160878463800 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2773/tid=2789] ppid=2771 vsize=2957856 CPUtime=0.15 cores=1,3,5,7
/proc/2773/task/2789/stat : 2789 (java) S 2771 2773 31826 0 -1 4202560 1060 0 0 0 15 0 0 0 20 0 18 0 345016504 3028844544 179509 33554432000 1073741824 1073778376 140733484158112 140160877411256 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2773/tid=2790] ppid=2771 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/2773/task/2790/stat : 2790 (java) S 2771 2773 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345016504 3028844544 179509 33554432000 1073741824 1073778376 140733484158112 140160876358392 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2773/tid=2791] ppid=2771 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/2773/task/2791/stat : 2791 (java) S 2771 2773 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345016504 3028844544 179509 33554432000 1073741824 1073778376 140733484158112 140160875306056 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 2957856

[startup+6.30068 s]
/proc/loadavg: 3.27 2.91 3.40 3/213 2791
/proc/meminfo: memFree=24993840/32873844 swapFree=7112/7112
[pid=2773] ppid=2771 vsize=2957856 CPUtime=10.06 cores=1,3,5,7
/proc/2773/stat : 2773 (java) S 2771 2773 31826 0 -1 4202496 15719 0 1 0 932 74 0 0 20 0 18 0 345016499 3028844544 247941 33554432000 1073741824 1073778376 140733484158112 140733484149248 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2773/statm: 739464 247941 2277 9 0 729885 0
[pid=2773/tid=2774] ppid=2771 vsize=2957856 CPUtime=5.27 cores=1,3,5,7
/proc/2773/task/2774/stat : 2774 (java) S 2771 2773 31826 0 -1 4202560 3240 0 1 0 516 11 0 0 20 0 18 0 345016499 3028844544 247941 33554432000 1073741824 1073778376 140733484158112 140161506819816 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2773/tid=2776] ppid=2771 vsize=2957856 CPUtime=0.4 cores=1,3,5,7
/proc/2773/task/2776/stat : 2776 (java) R 2771 2773 31826 0 -1 4202560 323 0 0 0 33 7 0 0 20 0 18 0 345016500 3028844544 247941 33554432000 1073741824 1073778376 140733484158112 140161372080728 140161513718937 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2773/tid=2777] ppid=2771 vsize=2957856 CPUtime=0.41 cores=1,3,5,7
/proc/2773/task/2777/stat : 2777 (java) R 2771 2773 31826 0 -1 4202560 151 0 0 0 33 8 0 0 20 0 18 0 345016500 3028844544 247941 33554432000 1073741824 1073778376 140733484158112 140161371028184 140161513329006 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2773/tid=2778] ppid=2771 vsize=2957856 CPUtime=0.43 cores=1,3,5,7
/proc/2773/task/2778/stat : 2778 (java) R 2771 2773 31826 0 -1 4202560 137 0 0 0 36 7 0 0 20 0 18 0 345016500 3028844544 247941 33554432000 1073741824 1073778376 140733484158112 140161369975128 140161509380049 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2773/tid=2779] ppid=2771 vsize=2957856 CPUtime=0.61 cores=1,3,5,7
/proc/2773/task/2779/stat : 2779 (java) R 2771 2773 31826 0 -1 4202560 223 0 0 0 49 12 0 0 20 0 18 0 345016500 3028844544 247941 33554432000 1073741824 1073778376 140733484158112 140161368922584 140161509379839 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2773/tid=2780] ppid=2771 vsize=2957856 CPUtime=0.4 cores=1,3,5,7
/proc/2773/task/2780/stat : 2780 (java) R 2771 2773 31826 0 -1 4202560 125 0 0 0 34 6 0 0 20 0 18 0 345016500 3028844544 247941 33554432000 1073741824 1073778376 140733484158112 140161367870552 140161510996165 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=2773/tid=2781] ppid=2771 vsize=2957856 CPUtime=0.51 cores=1,3,5,7
/proc/2773/task/2781/stat : 2781 (java) R 2771 2773 31826 0 -1 4202560 168 0 0 0 44 7 0 0 20 0 18 0 345016500 3028844544 247941 33554432000 1073741824 1073778376 140733484158112 140161366818008 140161510996228 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2773/tid=2782] ppid=2771 vsize=2957856 CPUtime=0.48 cores=1,3,5,7
/proc/2773/task/2782/stat : 2782 (java) R 2771 2773 31826 0 -1 4202560 168 0 0 0 40 8 0 0 20 0 18 0 345016500 3028844544 247941 33554432000 1073741824 1073778376 140733484158112 140161365764952 140161509291763 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2773/tid=2783] ppid=2771 vsize=2957856 CPUtime=0.46 cores=1,3,5,7
/proc/2773/task/2783/stat : 2783 (java) R 2771 2773 31826 0 -1 4202560 141 0 0 0 40 6 0 0 20 0 18 0 345016500 3028844544 248453 33554432000 1073741824 1073778376 140733484158112 140161364712112 140161510982459 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2773/tid=2784] ppid=2771 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/2773/task/2784/stat : 2784 (java) S 2771 2773 31826 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345016501 3028844544 248453 33554432000 1073741824 1073778376 140733484158112 140160882672904 273592398908 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2773/tid=2785] ppid=2771 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/2773/task/2785/stat : 2785 (java) S 2771 2773 31826 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345016502 3028844544 248453 33554432000 1073741824 1073778376 140733484158112 140160881620344 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2773/tid=2786] ppid=2771 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/2773/task/2786/stat : 2786 (java) S 2771 2773 31826 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 345016502 3028844544 248453 33554432000 1073741824 1073778376 140733484158112 140160880567176 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2773/tid=2787] ppid=2771 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/2773/task/2787/stat : 2787 (java) S 2771 2773 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345016504 3028844544 248453 33554432000 1073741824 1073778376 140733484158112 140160879515920 273592407840 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2773/tid=2788] ppid=2771 vsize=2957856 CPUtime=0.41 cores=1,3,5,7
/proc/2773/task/2788/stat : 2788 (java) S 2771 2773 31826 0 -1 4202560 3984 0 0 0 40 1 0 0 20 0 18 0 345016504 3028844544 248453 33554432000 1073741824 1073778376 140733484158112 140160878463800 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2773/tid=2789] ppid=2771 vsize=2957856 CPUtime=0.52 cores=1,3,5,7
/proc/2773/task/2789/stat : 2789 (java) S 2771 2773 31826 0 -1 4202560 5874 0 0 0 50 2 0 0 20 0 18 0 345016504 3028844544 248453 33554432000 1073741824 1073778376 140733484158112 140160877411256 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2773/tid=2790] ppid=2771 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/2773/task/2790/stat : 2790 (java) S 2771 2773 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345016504 3028844544 248453 33554432000 1073741824 1073778376 140733484158112 140160876358392 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2773/tid=2791] ppid=2771 vsize=2957856 CPUtime=0 cores=1,3,5,7
/proc/2773/task/2791/stat : 2791 (java) S 2771 2773 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345016504 3028844544 248453 33554432000 1073741824 1073778376 140733484158112 140160875306056 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

[pid=2773/tid=2788] ppid=2771 vsize=3024420 CPUtime=0.63 cores=1,3,5,7
/proc/2773/task/2788/stat : 2788 (java) S 2771 2773 31826 0 -1 4202560 3988 0 0 0 62 1 0 0 20 0 19 0 345016504 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140160878463800 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2773/tid=2789] ppid=2771 vsize=3024420 CPUtime=0.95 cores=1,3,5,7
/proc/2773/task/2789/stat : 2789 (java) S 2771 2773 31826 0 -1 4202560 5904 0 0 0 93 2 0 0 20 0 19 0 345016504 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140160877411256 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2773/tid=2790] ppid=2771 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/2773/task/2790/stat : 2790 (java) S 2771 2773 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345016504 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140160876358392 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2773/tid=2791] ppid=2771 vsize=3024420 CPUtime=1.04 cores=1,3,5,7
/proc/2773/task/2791/stat : 2791 (java) S 2771 2773 31826 0 -1 4202560 102 0 0 0 53 51 0 0 20 0 19 0 345016504 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140160875306056 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2773/tid=2796] ppid=2771 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/2773/task/2796/stat : 2796 (java) S 2771 2773 31826 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345030698 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140160873174056 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 3024420

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -2773

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

[startup+1786.4 s]
/proc/loadavg: 1.98 1.99 2.23 3/215 2891
/proc/meminfo: memFree=24762008/32873844 swapFree=7112/7112
[pid=2773] ppid=2771 vsize=3024420 CPUtime=1800.81 cores=1,3,5,7
/proc/2773/stat : 2773 (java) S 2771 2773 31826 0 -1 4202496 20893 0 1 0 179887 194 0 0 20 0 19 0 345016499 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140733484149248 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2773/statm: 756105 424311 2306 9 0 746526 0
[pid=2773/tid=2774] ppid=2771 vsize=3024420 CPUtime=94.92 cores=1,3,5,7
/proc/2773/task/2774/stat : 2774 (java) S 2771 2773 31826 0 -1 4202560 3789 0 1 0 9469 23 0 0 20 0 19 0 345016499 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140161506819432 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2773/tid=2776] ppid=2771 vsize=3024420 CPUtime=1.98 cores=1,3,5,7
/proc/2773/task/2776/stat : 2776 (java) S 2771 2773 31826 0 -1 4202560 879 0 0 0 185 13 0 0 20 0 19 0 345016500 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140161372080552 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2773/tid=2777] ppid=2771 vsize=3024420 CPUtime=1.8 cores=1,3,5,7
/proc/2773/task/2777/stat : 2777 (java) S 2771 2773 31826 0 -1 4202560 546 0 0 0 167 13 0 0 20 0 19 0 345016500 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140161371028008 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2773/tid=2778] ppid=2771 vsize=3024420 CPUtime=2.07 cores=1,3,5,7
/proc/2773/task/2778/stat : 2778 (java) S 2771 2773 31826 0 -1 4202560 526 0 0 0 193 14 0 0 20 0 19 0 345016500 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140161369974952 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2773/tid=2779] ppid=2771 vsize=3024420 CPUtime=2.29 cores=1,3,5,7
/proc/2773/task/2779/stat : 2779 (java) S 2771 2773 31826 0 -1 4202560 619 0 0 0 210 19 0 0 20 0 19 0 345016500 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140161368922408 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2773/tid=2780] ppid=2771 vsize=3024420 CPUtime=1.83 cores=1,3,5,7
/proc/2773/task/2780/stat : 2780 (java) S 2771 2773 31826 0 -1 4202560 362 0 0 0 173 10 0 0 20 0 19 0 345016500 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140161367870376 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2773/tid=2781] ppid=2771 vsize=3024420 CPUtime=2.04 cores=1,3,5,7
/proc/2773/task/2781/stat : 2781 (java) S 2771 2773 31826 0 -1 4202560 573 0 0 0 193 11 0 0 20 0 19 0 345016500 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140161366817832 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2773/tid=2782] ppid=2771 vsize=3024420 CPUtime=2.13 cores=1,3,5,7
/proc/2773/task/2782/stat : 2782 (java) S 2771 2773 31826 0 -1 4202560 1357 0 0 0 198 15 0 0 20 0 19 0 345016500 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140161365764776 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2773/tid=2783] ppid=2771 vsize=3024420 CPUtime=2.05 cores=1,3,5,7
/proc/2773/task/2783/stat : 2783 (java) S 2771 2773 31826 0 -1 4202560 893 0 0 0 191 14 0 0 20 0 19 0 345016500 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140161364712232 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2773/tid=2784] ppid=2771 vsize=3024420 CPUtime=1682.52 cores=1,3,5,7
/proc/2773/task/2784/stat : 2784 (java) R 2771 2773 31826 0 -1 4202560 170 0 0 0 168220 32 0 0 20 0 19 0 345016501 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140160882674184 140161513675139 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2773/tid=2785] ppid=2771 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/2773/task/2785/stat : 2785 (java) S 2771 2773 31826 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345016502 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140160881620344 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2773/tid=2786] ppid=2771 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/2773/task/2786/stat : 2786 (java) S 2771 2773 31826 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 345016502 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140160880567176 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2773/tid=2787] ppid=2771 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/2773/task/2787/stat : 2787 (java) S 2771 2773 31826 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 345016504 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140160879515464 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2773/tid=2788] ppid=2771 vsize=3024420 CPUtime=0.63 cores=1,3,5,7
/proc/2773/task/2788/stat : 2788 (java) S 2771 2773 31826 0 -1 4202560 3988 0 0 0 62 1 0 0 20 0 19 0 345016504 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140160878463800 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2773/tid=2789] ppid=2771 vsize=3024420 CPUtime=0.95 cores=1,3,5,7
/proc/2773/task/2789/stat : 2789 (java) S 2771 2773 31826 0 -1 4202560 5904 0 0 0 93 2 0 0 20 0 19 0 345016504 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140160877411256 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2773/tid=2790] ppid=2771 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/2773/task/2790/stat : 2790 (java) S 2771 2773 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345016504 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140160876358392 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2773/tid=2791] ppid=2771 vsize=3024420 CPUtime=1.04 cores=1,3,5,7
/proc/2773/task/2791/stat : 2791 (java) S 2771 2773 31826 0 -1 4202560 102 0 0 0 53 51 0 0 20 0 19 0 345016504 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140160875306056 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2773/tid=2796] ppid=2771 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/2773/task/2796/stat : 2796 (java) S 2771 2773 31826 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345030698 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140160873174056 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.81
Current children cumulated vsize (KiB) 3024420

[startup+1787.2 s]
/proc/loadavg: 1.98 1.99 2.23 3/216 2892
/proc/meminfo: memFree=24762000/32873844 swapFree=7112/7112
[pid=2773] ppid=2771 vsize=3024420 CPUtime=1801.61 cores=1,3,5,7
/proc/2773/stat : 2773 (java) S 2771 2773 31826 0 -1 4202496 20893 0 1 0 179967 194 0 0 20 0 19 0 345016499 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140733484149248 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2773/statm: 756105 424311 2306 9 0 746526 0
[pid=2773/tid=2774] ppid=2771 vsize=3024420 CPUtime=94.92 cores=1,3,5,7
/proc/2773/task/2774/stat : 2774 (java) S 2771 2773 31826 0 -1 4202560 3789 0 1 0 9469 23 0 0 20 0 19 0 345016499 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140161506819432 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2773/tid=2776] ppid=2771 vsize=3024420 CPUtime=1.98 cores=1,3,5,7
/proc/2773/task/2776/stat : 2776 (java) S 2771 2773 31826 0 -1 4202560 879 0 0 0 185 13 0 0 20 0 19 0 345016500 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140161372080552 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2773/tid=2777] ppid=2771 vsize=3024420 CPUtime=1.8 cores=1,3,5,7
/proc/2773/task/2777/stat : 2777 (java) S 2771 2773 31826 0 -1 4202560 546 0 0 0 167 13 0 0 20 0 19 0 345016500 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140161371028008 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2773/tid=2778] ppid=2771 vsize=3024420 CPUtime=2.07 cores=1,3,5,7
/proc/2773/task/2778/stat : 2778 (java) S 2771 2773 31826 0 -1 4202560 526 0 0 0 193 14 0 0 20 0 19 0 345016500 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140161369974952 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2773/tid=2779] ppid=2771 vsize=3024420 CPUtime=2.29 cores=1,3,5,7
/proc/2773/task/2779/stat : 2779 (java) S 2771 2773 31826 0 -1 4202560 619 0 0 0 210 19 0 0 20 0 19 0 345016500 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140161368922408 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2773/tid=2780] ppid=2771 vsize=3024420 CPUtime=1.83 cores=1,3,5,7
/proc/2773/task/2780/stat : 2780 (java) S 2771 2773 31826 0 -1 4202560 362 0 0 0 173 10 0 0 20 0 19 0 345016500 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140161367870376 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2773/tid=2781] ppid=2771 vsize=3024420 CPUtime=2.04 cores=1,3,5,7
/proc/2773/task/2781/stat : 2781 (java) S 2771 2773 31826 0 -1 4202560 573 0 0 0 193 11 0 0 20 0 19 0 345016500 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140161366817832 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2773/tid=2782] ppid=2771 vsize=3024420 CPUtime=2.13 cores=1,3,5,7
/proc/2773/task/2782/stat : 2782 (java) S 2771 2773 31826 0 -1 4202560 1357 0 0 0 198 15 0 0 20 0 19 0 345016500 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140161365764776 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2773/tid=2783] ppid=2771 vsize=3024420 CPUtime=2.05 cores=1,3,5,7
/proc/2773/task/2783/stat : 2783 (java) S 2771 2773 31826 0 -1 4202560 893 0 0 0 191 14 0 0 20 0 19 0 345016500 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140161364712232 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2773/tid=2784] ppid=2771 vsize=3024420 CPUtime=1683.32 cores=1,3,5,7
/proc/2773/task/2784/stat : 2784 (java) R 2771 2773 31826 0 -1 4202560 170 0 0 0 168300 32 0 0 20 0 19 0 345016501 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140160882674184 140161513328712 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2773/tid=2785] ppid=2771 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/2773/task/2785/stat : 2785 (java) S 2771 2773 31826 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345016502 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140160881620344 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2773/tid=2786] ppid=2771 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/2773/task/2786/stat : 2786 (java) S 2771 2773 31826 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 345016502 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140160880567176 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2773/tid=2787] ppid=2771 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/2773/task/2787/stat : 2787 (java) S 2771 2773 31826 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 345016504 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140160879515464 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2773/tid=2788] ppid=2771 vsize=3024420 CPUtime=0.63 cores=1,3,5,7
/proc/2773/task/2788/stat : 2788 (java) S 2771 2773 31826 0 -1 4202560 3988 0 0 0 62 1 0 0 20 0 19 0 345016504 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140160878463800 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2773/tid=2789] ppid=2771 vsize=3024420 CPUtime=0.95 cores=1,3,5,7
/proc/2773/task/2789/stat : 2789 (java) S 2771 2773 31826 0 -1 4202560 5904 0 0 0 93 2 0 0 20 0 19 0 345016504 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140160877411256 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2773/tid=2790] ppid=2771 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/2773/task/2790/stat : 2790 (java) S 2771 2773 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345016504 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140160876358392 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2773/tid=2791] ppid=2771 vsize=3024420 CPUtime=1.04 cores=1,3,5,7
/proc/2773/task/2791/stat : 2791 (java) S 2771 2773 31826 0 -1 4202560 102 0 0 0 53 51 0 0 20 0 19 0 345016504 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140160875306056 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2773/tid=2796] ppid=2771 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/2773/task/2796/stat : 2796 (java) S 2771 2773 31826 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345030698 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140160873174056 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1801.61
Current children cumulated vsize (KiB) 3024420

[startup+1787.6 s]
/proc/loadavg: 1.98 1.99 2.23 3/216 2892
/proc/meminfo: memFree=24755856/32873844 swapFree=7112/7112
[pid=2773] ppid=2771 vsize=3024420 CPUtime=1802.02 cores=1,3,5,7
/proc/2773/stat : 2773 (java) S 2771 2773 31826 0 -1 4202496 20893 0 1 0 180008 194 0 0 20 0 19 0 345016499 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140733484149248 273592385597 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/2773/statm: 756105 424311 2306 9 0 746526 0
[pid=2773/tid=2774] ppid=2771 vsize=3024420 CPUtime=94.92 cores=1,3,5,7
/proc/2773/task/2774/stat : 2774 (java) S 2771 2773 31826 0 -1 4202560 3789 0 1 0 9469 23 0 0 20 0 19 0 345016499 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140161506819432 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2773/tid=2776] ppid=2771 vsize=3024420 CPUtime=1.98 cores=1,3,5,7
/proc/2773/task/2776/stat : 2776 (java) S 2771 2773 31826 0 -1 4202560 879 0 0 0 185 13 0 0 20 0 19 0 345016500 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140161372080552 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2773/tid=2777] ppid=2771 vsize=3024420 CPUtime=1.8 cores=1,3,5,7
/proc/2773/task/2777/stat : 2777 (java) S 2771 2773 31826 0 -1 4202560 546 0 0 0 167 13 0 0 20 0 19 0 345016500 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140161371028008 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2773/tid=2778] ppid=2771 vsize=3024420 CPUtime=2.07 cores=1,3,5,7
/proc/2773/task/2778/stat : 2778 (java) S 2771 2773 31826 0 -1 4202560 526 0 0 0 193 14 0 0 20 0 19 0 345016500 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140161369974952 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2773/tid=2779] ppid=2771 vsize=3024420 CPUtime=2.29 cores=1,3,5,7
/proc/2773/task/2779/stat : 2779 (java) S 2771 2773 31826 0 -1 4202560 619 0 0 0 210 19 0 0 20 0 19 0 345016500 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140161368922408 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2773/tid=2780] ppid=2771 vsize=3024420 CPUtime=1.83 cores=1,3,5,7
/proc/2773/task/2780/stat : 2780 (java) S 2771 2773 31826 0 -1 4202560 362 0 0 0 173 10 0 0 20 0 19 0 345016500 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140161367870376 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2773/tid=2781] ppid=2771 vsize=3024420 CPUtime=2.04 cores=1,3,5,7
/proc/2773/task/2781/stat : 2781 (java) S 2771 2773 31826 0 -1 4202560 573 0 0 0 193 11 0 0 20 0 19 0 345016500 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140161366817832 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2773/tid=2782] ppid=2771 vsize=3024420 CPUtime=2.13 cores=1,3,5,7
/proc/2773/task/2782/stat : 2782 (java) S 2771 2773 31826 0 -1 4202560 1357 0 0 0 198 15 0 0 20 0 19 0 345016500 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140161365764776 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2773/tid=2783] ppid=2771 vsize=3024420 CPUtime=2.05 cores=1,3,5,7
/proc/2773/task/2783/stat : 2783 (java) S 2771 2773 31826 0 -1 4202560 893 0 0 0 191 14 0 0 20 0 19 0 345016500 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140161364712232 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2773/tid=2784] ppid=2771 vsize=3024420 CPUtime=1683.72 cores=1,3,5,7
/proc/2773/task/2784/stat : 2784 (java) R 2771 2773 31826 0 -1 4202560 170 0 0 0 168340 32 0 0 20 0 19 0 345016501 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140160882674184 140161513676052 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2773/tid=2785] ppid=2771 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/2773/task/2785/stat : 2785 (java) S 2771 2773 31826 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 345016502 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140160881620344 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2773/tid=2786] ppid=2771 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/2773/task/2786/stat : 2786 (java) S 2771 2773 31826 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 345016502 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140160880567176 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2773/tid=2787] ppid=2771 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/2773/task/2787/stat : 2787 (java) S 2771 2773 31826 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 345016504 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140160879515464 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2773/tid=2788] ppid=2771 vsize=3024420 CPUtime=0.63 cores=1,3,5,7
/proc/2773/task/2788/stat : 2788 (java) S 2771 2773 31826 0 -1 4202560 3988 0 0 0 62 1 0 0 20 0 19 0 345016504 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140160878463800 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2773/tid=2789] ppid=2771 vsize=3024420 CPUtime=0.95 cores=1,3,5,7
/proc/2773/task/2789/stat : 2789 (java) S 2771 2773 31826 0 -1 4202560 5904 0 0 0 93 2 0 0 20 0 19 0 345016504 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140160877411256 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2773/tid=2790] ppid=2771 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/2773/task/2790/stat : 2790 (java) S 2771 2773 31826 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 345016504 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140160876358392 273592398908 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2773/tid=2791] ppid=2771 vsize=3024420 CPUtime=1.04 cores=1,3,5,7
/proc/2773/task/2791/stat : 2791 (java) S 2771 2773 31826 0 -1 4202560 102 0 0 0 53 51 0 0 20 0 19 0 345016504 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140160875306056 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2773/tid=2796] ppid=2771 vsize=3024420 CPUtime=0 cores=1,3,5,7
/proc/2773/task/2796/stat : 2796 (java) S 2771 2773 31826 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 345030698 3097006080 424311 33554432000 1073741824 1073778376 140733484158112 140160873174056 273592399785 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1802.02
Current children cumulated vsize (KiB) 3024420

Child ended because it received signal 9 (SIGKILL)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2773 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=400057
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=311648
# CPU time returned by wait4() is 1797.71
# while last known CPU time is 1802.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1787.63
CPU time (s): 1802.02
CPU user time (s): 1800.08
CPU system time (s): 1.94
CPU usage (%): 100.805
Max. virtual memory (cumulated for all children) (KiB): 3024420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.4
system time used= 2.31165
maximum resident set size= 1697244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20893
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38572
involuntary context switches= 18160

runsolver used 7.47586 second user time and 19.412 second system time

The end

Launcher Data

Begin job on node132 at 2012-06-04 07:48:32
IDJOB=3743882
IDBENCH=92642
IDSOLVER=2319
FILE ID=node132/3743882-1338788907
RUNJOBID= node132-1338788907-2729
PBS_JOBID= 14636815
Free space on /tmp= 70900 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_4_mh.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743882-1338788907/watcher-3743882-1338788907 -o /tmp/evaluation-result-3743882-1338788907/solver-3743882-1338788907 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3743882-1338788907.opb           

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

MD5SUM BENCH= 70bdc21fd7004e1f863f7031db08c9db
RANDOM SEED=1742088226

node132.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.832
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.832
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.832
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.832
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.832
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.832
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.832
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.832
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26452992 kB
Buffers:         1304800 kB
Cached:          3540720 kB
SwapCached:         2288 kB
Active:          3276400 kB
Inactive:        2200552 kB
Active(anon):     621856 kB
Inactive(anon):     7108 kB
Active(file):    2654544 kB
Inactive(file):  2193444 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67102712 kB
Dirty:            329356 kB
Writeback:             0 kB
AnonPages:        553796 kB
Mapped:            19188 kB
Shmem:                 8 kB
Slab:             783828 kB
SReclaimable:     224108 kB
SUnreclaim:       559720 kB
KernelStack:        1584 kB
PageTables:         5108 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1821932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    512000 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70992 MiB
End job on node132 at 2012-06-04 08:18:19