Trace number 2698486

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.1OPTIMUM 60.4968 59.5462

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111224451--soft-33-100-0.wbo
MD5SUM5926e2c90dc5b6ba4fb54742b482e07b
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.123981
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints64
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 3426
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3425
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1261
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.04/0.09	c version 2.2.1.v20100705
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) Server VM
0.04/0.09	c java.vm.version	11.2-b01
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	32
0.04/0.09	c java.version		1.6.0_12
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.18-164.el5
0.04/0.09	c os.arch		i386
0.04/0.09	c Free memory 		1393557488
0.04/0.09	c Max memory 		1395916800
0.04/0.09	c Total memory 		1395916800
0.04/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@15a3d6b
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-2698486-1278325603.wbo
0.09/0.11	c reading problem ... 
0.09/0.16	c ... done. Wall clock time 0.054s.
0.09/0.16	c #vars     233
0.09/0.16	c #constraints  101
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.09/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.09/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 41
0.26/0.28	c SATISFIABLE
0.26/0.28	c OPTIMIZING...
0.26/0.28	c Got one! Elapsed wall clock time (in seconds):0.168
0.26/0.28	o 572
0.56/0.31	c Got one! Elapsed wall clock time (in seconds):0.205
0.56/0.31	o 541
0.56/0.34	c Got one! Elapsed wall clock time (in seconds):0.231
0.56/0.34	o 540
0.56/0.37	c Got one! Elapsed wall clock time (in seconds):0.266
0.56/0.37	o 511
0.77/0.40	c Got one! Elapsed wall clock time (in seconds):0.295
0.77/0.40	o 505
0.77/0.43	c Got one! Elapsed wall clock time (in seconds):0.325
0.77/0.43	o 503
0.77/0.46	c Got one! Elapsed wall clock time (in seconds):0.351
0.77/0.46	o 495
0.77/0.48	c Got one! Elapsed wall clock time (in seconds):0.376
0.77/0.48	o 439
0.91/0.53	c Got one! Elapsed wall clock time (in seconds):0.426
0.91/0.53	o 410
0.91/0.56	c Got one! Elapsed wall clock time (in seconds):0.449
0.91/0.56	o 405
0.91/0.58	c cleaning 2497 clauses out of 5001 with flag 5001/5001
1.03/0.61	c Got one! Elapsed wall clock time (in seconds):0.505
1.03/0.61	o 403
1.03/0.64	c Got one! Elapsed wall clock time (in seconds):0.535
1.03/0.64	o 344
1.13/0.70	c Got one! Elapsed wall clock time (in seconds):0.596
1.13/0.70	o 340
1.13/0.73	c Got one! Elapsed wall clock time (in seconds):0.623
1.13/0.73	o 311
1.13/0.79	c Got one! Elapsed wall clock time (in seconds):0.687
1.13/0.79	o 296
1.23/0.87	c cleaning 4249 clauses out of 8504 with flag 11001/11001
1.37/0.92	c Got one! Elapsed wall clock time (in seconds):0.81
1.37/0.92	o 254
1.37/1.00	c Got one! Elapsed wall clock time (in seconds):0.89
1.37/1.00	o 253
1.49/1.06	c Got one! Elapsed wall clock time (in seconds):0.953
1.49/1.06	o 249
1.69/1.21	c cleaning 5626 clauses out of 11255 with flag 18001/18001
1.69/1.29	c Got one! Elapsed wall clock time (in seconds):1.182
1.69/1.29	o 243
1.89/1.45	c Got one! Elapsed wall clock time (in seconds):1.341
1.89/1.45	o 239
2.09/1.62	c cleaning 6813 clauses out of 13629 with flag 26001/26001
2.31/1.87	c Got one! Elapsed wall clock time (in seconds):1.765
2.31/1.87	o 234
2.53/2.05	c Got one! Elapsed wall clock time (in seconds):1.939
2.53/2.05	o 221
2.53/2.10	c cleaning 7904 clauses out of 15816 with flag 35001/35001
3.02/2.54	c cleaning 8950 clauses out of 17911 with flag 45000/45000
3.14/2.62	c Got one! Elapsed wall clock time (in seconds):2.515
3.14/2.62	o 182
3.34/2.86	c Got one! Elapsed wall clock time (in seconds):2.751
3.34/2.86	o 159
3.64/3.15	c cleaning 9478 clauses out of 18961 with flag 55000/55000
4.15/3.61	c cleaning 9734 clauses out of 19483 with flag 65000/65000
4.45/3.94	c Got one! Elapsed wall clock time (in seconds):3.832
4.45/3.94	o 146
4.65/4.11	c cleaning 9869 clauses out of 19749 with flag 75000/75000
4.86/4.40	c Got one! Elapsed wall clock time (in seconds):4.287
4.86/4.40	o 131
5.28/4.71	c cleaning 9938 clauses out of 19882 with flag 85002/85002
5.48/4.96	c Got one! Elapsed wall clock time (in seconds):4.849
5.48/4.96	o 127
5.79/5.23	c cleaning 9963 clauses out of 19942 with flag 95000/95000
6.29/5.75	c cleaning 9982 clauses out of 19979 with flag 105000/105000
6.59/6.01	c Got one! Elapsed wall clock time (in seconds):5.9
6.59/6.01	o 120
6.89/6.31	c cleaning 9996 clauses out of 19998 with flag 115001/115001
7.39/6.84	c cleaning 9998 clauses out of 20002 with flag 125001/125001
7.69/7.12	c Got one! Elapsed wall clock time (in seconds):7.016
7.69/7.12	o 111
7.99/7.40	c cleaning 9999 clauses out of 20006 with flag 135003/135003
8.49/7.93	c cleaning 10002 clauses out of 20005 with flag 145001/145001
8.99/8.47	c cleaning 9997 clauses out of 20002 with flag 155000/155000
9.41/8.84	c Got one! Elapsed wall clock time (in seconds):8.729
9.41/8.84	o 100
9.60/9.01	c cleaning 10002 clauses out of 20005 with flag 165000/165000
10.10/9.57	c cleaning 9994 clauses out of 20004 with flag 175001/175001
10.70/10.10	c cleaning 10001 clauses out of 20010 with flag 185001/185001
11.20/10.63	c cleaning 9998 clauses out of 20009 with flag 195001/195001
11.81/11.25	c cleaning 10004 clauses out of 20010 with flag 205000/205000
12.21/11.62	c Got one! Elapsed wall clock time (in seconds):11.512
12.21/11.62	o 91
12.31/11.78	c cleaning 10001 clauses out of 20007 with flag 215001/215001
12.81/12.26	c cleaning 9997 clauses out of 20006 with flag 225001/225001
13.31/12.75	c cleaning 9998 clauses out of 20008 with flag 235000/235000
13.82/13.25	c cleaning 10001 clauses out of 20011 with flag 245001/245001
14.41/13.84	c cleaning 10003 clauses out of 20009 with flag 255000/255000
15.01/14.41	c cleaning 10001 clauses out of 20006 with flag 265000/265000
15.51/14.97	c cleaning 10000 clauses out of 20006 with flag 275001/275001
16.11/15.51	c cleaning 9995 clauses out of 20007 with flag 285002/285002
16.61/16.04	c cleaning 10000 clauses out of 20010 with flag 295000/295000
17.12/16.54	c cleaning 10001 clauses out of 20013 with flag 305003/305003
17.61/17.06	c cleaning 10001 clauses out of 20009 with flag 315000/315000
18.12/17.57	c cleaning 10002 clauses out of 20012 with flag 325004/325004
18.22/17.64	c Got one! Elapsed wall clock time (in seconds):17.534
18.22/17.64	o 79
18.61/18.09	c cleaning 10000 clauses out of 20007 with flag 335001/335001
18.91/18.38	c Got one! Elapsed wall clock time (in seconds):18.271
18.91/18.38	o 72
19.32/18.74	c cleaning 10000 clauses out of 20008 with flag 345002/345002
19.81/19.28	c cleaning 9998 clauses out of 20009 with flag 355003/355003
20.32/19.74	c Got one! Elapsed wall clock time (in seconds):19.635
20.32/19.74	o 65
20.42/19.83	c cleaning 10000 clauses out of 20010 with flag 365002/365002
20.92/20.32	c cleaning 10000 clauses out of 20008 with flag 375000/375000
21.42/20.87	c cleaning 10000 clauses out of 20010 with flag 385002/385002
21.92/21.39	c cleaning 9996 clauses out of 20008 with flag 395000/395000
22.54/21.97	c cleaning 10003 clauses out of 20016 with flag 405004/405004
23.04/22.47	c cleaning 9998 clauses out of 20010 with flag 415001/415001
23.64/23.04	c cleaning 9997 clauses out of 20011 with flag 425000/425000
24.14/23.51	c cleaning 10001 clauses out of 20015 with flag 435001/435001
24.64/24.03	c cleaning 10003 clauses out of 20015 with flag 445002/445002
25.14/24.51	c cleaning 10000 clauses out of 20011 with flag 455001/455001
25.64/25.01	c cleaning 9998 clauses out of 20010 with flag 465000/465000
26.14/25.52	c cleaning 10003 clauses out of 20014 with flag 475002/475002
26.64/26.01	c cleaning 10000 clauses out of 20009 with flag 485000/485000
27.14/26.52	c cleaning 10000 clauses out of 20010 with flag 495001/495001
27.64/27.06	c cleaning 9999 clauses out of 20009 with flag 505000/505000
28.16/27.50	c Got one! Elapsed wall clock time (in seconds):27.395
28.16/27.50	o 61
28.16/27.55	c cleaning 10003 clauses out of 20010 with flag 515000/515000
28.65/28.03	c cleaning 10001 clauses out of 20008 with flag 525001/525001
29.16/28.54	c cleaning 10001 clauses out of 20009 with flag 535003/535003
29.65/29.03	c cleaning 10000 clauses out of 20007 with flag 545002/545002
30.26/29.69	c cleaning 9995 clauses out of 20005 with flag 555000/555000
30.85/30.25	c cleaning 9999 clauses out of 20012 with flag 565002/565002
31.36/30.77	c cleaning 10001 clauses out of 20011 with flag 575000/575000
31.86/31.27	c cleaning 9997 clauses out of 20013 with flag 585003/585003
32.36/31.74	c cleaning 10003 clauses out of 20013 with flag 595000/595000
32.86/32.27	c cleaning 10001 clauses out of 20010 with flag 605000/605000
33.46/32.81	c cleaning 10001 clauses out of 20009 with flag 615000/615000
33.57/32.97	c Got one! Elapsed wall clock time (in seconds):32.867
33.57/32.98	o 60
33.96/33.30	c cleaning 10001 clauses out of 20009 with flag 625001/625001
34.46/33.80	c cleaning 9999 clauses out of 20010 with flag 635003/635003
34.96/34.34	c cleaning 10001 clauses out of 20009 with flag 645001/645001
35.46/34.87	c cleaning 10001 clauses out of 20008 with flag 655001/655001
36.07/35.45	c cleaning 10001 clauses out of 20008 with flag 665002/665002
36.67/36.01	c cleaning 9999 clauses out of 20007 with flag 675002/675002
37.17/36.50	c cleaning 10001 clauses out of 20008 with flag 685002/685002
37.67/37.00	c cleaning 10000 clauses out of 20005 with flag 695000/695000
38.17/37.50	c cleaning 9996 clauses out of 20007 with flag 705002/705002
38.37/37.72	c Got one! Elapsed wall clock time (in seconds):37.616
38.37/37.72	o 36
38.67/38.00	c cleaning 10002 clauses out of 20011 with flag 715002/715002
39.08/38.49	c cleaning 10000 clauses out of 20007 with flag 725000/725000
39.57/38.97	c cleaning 10001 clauses out of 20007 with flag 735000/735000
39.88/39.22	c Got one! Elapsed wall clock time (in seconds):39.11
39.88/39.22	o 29
40.08/39.42	c cleaning 9997 clauses out of 20006 with flag 745000/745000
40.48/39.88	c cleaning 9997 clauses out of 20010 with flag 755001/755001
40.98/40.36	c cleaning 10004 clauses out of 20013 with flag 765001/765001
41.48/40.84	c cleaning 9996 clauses out of 20008 with flag 775000/775000
41.68/41.00	c Got one! Elapsed wall clock time (in seconds):40.893
41.68/41.00	o 24
42.02/41.32	c cleaning 10003 clauses out of 20013 with flag 785001/785001
42.43/41.79	c cleaning 10000 clauses out of 20010 with flag 795001/795001
42.92/42.24	c cleaning 9999 clauses out of 20009 with flag 805000/805000
43.33/42.68	c cleaning 10002 clauses out of 20012 with flag 815002/815002
43.83/43.12	c cleaning 10001 clauses out of 20012 with flag 825004/825004
44.23/43.56	c cleaning 9995 clauses out of 20007 with flag 835000/835000
44.74/44.05	c cleaning 10003 clauses out of 20013 with flag 845001/845001
45.13/44.49	c cleaning 10002 clauses out of 20009 with flag 855000/855000
45.63/44.91	c cleaning 10000 clauses out of 20007 with flag 865000/865000
45.93/45.20	c Got one! Elapsed wall clock time (in seconds):45.095
45.93/45.20	o 23
46.03/45.39	c cleaning 10002 clauses out of 20009 with flag 875002/875002
46.53/45.87	c cleaning 10000 clauses out of 20006 with flag 885001/885001
47.13/46.41	c cleaning 10002 clauses out of 20008 with flag 895003/895003
47.63/46.91	c cleaning 9999 clauses out of 20004 with flag 905001/905001
48.04/47.40	c cleaning 10001 clauses out of 20007 with flag 915003/915003
48.53/47.86	c cleaning 9998 clauses out of 20003 with flag 925000/925000
49.04/48.32	c cleaning 9999 clauses out of 20006 with flag 935001/935001
49.43/48.78	c cleaning 9997 clauses out of 20007 with flag 945001/945001
49.93/49.21	c cleaning 9994 clauses out of 20009 with flag 955000/955000
50.33/49.64	c cleaning 10006 clauses out of 20015 with flag 965000/965000
50.73/50.07	c cleaning 9999 clauses out of 20010 with flag 975001/975001
50.84/50.12	c Got one! Elapsed wall clock time (in seconds):50.008
50.84/50.12	o 22
51.24/50.56	c cleaning 10001 clauses out of 20011 with flag 985001/985001
51.74/51.04	c cleaning 10002 clauses out of 20011 with flag 995002/995002
52.24/51.51	c cleaning 10000 clauses out of 20007 with flag 1005000/1005000
52.74/52.00	c cleaning 10000 clauses out of 20008 with flag 1015001/1015001
53.14/52.49	c cleaning 9999 clauses out of 20008 with flag 1025001/1025001
53.64/52.94	c cleaning 10000 clauses out of 20009 with flag 1035001/1035001
54.05/53.37	c cleaning 10001 clauses out of 20009 with flag 1045001/1045001
54.55/53.82	c cleaning 10000 clauses out of 20007 with flag 1055000/1055000
54.95/54.27	c cleaning 9995 clauses out of 20007 with flag 1065000/1065000
55.35/54.69	c cleaning 10004 clauses out of 20014 with flag 1075002/1075002
55.55/54.80	c Got one! Elapsed wall clock time (in seconds):54.693
55.55/54.80	o 2
55.95/55.20	c cleaning 9999 clauses out of 20008 with flag 1085000/1085000
56.35/55.68	c cleaning 9998 clauses out of 20009 with flag 1095000/1095000
56.86/56.16	c cleaning 10003 clauses out of 20012 with flag 1105001/1105001
57.35/56.60	c cleaning 10001 clauses out of 20009 with flag 1115001/1115001
57.75/57.04	c cleaning 10000 clauses out of 20009 with flag 1125002/1125002
58.16/57.48	c cleaning 10000 clauses out of 20010 with flag 1135003/1135003
58.65/57.94	c cleaning 9998 clauses out of 20008 with flag 1145001/1145001
59.06/58.39	c cleaning 10001 clauses out of 20010 with flag 1155001/1155001
59.56/58.85	c cleaning 10002 clauses out of 20008 with flag 1165000/1165000
60.13/59.33	c cleaning 9999 clauses out of 20005 with flag 1175000/1175000
60.33/59.49	c starts		: 229
60.33/59.49	c conflicts		: 1178872
60.33/59.49	c decisions		: 1803380
60.33/59.49	c propagations		: 28019502
60.33/59.49	c inspects		: 298141663
60.33/59.49	c learnt literals	: 8
60.33/59.49	c learnt binary clauses	: 18
60.33/59.49	c learnt ternary clauses	: 820
60.33/59.49	c learnt clauses	: 1178863
60.33/59.49	c ignored clauses	: 0
60.33/59.49	c root simplifications	: 0
60.33/59.49	c removed literals (reason simplification)	: 9343176
60.33/59.49	c reason swapping (by a shorter reason)	: 0
60.33/59.49	c Calls to reduceDB	: 119
60.33/59.49	c number of reductions to clauses (during analyze)	: 0
60.33/59.49	c number of learned constraints concerned by reduction	: 0
60.33/59.49	c number of learning phase by resolution	: 0
60.33/59.49	c number of learning phase by cutting planes	: 0
60.33/59.49	c speed (assignments/second)	: 5976856.228668942
60.33/59.49	c non guided choices	1614
60.33/59.49	c learnt constraints type 
60.33/59.49	c constraints type 
60.33/59.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
60.33/59.49	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
60.33/59.49	c org.sat4j.pb.constraints.pb.MaxWatchPb => 41
60.33/59.49	s OPTIMUM FOUND
60.33/59.49	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 x141 -x142 -x143 x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 
60.33/59.49	c objective function=2
60.33/59.49	c Total wall clock time (in seconds): 59.382

Verifier Data

OK	2

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2698486-1278325603/watcher-2698486-1278325603 -o /tmp/evaluation-result-2698486-1278325603/solver-2698486-1278325603 -C 1800 -W 2000 -M 3800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698486-1278325603.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.01 2.04 1.73 3/196 4095
/proc/meminfo: memFree=32207136/32950928 swapFree=67111528/67111528
[pid=4095] ppid=4093 vsize=1832 CPUtime=0
/proc/4095/stat : 4095 (java6) S 4093 4095 3786 0 -1 4194304 250 0 0 0 0 0 0 0 25 0 1 0 773802 1875968 153 4089446400 134512640 134550932 4291705488 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699199166 0 0 17 0 0 0 0
/proc/4095/statm: 458 153 116 10 0 63 0

[startup+0.07104 s]
/proc/loadavg: 2.01 2.04 1.73 3/196 4095
/proc/meminfo: memFree=32207136/32950928 swapFree=67111528/67111528
[pid=4095] ppid=4093 vsize=1528716 CPUtime=0.04
/proc/4095/stat : 4095 (java) S 4093 4095 3786 0 -1 4202496 4092 0 1 0 3 1 0 0 25 0 18 0 773802 1565405184 3532 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4095/statm: 382179 3532 1078 10 0 379482 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1528716

[startup+0.100989 s]
/proc/loadavg: 2.01 2.04 1.73 3/196 4095
/proc/meminfo: memFree=32207136/32950928 swapFree=67111528/67111528
[pid=4095] ppid=4093 vsize=1530160 CPUtime=0.09
/proc/4095/stat : 4095 (java) S 4093 4095 3786 0 -1 4202496 5067 0 1 0 8 1 0 0 25 0 18 0 773802 1566883840 4500 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4095/statm: 382540 4501 1344 10 0 379843 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1530160

[startup+0.3009 s]
/proc/loadavg: 2.01 2.04 1.73 3/196 4095
/proc/meminfo: memFree=32207136/32950928 swapFree=67111528/67111528
[pid=4095] ppid=4093 vsize=1533152 CPUtime=0.56
/proc/4095/stat : 4095 (java) S 4093 4095 3786 0 -1 4202496 6767 0 1 0 54 2 0 0 25 0 19 0 773802 1569947648 6082 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4095/statm: 383288 6082 1416 10 0 380591 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 1533152

[startup+0.70093 s]
/proc/loadavg: 2.01 2.04 1.73 3/196 4095
/proc/meminfo: memFree=32207136/32950928 swapFree=67111528/67111528
[pid=4095] ppid=4093 vsize=1533304 CPUtime=1.13
/proc/4095/stat : 4095 (java) S 4093 4095 3786 0 -1 4202496 8902 0 1 0 111 2 0 0 25 0 19 0 773802 1570103296 8215 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4095/statm: 383326 8215 1439 10 0 380629 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 1533304

[startup+1.5008 s]
/proc/loadavg: 2.00 2.04 1.74 4/215 4114
/proc/meminfo: memFree=32178224/32950928 swapFree=67111528/67111528
[pid=4095] ppid=4093 vsize=1533304 CPUtime=1.99
/proc/4095/stat : 4095 (java) S 4093 4095 3786 0 -1 4202496 9595 0 1 0 196 3 0 0 25 0 19 0 773802 1570103296 8905 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4095/statm: 383326 8905 1439 10 0 380629 0
[pid=4095/tid=4097] ppid=4093 vsize=1533304 CPUtime=1.44
/proc/4095/task/4097/stat : 4097 (java) R 4093 4095 3786 0 -1 4202560 5705 0 1 0 142 2 0 0 25 0 19 0 773803 1570103296 8905 4089446400 134512640 134550932 4290529296 18446744073709551615 4109373799 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4095/tid=4098] ppid=4093 vsize=1533304 CPUtime=0
/proc/4095/task/4098/stat : 4098 (java) S 4093 4095 3786 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 19 0 773804 1570103296 8905 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 0 0 0 0
[pid=4095/tid=4099] ppid=4093 vsize=1533304 CPUtime=0
/proc/4095/task/4099/stat : 4099 (java) S 4093 4095 3786 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 773804 1570103296 8905 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 2 0 0 0
[pid=4095/tid=4100] ppid=4093 vsize=1533304 CPUtime=0
/proc/4095/task/4100/stat : 4100 (java) S 4093 4095 3786 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 773804 1570103296 8905 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 2 0 0 0
[pid=4095/tid=4101] ppid=4093 vsize=1533304 CPUtime=0
/proc/4095/task/4101/stat : 4101 (java) S 4093 4095 3786 0 -1 4202560 136 0 0 0 0 0 0 0 15 0 19 0 773804 1570103296 8905 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 0 0 0 0
[pid=4095/tid=4102] ppid=4093 vsize=1533304 CPUtime=0
/proc/4095/task/4102/stat : 4102 (java) S 4093 4095 3786 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 773804 1570103296 8905 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 2 0 0 0
[pid=4095/tid=4103] ppid=4093 vsize=1533304 CPUtime=0
/proc/4095/task/4103/stat : 4103 (java) S 4093 4095 3786 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 773804 1570103296 8905 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 2 0 0 0
[pid=4095/tid=4104] ppid=4093 vsize=1533304 CPUtime=0
/proc/4095/task/4104/stat : 4104 (java) S 4093 4095 3786 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 773804 1570103296 8905 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 0 0 0 0
[pid=4095/tid=4105] ppid=4093 vsize=1533304 CPUtime=0
/proc/4095/task/4105/stat : 4105 (java) S 4093 4095 3786 0 -1 4202560 332 0 0 0 0 0 0 0 15 0 19 0 773804 1570103296 8905 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 0 0 0 0
[pid=4095/tid=4106] ppid=4093 vsize=1533304 CPUtime=0.02
/proc/4095/task/4106/stat : 4106 (java) S 4093 4095 3786 0 -1 4202560 444 0 0 0 2 0 0 0 16 0 19 0 773805 1570103296 8905 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 0 0 16800975 18446604453941753088 0 0 -1 4 0 0 0
[pid=4095/tid=4107] ppid=4093 vsize=1533304 CPUtime=0
/proc/4095/task/4107/stat : 4107 (java) S 4093 4095 3786 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 773805 1570103296 8905 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 4 0 0 0
[pid=4095/tid=4108] ppid=4093 vsize=1533304 CPUtime=0
/proc/4095/task/4108/stat : 4108 (java) S 4093 4095 3786 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 773805 1570103296 8905 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 4 0 0 0
[pid=4095/tid=4109] ppid=4093 vsize=1533304 CPUtime=0
/proc/4095/task/4109/stat : 4109 (java) S 4093 4095 3786 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 773808 1570103296 8905 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 4 0 0 0
[pid=4095/tid=4110] ppid=4093 vsize=1533304 CPUtime=0.26
/proc/4095/task/4110/stat : 4110 (java) S 4093 4095 3786 0 -1 4202560 636 0 0 0 26 0 0 0 15 0 19 0 773808 1570103296 8905 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 1 0 0 0
[pid=4095/tid=4111] ppid=4093 vsize=1533304 CPUtime=0.25
/proc/4095/task/4111/stat : 4111 (java) S 4093 4095 3786 0 -1 4202560 1066 0 0 0 25 0 0 0 18 0 19 0 773808 1570103296 8905 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 6 0 0 0
[pid=4095/tid=4112] ppid=4093 vsize=1533304 CPUtime=0
/proc/4095/task/4112/stat : 4112 (java) S 4093 4095 3786 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 773808 1570103296 8905 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 4 0 0 0
[pid=4095/tid=4113] ppid=4093 vsize=1533304 CPUtime=0
/proc/4095/task/4113/stat : 4113 (java) S 4093 4095 3786 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 773808 1570103296 8905 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 2 0 0 0
[pid=4095/tid=4114] ppid=4093 vsize=1533304 CPUtime=0
/proc/4095/task/4114/stat : 4114 (java) S 4093 4095 3786 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 773819 1570103296 8905 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 1533304

[startup+3.1015 s]
/proc/loadavg: 2.00 2.04 1.74 4/215 4114
/proc/meminfo: memFree=32173884/32950928 swapFree=67111528/67111528
[pid=4095] ppid=4093 vsize=1533304 CPUtime=3.64
/proc/4095/stat : 4095 (java) S 4093 4095 3786 0 -1 4202496 10506 0 1 0 361 3 0 0 25 0 19 0 773802 1570103296 9813 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4095/statm: 383326 9813 1439 10 0 380629 0
[pid=4095/tid=4097] ppid=4093 vsize=1533304 CPUtime=3
/proc/4095/task/4097/stat : 4097 (java) R 4093 4095 3786 0 -1 4202560 6368 0 1 0 298 2 0 0 25 0 19 0 773803 1570103296 9813 4089446400 134512640 134550932 4290529296 18446744073709551615 4109361735 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=4095/tid=4098] ppid=4093 vsize=1533304 CPUtime=0
/proc/4095/task/4098/stat : 4098 (java) S 4093 4095 3786 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 19 0 773804 1570103296 9813 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 6 0 0 0
[pid=4095/tid=4099] ppid=4093 vsize=1533304 CPUtime=0
/proc/4095/task/4099/stat : 4099 (java) S 4093 4095 3786 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 19 0 773804 1570103296 9813 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 2 0 0 0
[pid=4095/tid=4100] ppid=4093 vsize=1533304 CPUtime=0
/proc/4095/task/4100/stat : 4100 (java) S 4093 4095 3786 0 -1 4202560 172 0 0 0 0 0 0 0 15 0 19 0 773804 1570103296 9813 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 6 0 0 0
[pid=4095/tid=4101] ppid=4093 vsize=1533304 CPUtime=0
/proc/4095/task/4101/stat : 4101 (java) S 4093 4095 3786 0 -1 4202560 136 0 0 0 0 0 0 0 15 0 19 0 773804 1570103296 9813 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 6 0 0 0
[pid=4095/tid=4102] ppid=4093 vsize=1533304 CPUtime=0
/proc/4095/task/4102/stat : 4102 (java) S 4093 4095 3786 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 19 0 773804 1570103296 9813 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 6 0 0 0
[pid=4095/tid=4103] ppid=4093 vsize=1533304 CPUtime=0
/proc/4095/task/4103/stat : 4103 (java) S 4093 4095 3786 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 19 0 773804 1570103296 9813 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 6 0 0 0
[pid=4095/tid=4104] ppid=4093 vsize=1533304 CPUtime=0
/proc/4095/task/4104/stat : 4104 (java) S 4093 4095 3786 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 19 0 773804 1570103296 9813 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 0 0 0 0
[pid=4095/tid=4105] ppid=4093 vsize=1533304 CPUtime=0
/proc/4095/task/4105/stat : 4105 (java) S 4093 4095 3786 0 -1 4202560 332 0 0 0 0 0 0 0 15 0 19 0 773804 1570103296 9813 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 2 0 0 0
[pid=4095/tid=4106] ppid=4093 vsize=1533304 CPUtime=0.04
/proc/4095/task/4106/stat : 4106 (java) S 4093 4095 3786 0 -1 4202560 585 0 0 0 4 0 0 0 16 0 19 0 773805 1570103296 9813 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 0 0 16800975 18446604453941753088 0 0 -1 4 0 0 0
[pid=4095/tid=4107] ppid=4093 vsize=1533304 CPUtime=0
/proc/4095/task/4107/stat : 4107 (java) S 4093 4095 3786 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 773805 1570103296 9813 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 4 0 0 0
[pid=4095/tid=4108] ppid=4093 vsize=1533304 CPUtime=0
/proc/4095/task/4108/stat : 4108 (java) S 4093 4095 3786 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 773805 1570103296 9813 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 4 0 0 0
[pid=4095/tid=4109] ppid=4093 vsize=1533304 CPUtime=0
/proc/4095/task/4109/stat : 4109 (java) S 4093 4095 3786 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 773808 1570103296 9813 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 4 0 0 0
[pid=4095/tid=4110] ppid=4093 vsize=1533304 CPUtime=0.27
/proc/4095/task/4110/stat : 4110 (java) S 4093 4095 3786 0 -1 4202560 637 0 0 0 27 0 0 0 15 0 19 0 773808 1570103296 9813 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 1 0 0 0
[pid=4095/tid=4111] ppid=4093 vsize=1533304 CPUtime=0.28
/proc/4095/task/4111/stat : 4111 (java) S 4093 4095 3786 0 -1 4202560 1073 0 0 0 28 0 0 0 15 0 19 0 773808 1570103296 9813 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 6 0 0 0
[pid=4095/tid=4112] ppid=4093 vsize=1533304 CPUtime=0
/proc/4095/task/4112/stat : 4112 (java) S 4093 4095 3786 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 773808 1570103296 9813 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 4 0 0 0
[pid=4095/tid=4113] ppid=4093 vsize=1533304 CPUtime=0
/proc/4095/task/4113/stat : 4113 (java) S 4093 4095 3786 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 773808 1570103296 9813 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 2 0 0 0
[pid=4095/tid=4114] ppid=4093 vsize=1533304 CPUtime=0
/proc/4095/task/4114/stat : 4114 (java) S 4093 4095 3786 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 773819 1570103296 9813 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 1533304

[startup+6.30088 s]
/proc/loadavg: 2.00 2.04 1.74 3/215 4114
/proc/meminfo: memFree=32169444/32950928 swapFree=67111528/67111528
[pid=4095] ppid=4093 vsize=1533304 CPUtime=6.89
/proc/4095/stat : 4095 (java) S 4093 4095 3786 0 -1 4202496 11665 0 1 0 686 3 0 0 25 0 19 0 773802 1570103296 10923 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4095/statm: 383326 10923 1442 10 0 380629 0
[pid=4095/tid=4097] ppid=4093 vsize=1533304 CPUtime=6.13
/proc/4095/task/4097/stat : 4097 (java) R 4093 4095 3786 0 -1 4202560 7133 0 1 0 611 2 0 0 25 0 19 0 773803 1570103296 10923 4089446400 134512640 134550932 4290529296 18446744073709551615 4109583844 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4095/tid=4098] ppid=4093 vsize=1533304 CPUtime=0
/proc/4095/task/4098/stat : 4098 (java) S 4093 4095 3786 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 19 0 773804 1570103296 10923 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 0 0 0 0
[pid=4095/tid=4099] ppid=4093 vsize=1533304 CPUtime=0
/proc/4095/task/4099/stat : 4099 (java) S 4093 4095 3786 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 19 0 773804 1570103296 10923 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 2 0 0 0
[pid=4095/tid=4100] ppid=4093 vsize=1533304 CPUtime=0
/proc/4095/task/4100/stat : 4100 (java) S 4093 4095 3786 0 -1 4202560 177 0 0 0 0 0 0 0 15 0 19 0 773804 1570103296 10923 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 6 0 0 0
[pid=4095/tid=4101] ppid=4093 vsize=1533304 CPUtime=0
/proc/4095/task/4101/stat : 4101 (java) S 4093 4095 3786 0 -1 4202560 151 0 0 0 0 0 0 0 16 0 19 0 773804 1570103296 10923 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 6 0 0 0
[pid=4095/tid=4102] ppid=4093 vsize=1533304 CPUtime=0
/proc/4095/task/4102/stat : 4102 (java) S 4093 4095 3786 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 19 0 773804 1570103296 10923 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 6 0 0 0
[pid=4095/tid=4103] ppid=4093 vsize=1533304 CPUtime=0
/proc/4095/task/4103/stat : 4103 (java) S 4093 4095 3786 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 19 0 773804 1570103296 10923 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 2 0 0 0
[pid=4095/tid=4104] ppid=4093 vsize=1533304 CPUtime=0
/proc/4095/task/4104/stat : 4104 (java) S 4093 4095 3786 0 -1 4202560 95 0 0 0 0 0 0 0 16 0 19 0 773804 1570103296 10923 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 0 0 0 0
[pid=4095/tid=4105] ppid=4093 vsize=1533304 CPUtime=0
/proc/4095/task/4105/stat : 4105 (java) S 4093 4095 3786 0 -1 4202560 332 0 0 0 0 0 0 0 16 0 19 0 773804 1570103296 10923 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 2 0 0 0
[pid=4095/tid=4106] ppid=4093 vsize=1533304 CPUtime=0.1
/proc/4095/task/4106/stat : 4106 (java) S 4093 4095 3786 0 -1 4202560 748 0 0 0 10 0 0 0 15 0 19 0 773805 1570103296 10923 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 0 0 16800975 18446604453941753088 0 0 -1 4 0 0 0
[pid=4095/tid=4107] ppid=4093 vsize=1533304 CPUtime=0
/proc/4095/task/4107/stat : 4107 (java) S 4093 4095 3786 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 773805 1570103296 10923 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 4 0 0 0
[pid=4095/tid=4108] ppid=4093 vsize=1533304 CPUtime=0
/proc/4095/task/4108/stat : 4108 (java) S 4093 4095 3786 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 773805 1570103296 10923 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 4 0 0 0
[pid=4095/tid=4109] ppid=4093 vsize=1533304 CPUtime=0
/proc/4095/task/4109/stat : 4109 (java) S 4093 4095 3786 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 773808 1570103296 10923 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 4 0 0 0
[pid=4095/tid=4110] ppid=4093 vsize=1533304 CPUtime=0.27
/proc/4095/task/4110/stat : 4110 (java) S 4093 4095 3786 0 -1 4202560 637 0 0 0 27 0 0 0 15 0 19 0 773808 1570103296 10923 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 1 0 0 0
[pid=4095/tid=4111] ppid=4093 vsize=1533304 CPUtime=0.33
/proc/4095/task/4111/stat : 4111 (java) S 4093 4095 3786 0 -1 4202560 1104 0 0 0 33 0 0 0 15 0 19 0 773808 1570103296 10923 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 6 0 0 0
[pid=4095/tid=4112] ppid=4093 vsize=1533304 CPUtime=0
/proc/4095/task/4112/stat : 4112 (java) S 4093 4095 3786 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 773808 1570103296 10923 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 4 0 0 0
[pid=4095/tid=4113] ppid=4093 vsize=1533304 CPUtime=0
/proc/4095/task/4113/stat : 4113 (java) S 4093 4095 3786 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 19 0 773808 1570103296 10923 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 2 0 0 0
[pid=4095/tid=4114] ppid=4093 vsize=1533304 CPUtime=0
/proc/4095/task/4114/stat : 4114 (java) S 4093 4095 3786 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 773819 1570103296 10923 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.89
Current children cumulated vsize (KiB) 1533304

[startup+12.7007 s]
/proc/loadavg: 2.00 2.03 1.74 3/215 4114
/proc/meminfo: memFree=32164744/32950928 swapFree=67111528/67111528
[pid=4095] ppid=4093 vsize=1533304 CPUtime=13.31
/proc/4095/stat : 4095 (java) S 4093 4095 3786 0 -1 4202496 12714 0 1 0 1327 4 0 0 25 0 19 0 773802 1570103296 11960 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4095/statm: 383326 11960 1442 10 0 380629 0
[pid=4095/tid=4097] ppid=4093 vsize=1533304 CPUtime=12.4
/proc/4095/task/4097/stat : 4097 (java) R 4093 4095 3786 0 -1 4202560 8114 0 1 0 1238 2 0 0 25 0 19 0 773803 1570103296 11960 4089446400 134512640 134550932 4290529296 18446744073709551615 4109409670 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4095/tid=4098] ppid=4093 vsize=1533304 CPUtime=0
/proc/4095/task/4098/stat : 4098 (java) S 4093 4095 3786 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 19 0 773804 1570103296 11960 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 0 0 0 0

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

/proc/4095/task/4098/stat : 4098 (java) S 4093 4095 3786 0 -1 4202560 49 0 0 0 3 0 0 0 15 0 19 0 773804 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 6 0 0 0
[pid=4095/tid=4099] ppid=4093 vsize=1533312 CPUtime=0.03
/proc/4095/task/4099/stat : 4099 (java) S 4093 4095 3786 0 -1 4202560 92 0 0 0 3 0 0 0 15 0 19 0 773804 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 2 0 0 0
[pid=4095/tid=4100] ppid=4093 vsize=1533312 CPUtime=0.03
/proc/4095/task/4100/stat : 4100 (java) S 4093 4095 3786 0 -1 4202560 186 0 0 0 3 0 0 0 15 0 19 0 773804 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 2 0 0 0
[pid=4095/tid=4101] ppid=4093 vsize=1533312 CPUtime=0.03
/proc/4095/task/4101/stat : 4101 (java) S 4093 4095 3786 0 -1 4202560 154 0 0 0 3 0 0 0 15 0 19 0 773804 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 0 0 0 0
[pid=4095/tid=4102] ppid=4093 vsize=1533312 CPUtime=0.03
/proc/4095/task/4102/stat : 4102 (java) S 4093 4095 3786 0 -1 4202560 35 0 0 0 3 0 0 0 16 0 19 0 773804 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 0 0 0 0
[pid=4095/tid=4103] ppid=4093 vsize=1533312 CPUtime=0.02
/proc/4095/task/4103/stat : 4103 (java) S 4093 4095 3786 0 -1 4202560 56 0 0 0 2 0 0 0 15 0 19 0 773804 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 6 0 0 0
[pid=4095/tid=4104] ppid=4093 vsize=1533312 CPUtime=0.02
/proc/4095/task/4104/stat : 4104 (java) S 4093 4095 3786 0 -1 4202560 99 0 0 0 2 0 0 0 16 0 19 0 773804 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 2 0 0 0
[pid=4095/tid=4105] ppid=4093 vsize=1533312 CPUtime=0.02
/proc/4095/task/4105/stat : 4105 (java) S 4093 4095 3786 0 -1 4202560 334 0 0 0 2 0 0 0 15 0 19 0 773804 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 2 0 0 0
[pid=4095/tid=4106] ppid=4093 vsize=1533312 CPUtime=1.17
/proc/4095/task/4106/stat : 4106 (java) S 4093 4095 3786 0 -1 4202560 1252 0 0 0 115 2 0 0 15 0 19 0 773805 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 0 0 16800975 18446604453941753088 0 0 -1 4 0 0 0
[pid=4095/tid=4107] ppid=4093 vsize=1533312 CPUtime=0
/proc/4095/task/4107/stat : 4107 (java) S 4093 4095 3786 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 773805 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 4 0 0 0
[pid=4095/tid=4108] ppid=4093 vsize=1533312 CPUtime=0
/proc/4095/task/4108/stat : 4108 (java) S 4093 4095 3786 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 773805 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 4 0 0 0
[pid=4095/tid=4109] ppid=4093 vsize=1533312 CPUtime=0
/proc/4095/task/4109/stat : 4109 (java) S 4093 4095 3786 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 773808 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 4 0 0 0
[pid=4095/tid=4110] ppid=4093 vsize=1533312 CPUtime=0.27
/proc/4095/task/4110/stat : 4110 (java) S 4093 4095 3786 0 -1 4202560 637 0 0 0 27 0 0 0 15 0 19 0 773808 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 1 0 0 0
[pid=4095/tid=4111] ppid=4093 vsize=1533312 CPUtime=0.39
/proc/4095/task/4111/stat : 4111 (java) S 4093 4095 3786 0 -1 4202560 1270 0 0 0 39 0 0 0 15 0 19 0 773808 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 6 0 0 0
[pid=4095/tid=4112] ppid=4093 vsize=1533312 CPUtime=0
/proc/4095/task/4112/stat : 4112 (java) S 4093 4095 3786 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 773808 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 4 0 0 0
[pid=4095/tid=4113] ppid=4093 vsize=1533312 CPUtime=0
/proc/4095/task/4113/stat : 4113 (java) S 4093 4095 3786 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 773808 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 2 0 0 0
[pid=4095/tid=4114] ppid=4093 vsize=1533312 CPUtime=0
/proc/4095/task/4114/stat : 4114 (java) S 4093 4095 3786 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 773819 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 58.25
Current children cumulated vsize (KiB) 1533312

[startup+58.3066 s]
/proc/loadavg: 2.00 2.03 1.75 3/215 4116
/proc/meminfo: memFree=32162452/32950928 swapFree=67111528/67111528
[pid=4095] ppid=4093 vsize=1533312 CPUtime=59.06
/proc/4095/stat : 4095 (java) S 4093 4095 3786 0 -1 4202496 13438 0 1 0 5899 7 0 0 25 0 19 0 773802 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4095/statm: 383328 12434 1442 10 0 380631 0
[pid=4095/tid=4097] ppid=4093 vsize=1533312 CPUtime=56.91
/proc/4095/task/4097/stat : 4097 (java) R 4093 4095 3786 0 -1 4202560 8205 0 1 0 5689 2 0 0 19 0 19 0 773803 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4109409548 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4095/tid=4098] ppid=4093 vsize=1533312 CPUtime=0.03
/proc/4095/task/4098/stat : 4098 (java) S 4093 4095 3786 0 -1 4202560 49 0 0 0 3 0 0 0 16 0 19 0 773804 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 6 0 0 0
[pid=4095/tid=4099] ppid=4093 vsize=1533312 CPUtime=0.03
/proc/4095/task/4099/stat : 4099 (java) S 4093 4095 3786 0 -1 4202560 92 0 0 0 3 0 0 0 15 0 19 0 773804 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 2 0 0 0
[pid=4095/tid=4100] ppid=4093 vsize=1533312 CPUtime=0.03
/proc/4095/task/4100/stat : 4100 (java) S 4093 4095 3786 0 -1 4202560 186 0 0 0 3 0 0 0 16 0 19 0 773804 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 2 0 0 0
[pid=4095/tid=4101] ppid=4093 vsize=1533312 CPUtime=0.03
/proc/4095/task/4101/stat : 4101 (java) S 4093 4095 3786 0 -1 4202560 154 0 0 0 3 0 0 0 15 0 19 0 773804 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 0 0 0 0
[pid=4095/tid=4102] ppid=4093 vsize=1533312 CPUtime=0.03
/proc/4095/task/4102/stat : 4102 (java) S 4093 4095 3786 0 -1 4202560 35 0 0 0 3 0 0 0 15 0 19 0 773804 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 0 0 0 0
[pid=4095/tid=4103] ppid=4093 vsize=1533312 CPUtime=0.02
/proc/4095/task/4103/stat : 4103 (java) S 4093 4095 3786 0 -1 4202560 56 0 0 0 2 0 0 0 15 0 19 0 773804 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 6 0 0 0
[pid=4095/tid=4104] ppid=4093 vsize=1533312 CPUtime=0.02
/proc/4095/task/4104/stat : 4104 (java) S 4093 4095 3786 0 -1 4202560 99 0 0 0 2 0 0 0 15 0 19 0 773804 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 0 0 0 0
[pid=4095/tid=4105] ppid=4093 vsize=1533312 CPUtime=0.02
/proc/4095/task/4105/stat : 4105 (java) S 4093 4095 3786 0 -1 4202560 334 0 0 0 2 0 0 0 15 0 19 0 773804 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 2 0 0 0
[pid=4095/tid=4106] ppid=4093 vsize=1533312 CPUtime=1.19
/proc/4095/task/4106/stat : 4106 (java) S 4093 4095 3786 0 -1 4202560 1252 0 0 0 117 2 0 0 15 0 19 0 773805 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 0 0 16800975 18446604453941753088 0 0 -1 4 0 0 0
[pid=4095/tid=4107] ppid=4093 vsize=1533312 CPUtime=0
/proc/4095/task/4107/stat : 4107 (java) S 4093 4095 3786 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 773805 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 4 0 0 0
[pid=4095/tid=4108] ppid=4093 vsize=1533312 CPUtime=0
/proc/4095/task/4108/stat : 4108 (java) S 4093 4095 3786 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 773805 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 4 0 0 0
[pid=4095/tid=4109] ppid=4093 vsize=1533312 CPUtime=0
/proc/4095/task/4109/stat : 4109 (java) S 4093 4095 3786 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 773808 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 4 0 0 0
[pid=4095/tid=4110] ppid=4093 vsize=1533312 CPUtime=0.27
/proc/4095/task/4110/stat : 4110 (java) S 4093 4095 3786 0 -1 4202560 637 0 0 0 27 0 0 0 15 0 19 0 773808 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 1 0 0 0
[pid=4095/tid=4111] ppid=4093 vsize=1533312 CPUtime=0.39
/proc/4095/task/4111/stat : 4111 (java) S 4093 4095 3786 0 -1 4202560 1270 0 0 0 39 0 0 0 15 0 19 0 773808 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 6 0 0 0
[pid=4095/tid=4112] ppid=4093 vsize=1533312 CPUtime=0
/proc/4095/task/4112/stat : 4112 (java) S 4093 4095 3786 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 773808 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 4 0 0 0
[pid=4095/tid=4113] ppid=4093 vsize=1533312 CPUtime=0
/proc/4095/task/4113/stat : 4113 (java) S 4093 4095 3786 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 773808 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 2 0 0 0
[pid=4095/tid=4114] ppid=4093 vsize=1533312 CPUtime=0
/proc/4095/task/4114/stat : 4114 (java) S 4093 4095 3786 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 773819 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 59.06
Current children cumulated vsize (KiB) 1533312

[startup+59.1015 s]
/proc/loadavg: 2.00 2.03 1.75 3/215 4116
/proc/meminfo: memFree=32162452/32950928 swapFree=67111528/67111528
[pid=4095] ppid=4093 vsize=1533312 CPUtime=59.86
/proc/4095/stat : 4095 (java) S 4093 4095 3786 0 -1 4202496 13440 0 1 0 5979 7 0 0 25 0 19 0 773802 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4095/statm: 383328 12434 1442 10 0 380631 0
[pid=4095/tid=4097] ppid=4093 vsize=1533312 CPUtime=57.68
/proc/4095/task/4097/stat : 4097 (java) R 4093 4095 3786 0 -1 4202560 8207 0 1 0 5766 2 0 0 21 0 19 0 773803 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4109334252 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=4095/tid=4098] ppid=4093 vsize=1533312 CPUtime=0.03
/proc/4095/task/4098/stat : 4098 (java) S 4093 4095 3786 0 -1 4202560 49 0 0 0 3 0 0 0 15 0 19 0 773804 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 6 0 0 0
[pid=4095/tid=4099] ppid=4093 vsize=1533312 CPUtime=0.03
/proc/4095/task/4099/stat : 4099 (java) S 4093 4095 3786 0 -1 4202560 92 0 0 0 3 0 0 0 16 0 19 0 773804 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 2 0 0 0
[pid=4095/tid=4100] ppid=4093 vsize=1533312 CPUtime=0.03
/proc/4095/task/4100/stat : 4100 (java) S 4093 4095 3786 0 -1 4202560 186 0 0 0 3 0 0 0 15 0 19 0 773804 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 2 0 0 0
[pid=4095/tid=4101] ppid=4093 vsize=1533312 CPUtime=0.03
/proc/4095/task/4101/stat : 4101 (java) S 4093 4095 3786 0 -1 4202560 154 0 0 0 3 0 0 0 16 0 19 0 773804 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 0 0 0 0
[pid=4095/tid=4102] ppid=4093 vsize=1533312 CPUtime=0.03
/proc/4095/task/4102/stat : 4102 (java) S 4093 4095 3786 0 -1 4202560 35 0 0 0 3 0 0 0 15 0 19 0 773804 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 0 0 0 0
[pid=4095/tid=4103] ppid=4093 vsize=1533312 CPUtime=0.02
/proc/4095/task/4103/stat : 4103 (java) S 4093 4095 3786 0 -1 4202560 56 0 0 0 2 0 0 0 16 0 19 0 773804 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 6 0 0 0
[pid=4095/tid=4104] ppid=4093 vsize=1533312 CPUtime=0.02
/proc/4095/task/4104/stat : 4104 (java) S 4093 4095 3786 0 -1 4202560 99 0 0 0 2 0 0 0 15 0 19 0 773804 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 0 0 0 0
[pid=4095/tid=4105] ppid=4093 vsize=1533312 CPUtime=0.02
/proc/4095/task/4105/stat : 4105 (java) S 4093 4095 3786 0 -1 4202560 334 0 0 0 2 0 0 0 15 0 19 0 773804 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 2 0 0 0
[pid=4095/tid=4106] ppid=4093 vsize=1533312 CPUtime=1.21
/proc/4095/task/4106/stat : 4106 (java) S 4093 4095 3786 0 -1 4202560 1252 0 0 0 119 2 0 0 15 0 19 0 773805 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 0 0 16800975 18446604453941753088 0 0 -1 4 0 0 0
[pid=4095/tid=4107] ppid=4093 vsize=1533312 CPUtime=0
/proc/4095/task/4107/stat : 4107 (java) S 4093 4095 3786 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 773805 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 4 0 0 0
[pid=4095/tid=4108] ppid=4093 vsize=1533312 CPUtime=0
/proc/4095/task/4108/stat : 4108 (java) S 4093 4095 3786 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 773805 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 4 0 0 0
[pid=4095/tid=4109] ppid=4093 vsize=1533312 CPUtime=0
/proc/4095/task/4109/stat : 4109 (java) S 4093 4095 3786 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 773808 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 4 0 0 0
[pid=4095/tid=4110] ppid=4093 vsize=1533312 CPUtime=0.27
/proc/4095/task/4110/stat : 4110 (java) S 4093 4095 3786 0 -1 4202560 637 0 0 0 27 0 0 0 15 0 19 0 773808 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 1 0 0 0
[pid=4095/tid=4111] ppid=4093 vsize=1533312 CPUtime=0.39
/proc/4095/task/4111/stat : 4111 (java) S 4093 4095 3786 0 -1 4202560 1270 0 0 0 39 0 0 0 15 0 19 0 773808 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 6 0 0 0
[pid=4095/tid=4112] ppid=4093 vsize=1533312 CPUtime=0
/proc/4095/task/4112/stat : 4112 (java) S 4093 4095 3786 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 773808 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 4 0 0 0
[pid=4095/tid=4113] ppid=4093 vsize=1533312 CPUtime=0
/proc/4095/task/4113/stat : 4113 (java) S 4093 4095 3786 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 773808 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 2 0 0 0
[pid=4095/tid=4114] ppid=4093 vsize=1533312 CPUtime=0
/proc/4095/task/4114/stat : 4114 (java) S 4093 4095 3786 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 773819 1570111488 12434 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 59.86
Current children cumulated vsize (KiB) 1533312

[startup+59.5014 s]
/proc/loadavg: 2.00 2.03 1.75 4/215 4116
/proc/meminfo: memFree=32162444/32950928 swapFree=67111528/67111528
[pid=4095] ppid=4093 vsize=1541584 CPUtime=60.49
/proc/4095/stat : 4095 (java) S 4093 4095 3786 0 -1 4202496 16408 0 1 0 6041 8 0 0 25 0 19 0 773802 1578582016 14389 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/4095/statm: 385396 14389 1443 10 0 382699 0
[pid=4095/tid=4097] ppid=4093 vsize=1541584 CPUtime=58.07
/proc/4095/task/4097/stat : 4097 (java) S 4093 4095 3786 0 -1 4202560 8218 0 1 0 5804 3 0 0 22 0 19 0 773803 1578582016 14389 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 2 0 0 0
[pid=4095/tid=4098] ppid=4093 vsize=1541584 CPUtime=0.03
/proc/4095/task/4098/stat : 4098 (java) S 4093 4095 3786 0 -1 4202560 49 0 0 0 3 0 0 0 15 0 19 0 773804 1578582016 14389 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 0 0 0 0
[pid=4095/tid=4099] ppid=4093 vsize=1541584 CPUtime=0.03
/proc/4095/task/4099/stat : 4099 (java) S 4093 4095 3786 0 -1 4202560 92 0 0 0 3 0 0 0 15 0 19 0 773804 1578582016 14389 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 0 0 0 0
[pid=4095/tid=4100] ppid=4093 vsize=1541584 CPUtime=0.03
/proc/4095/task/4100/stat : 4100 (java) S 4093 4095 3786 0 -1 4202560 186 0 0 0 3 0 0 0 15 0 19 0 773804 1578582016 14389 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 2 0 0 0
[pid=4095/tid=4101] ppid=4093 vsize=1541584 CPUtime=0.03
/proc/4095/task/4101/stat : 4101 (java) S 4093 4095 3786 0 -1 4202560 154 0 0 0 3 0 0 0 15 0 19 0 773804 1578582016 14389 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 0 0 0 0
[pid=4095/tid=4102] ppid=4093 vsize=1541584 CPUtime=0.03
/proc/4095/task/4102/stat : 4102 (java) S 4093 4095 3786 0 -1 4202560 35 0 0 0 3 0 0 0 15 0 19 0 773804 1578582016 14389 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 0 0 0 0
[pid=4095/tid=4103] ppid=4093 vsize=1541584 CPUtime=0.02
/proc/4095/task/4103/stat : 4103 (java) S 4093 4095 3786 0 -1 4202560 56 0 0 0 2 0 0 0 15 0 19 0 773804 1578582016 14389 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 0 0 0 0
[pid=4095/tid=4104] ppid=4093 vsize=1541584 CPUtime=0.02
/proc/4095/task/4104/stat : 4104 (java) S 4093 4095 3786 0 -1 4202560 99 0 0 0 2 0 0 0 15 0 19 0 773804 1578582016 14389 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 2 0 0 0
[pid=4095/tid=4105] ppid=4093 vsize=1541584 CPUtime=0.02
/proc/4095/task/4105/stat : 4105 (java) S 4093 4095 3786 0 -1 4202560 334 0 0 0 2 0 0 0 15 0 19 0 773804 1578582016 14389 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 4 0 0 0
[pid=4095/tid=4106] ppid=4093 vsize=1541584 CPUtime=1.22
/proc/4095/task/4106/stat : 4106 (java) S 4093 4095 3786 0 -1 4202560 1257 0 0 0 120 2 0 0 15 0 19 0 773805 1578582016 14389 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 0 0 16800975 18446604453941753088 0 0 -1 4 0 0 0
[pid=4095/tid=4107] ppid=4093 vsize=1541584 CPUtime=0
/proc/4095/task/4107/stat : 4107 (java) S 4093 4095 3786 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 773805 1578582016 14389 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 4 0 0 0
[pid=4095/tid=4108] ppid=4093 vsize=1541584 CPUtime=0
/proc/4095/task/4108/stat : 4108 (java) S 4093 4095 3786 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 773805 1578582016 14389 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 4 0 0 0
[pid=4095/tid=4109] ppid=4093 vsize=1541584 CPUtime=0
/proc/4095/task/4109/stat : 4109 (java) S 4093 4095 3786 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 773808 1578582016 14389 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 4 0 0 0
[pid=4095/tid=4110] ppid=4093 vsize=1541584 CPUtime=0.29
/proc/4095/task/4110/stat : 4110 (java) S 4093 4095 3786 0 -1 4202560 642 0 0 0 29 0 0 0 15 0 19 0 773808 1578582016 14389 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 1 0 0 0
[pid=4095/tid=4111] ppid=4093 vsize=1541584 CPUtime=0.59
/proc/4095/task/4111/stat : 4111 (java) S 4093 4095 3786 0 -1 4202560 4212 0 0 0 59 0 0 0 15 0 19 0 773808 1578582016 14389 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 6 0 0 0
[pid=4095/tid=4112] ppid=4093 vsize=1541584 CPUtime=0
/proc/4095/task/4112/stat : 4112 (java) S 4093 4095 3786 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 19 0 773808 1578582016 14389 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 4 0 0 0
[pid=4095/tid=4113] ppid=4093 vsize=1541584 CPUtime=0
/proc/4095/task/4113/stat : 4113 (java) S 4093 4095 3786 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 773808 1578582016 14389 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 2 0 0 0
[pid=4095/tid=4114] ppid=4093 vsize=1541584 CPUtime=0
/proc/4095/task/4114/stat : 4114 (java) S 4093 4095 3786 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 19 0 773819 1578582016 14389 4089446400 134512640 134550932 4290529296 18446744073709551615 4294960144 0 4 0 16800975 18446604453941753088 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 60.49
Current children cumulated vsize (KiB) 1541584

Child status: 30
Real time (s): 59.5462
CPU time (s): 60.4968
CPU user time (s): 60.4108
CPU system time (s): 0.085986
CPU usage (%): 101.596
Max. virtual memory (cumulated for all children) (KiB): 1541584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 60.4108
system time used= 0.085986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16408
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= 4268
involuntary context switches= 22553

runsolver used 0.109983 second user time and 0.222966 second system time

The end

Launcher Data

Begin job on node122 at 2010-07-05 12:26:43
IDJOB=2698486
IDBENCH=78842
IDSOLVER=1211
FILE ID=node122/2698486-1278325603
PBS_JOBID= 11207453
Free space on /tmp= 74212 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.1
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111224451--soft-33-100-0.wbo
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2698486-1278325603/watcher-2698486-1278325603 -o /tmp/evaluation-result-2698486-1278325603/solver-2698486-1278325603 -C 1800 -W 2000 -M 3800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2698486-1278325603.wbo

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

MD5SUM BENCH= 5926e2c90dc5b6ba4fb54742b482e07b
RANDOM SEED=597869569

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.839
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.81
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.839
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.76
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.839
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.839
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.82
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.839
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:      32207524 kB
Buffers:         21696 kB
Cached:         326132 kB
SwapCached:          0 kB
Active:         376656 kB
Inactive:       267140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32207524 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:              92 kB
Writeback:           0 kB
AnonPages:      296464 kB
Mapped:          20516 kB
Slab:            35716 kB
PageTables:       5532 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1642652 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= 74212 MiB
End job on node122 at 2010-07-05 12:27:42