Trace number 2659429

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 Resolution 2.2.0 2010-05-26UNSAT 54.9246 52.7136

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900568186.opb
MD5SUM75bd0b27f5ff05dc207afe3c3d5552d1
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark27.7288
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 721
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2659429-1276289929.opb
0.22/0.21	c reading problem ... 
0.90/0.64	c ... done. Wall clock time 0.424s.
0.90/0.64	c #vars     231
0.90/0.64	c #constraints  2707
0.90/0.64	c constraints type 
0.90/0.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.90/0.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.90/0.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.90/0.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
3.29/1.95	c cleaning 2499 clauses out of 5001 with flag 5001/5001
4.07/2.65	c cleaning 4248 clauses out of 8502 with flag 11001/11001
4.97/3.52	c cleaning 5625 clauses out of 11253 with flag 18000/18000
6.00/4.55	c cleaning 6812 clauses out of 13628 with flag 26000/26000
7.27/5.79	c cleaning 7906 clauses out of 15817 with flag 35001/35001
8.67/7.12	c cleaning 8953 clauses out of 17913 with flag 45003/45003
10.26/8.64	c cleaning 9473 clauses out of 18958 with flag 55001/55001
11.93/10.27	c cleaning 9735 clauses out of 19486 with flag 65002/65002
13.53/11.80	c cleaning 9860 clauses out of 19749 with flag 75000/75000
14.95/13.24	c cleaning 9941 clauses out of 19889 with flag 85000/85000
16.55/14.87	c cleaning 9969 clauses out of 19950 with flag 95002/95002
18.05/16.35	c cleaning 9984 clauses out of 19981 with flag 105002/105002
19.36/17.64	c cleaning 9993 clauses out of 19995 with flag 115000/115000
20.85/19.11	c cleaning 10001 clauses out of 20004 with flag 125002/125002
22.15/20.49	c cleaning 9996 clauses out of 20004 with flag 135003/135003
23.78/21.94	c cleaning 9994 clauses out of 20005 with flag 145000/145000
25.43/23.36	c cleaning 9998 clauses out of 20011 with flag 155000/155000
26.73/24.60	c cleaning 10000 clauses out of 20013 with flag 165000/165000
27.93/25.87	c cleaning 10001 clauses out of 20014 with flag 175001/175001
29.24/27.19	c cleaning 9995 clauses out of 20013 with flag 185001/185001
30.37/28.28	c cleaning 10003 clauses out of 20017 with flag 195000/195000
31.80/29.61	c cleaning 9997 clauses out of 20014 with flag 205000/205000
33.10/30.95	c cleaning 9994 clauses out of 20017 with flag 215000/215000
34.40/32.23	c cleaning 10003 clauses out of 20023 with flag 225000/225000
35.50/33.37	c cleaning 10004 clauses out of 20024 with flag 235004/235004
36.80/34.70	c cleaning 10004 clauses out of 20021 with flag 245005/245005
38.20/36.09	c cleaning 10002 clauses out of 20012 with flag 255000/255000
39.61/37.48	c cleaning 10000 clauses out of 20013 with flag 265003/265003
40.90/38.74	c cleaning 9988 clauses out of 20010 with flag 275000/275000
42.31/40.13	c cleaning 10006 clauses out of 20024 with flag 285002/285002
43.51/41.32	c cleaning 10004 clauses out of 20018 with flag 295002/295002
44.71/42.53	c cleaning 10000 clauses out of 20014 with flag 305002/305002
46.01/43.85	c cleaning 10002 clauses out of 20012 with flag 315000/315000
47.21/45.09	c cleaning 10003 clauses out of 20012 with flag 325002/325002
48.52/46.35	c cleaning 9998 clauses out of 20007 with flag 335000/335000
49.52/47.40	c cleaning 10003 clauses out of 20014 with flag 345005/345005
50.62/48.46	c cleaning 9997 clauses out of 20007 with flag 355001/355001
51.72/49.60	c cleaning 10001 clauses out of 20009 with flag 365000/365000
53.21/51.01	c cleaning 9998 clauses out of 20008 with flag 375000/375000
54.41/52.22	c cleaning 10003 clauses out of 20010 with flag 385000/385000
54.82/52.65	c starts		: 136
54.82/52.65	c conflicts		: 388573
54.82/52.65	c decisions		: 680600
54.82/52.65	c propagations		: 15772518
54.82/52.65	c inspects		: 210527516
54.82/52.65	c learnt literals	: 5
54.82/52.65	c learnt binary clauses	: 34
54.82/52.65	c learnt ternary clauses	: 373
54.82/52.65	c learnt clauses	: 388567
54.82/52.65	c ignored clauses	: 0
54.82/52.65	c root simplifications	: 0
54.82/52.65	c removed literals (reason simplification)	: 1852497
54.82/52.65	c reason swapping (by a shorter reason)	: 0
54.82/52.65	c Calls to reduceDB	: 40
54.82/52.65	c number of reductions to clauses (during analyze)	: 0
54.82/52.65	c number of learned constraints concerned by reduction	: 0
54.82/52.65	c number of learning phase by resolution	: 0
54.82/52.65	c number of learning phase by cutting planes	: 0
54.82/52.65	c speed (assignments/second)	: 303212.69560536736
54.82/52.65	c non guided choices	169
54.82/52.67	c learnt constraints type 
54.82/52.67	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 13540
54.82/52.67	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 34
54.82/52.67	c constraints type 
54.82/52.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
54.82/52.67	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
54.82/52.67	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
54.82/52.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
54.82/52.67	s UNSATISFIABLE
54.82/52.67	c Total wall clock time (in seconds): 52.464

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-2659429-1276289929/watcher-2659429-1276289929 -o /tmp/evaluation-result-2659429-1276289929/solver-2659429-1276289929 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659429-1276289929.opb 

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): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.27 2.31 2.04 3/106 4965
/proc/meminfo: memFree=1564632/2059040 swapFree=4192956/4192956
[pid=4965] ppid=4963 vsize=1700 CPUtime=0
/proc/4965/stat : 4965 (java6) R 4963 4965 4143 0 -1 4194304 179 0 0 0 0 0 0 0 16 0 1 0 2648340 1740800 84 1992294400 134512640 134550932 4293070720 18446744073709551615 7919540 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/4965/statm: 425 97 73 10 0 30 0

[startup+0.103371 s]
/proc/loadavg: 2.27 2.31 2.04 3/106 4965
/proc/meminfo: memFree=1564632/2059040 swapFree=4192956/4192956
[pid=4965] ppid=4963 vsize=1524184 CPUtime=0.08
/proc/4965/stat : 4965 (java) S 4963 4965 4143 0 -1 4202496 3967 0 1 0 6 2 0 0 15 0 12 0 2648340 1560764416 3406 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4965/statm: 381046 3406 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.201381 s]
/proc/loadavg: 2.27 2.31 2.04 3/106 4965
/proc/meminfo: memFree=1564632/2059040 swapFree=4192956/4192956
[pid=4965] ppid=4963 vsize=1526264 CPUtime=0.22
/proc/4965/stat : 4965 (java) S 4963 4965 4143 0 -1 4202496 5010 0 1 0 19 3 0 0 15 0 12 0 2648340 1562894336 4447 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4965/statm: 381566 4447 1345 10 0 378868 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 1526264

[startup+0.301382 s]
/proc/loadavg: 2.27 2.31 2.04 3/106 4965
/proc/meminfo: memFree=1564632/2059040 swapFree=4192956/4192956
[pid=4965] ppid=4963 vsize=1526264 CPUtime=0.33
/proc/4965/stat : 4965 (java) S 4963 4965 4143 0 -1 4202496 5281 0 1 0 30 3 0 0 15 0 12 0 2648340 1562894336 4718 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4965/statm: 381566 4719 1361 10 0 378868 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1526264

[startup+0.701422 s]
/proc/loadavg: 2.27 2.31 2.04 3/106 4965
/proc/meminfo: memFree=1564632/2059040 swapFree=4192956/4192956
[pid=4965] ppid=4963 vsize=1528676 CPUtime=1.09
/proc/4965/stat : 4965 (java) S 4963 4965 4143 0 -1 4202496 7148 0 1 0 105 4 0 0 15 0 13 0 2648340 1565364224 6512 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4965/statm: 382169 6512 1403 10 0 379471 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1528676

[startup+1.50149 s]
/proc/loadavg: 2.41 2.34 2.05 4/119 4978
/proc/meminfo: memFree=1539048/2059040 swapFree=4192956/4192956
[pid=4965] ppid=4963 vsize=1533520 CPUtime=2.68
/proc/4965/stat : 4965 (java) S 4963 4965 4143 0 -1 4202496 9012 0 1 0 264 4 0 0 15 0 13 0 2648340 1570324480 7952 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4965/statm: 383380 7952 1423 10 0 380682 0
[pid=4965/tid=4967] ppid=4963 vsize=1533520 CPUtime=1.47
/proc/4965/task/4967/stat : 4967 (java) R 4963 4965 4143 0 -1 4202560 5129 0 1 0 144 3 0 0 25 0 13 0 2648342 1570324480 7952 1992294400 134512640 134550932 4293327440 18446744073709551615 4109278171 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4965/tid=4968] ppid=4963 vsize=1533520 CPUtime=0
/proc/4965/task/4968/stat : 4968 (java) S 4963 4965 4143 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 2648343 1570324480 7952 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4969] ppid=4963 vsize=1533520 CPUtime=0
/proc/4965/task/4969/stat : 4969 (java) S 4963 4965 4143 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 2648343 1570324480 7952 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4970] ppid=4963 vsize=1533520 CPUtime=0
/proc/4965/task/4970/stat : 4970 (java) S 4963 4965 4143 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 2648345 1570324480 7952 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 0 0 16800975 18446604437871880896 0 0 -1 1 0 0 0
[pid=4965/tid=4971] ppid=4963 vsize=1533520 CPUtime=0
/proc/4965/task/4971/stat : 4971 (java) S 4963 4965 4143 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 2648345 1570324480 7953 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4972] ppid=4963 vsize=1533520 CPUtime=0
/proc/4965/task/4972/stat : 4972 (java) S 4963 4965 4143 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 2648345 1570324480 7953 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4973] ppid=4963 vsize=1533520 CPUtime=0
/proc/4965/task/4973/stat : 4973 (java) S 4963 4965 4143 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 2648350 1570324480 7953 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4974] ppid=4963 vsize=1533520 CPUtime=0.59
/proc/4965/task/4974/stat : 4974 (java) R 4963 4965 4143 0 -1 4202560 1011 0 0 0 59 0 0 0 23 0 13 0 2648350 1570324480 7953 1992294400 134512640 134550932 4293327440 18446744073709551615 103137342 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4965/tid=4975] ppid=4963 vsize=1533520 CPUtime=0.6
/proc/4965/task/4975/stat : 4975 (java) R 4963 4965 4143 0 -1 4202560 1804 0 0 0 60 0 0 0 23 0 13 0 2648350 1570324480 7953 1992294400 134512640 134550932 4293327440 18446744073709551615 103863925 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4965/tid=4976] ppid=4963 vsize=1533520 CPUtime=0
/proc/4965/task/4976/stat : 4976 (java) S 4963 4965 4143 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 2648350 1570324480 7953 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4977] ppid=4963 vsize=1533520 CPUtime=0
/proc/4965/task/4977/stat : 4977 (java) S 4963 4965 4143 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 2648350 1570324480 7953 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 1 0 0 0
[pid=4965/tid=4978] ppid=4963 vsize=1533520 CPUtime=0
/proc/4965/task/4978/stat : 4978 (java) S 4963 4965 4143 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2648405 1570324480 7953 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 1533520

[startup+3.1016 s]
/proc/loadavg: 2.41 2.34 2.05 2/119 4978
/proc/meminfo: memFree=1534460/2059040 swapFree=4192956/4192956
[pid=4965] ppid=4963 vsize=1533520 CPUtime=4.57
/proc/4965/stat : 4965 (java) S 4963 4965 4143 0 -1 4202496 10271 0 1 0 452 5 0 0 15 0 13 0 2648340 1570324480 9209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4965/statm: 383380 9209 1443 10 0 380682 0
[pid=4965/tid=4967] ppid=4963 vsize=1533520 CPUtime=3.01
/proc/4965/task/4967/stat : 4967 (java) R 4963 4965 4143 0 -1 4202560 5521 0 1 0 298 3 0 0 25 0 13 0 2648342 1570324480 9209 1992294400 134512640 134550932 4293327440 18446744073709551615 4109360422 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4965/tid=4968] ppid=4963 vsize=1533520 CPUtime=0
/proc/4965/task/4968/stat : 4968 (java) S 4963 4965 4143 0 -1 4202560 287 0 0 0 0 0 0 0 16 0 13 0 2648343 1570324480 9209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4969] ppid=4963 vsize=1533520 CPUtime=0
/proc/4965/task/4969/stat : 4969 (java) S 4963 4965 4143 0 -1 4202560 204 0 0 0 0 0 0 0 15 0 13 0 2648343 1570324480 9209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4970] ppid=4963 vsize=1533520 CPUtime=0.04
/proc/4965/task/4970/stat : 4970 (java) S 4963 4965 4143 0 -1 4202560 348 0 0 0 4 0 0 0 16 0 13 0 2648345 1570324480 9209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 0 0 16800975 18446604437871880896 0 0 -1 1 0 0 0
[pid=4965/tid=4971] ppid=4963 vsize=1533520 CPUtime=0
/proc/4965/task/4971/stat : 4971 (java) S 4963 4965 4143 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 2648345 1570324480 9209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4972] ppid=4963 vsize=1533520 CPUtime=0
/proc/4965/task/4972/stat : 4972 (java) S 4963 4965 4143 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 2648345 1570324480 9209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4973] ppid=4963 vsize=1533520 CPUtime=0
/proc/4965/task/4973/stat : 4973 (java) S 4963 4965 4143 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 2648350 1570324480 9209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4974] ppid=4963 vsize=1533520 CPUtime=0.73
/proc/4965/task/4974/stat : 4974 (java) S 4963 4965 4143 0 -1 4202560 1027 0 0 0 73 0 0 0 16 0 13 0 2648350 1570324480 9209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4975] ppid=4963 vsize=1533520 CPUtime=0.74
/proc/4965/task/4975/stat : 4975 (java) S 4963 4965 4143 0 -1 4202560 1816 0 0 0 74 0 0 0 15 0 13 0 2648350 1570324480 9209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4976] ppid=4963 vsize=1533520 CPUtime=0
/proc/4965/task/4976/stat : 4976 (java) S 4963 4965 4143 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 2648350 1570324480 9209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4977] ppid=4963 vsize=1533520 CPUtime=0
/proc/4965/task/4977/stat : 4977 (java) S 4963 4965 4143 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 2648350 1570324480 9209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4978] ppid=4963 vsize=1533520 CPUtime=0
/proc/4965/task/4978/stat : 4978 (java) S 4963 4965 4143 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2648405 1570324480 9209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.57
Current children cumulated vsize (KiB) 1533520

[startup+6.30085 s]
/proc/loadavg: 2.41 2.34 2.05 2/119 4978
/proc/meminfo: memFree=1531732/2059040 swapFree=4192956/4192956
[pid=4965] ppid=4963 vsize=1533520 CPUtime=7.87
/proc/4965/stat : 4965 (java) S 4963 4965 4143 0 -1 4202496 10700 0 1 0 782 5 0 0 15 0 13 0 2648340 1570324480 9634 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4965/statm: 383380 9634 1443 10 0 380682 0
[pid=4965/tid=4967] ppid=4963 vsize=1533520 CPUtime=6.12
/proc/4965/task/4967/stat : 4967 (java) R 4963 4965 4143 0 -1 4202560 5525 0 1 0 609 3 0 0 25 0 13 0 2648342 1570324480 9634 1992294400 134512640 134550932 4293327440 18446744073709551615 4109402689 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4965/tid=4968] ppid=4963 vsize=1533520 CPUtime=0.01
/proc/4965/task/4968/stat : 4968 (java) S 4963 4965 4143 0 -1 4202560 391 0 0 0 1 0 0 0 15 0 13 0 2648343 1570324480 9634 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4969] ppid=4963 vsize=1533520 CPUtime=0.01
/proc/4965/task/4969/stat : 4969 (java) S 4963 4965 4143 0 -1 4202560 309 0 0 0 1 0 0 0 16 0 13 0 2648343 1570324480 9634 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4970] ppid=4963 vsize=1533520 CPUtime=0.11
/proc/4965/task/4970/stat : 4970 (java) S 4963 4965 4143 0 -1 4202560 555 0 0 0 11 0 0 0 16 0 13 0 2648345 1570324480 9634 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 0 0 16800975 18446604437871880896 0 0 -1 1 0 0 0
[pid=4965/tid=4971] ppid=4963 vsize=1533520 CPUtime=0
/proc/4965/task/4971/stat : 4971 (java) S 4963 4965 4143 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 2648345 1570324480 9634 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4972] ppid=4963 vsize=1533520 CPUtime=0
/proc/4965/task/4972/stat : 4972 (java) S 4963 4965 4143 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 2648345 1570324480 9634 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4973] ppid=4963 vsize=1533520 CPUtime=0
/proc/4965/task/4973/stat : 4973 (java) S 4963 4965 4143 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 2648350 1570324480 9634 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4974] ppid=4963 vsize=1533520 CPUtime=0.73
/proc/4965/task/4974/stat : 4974 (java) S 4963 4965 4143 0 -1 4202560 1027 0 0 0 73 0 0 0 15 0 13 0 2648350 1570324480 9634 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4975] ppid=4963 vsize=1533520 CPUtime=0.84
/proc/4965/task/4975/stat : 4975 (java) S 4963 4965 4143 0 -1 4202560 1825 0 0 0 84 0 0 0 16 0 13 0 2648350 1570324480 9634 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4976] ppid=4963 vsize=1533520 CPUtime=0
/proc/4965/task/4976/stat : 4976 (java) S 4963 4965 4143 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 2648350 1570324480 9634 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4977] ppid=4963 vsize=1533520 CPUtime=0
/proc/4965/task/4977/stat : 4977 (java) S 4963 4965 4143 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 2648350 1570324480 9634 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4978] ppid=4963 vsize=1533520 CPUtime=0
/proc/4965/task/4978/stat : 4978 (java) S 4963 4965 4143 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2648405 1570324480 9634 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.87
Current children cumulated vsize (KiB) 1533520

[startup+12.7024 s]
/proc/loadavg: 2.19 2.29 2.03 2/119 4978
/proc/meminfo: memFree=1529872/2059040 swapFree=4192956/4192956
[pid=4965] ppid=4963 vsize=1533520 CPUtime=14.44
/proc/4965/stat : 4965 (java) S 4963 4965 4143 0 -1 4202496 10927 0 1 0 1438 6 0 0 15 0 13 0 2648340 1570324480 9856 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4965/statm: 383380 9856 1443 10 0 380682 0
[pid=4965/tid=4967] ppid=4963 vsize=1533520 CPUtime=12.37
/proc/4965/task/4967/stat : 4967 (java) R 4963 4965 4143 0 -1 4202560 5529 0 1 0 1234 3 0 0 18 0 13 0 2648342 1570324480 9856 1992294400 134512640 134550932 4293327440 18446744073709551615 4109306776 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4965/tid=4968] ppid=4963 vsize=1533520 CPUtime=0.03
/proc/4965/task/4968/stat : 4968 (java) S 4963 4965 4143 0 -1 4202560 409 0 0 0 3 0 0 0 15 0 13 0 2648343 1570324480 9856 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 1 0 0 0
[pid=4965/tid=4969] ppid=4963 vsize=1533520 CPUtime=0.03
/proc/4965/task/4969/stat : 4969 (java) S 4963 4965 4143 0 -1 4202560 314 0 0 0 3 0 0 0 16 0 13 0 2648343 1570324480 9856 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4970] ppid=4963 vsize=1533520 CPUtime=0.21
/proc/4965/task/4970/stat : 4970 (java) S 4963 4965 4143 0 -1 4202560 742 0 0 0 21 0 0 0 16 0 13 0 2648345 1570324480 9856 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 0 0 16800975 18446604437871880896 0 0 -1 1 0 0 0
[pid=4965/tid=4971] ppid=4963 vsize=1533520 CPUtime=0
/proc/4965/task/4971/stat : 4971 (java) S 4963 4965 4143 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 2648345 1570324480 9856 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4972] ppid=4963 vsize=1533520 CPUtime=0
/proc/4965/task/4972/stat : 4972 (java) S 4963 4965 4143 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 2648345 1570324480 9856 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4973] ppid=4963 vsize=1533520 CPUtime=0
/proc/4965/task/4973/stat : 4973 (java) S 4963 4965 4143 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 2648350 1570324480 9856 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4974] ppid=4963 vsize=1533520 CPUtime=0.73
/proc/4965/task/4974/stat : 4974 (java) S 4963 4965 4143 0 -1 4202560 1027 0 0 0 73 0 0 0 15 0 13 0 2648350 1570324480 9856 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4975] ppid=4963 vsize=1533520 CPUtime=1.01
/proc/4965/task/4975/stat : 4975 (java) S 4963 4965 4143 0 -1 4202560 1838 0 0 0 101 0 0 0 15 0 13 0 2648350 1570324480 9856 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4976] ppid=4963 vsize=1533520 CPUtime=0
/proc/4965/task/4976/stat : 4976 (java) S 4963 4965 4143 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 2648350 1570324480 9856 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4977] ppid=4963 vsize=1533520 CPUtime=0
/proc/4965/task/4977/stat : 4977 (java) S 4963 4965 4143 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 2648350 1570324480 9856 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4978] ppid=4963 vsize=1533520 CPUtime=0
/proc/4965/task/4978/stat : 4978 (java) S 4963 4965 4143 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2648405 1570324480 9856 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.44
Current children cumulated vsize (KiB) 1533520

[startup+25.5014 s]
/proc/loadavg: 2.01 2.25 2.02 2/119 4978
/proc/meminfo: memFree=1525284/2059040 swapFree=4192956/4192956
[pid=4965] ppid=4963 vsize=1536932 CPUtime=27.63
/proc/4965/stat : 4965 (java) S 4963 4965 4143 0 -1 4202496 12227 0 1 0 2756 7 0 0 15 0 13 0 2648340 1573818368 10937 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4965/statm: 384233 10937 1443 10 0 381535 0
[pid=4965/tid=4967] ppid=4963 vsize=1536932 CPUtime=24.89
/proc/4965/task/4967/stat : 4967 (java) R 4963 4965 4143 0 -1 4202560 5539 0 1 0 2486 3 0 0 25 0 13 0 2648342 1573818368 10937 1992294400 134512640 134550932 4293327440 18446744073709551615 4109361087 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4965/tid=4968] ppid=4963 vsize=1536932 CPUtime=0.05
/proc/4965/task/4968/stat : 4968 (java) S 4963 4965 4143 0 -1 4202560 411 0 0 0 5 0 0 0 15 0 13 0 2648343 1573818368 10937 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 1 0 0 0
[pid=4965/tid=4969] ppid=4963 vsize=1536932 CPUtime=0.06
/proc/4965/task/4969/stat : 4969 (java) S 4963 4965 4143 0 -1 4202560 318 0 0 0 6 0 0 0 16 0 13 0 2648343 1573818368 10937 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4970] ppid=4963 vsize=1536932 CPUtime=0.45

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

/proc/4965/task/4978/stat : 4978 (java) S 4963 4965 4143 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2648405 1570062336 10209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 53.31
Current children cumulated vsize (KiB) 1533264

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

[startup+51.2024 s]
/proc/loadavg: 1.61 2.13 1.99 2/119 4978
/proc/meminfo: memFree=1528012/2059040 swapFree=4192956/4192956
[pid=4965] ppid=4963 vsize=1533264 CPUtime=53.41
/proc/4965/stat : 4965 (java) S 4963 4965 4143 0 -1 4202496 12434 0 1 0 5333 8 0 0 15 0 13 0 2648340 1570062336 10209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4965/statm: 383316 10209 1443 10 0 380618 0
[pid=4965/tid=4967] ppid=4963 vsize=1533264 CPUtime=49.92
/proc/4965/task/4967/stat : 4967 (java) R 4963 4965 4143 0 -1 4202560 5563 0 1 0 4988 4 0 0 18 0 13 0 2648342 1570062336 10209 1992294400 134512640 134550932 4293327440 18446744073709551615 4109359601 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=4965/tid=4968] ppid=4963 vsize=1533264 CPUtime=0.13
/proc/4965/task/4968/stat : 4968 (java) S 4963 4965 4143 0 -1 4202560 415 0 0 0 12 1 0 0 15 0 13 0 2648343 1570062336 10209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4969] ppid=4963 vsize=1533264 CPUtime=0.12
/proc/4965/task/4969/stat : 4969 (java) S 4963 4965 4143 0 -1 4202560 322 0 0 0 12 0 0 0 16 0 13 0 2648343 1570062336 10209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4970] ppid=4963 vsize=1533264 CPUtime=1.03
/proc/4965/task/4970/stat : 4970 (java) S 4963 4965 4143 0 -1 4202560 1039 0 0 0 103 0 0 0 16 0 13 0 2648345 1570062336 10209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 0 0 16800975 18446604437871880896 0 0 -1 1 0 0 0
[pid=4965/tid=4971] ppid=4963 vsize=1533264 CPUtime=0
/proc/4965/task/4971/stat : 4971 (java) S 4963 4965 4143 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 2648345 1570062336 10209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4972] ppid=4963 vsize=1533264 CPUtime=0
/proc/4965/task/4972/stat : 4972 (java) S 4963 4965 4143 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 2648345 1570062336 10209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4973] ppid=4963 vsize=1533264 CPUtime=0
/proc/4965/task/4973/stat : 4973 (java) S 4963 4965 4143 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 2648350 1570062336 10209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4974] ppid=4963 vsize=1533264 CPUtime=1.11
/proc/4965/task/4974/stat : 4974 (java) S 4963 4965 4143 0 -1 4202560 2185 0 0 0 111 0 0 0 15 0 13 0 2648350 1570062336 10209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4975] ppid=4963 vsize=1533264 CPUtime=1.05
/proc/4965/task/4975/stat : 4975 (java) S 4963 4965 4143 0 -1 4202560 1838 0 0 0 105 0 0 0 15 0 13 0 2648350 1570062336 10209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4976] ppid=4963 vsize=1533264 CPUtime=0
/proc/4965/task/4976/stat : 4976 (java) S 4963 4965 4143 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 2648350 1570062336 10209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4977] ppid=4963 vsize=1533264 CPUtime=0
/proc/4965/task/4977/stat : 4977 (java) S 4963 4965 4143 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 2648350 1570062336 10209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4978] ppid=4963 vsize=1533264 CPUtime=0
/proc/4965/task/4978/stat : 4978 (java) S 4963 4965 4143 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2648405 1570062336 10209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 53.41
Current children cumulated vsize (KiB) 1533264

[startup+52.0015 s]
/proc/loadavg: 1.61 2.13 1.99 2/119 4978
/proc/meminfo: memFree=1527888/2059040 swapFree=4192956/4192956
[pid=4965] ppid=4963 vsize=1533264 CPUtime=54.21
/proc/4965/stat : 4965 (java) S 4963 4965 4143 0 -1 4202496 12434 0 1 0 5413 8 0 0 15 0 13 0 2648340 1570062336 10209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4965/statm: 383316 10209 1443 10 0 380618 0
[pid=4965/tid=4967] ppid=4963 vsize=1533264 CPUtime=50.71
/proc/4965/task/4967/stat : 4967 (java) R 4963 4965 4143 0 -1 4202560 5563 0 1 0 5067 4 0 0 19 0 13 0 2648342 1570062336 10209 1992294400 134512640 134550932 4293327440 18446744073709551615 4109358053 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4965/tid=4968] ppid=4963 vsize=1533264 CPUtime=0.13
/proc/4965/task/4968/stat : 4968 (java) S 4963 4965 4143 0 -1 4202560 415 0 0 0 12 1 0 0 15 0 13 0 2648343 1570062336 10209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4969] ppid=4963 vsize=1533264 CPUtime=0.12
/proc/4965/task/4969/stat : 4969 (java) S 4963 4965 4143 0 -1 4202560 322 0 0 0 12 0 0 0 16 0 13 0 2648343 1570062336 10209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4970] ppid=4963 vsize=1533264 CPUtime=1.03
/proc/4965/task/4970/stat : 4970 (java) S 4963 4965 4143 0 -1 4202560 1039 0 0 0 103 0 0 0 16 0 13 0 2648345 1570062336 10209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 0 0 16800975 18446604437871880896 0 0 -1 1 0 0 0
[pid=4965/tid=4971] ppid=4963 vsize=1533264 CPUtime=0
/proc/4965/task/4971/stat : 4971 (java) S 4963 4965 4143 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 2648345 1570062336 10209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4972] ppid=4963 vsize=1533264 CPUtime=0
/proc/4965/task/4972/stat : 4972 (java) S 4963 4965 4143 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 2648345 1570062336 10209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4973] ppid=4963 vsize=1533264 CPUtime=0
/proc/4965/task/4973/stat : 4973 (java) S 4963 4965 4143 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 2648350 1570062336 10209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4974] ppid=4963 vsize=1533264 CPUtime=1.11
/proc/4965/task/4974/stat : 4974 (java) S 4963 4965 4143 0 -1 4202560 2185 0 0 0 111 0 0 0 15 0 13 0 2648350 1570062336 10209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4975] ppid=4963 vsize=1533264 CPUtime=1.05
/proc/4965/task/4975/stat : 4975 (java) S 4963 4965 4143 0 -1 4202560 1838 0 0 0 105 0 0 0 15 0 13 0 2648350 1570062336 10209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4976] ppid=4963 vsize=1533264 CPUtime=0
/proc/4965/task/4976/stat : 4976 (java) S 4963 4965 4143 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 2648350 1570062336 10209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4977] ppid=4963 vsize=1533264 CPUtime=0
/proc/4965/task/4977/stat : 4977 (java) S 4963 4965 4143 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 2648350 1570062336 10209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4978] ppid=4963 vsize=1533264 CPUtime=0
/proc/4965/task/4978/stat : 4978 (java) S 4963 4965 4143 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2648405 1570062336 10209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 54.21
Current children cumulated vsize (KiB) 1533264

[startup+52.4015 s]
/proc/loadavg: 1.61 2.13 1.99 2/119 4978
/proc/meminfo: memFree=1527888/2059040 swapFree=4192956/4192956
[pid=4965] ppid=4963 vsize=1533264 CPUtime=54.61
/proc/4965/stat : 4965 (java) S 4963 4965 4143 0 -1 4202496 12435 0 1 0 5453 8 0 0 15 0 13 0 2648340 1570062336 10209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4965/statm: 383316 10209 1443 10 0 380618 0
[pid=4965/tid=4967] ppid=4963 vsize=1533264 CPUtime=51.08
/proc/4965/task/4967/stat : 4967 (java) R 4963 4965 4143 0 -1 4202560 5564 0 1 0 5104 4 0 0 19 0 13 0 2648342 1570062336 10209 1992294400 134512640 134550932 4293327440 18446744073709551615 4109439296 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4965/tid=4968] ppid=4963 vsize=1533264 CPUtime=0.13
/proc/4965/task/4968/stat : 4968 (java) S 4963 4965 4143 0 -1 4202560 415 0 0 0 12 1 0 0 16 0 13 0 2648343 1570062336 10209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4969] ppid=4963 vsize=1533264 CPUtime=0.12
/proc/4965/task/4969/stat : 4969 (java) S 4963 4965 4143 0 -1 4202560 322 0 0 0 12 0 0 0 15 0 13 0 2648343 1570062336 10209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 1 0 0 0
[pid=4965/tid=4970] ppid=4963 vsize=1533264 CPUtime=1.06
/proc/4965/task/4970/stat : 4970 (java) S 4963 4965 4143 0 -1 4202560 1039 0 0 0 106 0 0 0 16 0 13 0 2648345 1570062336 10209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 0 0 16800975 18446604437871880896 0 0 -1 1 0 0 0
[pid=4965/tid=4971] ppid=4963 vsize=1533264 CPUtime=0
/proc/4965/task/4971/stat : 4971 (java) S 4963 4965 4143 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 2648345 1570062336 10209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4972] ppid=4963 vsize=1533264 CPUtime=0
/proc/4965/task/4972/stat : 4972 (java) S 4963 4965 4143 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 2648345 1570062336 10209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4973] ppid=4963 vsize=1533264 CPUtime=0
/proc/4965/task/4973/stat : 4973 (java) S 4963 4965 4143 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 2648350 1570062336 10209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4974] ppid=4963 vsize=1533264 CPUtime=1.11
/proc/4965/task/4974/stat : 4974 (java) S 4963 4965 4143 0 -1 4202560 2185 0 0 0 111 0 0 0 15 0 13 0 2648350 1570062336 10209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4975] ppid=4963 vsize=1533264 CPUtime=1.05
/proc/4965/task/4975/stat : 4975 (java) S 4963 4965 4143 0 -1 4202560 1838 0 0 0 105 0 0 0 15 0 13 0 2648350 1570062336 10209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4976] ppid=4963 vsize=1533264 CPUtime=0
/proc/4965/task/4976/stat : 4976 (java) S 4963 4965 4143 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 2648350 1570062336 10209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4977] ppid=4963 vsize=1533264 CPUtime=0
/proc/4965/task/4977/stat : 4977 (java) S 4963 4965 4143 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 2648350 1570062336 10209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4978] ppid=4963 vsize=1533264 CPUtime=0
/proc/4965/task/4978/stat : 4978 (java) S 4963 4965 4143 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2648405 1570062336 10209 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 54.61
Current children cumulated vsize (KiB) 1533264

[startup+52.6015 s]
/proc/loadavg: 1.61 2.13 1.99 2/119 4978
/proc/meminfo: memFree=1527888/2059040 swapFree=4192956/4192956
[pid=4965] ppid=4963 vsize=1533264 CPUtime=54.82
/proc/4965/stat : 4965 (java) S 4963 4965 4143 0 -1 4202496 12436 0 1 0 5474 8 0 0 15 0 13 0 2648340 1570062336 10210 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4965/statm: 383316 10210 1443 10 0 380618 0
[pid=4965/tid=4967] ppid=4963 vsize=1533264 CPUtime=51.28
/proc/4965/task/4967/stat : 4967 (java) R 4963 4965 4143 0 -1 4202560 5565 0 1 0 5124 4 0 0 19 0 13 0 2648342 1570062336 10210 1992294400 134512640 134550932 4293327440 18446744073709551615 4109278098 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=4965/tid=4968] ppid=4963 vsize=1533264 CPUtime=0.13
/proc/4965/task/4968/stat : 4968 (java) S 4963 4965 4143 0 -1 4202560 415 0 0 0 12 1 0 0 16 0 13 0 2648343 1570062336 10210 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4969] ppid=4963 vsize=1533264 CPUtime=0.12
/proc/4965/task/4969/stat : 4969 (java) S 4963 4965 4143 0 -1 4202560 322 0 0 0 12 0 0 0 15 0 13 0 2648343 1570062336 10210 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 1 0 0 0
[pid=4965/tid=4970] ppid=4963 vsize=1533264 CPUtime=1.06
/proc/4965/task/4970/stat : 4970 (java) S 4963 4965 4143 0 -1 4202560 1039 0 0 0 106 0 0 0 16 0 13 0 2648345 1570062336 10210 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 0 0 16800975 18446604437871880896 0 0 -1 1 0 0 0
[pid=4965/tid=4971] ppid=4963 vsize=1533264 CPUtime=0
/proc/4965/task/4971/stat : 4971 (java) S 4963 4965 4143 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 2648345 1570062336 10210 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4972] ppid=4963 vsize=1533264 CPUtime=0
/proc/4965/task/4972/stat : 4972 (java) S 4963 4965 4143 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 2648345 1570062336 10210 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4973] ppid=4963 vsize=1533264 CPUtime=0
/proc/4965/task/4973/stat : 4973 (java) S 4963 4965 4143 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 2648350 1570062336 10210 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4974] ppid=4963 vsize=1533264 CPUtime=1.13
/proc/4965/task/4974/stat : 4974 (java) S 4963 4965 4143 0 -1 4202560 2185 0 0 0 113 0 0 0 15 0 13 0 2648350 1570062336 10210 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4975] ppid=4963 vsize=1533264 CPUtime=1.05
/proc/4965/task/4975/stat : 4975 (java) S 4963 4965 4143 0 -1 4202560 1838 0 0 0 105 0 0 0 15 0 13 0 2648350 1570062336 10210 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4976] ppid=4963 vsize=1533264 CPUtime=0
/proc/4965/task/4976/stat : 4976 (java) S 4963 4965 4143 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 2648350 1570062336 10210 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4977] ppid=4963 vsize=1533264 CPUtime=0
/proc/4965/task/4977/stat : 4977 (java) S 4963 4965 4143 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 2648350 1570062336 10210 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4978] ppid=4963 vsize=1533264 CPUtime=0
/proc/4965/task/4978/stat : 4978 (java) S 4963 4965 4143 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2648405 1570062336 10210 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 54.82
Current children cumulated vsize (KiB) 1533264

[startup+52.7015 s]
/proc/loadavg: 1.61 2.13 1.99 2/119 4978
/proc/meminfo: memFree=1527888/2059040 swapFree=4192956/4192956
[pid=4965] ppid=4963 vsize=1533588 CPUtime=54.91
/proc/4965/stat : 4965 (java) S 4963 4965 4143 0 -1 4202496 12450 0 1 0 5483 8 0 0 15 0 13 0 2648340 1570394112 10224 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/4965/statm: 383397 10224 1446 10 0 380699 0
[pid=4965/tid=4967] ppid=4963 vsize=1533588 CPUtime=51.33
/proc/4965/task/4967/stat : 4967 (java) S 4963 4965 4143 0 -1 4202560 5570 0 1 0 5129 4 0 0 19 0 13 0 2648342 1570394112 10224 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 1 0 0 0
[pid=4965/tid=4968] ppid=4963 vsize=1533588 CPUtime=0.13
/proc/4965/task/4968/stat : 4968 (java) S 4963 4965 4143 0 -1 4202560 415 0 0 0 12 1 0 0 16 0 13 0 2648343 1570394112 10224 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4969] ppid=4963 vsize=1533588 CPUtime=0.12
/proc/4965/task/4969/stat : 4969 (java) S 4963 4965 4143 0 -1 4202560 322 0 0 0 12 0 0 0 15 0 13 0 2648343 1570394112 10224 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 1 0 0 0
[pid=4965/tid=4970] ppid=4963 vsize=1533588 CPUtime=1.06
/proc/4965/task/4970/stat : 4970 (java) S 4963 4965 4143 0 -1 4202560 1039 0 0 0 106 0 0 0 16 0 13 0 2648345 1570394112 10224 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 0 0 16800975 18446604437871880896 0 0 -1 1 0 0 0
[pid=4965/tid=4971] ppid=4963 vsize=1533588 CPUtime=0
/proc/4965/task/4971/stat : 4971 (java) S 4963 4965 4143 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 2648345 1570394112 10224 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4972] ppid=4963 vsize=1533588 CPUtime=0
/proc/4965/task/4972/stat : 4972 (java) S 4963 4965 4143 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 2648345 1570394112 10224 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4973] ppid=4963 vsize=1533588 CPUtime=0
/proc/4965/task/4973/stat : 4973 (java) S 4963 4965 4143 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 2648350 1570394112 10224 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4974] ppid=4963 vsize=1533588 CPUtime=1.13
/proc/4965/task/4974/stat : 4974 (java) S 4963 4965 4143 0 -1 4202560 2187 0 0 0 113 0 0 0 15 0 13 0 2648350 1570394112 10224 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4975] ppid=4963 vsize=1533588 CPUtime=1.05
/proc/4965/task/4975/stat : 4975 (java) S 4963 4965 4143 0 -1 4202560 1838 0 0 0 105 0 0 0 15 0 13 0 2648350 1570394112 10224 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4976] ppid=4963 vsize=1533588 CPUtime=0
/proc/4965/task/4976/stat : 4976 (java) S 4963 4965 4143 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 2648350 1570394112 10224 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4977] ppid=4963 vsize=1533588 CPUtime=0
/proc/4965/task/4977/stat : 4977 (java) S 4963 4965 4143 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 13 0 2648350 1570394112 10224 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 0 0 0 0
[pid=4965/tid=4978] ppid=4963 vsize=1533588 CPUtime=0
/proc/4965/task/4978/stat : 4978 (java) S 4963 4965 4143 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 2648405 1570394112 10224 1992294400 134512640 134550932 4293327440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880896 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 54.91
Current children cumulated vsize (KiB) 1533588

Child status: 20
Real time (s): 52.7136
CPU time (s): 54.9246
CPU user time (s): 54.8337
CPU system time (s): 0.090986
CPU usage (%): 104.194
Max. virtual memory (cumulated for all children) (KiB): 1536932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 54.8337
system time used= 0.090986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12453
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= 1728
involuntary context switches= 1117

runsolver used 0.118981 second user time and 0.289955 second system time

The end

Launcher Data

Begin job on node026 at 2010-06-11 22:58:49
IDJOB=2659429
IDBENCH=1298
IDSOLVER=1164
FILE ID=node026/2659429-1276289929
PBS_JOBID= 11173097
Free space on /tmp= 62508 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900568186.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659429-1276289929/watcher-2659429-1276289929 -o /tmp/evaluation-result-2659429-1276289929/solver-2659429-1276289929 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659429-1276289929.opb

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

MD5SUM BENCH= 75bd0b27f5ff05dc207afe3c3d5552d1
RANDOM SEED=1684453416

node026.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.201
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.201
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1565028 kB
Buffers:         59836 kB
Cached:         307980 kB
SwapCached:          0 kB
Active:         169640 kB
Inactive:       257340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1565028 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             404 kB
Writeback:           0 kB
AnonPages:       59112 kB
Mapped:          15412 kB
Slab:            45148 kB
PageTables:       4008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180444 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62508 MiB
End job on node026 at 2010-06-11 22:59:42