Trace number 2701734

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
SAT4J PB RES // CP 2.2.0 2010-05-31? 401.993 375.716

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/pedigree/
normalized-sheep4r-4-3_wcsp.wbo
MD5SUM376764ac4c5c3f094ec1a2d2f7cbae71
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables26850
Total number of constraints1527009
Number of soft constraints1524324
Number of constraints which are clauses1524324
Number of constraints which are cardinality constraints (but not clauses)2685
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint10
Top cost 1259
Min constraint cost 1
Max constraint cost 1259
Sum of constraints costs 1904880840
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 11
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100531
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) Server VM
0.00/0.07	c java.vm.version	11.2-b01
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	32
0.00/0.07	c java.version		1.6.0_12
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.18-164.el5
0.00/0.07	c os.arch		i386
0.00/0.07	c Free memory 		1393557488
0.00/0.07	c Max memory 		1395916800
0.00/0.07	c Total memory 		1395916800
0.00/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1cb25f1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@b1c260
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	
0.11/0.10	c solving HOME/instance-2701734-1278541359.wbo
0.11/0.10	c reading problem ... 
342.59/316.32	Exception in thread "main" c starts		: 0
382.50/356.22	c conflicts		: 0
382.50/356.22	c decisions		: 0
382.50/356.22	c propagations		: 0
382.50/356.22	c inspects		: 0
382.50/356.22	c learnt literals	: 0
382.50/356.22	c learnt binary clauses	: 0
382.50/356.22	c learnt ternary clauses	: 0
382.50/356.22	c learnt clauses	: 0
382.50/356.22	c ignored clauses	: 0
382.50/356.22	c root simplifications	: 0
382.50/356.22	c removed literals (reason simplification)	: 0
382.50/356.22	c reason swapping (by a shorter reason)	: 0
382.50/356.22	c Calls to reduceDB	: 0
388.79/362.58	c number of reductions to clauses (during analyze)	: 0
388.79/362.58	c number of learned constraints concerned by reduction	: 0
388.79/362.58	c number of learning phase by resolution	: 0
388.79/362.58	c number of learning phase by cutting planes	: 0
388.79/362.58	c speed (assignments/second)	: 0.0
388.79/362.58	c non guided choices	0
388.79/362.58	c learnt constraints type 
388.79/362.58	c constraints type 
395.20/368.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2685
395.20/368.93	c org.sat4j.minisat.constraints.card.MinWatchCard => 18165
395.20/368.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 994478
395.20/368.93	c constraints type 
395.20/368.93	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2685
395.20/368.93	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 18165
401.60/375.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 994478
401.60/375.31	s UNKNOWN
401.60/375.31	c Total wall clock time (in seconds): 375.216

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2701734-1278541359/watcher-2701734-1278541359 -o /tmp/evaluation-result-2701734-1278541359/solver-2701734-1278541359 -C 1800 -W 2000 -M 3800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2701734-1278541359.wbo 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.05 2.14 4/196 2768
/proc/meminfo: memFree=29188404/32950928 swapFree=67109624/67111528
[pid=2768] ppid=2765 vsize=392 CPUtime=0
/proc/2768/stat : 2768 (java) R 2765 2768 927 0 -1 4194304 293 0 0 0 0 0 0 0 21 0 1 0 22349445 401408 40 4089446400 134512640 134550932 4291627168 18446744073709551615 4178516 0 2147483391 4096 0 0 0 0 17 7 0 0 0
/proc/2768/statm: 98 40 32 10 0 25 0

[startup+0.0800151 s]
/proc/loadavg: 2.00 2.05 2.14 4/196 2768
/proc/meminfo: memFree=29188404/32950928 swapFree=67109624/67111528
[pid=2768] ppid=2765 vsize=1529404 CPUtime=0.08
/proc/2768/stat : 2768 (java) S 2765 2768 927 0 -1 4202496 4871 0 1 0 7 1 0 0 21 0 18 0 22349445 1566109696 4309 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/2768/statm: 382351 4309 1328 10 0 379654 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1529404

[startup+0.10101 s]
/proc/loadavg: 2.00 2.05 2.14 4/196 2768
/proc/meminfo: memFree=29188404/32950928 swapFree=67109624/67111528
[pid=2768] ppid=2765 vsize=1529860 CPUtime=0.11
/proc/2768/stat : 2768 (java) S 2765 2768 927 0 -1 4202496 5269 0 1 0 10 1 0 0 21 0 18 0 22349445 1566576640 4707 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/2768/statm: 382465 4707 1346 10 0 379768 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 1529860

[startup+0.303981 s]
/proc/loadavg: 2.00 2.05 2.14 4/196 2768
/proc/meminfo: memFree=29188404/32950928 swapFree=67109624/67111528
[pid=2768] ppid=2765 vsize=1531980 CPUtime=0.53
/proc/2768/stat : 2768 (java) S 2765 2768 927 0 -1 4202496 34971 0 1 0 50 3 0 0 21 0 18 0 22349445 1568747520 34286 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/2768/statm: 382995 34286 1417 10 0 380298 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 1531980

[startup+0.700872 s]
/proc/loadavg: 2.00 2.05 2.14 4/196 2768
/proc/meminfo: memFree=29188404/32950928 swapFree=67109624/67111528
[pid=2768] ppid=2765 vsize=1538748 CPUtime=1.55
/proc/2768/stat : 2768 (java) S 2765 2768 927 0 -1 4202496 45487 0 1 0 150 5 0 0 21 0 18 0 22349445 1575677952 43963 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/2768/statm: 384687 43963 1425 10 0 381990 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 1538748

[startup+1.50078 s]
/proc/loadavg: 2.00 2.05 2.14 3/214 2787
/proc/meminfo: memFree=28972632/32950928 swapFree=67109624/67111528
[pid=2768] ppid=2765 vsize=1538748 CPUtime=3.34
/proc/2768/stat : 2768 (java) S 2765 2768 927 0 -1 4202496 63353 0 1 0 321 13 0 0 21 0 18 0 22349445 1575677952 60918 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/2768/statm: 384687 60918 1426 10 0 381990 0
[pid=2768/tid=2770] ppid=2765 vsize=1538748 CPUtime=1.24
/proc/2768/task/2770/stat : 2770 (java) R 2765 2768 927 0 -1 4202560 32087 0 1 0 122 2 0 0 16 0 18 0 22349445 1575677952 60918 4089446400 134512640 134550932 4291627168 18446744073709551615 4109877774 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=2768/tid=2771] ppid=2765 vsize=1538748 CPUtime=0.17
/proc/2768/task/2771/stat : 2771 (java) S 2765 2768 927 0 -1 4202560 3488 0 0 0 16 1 0 0 16 0 18 0 22349446 1575677952 60918 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 1 0 0 0
[pid=2768/tid=2772] ppid=2765 vsize=1538748 CPUtime=0.17
/proc/2768/task/2772/stat : 2772 (java) S 2765 2768 927 0 -1 4202560 3573 0 0 0 16 1 0 0 16 0 18 0 22349446 1575677952 60918 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 4 0 0 0
[pid=2768/tid=2773] ppid=2765 vsize=1538748 CPUtime=0.13
/proc/2768/task/2773/stat : 2773 (java) S 2765 2768 927 0 -1 4202560 3148 0 0 0 13 0 0 0 16 0 18 0 22349446 1575677952 60918 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 7 0 0 0
[pid=2768/tid=2774] ppid=2765 vsize=1538748 CPUtime=0.15
/proc/2768/task/2774/stat : 2774 (java) S 2765 2768 927 0 -1 4202560 2934 0 0 0 15 0 0 0 16 0 18 0 22349446 1575677952 60918 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 2 0 0 0
[pid=2768/tid=2775] ppid=2765 vsize=1538748 CPUtime=0.09
/proc/2768/task/2775/stat : 2775 (java) S 2765 2768 927 0 -1 4202560 1959 0 0 0 9 0 0 0 15 0 18 0 22349446 1575677952 60918 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 2 0 0 0
[pid=2768/tid=2776] ppid=2765 vsize=1538748 CPUtime=0.16
/proc/2768/task/2776/stat : 2776 (java) S 2765 2768 927 0 -1 4202560 3713 0 0 0 16 0 0 0 16 0 18 0 22349446 1575677952 60918 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 0 0 0 0
[pid=2768/tid=2777] ppid=2765 vsize=1538748 CPUtime=0.13
/proc/2768/task/2777/stat : 2777 (java) S 2765 2768 927 0 -1 4202560 3114 0 0 0 13 0 0 0 15 0 18 0 22349446 1575677952 60918 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 6 0 0 0
[pid=2768/tid=2778] ppid=2765 vsize=1538748 CPUtime=0.17
/proc/2768/task/2778/stat : 2778 (java) S 2765 2768 927 0 -1 4202560 4372 0 0 0 16 1 0 0 16 0 18 0 22349446 1575677952 60918 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 3 0 0 0
[pid=2768/tid=2779] ppid=2765 vsize=1538748 CPUtime=0
/proc/2768/task/2779/stat : 2779 (java) S 2765 2768 927 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 18 0 22349447 1575677952 60918 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 0 0 16800975 18446604454223289280 0 0 -1 0 0 0 0
[pid=2768/tid=2781] ppid=2765 vsize=1538748 CPUtime=0
/proc/2768/task/2781/stat : 2781 (java) S 2765 2768 927 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 18 0 22349447 1575677952 60918 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 4 0 0 0
[pid=2768/tid=2782] ppid=2765 vsize=1538748 CPUtime=0
/proc/2768/task/2782/stat : 2782 (java) S 2765 2768 927 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 18 0 22349447 1575677952 60918 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 4 0 0 0
[pid=2768/tid=2783] ppid=2765 vsize=1538748 CPUtime=0
/proc/2768/task/2783/stat : 2783 (java) S 2765 2768 927 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22349449 1575677952 60918 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 6 0 0 0
[pid=2768/tid=2784] ppid=2765 vsize=1538748 CPUtime=0.34
/proc/2768/task/2784/stat : 2784 (java) S 2765 2768 927 0 -1 4202560 921 0 0 0 34 0 0 0 25 0 18 0 22349449 1575677952 60918 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 4 0 0 0
[pid=2768/tid=2785] ppid=2765 vsize=1538748 CPUtime=0.45
/proc/2768/task/2785/stat : 2785 (java) S 2765 2768 927 0 -1 4202560 2952 0 0 0 45 0 0 0 15 0 18 0 22349449 1575677952 60918 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 7 0 0 0
[pid=2768/tid=2786] ppid=2765 vsize=1538748 CPUtime=0
/proc/2768/task/2786/stat : 2786 (java) S 2765 2768 927 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22349449 1575677952 60918 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 2 0 0 0
[pid=2768/tid=2787] ppid=2765 vsize=1538748 CPUtime=0
/proc/2768/task/2787/stat : 2787 (java) S 2765 2768 927 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22349449 1575677952 60918 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.34
Current children cumulated vsize (KiB) 1538748

[startup+3.10146 s]
/proc/loadavg: 2.00 2.05 2.14 3/214 2787
/proc/meminfo: memFree=28900092/32950928 swapFree=67109624/67111528
[pid=2768] ppid=2765 vsize=1539772 CPUtime=6.91
/proc/2768/stat : 2768 (java) S 2765 2768 927 0 -1 4202496 95210 0 1 0 667 24 0 0 21 0 18 0 22349445 1576726528 90487 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/2768/statm: 384943 90487 1426 10 0 382246 0
[pid=2768/tid=2770] ppid=2765 vsize=1539772 CPUtime=2.48
/proc/2768/task/2770/stat : 2770 (java) R 2765 2768 927 0 -1 4202560 32112 0 1 0 245 3 0 0 15 0 18 0 22349445 1576726528 90487 4089446400 134512640 134550932 4291627168 18446744073709551615 106834675 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2768/tid=2771] ppid=2765 vsize=1539772 CPUtime=0.44
/proc/2768/task/2771/stat : 2771 (java) S 2765 2768 927 0 -1 4202560 7380 0 0 0 41 3 0 0 16 0 18 0 22349446 1576726528 90487 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 7 0 0 0
[pid=2768/tid=2772] ppid=2765 vsize=1539772 CPUtime=0.5
/proc/2768/task/2772/stat : 2772 (java) S 2765 2768 927 0 -1 4202560 8011 0 0 0 48 2 0 0 16 0 18 0 22349446 1576726528 90487 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 4 0 0 0
[pid=2768/tid=2773] ppid=2765 vsize=1539772 CPUtime=0.39
/proc/2768/task/2773/stat : 2773 (java) S 2765 2768 927 0 -1 4202560 6576 0 0 0 37 2 0 0 16 0 18 0 22349446 1576726528 90487 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 3 0 0 0
[pid=2768/tid=2774] ppid=2765 vsize=1539772 CPUtime=0.47
/proc/2768/task/2774/stat : 2774 (java) S 2765 2768 927 0 -1 4202560 6674 0 0 0 46 1 0 0 16 0 18 0 22349446 1576726528 90487 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 2 0 0 0
[pid=2768/tid=2775] ppid=2765 vsize=1539772 CPUtime=0.4
/proc/2768/task/2775/stat : 2775 (java) S 2765 2768 927 0 -1 4202560 6180 0 0 0 39 1 0 0 16 0 18 0 22349446 1576726528 90487 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 1 0 0 0
[pid=2768/tid=2776] ppid=2765 vsize=1539772 CPUtime=0.48
/proc/2768/task/2776/stat : 2776 (java) S 2765 2768 927 0 -1 4202560 7607 0 0 0 46 2 0 0 16 0 18 0 22349446 1576726528 90487 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 0 0 0 0
[pid=2768/tid=2777] ppid=2765 vsize=1539772 CPUtime=0.43
/proc/2768/task/2777/stat : 2777 (java) S 2765 2768 927 0 -1 4202560 7545 0 0 0 41 2 0 0 16 0 18 0 22349446 1576726528 90487 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 1 0 0 0
[pid=2768/tid=2778] ppid=2765 vsize=1539772 CPUtime=0.43
/proc/2768/task/2778/stat : 2778 (java) S 2765 2768 927 0 -1 4202560 8160 0 0 0 40 3 0 0 16 0 18 0 22349446 1576726528 90487 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 7 0 0 0
[pid=2768/tid=2779] ppid=2765 vsize=1539772 CPUtime=0
/proc/2768/task/2779/stat : 2779 (java) S 2765 2768 927 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 18 0 22349447 1576726528 90487 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 0 0 16800975 18446604454223289280 0 0 -1 0 0 0 0
[pid=2768/tid=2781] ppid=2765 vsize=1539772 CPUtime=0
/proc/2768/task/2781/stat : 2781 (java) S 2765 2768 927 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 18 0 22349447 1576726528 90487 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 4 0 0 0
[pid=2768/tid=2782] ppid=2765 vsize=1539772 CPUtime=0
/proc/2768/task/2782/stat : 2782 (java) S 2765 2768 927 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 18 0 22349447 1576726528 90487 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 4 0 0 0
[pid=2768/tid=2783] ppid=2765 vsize=1539772 CPUtime=0
/proc/2768/task/2783/stat : 2783 (java) S 2765 2768 927 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22349449 1576726528 90487 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 6 0 0 0
[pid=2768/tid=2784] ppid=2765 vsize=1539772 CPUtime=0.34
/proc/2768/task/2784/stat : 2784 (java) S 2765 2768 927 0 -1 4202560 921 0 0 0 34 0 0 0 25 0 18 0 22349449 1576726528 90487 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 4 0 0 0
[pid=2768/tid=2785] ppid=2765 vsize=1539772 CPUtime=0.45
/proc/2768/task/2785/stat : 2785 (java) S 2765 2768 927 0 -1 4202560 2952 0 0 0 45 0 0 0 15 0 18 0 22349449 1576726528 90487 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 7 0 0 0
[pid=2768/tid=2786] ppid=2765 vsize=1539772 CPUtime=0
/proc/2768/task/2786/stat : 2786 (java) S 2765 2768 927 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22349449 1576726528 90487 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 2 0 0 0
[pid=2768/tid=2787] ppid=2765 vsize=1539772 CPUtime=0
/proc/2768/task/2787/stat : 2787 (java) S 2765 2768 927 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22349449 1576726528 90487 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 6.91
Current children cumulated vsize (KiB) 1539772

[startup+6.30092 s]
/proc/loadavg: 2.08 2.07 2.14 9/214 2787
/proc/meminfo: memFree=28676776/32950928 swapFree=67109624/67111528
[pid=2768] ppid=2765 vsize=1541820 CPUtime=13.77
/proc/2768/stat : 2768 (java) S 2765 2768 927 0 -1 4202496 148712 0 1 0 1326 51 0 0 21 0 18 0 22349445 1578823680 140472 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/2768/statm: 385455 140472 1426 10 0 382758 0
[pid=2768/tid=2770] ppid=2765 vsize=1541820 CPUtime=4.88
/proc/2768/task/2770/stat : 2770 (java) R 2765 2768 927 0 -1 4202560 32167 0 1 0 485 3 0 0 15 0 18 0 22349445 1578823680 140472 4089446400 134512640 134550932 4291627168 18446744073709551615 106834687 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2768/tid=2771] ppid=2765 vsize=1541820 CPUtime=1.05
/proc/2768/task/2771/stat : 2771 (java) S 2765 2768 927 0 -1 4202560 14954 0 0 0 98 7 0 0 15 0 18 0 22349446 1578823680 140472 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 7 0 0 0
[pid=2768/tid=2772] ppid=2765 vsize=1541820 CPUtime=1.02
/proc/2768/task/2772/stat : 2772 (java) S 2765 2768 927 0 -1 4202560 13917 0 0 0 97 5 0 0 15 0 18 0 22349446 1578823680 140472 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 3 0 0 0
[pid=2768/tid=2773] ppid=2765 vsize=1541820 CPUtime=0.92
/proc/2768/task/2773/stat : 2773 (java) S 2765 2768 927 0 -1 4202560 13423 0 0 0 87 5 0 0 15 0 18 0 22349446 1578823680 140472 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 0 0 0 0
[pid=2768/tid=2774] ppid=2765 vsize=1541820 CPUtime=0.98
/proc/2768/task/2774/stat : 2774 (java) S 2765 2768 927 0 -1 4202560 12985 0 0 0 95 3 0 0 15 0 18 0 22349446 1578823680 140472 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 7 0 0 0
[pid=2768/tid=2775] ppid=2765 vsize=1541820 CPUtime=1
/proc/2768/task/2775/stat : 2775 (java) S 2765 2768 927 0 -1 4202560 14116 0 0 0 95 5 0 0 15 0 18 0 22349446 1578823680 140472 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 1 0 0 0
[pid=2768/tid=2776] ppid=2765 vsize=1541820 CPUtime=0.99
/proc/2768/task/2776/stat : 2776 (java) S 2765 2768 927 0 -1 4202560 13407 0 0 0 95 4 0 0 15 0 18 0 22349446 1578823680 140472 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 4 0 0 0
[pid=2768/tid=2777] ppid=2765 vsize=1541820 CPUtime=0.98
/proc/2768/task/2777/stat : 2777 (java) S 2765 2768 927 0 -1 4202560 13708 0 0 0 93 5 0 0 15 0 18 0 22349446 1578823680 140472 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 2 0 0 0
[pid=2768/tid=2778] ppid=2765 vsize=1541820 CPUtime=1.01
/proc/2768/task/2778/stat : 2778 (java) S 2765 2768 927 0 -1 4202560 15065 0 0 0 95 6 0 0 15 0 18 0 22349446 1578823680 140472 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 7 0 0 0
[pid=2768/tid=2779] ppid=2765 vsize=1541820 CPUtime=0
/proc/2768/task/2779/stat : 2779 (java) S 2765 2768 927 0 -1 4202560 30 0 0 0 0 0 0 0 15 0 18 0 22349447 1578823680 140472 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 0 0 16800975 18446604454223289280 0 0 -1 4 0 0 0
[pid=2768/tid=2781] ppid=2765 vsize=1541820 CPUtime=0
/proc/2768/task/2781/stat : 2781 (java) S 2765 2768 927 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 18 0 22349447 1578823680 140472 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 4 0 0 0
[pid=2768/tid=2782] ppid=2765 vsize=1541820 CPUtime=0
/proc/2768/task/2782/stat : 2782 (java) S 2765 2768 927 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 18 0 22349447 1578823680 140472 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 4 0 0 0
[pid=2768/tid=2783] ppid=2765 vsize=1541820 CPUtime=0
/proc/2768/task/2783/stat : 2783 (java) S 2765 2768 927 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22349449 1578823680 140472 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 6 0 0 0
[pid=2768/tid=2784] ppid=2765 vsize=1541820 CPUtime=0.35
/proc/2768/task/2784/stat : 2784 (java) S 2765 2768 927 0 -1 4202560 921 0 0 0 35 0 0 0 15 0 18 0 22349449 1578823680 140472 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 4 0 0 0
[pid=2768/tid=2785] ppid=2765 vsize=1541820 CPUtime=0.47
/proc/2768/task/2785/stat : 2785 (java) S 2765 2768 927 0 -1 4202560 2957 0 0 0 47 0 0 0 15 0 18 0 22349449 1578823680 140472 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 7 0 0 0
[pid=2768/tid=2786] ppid=2765 vsize=1541820 CPUtime=0
/proc/2768/task/2786/stat : 2786 (java) S 2765 2768 927 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22349449 1578823680 140472 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 2 0 0 0
[pid=2768/tid=2787] ppid=2765 vsize=1541820 CPUtime=0
/proc/2768/task/2787/stat : 2787 (java) S 2765 2768 927 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 22349449 1578823680 140472 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 13.77
Current children cumulated vsize (KiB) 1541820

[startup+12.7008 s]
/proc/loadavg: 2.07 2.06 2.14 3/214 2787
/proc/meminfo: memFree=28330372/32950928 swapFree=67109624/67111528
[pid=2768] ppid=2765 vsize=1541820 CPUtime=27.38
/proc/2768/stat : 2768 (java) S 2765 2768 927 0 -1 4202496 232698 0 1 0 2627 111 0 0 21 0 18 0 22349445 1578823680 218168 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/2768/statm: 385455 218168 1426 10 0 382758 0
[pid=2768/tid=2770] ppid=2765 vsize=1541820 CPUtime=9.46
/proc/2768/task/2770/stat : 2770 (java) R 2765 2768 927 0 -1 4202560 32284 0 1 0 941 5 0 0 15 0 18 0 22349445 1578823680 218168 4089446400 134512640 134550932 4291627168 18446744073709551615 106834677 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=2768/tid=2771] ppid=2765 vsize=1541820 CPUtime=2.22
/proc/2768/task/2771/stat : 2771 (java) S 2765 2768 927 0 -1 4202560 25653 0 0 0 207 15 0 0 15 0 18 0 22349446 1578823680 218168 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 1 0 0 0
[pid=2768/tid=2772] ppid=2765 vsize=1541820 CPUtime=2.16
/proc/2768/task/2772/stat : 2772 (java) S 2765 2768 927 0 -1 4202560 22955 0 0 0 205 11 0 0 15 0 18 0 22349446 1578823680 218168 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 7 0 0 0
[pid=2768/tid=2773] ppid=2765 vsize=1541820 CPUtime=2.03
/proc/2768/task/2773/stat : 2773 (java) S 2765 2768 927 0 -1 4202560 23787 0 0 0 191 12 0 0 15 0 18 0 22349446 1578823680 218168 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 0 0 0 0
[pid=2768/tid=2774] ppid=2765 vsize=1541820 CPUtime=2
/proc/2768/task/2774/stat : 2774 (java) S 2765 2768 927 0 -1 4202560 22107 0 0 0 189 11 0 0 15 0 18 0 22349446 1578823680 218168 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 1 0 0 0

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

[pid=2768/tid=2775] ppid=2765 vsize=1556548 CPUtime=3.83
/proc/2768/task/2775/stat : 2775 (java) S 2765 2768 927 0 -1 4202560 45709 0 0 0 363 20 0 0 15 0 19 0 22349446 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 5 0 0 0
[pid=2768/tid=2776] ppid=2765 vsize=1556548 CPUtime=3.97
/proc/2768/task/2776/stat : 2776 (java) S 2765 2768 927 0 -1 4202560 44895 0 0 0 381 16 0 0 16 0 19 0 22349446 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 0 0 0 0
[pid=2768/tid=2777] ppid=2765 vsize=1556548 CPUtime=3.93
/proc/2768/task/2777/stat : 2777 (java) S 2765 2768 927 0 -1 4202560 39607 0 0 0 374 19 0 0 15 0 19 0 22349446 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 1 0 0 0
[pid=2768/tid=2778] ppid=2765 vsize=1556548 CPUtime=4
/proc/2768/task/2778/stat : 2778 (java) S 2765 2768 927 0 -1 4202560 42701 0 0 0 378 22 0 0 15 0 19 0 22349446 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 7 0 0 0
[pid=2768/tid=2779] ppid=2765 vsize=1556548 CPUtime=351.27
/proc/2768/task/2779/stat : 2779 (java) R 2765 2768 927 0 -1 4202560 792898 0 0 0 35037 90 0 0 25 0 19 0 22349447 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 104187732 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=2768/tid=2781] ppid=2765 vsize=1556548 CPUtime=0
/proc/2768/task/2781/stat : 2781 (java) S 2765 2768 927 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 22349447 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 4 0 0 0
[pid=2768/tid=2782] ppid=2765 vsize=1556548 CPUtime=0
/proc/2768/task/2782/stat : 2782 (java) S 2765 2768 927 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 22349447 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 4 0 0 0
[pid=2768/tid=2783] ppid=2765 vsize=1556548 CPUtime=0
/proc/2768/task/2783/stat : 2783 (java) S 2765 2768 927 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22349449 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 6 0 0 0
[pid=2768/tid=2784] ppid=2765 vsize=1556548 CPUtime=0.35
/proc/2768/task/2784/stat : 2784 (java) S 2765 2768 927 0 -1 4202560 921 0 0 0 35 0 0 0 15 0 19 0 22349449 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 4 0 0 0
[pid=2768/tid=2785] ppid=2765 vsize=1556548 CPUtime=0.47
/proc/2768/task/2785/stat : 2785 (java) S 2765 2768 927 0 -1 4202560 2957 0 0 0 47 0 0 0 15 0 19 0 22349449 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 7 0 0 0
[pid=2768/tid=2786] ppid=2765 vsize=1556548 CPUtime=0
/proc/2768/task/2786/stat : 2786 (java) S 2765 2768 927 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22349449 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 2 0 0 0
[pid=2768/tid=2787] ppid=2765 vsize=1556548 CPUtime=0
/proc/2768/task/2787/stat : 2787 (java) S 2765 2768 927 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 19 0 22349449 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 0 0 0 0
[pid=2768/tid=2797] ppid=2765 vsize=1556548 CPUtime=0
/proc/2768/task/2797/stat : 2797 (java) S 2765 2768 927 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 22384431 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 397.39
Current children cumulated vsize (KiB) 1556548

[startup+374.301 s]
/proc/loadavg: 2.01 2.07 2.13 3/215 2797
/proc/meminfo: memFree=27764696/32950928 swapFree=67109624/67111528
[pid=2768] ppid=2765 vsize=1556548 CPUtime=400.6
/proc/2768/stat : 2768 (java) S 2765 2768 927 0 -1 4202496 1170614 0 1 0 39800 260 0 0 21 0 19 0 22349445 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/2768/statm: 389137 356778 1427 10 0 386440 0
[pid=2768/tid=2770] ppid=2765 vsize=1556548 CPUtime=14.16
/proc/2768/task/2770/stat : 2770 (java) S 2765 2768 927 0 -1 4202560 32419 0 1 0 1410 6 0 0 16 0 19 0 22349445 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 3 0 0 0
[pid=2768/tid=2771] ppid=2765 vsize=1556548 CPUtime=3.89
/proc/2768/task/2771/stat : 2771 (java) S 2765 2768 927 0 -1 4202560 40773 0 0 0 366 23 0 0 15 0 19 0 22349446 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 3 0 0 0
[pid=2768/tid=2772] ppid=2765 vsize=1556548 CPUtime=3.82
/proc/2768/task/2772/stat : 2772 (java) S 2765 2768 927 0 -1 4202560 41299 0 0 0 364 18 0 0 16 0 19 0 22349446 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 2 0 0 0
[pid=2768/tid=2773] ppid=2765 vsize=1556548 CPUtime=3.74
/proc/2768/task/2773/stat : 2773 (java) S 2765 2768 927 0 -1 4202560 40338 0 0 0 355 19 0 0 15 0 19 0 22349446 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 1 0 0 0
[pid=2768/tid=2774] ppid=2765 vsize=1556548 CPUtime=3.84
/proc/2768/task/2774/stat : 2774 (java) S 2765 2768 927 0 -1 4202560 37500 0 0 0 366 18 0 0 16 0 19 0 22349446 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 4 0 0 0
[pid=2768/tid=2775] ppid=2765 vsize=1556548 CPUtime=3.83
/proc/2768/task/2775/stat : 2775 (java) S 2765 2768 927 0 -1 4202560 45709 0 0 0 363 20 0 0 15 0 19 0 22349446 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 5 0 0 0
[pid=2768/tid=2776] ppid=2765 vsize=1556548 CPUtime=3.97
/proc/2768/task/2776/stat : 2776 (java) S 2765 2768 927 0 -1 4202560 44895 0 0 0 381 16 0 0 16 0 19 0 22349446 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 0 0 0 0
[pid=2768/tid=2777] ppid=2765 vsize=1556548 CPUtime=3.93
/proc/2768/task/2777/stat : 2777 (java) S 2765 2768 927 0 -1 4202560 39607 0 0 0 374 19 0 0 15 0 19 0 22349446 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 1 0 0 0
[pid=2768/tid=2778] ppid=2765 vsize=1556548 CPUtime=4
/proc/2768/task/2778/stat : 2778 (java) S 2765 2768 927 0 -1 4202560 42701 0 0 0 378 22 0 0 15 0 19 0 22349446 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 7 0 0 0
[pid=2768/tid=2779] ppid=2765 vsize=1556548 CPUtime=354.47
/proc/2768/task/2779/stat : 2779 (java) R 2765 2768 927 0 -1 4202560 800402 0 0 0 35356 91 0 0 25 0 19 0 22349447 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 106836608 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=2768/tid=2781] ppid=2765 vsize=1556548 CPUtime=0
/proc/2768/task/2781/stat : 2781 (java) S 2765 2768 927 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 22349447 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 4 0 0 0
[pid=2768/tid=2782] ppid=2765 vsize=1556548 CPUtime=0
/proc/2768/task/2782/stat : 2782 (java) S 2765 2768 927 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 22349447 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 4 0 0 0
[pid=2768/tid=2783] ppid=2765 vsize=1556548 CPUtime=0
/proc/2768/task/2783/stat : 2783 (java) S 2765 2768 927 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22349449 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 6 0 0 0
[pid=2768/tid=2784] ppid=2765 vsize=1556548 CPUtime=0.35
/proc/2768/task/2784/stat : 2784 (java) S 2765 2768 927 0 -1 4202560 921 0 0 0 35 0 0 0 15 0 19 0 22349449 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 4 0 0 0
[pid=2768/tid=2785] ppid=2765 vsize=1556548 CPUtime=0.47
/proc/2768/task/2785/stat : 2785 (java) S 2765 2768 927 0 -1 4202560 2957 0 0 0 47 0 0 0 15 0 19 0 22349449 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 7 0 0 0
[pid=2768/tid=2786] ppid=2765 vsize=1556548 CPUtime=0
/proc/2768/task/2786/stat : 2786 (java) S 2765 2768 927 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22349449 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 2 0 0 0
[pid=2768/tid=2787] ppid=2765 vsize=1556548 CPUtime=0
/proc/2768/task/2787/stat : 2787 (java) S 2765 2768 927 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 19 0 22349449 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 0 0 0 0
[pid=2768/tid=2797] ppid=2765 vsize=1556548 CPUtime=0
/proc/2768/task/2797/stat : 2797 (java) S 2765 2768 927 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 22384431 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 400.6
Current children cumulated vsize (KiB) 1556548

[startup+375.107 s]
/proc/loadavg: 2.01 2.07 2.13 3/215 2798
/proc/meminfo: memFree=27764712/32950928 swapFree=67109624/67111528
[pid=2768] ppid=2765 vsize=1556548 CPUtime=401.41
/proc/2768/stat : 2768 (java) S 2765 2768 927 0 -1 4202496 1170614 0 1 0 39881 260 0 0 21 0 19 0 22349445 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/2768/statm: 389137 356778 1427 10 0 386440 0
[pid=2768/tid=2770] ppid=2765 vsize=1556548 CPUtime=14.16
/proc/2768/task/2770/stat : 2770 (java) S 2765 2768 927 0 -1 4202560 32419 0 1 0 1410 6 0 0 16 0 19 0 22349445 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 3 0 0 0
[pid=2768/tid=2771] ppid=2765 vsize=1556548 CPUtime=3.89
/proc/2768/task/2771/stat : 2771 (java) S 2765 2768 927 0 -1 4202560 40773 0 0 0 366 23 0 0 15 0 19 0 22349446 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 3 0 0 0
[pid=2768/tid=2772] ppid=2765 vsize=1556548 CPUtime=3.82
/proc/2768/task/2772/stat : 2772 (java) S 2765 2768 927 0 -1 4202560 41299 0 0 0 364 18 0 0 16 0 19 0 22349446 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 2 0 0 0
[pid=2768/tid=2773] ppid=2765 vsize=1556548 CPUtime=3.74
/proc/2768/task/2773/stat : 2773 (java) S 2765 2768 927 0 -1 4202560 40338 0 0 0 355 19 0 0 15 0 19 0 22349446 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 1 0 0 0
[pid=2768/tid=2774] ppid=2765 vsize=1556548 CPUtime=3.84
/proc/2768/task/2774/stat : 2774 (java) S 2765 2768 927 0 -1 4202560 37500 0 0 0 366 18 0 0 16 0 19 0 22349446 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 4 0 0 0
[pid=2768/tid=2775] ppid=2765 vsize=1556548 CPUtime=3.83
/proc/2768/task/2775/stat : 2775 (java) S 2765 2768 927 0 -1 4202560 45709 0 0 0 363 20 0 0 15 0 19 0 22349446 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 5 0 0 0
[pid=2768/tid=2776] ppid=2765 vsize=1556548 CPUtime=3.97
/proc/2768/task/2776/stat : 2776 (java) S 2765 2768 927 0 -1 4202560 44895 0 0 0 381 16 0 0 16 0 19 0 22349446 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 0 0 0 0
[pid=2768/tid=2777] ppid=2765 vsize=1556548 CPUtime=3.93
/proc/2768/task/2777/stat : 2777 (java) S 2765 2768 927 0 -1 4202560 39607 0 0 0 374 19 0 0 15 0 19 0 22349446 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 1 0 0 0
[pid=2768/tid=2778] ppid=2765 vsize=1556548 CPUtime=4
/proc/2768/task/2778/stat : 2778 (java) S 2765 2768 927 0 -1 4202560 42701 0 0 0 378 22 0 0 15 0 19 0 22349446 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 7 0 0 0
[pid=2768/tid=2779] ppid=2765 vsize=1556548 CPUtime=355.27
/proc/2768/task/2779/stat : 2779 (java) R 2765 2768 927 0 -1 4202560 800402 0 0 0 35436 91 0 0 25 0 19 0 22349447 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 104187803 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=2768/tid=2781] ppid=2765 vsize=1556548 CPUtime=0
/proc/2768/task/2781/stat : 2781 (java) S 2765 2768 927 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 22349447 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 4 0 0 0
[pid=2768/tid=2782] ppid=2765 vsize=1556548 CPUtime=0
/proc/2768/task/2782/stat : 2782 (java) S 2765 2768 927 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 19 0 22349447 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 4 0 0 0
[pid=2768/tid=2783] ppid=2765 vsize=1556548 CPUtime=0
/proc/2768/task/2783/stat : 2783 (java) S 2765 2768 927 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22349449 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 6 0 0 0
[pid=2768/tid=2784] ppid=2765 vsize=1556548 CPUtime=0.35
/proc/2768/task/2784/stat : 2784 (java) S 2765 2768 927 0 -1 4202560 921 0 0 0 35 0 0 0 15 0 19 0 22349449 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 4 0 0 0
[pid=2768/tid=2785] ppid=2765 vsize=1556548 CPUtime=0.47
/proc/2768/task/2785/stat : 2785 (java) S 2765 2768 927 0 -1 4202560 2957 0 0 0 47 0 0 0 15 0 19 0 22349449 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 7 0 0 0
[pid=2768/tid=2786] ppid=2765 vsize=1556548 CPUtime=0
/proc/2768/task/2786/stat : 2786 (java) S 2765 2768 927 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 22349449 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 2 0 0 0
[pid=2768/tid=2787] ppid=2765 vsize=1556548 CPUtime=0
/proc/2768/task/2787/stat : 2787 (java) S 2765 2768 927 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 19 0 22349449 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 0 0 0 0
[pid=2768/tid=2797] ppid=2765 vsize=1556548 CPUtime=0
/proc/2768/task/2797/stat : 2797 (java) S 2765 2768 927 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 22384431 1593905152 356778 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 401.41
Current children cumulated vsize (KiB) 1556548

[startup+375.501 s]
/proc/loadavg: 2.01 2.07 2.13 3/215 2798
/proc/meminfo: memFree=27764712/32950928 swapFree=67109624/67111528
[pid=2768] ppid=2765 vsize=1540544 CPUtime=401.8
/proc/2768/stat : 2768 (java) S 2765 2768 927 0 -1 4202496 1170619 0 1 0 39920 260 0 0 21 0 18 0 22349445 1577517056 352779 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/2768/statm: 385136 352779 1428 10 0 382439 0
[pid=2768/tid=2770] ppid=2765 vsize=1540544 CPUtime=14.16
/proc/2768/task/2770/stat : 2770 (java) S 2765 2768 927 0 -1 4202560 32420 0 1 0 1410 6 0 0 15 0 18 0 22349445 1577517056 352779 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 3 0 0 0
[pid=2768/tid=2771] ppid=2765 vsize=1540544 CPUtime=3.89
/proc/2768/task/2771/stat : 2771 (java) S 2765 2768 927 0 -1 4202560 40773 0 0 0 366 23 0 0 15 0 18 0 22349446 1577517056 352779 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 3 0 0 0
[pid=2768/tid=2772] ppid=2765 vsize=1540544 CPUtime=3.82
/proc/2768/task/2772/stat : 2772 (java) S 2765 2768 927 0 -1 4202560 41299 0 0 0 364 18 0 0 16 0 18 0 22349446 1577517056 352779 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 2 0 0 0
[pid=2768/tid=2773] ppid=2765 vsize=1540544 CPUtime=3.74
/proc/2768/task/2773/stat : 2773 (java) S 2765 2768 927 0 -1 4202560 40338 0 0 0 355 19 0 0 15 0 18 0 22349446 1577517056 352779 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 1 0 0 0
[pid=2768/tid=2774] ppid=2765 vsize=1540544 CPUtime=3.84
/proc/2768/task/2774/stat : 2774 (java) S 2765 2768 927 0 -1 4202560 37500 0 0 0 366 18 0 0 16 0 18 0 22349446 1577517056 352779 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 4 0 0 0
[pid=2768/tid=2775] ppid=2765 vsize=1540544 CPUtime=3.83
/proc/2768/task/2775/stat : 2775 (java) S 2765 2768 927 0 -1 4202560 45709 0 0 0 363 20 0 0 15 0 18 0 22349446 1577517056 352779 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 5 0 0 0
[pid=2768/tid=2776] ppid=2765 vsize=1540544 CPUtime=3.97
/proc/2768/task/2776/stat : 2776 (java) S 2765 2768 927 0 -1 4202560 44895 0 0 0 381 16 0 0 16 0 18 0 22349446 1577517056 352779 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 0 0 0 0
[pid=2768/tid=2777] ppid=2765 vsize=1540544 CPUtime=3.93
/proc/2768/task/2777/stat : 2777 (java) S 2765 2768 927 0 -1 4202560 39607 0 0 0 374 19 0 0 15 0 18 0 22349446 1577517056 352779 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 1 0 0 0
[pid=2768/tid=2778] ppid=2765 vsize=1540544 CPUtime=4
/proc/2768/task/2778/stat : 2778 (java) S 2765 2768 927 0 -1 4202560 42701 0 0 0 378 22 0 0 15 0 18 0 22349446 1577517056 352779 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 7 0 0 0
[pid=2768/tid=2779] ppid=2765 vsize=1540544 CPUtime=355.66
/proc/2768/task/2779/stat : 2779 (java) R 2765 2768 927 0 -1 4202560 800404 0 0 0 35475 91 0 0 25 0 18 0 22349447 1577517056 352779 4089446400 134512640 134550932 4291627168 18446744073709551615 106158105 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=2768/tid=2781] ppid=2765 vsize=1540544 CPUtime=0
/proc/2768/task/2781/stat : 2781 (java) S 2765 2768 927 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 18 0 22349447 1577517056 352779 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 4 0 0 0
[pid=2768/tid=2782] ppid=2765 vsize=1540544 CPUtime=0
/proc/2768/task/2782/stat : 2782 (java) S 2765 2768 927 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 18 0 22349447 1577517056 352779 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 4 0 0 0
[pid=2768/tid=2783] ppid=2765 vsize=1540544 CPUtime=0
/proc/2768/task/2783/stat : 2783 (java) S 2765 2768 927 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22349449 1577517056 352779 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 6 0 0 0
[pid=2768/tid=2784] ppid=2765 vsize=1540544 CPUtime=0.35
/proc/2768/task/2784/stat : 2784 (java) S 2765 2768 927 0 -1 4202560 921 0 0 0 35 0 0 0 15 0 18 0 22349449 1577517056 352779 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 4 0 0 0
[pid=2768/tid=2785] ppid=2765 vsize=1540544 CPUtime=0.47
/proc/2768/task/2785/stat : 2785 (java) S 2765 2768 927 0 -1 4202560 2957 0 0 0 47 0 0 0 15 0 18 0 22349449 1577517056 352779 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 7 0 0 0
[pid=2768/tid=2786] ppid=2765 vsize=1540544 CPUtime=0
/proc/2768/task/2786/stat : 2786 (java) S 2765 2768 927 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 22349449 1577517056 352779 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 2 0 0 0
[pid=2768/tid=2787] ppid=2765 vsize=1540544 CPUtime=0
/proc/2768/task/2787/stat : 2787 (java) S 2765 2768 927 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 18 0 22349449 1577517056 352779 4089446400 134512640 134550932 4291627168 18446744073709551615 4294960144 0 4 0 16800975 18446604454223289280 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 401.8
Current children cumulated vsize (KiB) 1540544

[startup+375.701 s]
/proc/loadavg: 2.01 2.07 2.13 3/215 2798
/proc/meminfo: memFree=27764712/32950928 swapFree=67109624/67111528
[pid=2768] ppid=2765 vsize=0 CPUtime=401.97
/proc/2768/stat : 2768 (java) R 2765 2768 927 0 -1 4202500 1170626 0 1 0 39933 264 0 0 18 0 1 0 22349445 0 0 4089446400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0
/proc/2768/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 401.97
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 375.716
CPU time (s): 401.993
CPU user time (s): 399.332
CPU system time (s): 2.66059
CPU usage (%): 106.994
Max. virtual memory (cumulated for all children) (KiB): 1564552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 399.332
system time used= 2.66059
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1170626
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19145
involuntary context switches= 617070

runsolver used 0.58791 second user time and 1.15982 second system time

The end

Launcher Data

Begin job on node126 at 2010-07-08 00:22:40
IDJOB=2701734
IDBENCH=79628
IDSOLVER=1207
FILE ID=node126/2701734-1278541359
PBS_JOBID= 11239226
Free space on /tmp= 73472 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/pedigree/normalized-sheep4r-4-3_wcsp.wbo
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2701734-1278541359/watcher-2701734-1278541359 -o /tmp/evaluation-result-2701734-1278541359/solver-2701734-1278541359 -C 1800 -W 2000 -M 3800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2701734-1278541359.wbo

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 3800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 376764ac4c5c3f094ec1a2d2f7cbae71
RANDOM SEED=283422877

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.861
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.67
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.861
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.84
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.861
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.67
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.861
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.85
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.861
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29188808 kB
Buffers:        114304 kB
Cached:        3346052 kB
SwapCached:       1140 kB
Active:         830296 kB
Inactive:      2776128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29188808 kB
SwapTotal:    67111528 kB
SwapFree:     67109624 kB
Dirty:           64500 kB
Writeback:           0 kB
AnonPages:      145096 kB
Mapped:          20384 kB
Slab:            89512 kB
PageTables:       5364 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1642484 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= 73472 MiB
End job on node126 at 2010-07-08 00:28:56