Trace number 3492422

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 Resolution 2011-06-08OPTIMUM 50.1114 48.8725

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111223220--soft-66-100-0.wbo
MD5SUM3199d968dfdc76b1f122b376f1cc0c5d
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark39
Best CPU time to get the best result obtained on this benchmark2.04269
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 constraints42
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 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1230
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.1.v20110525
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
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		amd64
0.04/0.09	c Free memory 		9996466904
0.04/0.09	c Max memory 		10048897024
0.04/0.09	c Total memory 		10048897024
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 org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
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-3492422-1307909832.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     211
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 => 27
0.09/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.09/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
0.27/0.26	c SATISFIABLE
0.27/0.26	c OPTIMIZING...
0.27/0.26	c Got one! Elapsed wall clock time (in seconds):0.152
0.27/0.26	o 478
0.53/0.35	c Got one! Elapsed wall clock time (in seconds):0.242
0.53/0.35	o 463
0.67/0.42	c Got one! Elapsed wall clock time (in seconds):0.314
0.67/0.42	o 434
0.67/0.48	c cleaning 2913 clauses out of 5831 with flag 1000/5831
0.81/0.57	c Got one! Elapsed wall clock time (in seconds):0.464
0.81/0.57	o 414
0.91/0.67	c cleaning 4343 clauses out of 8695 with flag 3000/11608
1.03/0.73	c Got one! Elapsed wall clock time (in seconds):0.62
1.03/0.73	o 401
1.13/0.84	c cleaning 5009 clauses out of 10025 with flag 4000/17281
1.13/0.87	c Got one! Elapsed wall clock time (in seconds):0.759
1.13/0.87	o 354
1.34/1.00	c cleaning 5250 clauses out of 10507 with flag 5001/22772
1.46/1.19	c cleaning 5624 clauses out of 11258 with flag 11002/28773
1.66/1.32	c Got one! Elapsed wall clock time (in seconds):1.215
1.66/1.32	o 332
1.66/1.36	c cleaning 5676 clauses out of 11357 with flag 1000/34496
1.86/1.54	c cleaning 5834 clauses out of 11682 with flag 7001/40497
2.06/1.71	c Got one! Elapsed wall clock time (in seconds):1.606
2.06/1.71	o 320
2.16/1.87	c Got one! Elapsed wall clock time (in seconds):1.766
2.16/1.87	o 262
2.26/1.93	c cleaning 8489 clauses out of 16985 with flag 1000/51634
2.47/2.12	c cleaning 7243 clauses out of 14496 with flag 7000/57634
2.66/2.33	c cleaning 7116 clauses out of 14253 with flag 14000/64634
2.87/2.56	c cleaning 7563 clauses out of 15138 with flag 22001/72635
3.07/2.72	c Got one! Elapsed wall clock time (in seconds):2.61
3.07/2.72	o 205
3.17/2.90	c cleaning 9089 clauses out of 18181 with flag 5001/83241
3.37/3.09	c cleaning 7542 clauses out of 15091 with flag 11000/89240
3.67/3.32	c cleaning 7269 clauses out of 14549 with flag 18000/96240
3.87/3.56	c cleaning 7639 clauses out of 15281 with flag 26001/104241
4.24/3.92	c cleaning 8319 clauses out of 16643 with flag 35002/113242
4.55/4.30	c cleaning 9155 clauses out of 18322 with flag 45000/123240
4.95/4.67	c cleaning 9586 clauses out of 19174 with flag 55007/133247
5.15/4.84	c Got one! Elapsed wall clock time (in seconds):4.73
5.15/4.84	o 184
5.35/5.05	c cleaning 9820 clauses out of 19650 with flag 5000/143309
5.65/5.30	c cleaning 7907 clauses out of 15831 with flag 11001/149310
5.86/5.56	c cleaning 7458 clauses out of 14923 with flag 18000/156309
6.15/5.83	c cleaning 7727 clauses out of 15465 with flag 26000/164309
6.46/6.13	c cleaning 8364 clauses out of 16739 with flag 35001/173310
6.76/6.44	c cleaning 9181 clauses out of 18376 with flag 45002/183311
7.06/6.77	c cleaning 9595 clauses out of 19193 with flag 55000/193309
7.46/7.11	c cleaning 9796 clauses out of 19598 with flag 65000/203309
7.77/7.45	c cleaning 9897 clauses out of 19802 with flag 75000/213309
7.77/7.47	c Got one! Elapsed wall clock time (in seconds):7.362
7.77/7.47	o 170
7.97/7.63	c cleaning 7548 clauses out of 15101 with flag 5002/218505
8.17/7.83	c cleaning 6772 clauses out of 13551 with flag 11000/224503
8.37/8.05	c cleaning 6887 clauses out of 13780 with flag 18001/231504
8.57/8.28	c Got one! Elapsed wall clock time (in seconds):8.17
8.57/8.28	o 140
8.77/8.46	c cleaning 9720 clauses out of 19452 with flag 5000/244063
8.98/8.68	c cleaning 7859 clauses out of 15732 with flag 11000/250063
9.27/8.90	c cleaning 7432 clauses out of 14873 with flag 18000/257063
9.46/9.17	c cleaning 7716 clauses out of 15442 with flag 26001/265064
9.76/9.47	c cleaning 8360 clauses out of 16727 with flag 35002/274065
10.17/9.82	c cleaning 9176 clauses out of 18365 with flag 45000/284063
10.46/10.15	c cleaning 9587 clauses out of 19190 with flag 55001/294064
10.76/10.47	c cleaning 9793 clauses out of 19602 with flag 65000/304063
11.16/10.81	c cleaning 9897 clauses out of 19810 with flag 75001/314064
11.46/11.15	c cleaning 9950 clauses out of 19915 with flag 85003/324066
11.77/11.47	c cleaning 9977 clauses out of 19964 with flag 95002/334065
12.07/11.79	c cleaning 9987 clauses out of 19985 with flag 105000/344063
12.47/12.14	c cleaning 9995 clauses out of 19999 with flag 115001/354064
12.77/12.46	c cleaning 9995 clauses out of 20003 with flag 125000/364063
13.17/12.81	c cleaning 10001 clauses out of 20009 with flag 135001/374064
13.47/13.14	c cleaning 9994 clauses out of 20007 with flag 145000/384063
13.77/13.47	c cleaning 9999 clauses out of 20014 with flag 155001/394064
14.07/13.79	c cleaning 10001 clauses out of 20016 with flag 165002/404065
14.46/14.11	c cleaning 10004 clauses out of 20015 with flag 175002/414065
14.77/14.43	c cleaning 10001 clauses out of 20009 with flag 185000/424063
15.07/14.77	c cleaning 10002 clauses out of 20009 with flag 195001/434064
15.47/15.10	c cleaning 9998 clauses out of 20007 with flag 205001/444064
15.77/15.42	c cleaning 9999 clauses out of 20008 with flag 215000/454063
16.07/15.74	c cleaning 10000 clauses out of 20009 with flag 225000/464063
16.37/16.08	c cleaning 10000 clauses out of 20012 with flag 235003/474066
16.67/16.40	c cleaning 10000 clauses out of 20010 with flag 245001/484064
17.10/16.74	c cleaning 10001 clauses out of 20011 with flag 255002/494065
17.41/17.07	c cleaning 10001 clauses out of 20010 with flag 265002/504065
17.81/17.40	c cleaning 10001 clauses out of 20007 with flag 275000/514063
18.11/17.74	c cleaning 9997 clauses out of 20006 with flag 285000/524063
18.21/17.87	c Got one! Elapsed wall clock time (in seconds):17.759
18.21/17.87	o 127
18.31/17.90	c cleaning 7646 clauses out of 15301 with flag 1002/529355
18.51/18.10	c cleaning 6823 clauses out of 13654 with flag 7001/535354
18.71/18.33	c cleaning 6914 clauses out of 13833 with flag 14003/542356
19.02/18.60	c cleaning 7456 clauses out of 14918 with flag 22002/550355
19.30/18.92	c cleaning 8228 clauses out of 16461 with flag 31001/559354
19.69/19.34	c cleaning 9113 clauses out of 18232 with flag 41000/569353
20.09/19.75	c cleaning 9557 clauses out of 19119 with flag 51000/579353
20.49/20.11	c cleaning 9775 clauses out of 19562 with flag 61000/589353
20.79/20.46	c cleaning 9889 clauses out of 19789 with flag 71002/599355
20.79/20.49	c Got one! Elapsed wall clock time (in seconds):20.383
20.79/20.49	o 94
20.99/20.67	c cleaning 7621 clauses out of 15247 with flag 5002/604702
21.20/20.88	c cleaning 6806 clauses out of 13624 with flag 11000/610700
21.49/21.11	c cleaning 6906 clauses out of 13819 with flag 18001/617701
21.79/21.41	c cleaning 7451 clauses out of 14913 with flag 26001/625701
22.10/21.73	c cleaning 8223 clauses out of 16461 with flag 35000/634700
22.50/22.12	c cleaning 9113 clauses out of 18238 with flag 45000/644700
22.80/22.48	c cleaning 9560 clauses out of 19126 with flag 55001/654701
23.20/22.88	c cleaning 9779 clauses out of 19568 with flag 65003/664703
23.60/23.26	c cleaning 9886 clauses out of 19788 with flag 75002/674702
24.00/23.61	c cleaning 9943 clauses out of 19900 with flag 85000/684700
24.30/23.99	c cleaning 9973 clauses out of 19958 with flag 95001/694701
24.70/24.38	c cleaning 9990 clauses out of 19986 with flag 105002/704702
25.11/24.76	c cleaning 9993 clauses out of 19994 with flag 115000/714700
25.51/25.14	c cleaning 9994 clauses out of 20002 with flag 125001/724701
25.81/25.48	c cleaning 9998 clauses out of 20007 with flag 135000/734700
26.21/25.81	c cleaning 9998 clauses out of 20009 with flag 145000/744700
26.51/26.17	c cleaning 10003 clauses out of 20014 with flag 155003/754703
26.91/26.51	c cleaning 10001 clauses out of 20009 with flag 165001/764701
27.21/26.86	c cleaning 9994 clauses out of 20007 with flag 175000/774700
27.51/27.19	c cleaning 10004 clauses out of 20015 with flag 185002/784702
27.61/27.24	c Got one! Elapsed wall clock time (in seconds):27.137
27.61/27.24	o 92
27.71/27.37	c cleaning 7654 clauses out of 15316 with flag 4000/790007
27.92/27.56	c cleaning 6826 clauses out of 13662 with flag 10000/796007
28.11/27.79	c cleaning 6913 clauses out of 13837 with flag 17001/803008
28.41/28.07	c cleaning 7459 clauses out of 14925 with flag 25002/811009
28.71/28.37	c cleaning 8227 clauses out of 16464 with flag 34000/820007
29.11/28.75	c cleaning 9113 clauses out of 18239 with flag 44002/830009
29.61/29.21	c cleaning 9559 clauses out of 19126 with flag 54002/840009
30.02/29.62	c cleaning 9779 clauses out of 19565 with flag 64000/850007
30.41/30.00	c cleaning 9883 clauses out of 19786 with flag 74000/860007
30.71/30.38	c cleaning 9943 clauses out of 19903 with flag 84000/870007
31.12/30.75	c cleaning 9972 clauses out of 19960 with flag 94000/880007
31.42/31.09	c cleaning 9986 clauses out of 19988 with flag 104000/890007
31.82/31.44	c cleaning 9995 clauses out of 20002 with flag 114000/900007
32.13/31.79	c cleaning 10000 clauses out of 20008 with flag 124001/910008
32.53/32.14	c cleaning 10001 clauses out of 20009 with flag 134002/920009
32.83/32.46	c Got one! Elapsed wall clock time (in seconds):32.357
32.83/32.46	o 79
33.03/32.69	c cleaning 12358 clauses out of 24725 with flag 5001/934726
33.33/32.90	c cleaning 9179 clauses out of 18368 with flag 11002/940727
33.53/33.14	c cleaning 8090 clauses out of 16188 with flag 18001/947726
33.83/33.40	c cleaning 8046 clauses out of 16100 with flag 26003/955728
34.03/33.70	c cleaning 8523 clauses out of 17051 with flag 35000/964725
34.44/34.05	c cleaning 9261 clauses out of 18529 with flag 45001/974726
34.86/34.50	c cleaning 9630 clauses out of 19267 with flag 55000/984725
35.16/34.84	c cleaning 9815 clauses out of 19638 with flag 65001/994726
35.57/35.22	c cleaning 9908 clauses out of 19823 with flag 75001/1004726
35.86/35.57	c cleaning 9947 clauses out of 19914 with flag 85000/1014725
36.26/35.93	c cleaning 9980 clauses out of 19969 with flag 95002/1024727
36.57/36.25	c cleaning 9986 clauses out of 19987 with flag 105000/1034725
36.97/36.61	c cleaning 9999 clauses out of 20001 with flag 115000/1044725
36.97/36.63	c Got one! Elapsed wall clock time (in seconds):36.523
36.97/36.63	o 74
37.07/36.79	c cleaning 7658 clauses out of 15326 with flag 5000/1050049
37.37/37.01	c cleaning 6824 clauses out of 13669 with flag 11001/1056050
37.57/37.24	c cleaning 6920 clauses out of 13846 with flag 18002/1063051
37.87/37.50	c cleaning 7457 clauses out of 14926 with flag 26002/1071051
38.17/37.84	c cleaning 8230 clauses out of 16468 with flag 35001/1080050
38.47/38.18	c cleaning 9117 clauses out of 18238 with flag 45001/1090050
38.88/38.51	c cleaning 9556 clauses out of 19121 with flag 55001/1100050
39.18/38.82	c cleaning 9778 clauses out of 19565 with flag 65001/1110050
39.48/39.16	c cleaning 9887 clauses out of 19786 with flag 75000/1120049
39.78/39.49	c cleaning 9945 clauses out of 19899 with flag 85000/1130049
40.18/39.83	c cleaning 9974 clauses out of 19955 with flag 95001/1140050
40.18/39.87	c Got one! Elapsed wall clock time (in seconds):39.759
40.18/39.87	o 39
40.38/40.02	c cleaning 7934 clauses out of 15874 with flag 5002/1145943
40.58/40.21	c cleaning 6963 clauses out of 13940 with flag 11002/1151943
40.78/40.43	c cleaning 6983 clauses out of 13975 with flag 18000/1158941
40.99/40.69	c cleaning 7490 clauses out of 14993 with flag 26001/1166942
41.28/40.99	c cleaning 8244 clauses out of 16502 with flag 35000/1175941
41.69/41.35	c cleaning 9125 clauses out of 18259 with flag 45001/1185942
42.09/41.72	c cleaning 9564 clauses out of 19135 with flag 55002/1195943
42.49/42.12	c cleaning 9777 clauses out of 19569 with flag 65000/1205941
42.79/42.49	c cleaning 9889 clauses out of 19793 with flag 75001/1215942
43.20/42.85	c cleaning 9946 clauses out of 19903 with flag 85000/1225941
43.59/43.21	c cleaning 9975 clauses out of 19957 with flag 95000/1235941
43.89/43.58	c cleaning 9986 clauses out of 19984 with flag 105002/1245943
44.30/43.95	c cleaning 9991 clauses out of 19996 with flag 115000/1255941
44.69/44.30	c cleaning 9999 clauses out of 20005 with flag 125000/1265941
45.00/44.64	c cleaning 9998 clauses out of 20006 with flag 135000/1275941
45.30/45.00	c cleaning 9999 clauses out of 20008 with flag 145000/1285941
45.71/45.37	c cleaning 10003 clauses out of 20013 with flag 155004/1295945
46.11/45.72	c cleaning 9996 clauses out of 20007 with flag 165001/1305942
46.41/46.08	c cleaning 10002 clauses out of 20011 with flag 175001/1315942
46.81/46.45	c cleaning 10001 clauses out of 20008 with flag 185000/1325941
47.21/46.81	c cleaning 9999 clauses out of 20007 with flag 195000/1335941
47.51/47.19	c cleaning 9999 clauses out of 20008 with flag 205000/1345941
47.91/47.57	c cleaning 10000 clauses out of 20009 with flag 215000/1355941
48.70/47.94	c cleaning 9999 clauses out of 20009 with flag 225000/1365941
49.48/48.32	c cleaning 10001 clauses out of 20010 with flag 235000/1375941
49.82/48.67	c cleaning 10003 clauses out of 20009 with flag 245000/1385941
50.04/48.85	c starts		: 209
50.04/48.85	c conflicts		: 1391478
50.04/48.85	c decisions		: 2150958
50.04/48.85	c propagations		: 33790170
50.04/48.85	c inspects		: 286756463
50.04/48.85	c shortcuts		: 0
50.04/48.85	c learnt literals	: 8
50.04/48.85	c learnt binary clauses	: 30
50.04/48.85	c learnt ternary clauses	: 640
50.04/48.85	c learnt constraints	: 1391469
50.04/48.85	c ignored constraints	: 0
50.04/48.85	c root simplifications	: 0
50.04/48.85	c removed literals (reason simplification)	: 10210724
50.04/48.85	c reason swapping (by a shorter reason)	: 0
50.04/48.85	c Calls to reduceDB	: 154
50.04/48.85	c number of reductions to clauses (during analyze)	: 0
50.04/48.85	c number of learned constraints concerned by reduction	: 0
50.04/48.85	c number of learning phase by resolution	: 0
50.04/48.85	c number of learning phase by cutting planes	: 0
50.04/48.85	c speed (assignments/second)	: 3761149.82190561
50.04/48.85	c non guided choices	936
50.04/48.85	c learnt constraints type 
50.04/48.85	c constraints type 
50.04/48.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
50.04/48.85	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
50.04/48.85	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
50.04/48.85	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
50.04/48.85	s OPTIMUM FOUND
50.04/48.85	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 
50.04/48.85	c objective function=39
50.04/48.85	c Total wall clock time (in seconds): 48.744

Verifier Data

OK	39

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3492422-1307909832/watcher-3492422-1307909832 -o /tmp/evaluation-result-3492422-1307909832/solver-3492422-1307909832 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492422-1307909832.wbo 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.03 1.96 3/193 23531
/proc/meminfo: memFree=12042788/32951132 swapFree=67054624/67111528
[pid=23531] ppid=23529 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/23531/stat : 23531 (java) R 23529 23531 19566 0 -1 4202496 954 0 0 0 0 0 0 0 25 0 1 0 902582850 23580672 697 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274659846033 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23531/statm: 5757 697 513 9 0 124 0

[startup+0.054122 s]
/proc/loadavg: 2.01 2.03 1.96 3/193 23531
/proc/meminfo: memFree=12042788/32951132 swapFree=67054624/67111528
[pid=23531] ppid=23529 vsize=10467616 CPUtime=0.04 cores=0,2,4,6
/proc/23531/stat : 23531 (java) S 23529 23531 19566 0 -1 4202496 11456 0 1 0 3 1 0 0 25 0 13 0 902582850 10718838784 11152 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676611045 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0
/proc/23531/statm: 2616904 11153 1685 9 0 2607652 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10467616

[startup+0.10114 s]
/proc/loadavg: 2.01 2.03 1.96 3/193 23531
/proc/meminfo: memFree=12042788/32951132 swapFree=67054624/67111528
[pid=23531] ppid=23529 vsize=10540456 CPUtime=0.09 cores=0,2,4,6
/proc/23531/stat : 23531 (java) S 23529 23531 19566 0 -1 4202496 13107 0 1 0 8 1 0 0 25 0 18 0 902582850 10793426944 12779 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23531/statm: 2635114 12779 2092 9 0 2625848 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10540456

[startup+0.301106 s]
/proc/loadavg: 2.01 2.03 1.96 3/193 23531
/proc/meminfo: memFree=12042788/32951132 swapFree=67054624/67111528
[pid=23531] ppid=23529 vsize=10544712 CPUtime=0.53 cores=0,2,4,6
/proc/23531/stat : 23531 (java) S 23529 23531 19566 0 -1 4202496 16164 0 1 0 51 2 0 0 25 0 19 0 902582850 10797785088 14916 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23531/statm: 2636178 14916 2214 9 0 2626912 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 10544712

[startup+0.70099 s]
/proc/loadavg: 2.01 2.03 1.96 3/193 23531
/proc/meminfo: memFree=12042788/32951132 swapFree=67054624/67111528
[pid=23531] ppid=23529 vsize=10544992 CPUtime=1.03 cores=0,2,4,6
/proc/23531/stat : 23531 (java) S 23529 23531 19566 0 -1 4202496 17606 0 1 0 101 2 0 0 25 0 19 0 902582850 10798071808 16054 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23531/statm: 2636248 16054 2246 9 0 2626982 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 10544992

[startup+1.50086 s]
/proc/loadavg: 2.01 2.03 1.96 3/212 23551
/proc/meminfo: memFree=11986680/32951132 swapFree=67054624/67111528
[pid=23531] ppid=23529 vsize=10544992 CPUtime=1.86 cores=0,2,4,6
/proc/23531/stat : 23531 (java) S 23529 23531 19566 0 -1 4202496 17713 0 1 0 184 2 0 0 25 0 19 0 902582850 10798071808 16157 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23531/statm: 2636248 16157 2247 9 0 2626982 0
[pid=23531/tid=23533] ppid=23529 vsize=10544992 CPUtime=1.4 cores=0,2,4,6
/proc/23531/task/23533/stat : 23533 (java) R 23529 23531 19566 0 -1 4202560 12048 0 1 0 139 1 0 0 20 0 19 0 902582851 10798071808 16157 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 46912505699552 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23531/tid=23534] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23534/stat : 23534 (java) S 23529 23531 19566 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 902582853 10798071808 16157 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 6 0 0 0
[pid=23531/tid=23535] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23535/stat : 23535 (java) S 23529 23531 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902582853 10798071808 16157 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 6 0 0 0
[pid=23531/tid=23536] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23536/stat : 23536 (java) S 23529 23531 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902582853 10798071808 16157 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 0 0 0 0
[pid=23531/tid=23537] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23537/stat : 23537 (java) S 23529 23531 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902582853 10798071808 16157 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 4 0 0 0
[pid=23531/tid=23538] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23538/stat : 23538 (java) S 23529 23531 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902582853 10798071808 16157 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 6 0 0 0
[pid=23531/tid=23539] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23539/stat : 23539 (java) S 23529 23531 19566 0 -1 4202560 125 0 0 0 0 0 0 0 15 0 19 0 902582853 10798071808 16157 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 4 0 0 0
[pid=23531/tid=23540] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23540/stat : 23540 (java) S 23529 23531 19566 0 -1 4202560 80 0 0 0 0 0 0 0 16 0 19 0 902582853 10798071808 16157 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 4 0 0 0
[pid=23531/tid=23541] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23541/stat : 23541 (java) S 23529 23531 19566 0 -1 4202560 139 0 0 0 0 0 0 0 16 0 19 0 902582853 10798071808 16157 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 4 0 0 0
[pid=23531/tid=23542] ppid=23529 vsize=10544992 CPUtime=0.06 cores=0,2,4,6
/proc/23531/task/23542/stat : 23542 (java) S 23529 23531 19566 0 -1 4202560 408 0 0 0 6 0 0 0 16 0 19 0 902582854 10798071808 16157 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624896 0 0 0 16800975 18446604441537697024 0 0 -1 2 0 0 0
[pid=23531/tid=23543] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23543/stat : 23543 (java) S 23529 23531 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902582854 10798071808 16157 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 0 0 0 0
[pid=23531/tid=23544] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23544/stat : 23544 (java) S 23529 23531 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902582854 10798071808 16157 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 0 0 0 0
[pid=23531/tid=23545] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23545/stat : 23545 (java) S 23529 23531 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902582856 10798071808 16157 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676631985 0 4 0 16800975 18446604441537697024 0 0 -1 2 0 0 0
[pid=23531/tid=23546] ppid=23529 vsize=10544992 CPUtime=0.19 cores=0,2,4,6
/proc/23531/task/23546/stat : 23546 (java) S 23529 23531 19566 0 -1 4202560 1674 0 0 0 19 0 0 0 19 0 19 0 902582856 10798071808 16157 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 4 0 0 0
[pid=23531/tid=23547] ppid=23529 vsize=10544992 CPUtime=0.16 cores=0,2,4,6
/proc/23531/task/23547/stat : 23547 (java) S 23529 23531 19566 0 -1 4202560 1979 0 0 0 16 0 0 0 19 0 19 0 902582856 10798071808 16157 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 0 0 0 0
[pid=23531/tid=23548] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23548/stat : 23548 (java) S 23529 23531 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902582856 10798071808 16157 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 2 0 0 0
[pid=23531/tid=23549] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23549/stat : 23549 (java) S 23529 23531 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902582856 10798071808 16157 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624896 0 4 0 16800975 18446604441537697024 0 0 -1 0 0 0 0
[pid=23531/tid=23551] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23551/stat : 23551 (java) S 23529 23531 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902582867 10798071808 16157 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624896 0 4 0 16800975 18446604441537697024 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 10544992

[startup+3.10161 s]
/proc/loadavg: 2.01 2.03 1.96 3/212 23551
/proc/meminfo: memFree=11985316/32951132 swapFree=67054624/67111528
[pid=23531] ppid=23529 vsize=10544992 CPUtime=3.47 cores=0,2,4,6
/proc/23531/stat : 23531 (java) S 23529 23531 19566 0 -1 4202496 18072 0 1 0 345 2 0 0 25 0 19 0 902582850 10798071808 16509 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23531/statm: 2636248 16509 2247 9 0 2626982 0
[pid=23531/tid=23533] ppid=23529 vsize=10544992 CPUtime=2.91 cores=0,2,4,6
/proc/23531/task/23533/stat : 23533 (java) S 23529 23531 19566 0 -1 4202560 12056 0 1 0 290 1 0 0 23 0 19 0 902582851 10798071808 16509 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 2 0 0 0
[pid=23531/tid=23534] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23534/stat : 23534 (java) S 23529 23531 19566 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 902582853 10798071808 16509 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 0 0 0 0
[pid=23531/tid=23535] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23535/stat : 23535 (java) S 23529 23531 19566 0 -1 4202560 59 0 0 0 0 0 0 0 15 0 19 0 902582853 10798071808 16509 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 6 0 0 0
[pid=23531/tid=23536] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23536/stat : 23536 (java) S 23529 23531 19566 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 19 0 902582853 10798071808 16509 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 0 0 0 0
[pid=23531/tid=23537] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23537/stat : 23537 (java) S 23529 23531 19566 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902582853 10798071808 16509 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 4 0 0 0
[pid=23531/tid=23538] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23538/stat : 23538 (java) S 23529 23531 19566 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902582853 10798071808 16509 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 6 0 0 0
[pid=23531/tid=23539] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23539/stat : 23539 (java) S 23529 23531 19566 0 -1 4202560 187 0 0 0 0 0 0 0 15 0 19 0 902582853 10798071808 16509 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 4 0 0 0
[pid=23531/tid=23540] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23540/stat : 23540 (java) S 23529 23531 19566 0 -1 4202560 110 0 0 0 0 0 0 0 15 0 19 0 902582853 10798071808 16509 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 4 0 0 0
[pid=23531/tid=23541] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23541/stat : 23541 (java) S 23529 23531 19566 0 -1 4202560 139 0 0 0 0 0 0 0 15 0 19 0 902582853 10798071808 16509 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 6 0 0 0
[pid=23531/tid=23542] ppid=23529 vsize=10544992 CPUtime=0.14 cores=0,2,4,6
/proc/23531/task/23542/stat : 23542 (java) R 23529 23531 19566 0 -1 4202560 544 0 0 0 14 0 0 0 15 0 19 0 902582854 10798071808 16509 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274664502324 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=23531/tid=23543] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23543/stat : 23543 (java) S 23529 23531 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902582854 10798071808 16509 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 0 0 0 0
[pid=23531/tid=23544] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23544/stat : 23544 (java) S 23529 23531 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902582854 10798071808 16509 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 0 0 0 0
[pid=23531/tid=23545] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23545/stat : 23545 (java) S 23529 23531 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902582856 10798071808 16509 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676631985 0 4 0 16800975 18446604441537697024 0 0 -1 2 0 0 0
[pid=23531/tid=23546] ppid=23529 vsize=10544992 CPUtime=0.19 cores=0,2,4,6
/proc/23531/task/23546/stat : 23546 (java) S 23529 23531 19566 0 -1 4202560 1674 0 0 0 19 0 0 0 19 0 19 0 902582856 10798071808 16509 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 4 0 0 0
[pid=23531/tid=23547] ppid=23529 vsize=10544992 CPUtime=0.17 cores=0,2,4,6
/proc/23531/task/23547/stat : 23547 (java) S 23529 23531 19566 0 -1 4202560 1979 0 0 0 17 0 0 0 18 0 19 0 902582856 10798071808 16509 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 0 0 0 0
[pid=23531/tid=23548] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23548/stat : 23548 (java) S 23529 23531 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902582856 10798071808 16509 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 2 0 0 0
[pid=23531/tid=23549] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23549/stat : 23549 (java) S 23529 23531 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902582856 10798071808 16509 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624896 0 4 0 16800975 18446604441537697024 0 0 -1 0 0 0 0
[pid=23531/tid=23551] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23551/stat : 23551 (java) S 23529 23531 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902582867 10798071808 16509 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624896 0 4 0 16800975 18446604441537697024 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 10544992

[startup+6.30106 s]
/proc/loadavg: 2.01 2.03 1.96 3/212 23551
/proc/meminfo: memFree=11984348/32951132 swapFree=67054624/67111528
[pid=23531] ppid=23529 vsize=10544992 CPUtime=6.66 cores=0,2,4,6
/proc/23531/stat : 23531 (java) S 23529 23531 19566 0 -1 4202496 18177 0 1 0 662 4 0 0 25 0 19 0 902582850 10798071808 16595 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23531/statm: 2636248 16595 2247 9 0 2626982 0
[pid=23531/tid=23533] ppid=23529 vsize=10544992 CPUtime=5.93 cores=0,2,4,6
/proc/23531/task/23533/stat : 23533 (java) R 23529 23531 19566 0 -1 4202560 12067 0 1 0 590 3 0 0 19 0 19 0 902582851 10798071808 16595 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 46912505548748 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23531/tid=23534] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23534/stat : 23534 (java) S 23529 23531 19566 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 902582853 10798071808 16595 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 4 0 0 0
[pid=23531/tid=23535] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23535/stat : 23535 (java) S 23529 23531 19566 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 19 0 902582853 10798071808 16595 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 4 0 0 0
[pid=23531/tid=23536] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23536/stat : 23536 (java) S 23529 23531 19566 0 -1 4202560 61 0 0 0 0 0 0 0 15 0 19 0 902582853 10798071808 16595 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 0 0 0 0
[pid=23531/tid=23537] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23537/stat : 23537 (java) S 23529 23531 19566 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902582853 10798071808 16595 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 0 0 0 0
[pid=23531/tid=23538] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23538/stat : 23538 (java) S 23529 23531 19566 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 19 0 902582853 10798071808 16595 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 6 0 0 0
[pid=23531/tid=23539] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23539/stat : 23539 (java) S 23529 23531 19566 0 -1 4202560 187 0 0 0 0 0 0 0 15 0 19 0 902582853 10798071808 16595 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 4 0 0 0
[pid=23531/tid=23540] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23540/stat : 23540 (java) S 23529 23531 19566 0 -1 4202560 126 0 0 0 0 0 0 0 15 0 19 0 902582853 10798071808 16595 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 6 0 0 0
[pid=23531/tid=23541] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23541/stat : 23541 (java) S 23529 23531 19566 0 -1 4202560 141 0 0 0 0 0 0 0 16 0 19 0 902582853 10798071808 16595 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 6 0 0 0
[pid=23531/tid=23542] ppid=23529 vsize=10544992 CPUtime=0.27 cores=0,2,4,6
/proc/23531/task/23542/stat : 23542 (java) S 23529 23531 19566 0 -1 4202560 596 0 0 0 27 0 0 0 16 0 19 0 902582854 10798071808 16595 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624896 0 0 0 16800975 18446604441537697024 0 0 -1 2 0 0 0
[pid=23531/tid=23543] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23543/stat : 23543 (java) S 23529 23531 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902582854 10798071808 16595 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 0 0 0 0
[pid=23531/tid=23544] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23544/stat : 23544 (java) S 23529 23531 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902582854 10798071808 16595 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 0 0 0 0
[pid=23531/tid=23545] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23545/stat : 23545 (java) S 23529 23531 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902582856 10798071808 16595 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676631985 0 4 0 16800975 18446604441537697024 0 0 -1 2 0 0 0
[pid=23531/tid=23546] ppid=23529 vsize=10544992 CPUtime=0.19 cores=0,2,4,6
/proc/23531/task/23546/stat : 23546 (java) S 23529 23531 19566 0 -1 4202560 1674 0 0 0 19 0 0 0 19 0 19 0 902582856 10798071808 16595 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 4 0 0 0
[pid=23531/tid=23547] ppid=23529 vsize=10544992 CPUtime=0.17 cores=0,2,4,6
/proc/23531/task/23547/stat : 23547 (java) S 23529 23531 19566 0 -1 4202560 1979 0 0 0 17 0 0 0 18 0 19 0 902582856 10798071808 16595 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 0 0 0 0
[pid=23531/tid=23548] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23548/stat : 23548 (java) S 23529 23531 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902582856 10798071808 16595 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 2 0 0 0
[pid=23531/tid=23549] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23549/stat : 23549 (java) S 23529 23531 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902582856 10798071808 16595 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624896 0 4 0 16800975 18446604441537697024 0 0 -1 0 0 0 0
[pid=23531/tid=23551] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23551/stat : 23551 (java) S 23529 23531 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902582867 10798071808 16595 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624896 0 4 0 16800975 18446604441537697024 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.66
Current children cumulated vsize (KiB) 10544992

[startup+12.701 s]

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

/proc/23531/task/23534/stat : 23534 (java) S 23529 23531 19566 0 -1 4202560 109 0 0 0 5 0 0 0 15 0 19 0 902582853 10798071808 22172 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 4 0 0 0
[pid=23531/tid=23535] ppid=23529 vsize=10544992 CPUtime=0.04 cores=0,2,4,6
/proc/23531/task/23535/stat : 23535 (java) S 23529 23531 19566 0 -1 4202560 145 0 0 0 4 0 0 0 15 0 19 0 902582853 10798071808 22172 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 0 0 0 0
[pid=23531/tid=23536] ppid=23529 vsize=10544992 CPUtime=0.05 cores=0,2,4,6
/proc/23531/task/23536/stat : 23536 (java) S 23529 23531 19566 0 -1 4202560 69 0 0 0 5 0 0 0 16 0 19 0 902582853 10798071808 22172 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 4 0 0 0
[pid=23531/tid=23537] ppid=23529 vsize=10544992 CPUtime=0.04 cores=0,2,4,6
/proc/23531/task/23537/stat : 23537 (java) S 23529 23531 19566 0 -1 4202560 11 0 0 0 4 0 0 0 16 0 19 0 902582853 10798071808 22172 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 4 0 0 0
[pid=23531/tid=23538] ppid=23529 vsize=10544992 CPUtime=0.04 cores=0,2,4,6
/proc/23531/task/23538/stat : 23538 (java) S 23529 23531 19566 0 -1 4202560 31 0 0 0 4 0 0 0 15 0 19 0 902582853 10798071808 22172 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 6 0 0 0
[pid=23531/tid=23539] ppid=23529 vsize=10544992 CPUtime=0.05 cores=0,2,4,6
/proc/23531/task/23539/stat : 23539 (java) S 23529 23531 19566 0 -1 4202560 196 0 0 0 5 0 0 0 16 0 19 0 902582853 10798071808 22172 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 0 0 0 0
[pid=23531/tid=23540] ppid=23529 vsize=10544992 CPUtime=0.04 cores=0,2,4,6
/proc/23531/task/23540/stat : 23540 (java) S 23529 23531 19566 0 -1 4202560 133 0 0 0 4 0 0 0 16 0 19 0 902582853 10798071808 22172 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 6 0 0 0
[pid=23531/tid=23541] ppid=23529 vsize=10544992 CPUtime=0.03 cores=0,2,4,6
/proc/23531/task/23541/stat : 23541 (java) S 23529 23531 19566 0 -1 4202560 365 0 0 0 3 0 0 0 15 0 19 0 902582853 10798071808 22172 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 0 0 0 0
[pid=23531/tid=23542] ppid=23529 vsize=10544992 CPUtime=2.07 cores=0,2,4,6
/proc/23531/task/23542/stat : 23542 (java) S 23529 23531 19566 0 -1 4202560 1040 0 0 0 204 3 0 0 16 0 19 0 902582854 10798071808 22172 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624896 0 0 0 16800975 18446604441537697024 0 0 -1 2 0 0 0
[pid=23531/tid=23543] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23543/stat : 23543 (java) S 23529 23531 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902582854 10798071808 22172 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 0 0 0 0
[pid=23531/tid=23544] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23544/stat : 23544 (java) S 23529 23531 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902582854 10798071808 22172 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 0 0 0 0
[pid=23531/tid=23545] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23545/stat : 23545 (java) S 23529 23531 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902582856 10798071808 22172 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676631985 0 4 0 16800975 18446604441537697024 0 0 -1 2 0 0 0
[pid=23531/tid=23546] ppid=23529 vsize=10544992 CPUtime=0.22 cores=0,2,4,6
/proc/23531/task/23546/stat : 23546 (java) S 23529 23531 19566 0 -1 4202560 1707 0 0 0 22 0 0 0 17 0 19 0 902582856 10798071808 22172 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 4 0 0 0
[pid=23531/tid=23547] ppid=23529 vsize=10544992 CPUtime=0.54 cores=0,2,4,6
/proc/23531/task/23547/stat : 23547 (java) S 23529 23531 19566 0 -1 4202560 10272 0 0 0 53 1 0 0 16 0 19 0 902582856 10798071808 22172 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 0 0 0 0
[pid=23531/tid=23548] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23548/stat : 23548 (java) S 23529 23531 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902582856 10798071808 22172 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 2 0 0 0
[pid=23531/tid=23549] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23549/stat : 23549 (java) S 23529 23531 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902582856 10798071808 22172 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624896 0 4 0 16800975 18446604441537697024 0 0 -1 4 0 0 0
[pid=23531/tid=23551] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23551/stat : 23551 (java) S 23529 23531 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902582867 10798071808 22172 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624896 0 4 0 16800975 18446604441537697024 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 48.7
Current children cumulated vsize (KiB) 10544992

[startup+48.3008 s]
/proc/loadavg: 2.07 2.04 1.97 4/212 23722
/proc/meminfo: memFree=11940132/32951132 swapFree=67054624/67111528
[pid=23531] ppid=23529 vsize=10544992 CPUtime=49.48 cores=0,2,4,6
/proc/23531/stat : 23531 (java) S 23529 23531 19566 0 -1 4202496 29846 0 1 0 4937 11 0 0 25 0 19 0 902582850 10798071808 23339 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23531/statm: 2636248 23339 2250 9 0 2626982 0
[pid=23531/tid=23533] ppid=23529 vsize=10544992 CPUtime=45.82 cores=0,2,4,6
/proc/23531/task/23533/stat : 23533 (java) R 23529 23531 19566 0 -1 4202560 12197 0 1 0 4577 5 0 0 25 0 19 0 902582851 10798071808 23339 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 46912505753708 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23531/tid=23534] ppid=23529 vsize=10544992 CPUtime=0.05 cores=0,2,4,6
/proc/23531/task/23534/stat : 23534 (java) S 23529 23531 19566 0 -1 4202560 109 0 0 0 5 0 0 0 15 0 19 0 902582853 10798071808 23339 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 4 0 0 0
[pid=23531/tid=23535] ppid=23529 vsize=10544992 CPUtime=0.04 cores=0,2,4,6
/proc/23531/task/23535/stat : 23535 (java) S 23529 23531 19566 0 -1 4202560 145 0 0 0 4 0 0 0 16 0 19 0 902582853 10798071808 23339 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 6 0 0 0
[pid=23531/tid=23536] ppid=23529 vsize=10544992 CPUtime=0.05 cores=0,2,4,6
/proc/23531/task/23536/stat : 23536 (java) S 23529 23531 19566 0 -1 4202560 69 0 0 0 5 0 0 0 15 0 19 0 902582853 10798071808 23339 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 4 0 0 0
[pid=23531/tid=23537] ppid=23529 vsize=10544992 CPUtime=0.04 cores=0,2,4,6
/proc/23531/task/23537/stat : 23537 (java) S 23529 23531 19566 0 -1 4202560 11 0 0 0 4 0 0 0 15 0 19 0 902582853 10798071808 23339 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 4 0 0 0
[pid=23531/tid=23538] ppid=23529 vsize=10544992 CPUtime=0.04 cores=0,2,4,6
/proc/23531/task/23538/stat : 23538 (java) S 23529 23531 19566 0 -1 4202560 31 0 0 0 4 0 0 0 15 0 19 0 902582853 10798071808 23339 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 6 0 0 0
[pid=23531/tid=23539] ppid=23529 vsize=10544992 CPUtime=0.05 cores=0,2,4,6
/proc/23531/task/23539/stat : 23539 (java) S 23529 23531 19566 0 -1 4202560 196 0 0 0 5 0 0 0 15 0 19 0 902582853 10798071808 23339 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 6 0 0 0
[pid=23531/tid=23540] ppid=23529 vsize=10544992 CPUtime=0.04 cores=0,2,4,6
/proc/23531/task/23540/stat : 23540 (java) S 23529 23531 19566 0 -1 4202560 133 0 0 0 4 0 0 0 15 0 19 0 902582853 10798071808 23339 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 6 0 0 0
[pid=23531/tid=23541] ppid=23529 vsize=10544992 CPUtime=0.03 cores=0,2,4,6
/proc/23531/task/23541/stat : 23541 (java) S 23529 23531 19566 0 -1 4202560 365 0 0 0 3 0 0 0 15 0 19 0 902582853 10798071808 23339 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 6 0 0 0
[pid=23531/tid=23542] ppid=23529 vsize=10544992 CPUtime=2.08 cores=0,2,4,6
/proc/23531/task/23542/stat : 23542 (java) S 23529 23531 19566 0 -1 4202560 1040 0 0 0 205 3 0 0 16 0 19 0 902582854 10798071808 23339 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624896 0 0 0 16800975 18446604441537697024 0 0 -1 2 0 0 0
[pid=23531/tid=23543] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23543/stat : 23543 (java) S 23529 23531 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902582854 10798071808 23339 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 0 0 0 0
[pid=23531/tid=23544] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23544/stat : 23544 (java) S 23529 23531 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902582854 10798071808 23339 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 0 0 0 0
[pid=23531/tid=23545] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23545/stat : 23545 (java) S 23529 23531 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902582856 10798071808 23339 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676631985 0 4 0 16800975 18446604441537697024 0 0 -1 2 0 0 0
[pid=23531/tid=23546] ppid=23529 vsize=10544992 CPUtime=0.22 cores=0,2,4,6
/proc/23531/task/23546/stat : 23546 (java) S 23529 23531 19566 0 -1 4202560 1707 0 0 0 22 0 0 0 17 0 19 0 902582856 10798071808 23339 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 4 0 0 0
[pid=23531/tid=23547] ppid=23529 vsize=10544992 CPUtime=0.92 cores=0,2,4,6
/proc/23531/task/23547/stat : 23547 (java) R 23529 23531 19566 0 -1 4202560 12690 0 0 0 91 1 0 0 16 0 19 0 902582856 10798071808 23339 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 46921613350437 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23531/tid=23548] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23548/stat : 23548 (java) S 23529 23531 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902582856 10798071808 23339 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 2 0 0 0
[pid=23531/tid=23549] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23549/stat : 23549 (java) S 23529 23531 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902582856 10798071808 23339 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624896 0 4 0 16800975 18446604441537697024 0 0 -1 4 0 0 0
[pid=23531/tid=23551] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23551/stat : 23551 (java) S 23529 23531 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902582867 10798071808 23339 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624896 0 4 0 16800975 18446604441537697024 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 49.48
Current children cumulated vsize (KiB) 10544992

[startup+48.7007 s]
/proc/loadavg: 2.07 2.04 1.97 4/212 23722
/proc/meminfo: memFree=11940132/32951132 swapFree=67054624/67111528
[pid=23531] ppid=23529 vsize=10544992 CPUtime=49.92 cores=0,2,4,6
/proc/23531/stat : 23531 (java) S 23529 23531 19566 0 -1 4202496 29884 0 1 0 4981 11 0 0 25 0 19 0 902582850 10798071808 22978 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23531/statm: 2636248 22978 2250 9 0 2626982 0
[pid=23531/tid=23533] ppid=23529 vsize=10544992 CPUtime=46.19 cores=0,2,4,6
/proc/23531/task/23533/stat : 23533 (java) R 23529 23531 19566 0 -1 4202560 12199 0 1 0 4614 5 0 0 18 0 19 0 902582851 10798071808 22978 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 46912505585562 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23531/tid=23534] ppid=23529 vsize=10544992 CPUtime=0.05 cores=0,2,4,6
/proc/23531/task/23534/stat : 23534 (java) S 23529 23531 19566 0 -1 4202560 109 0 0 0 5 0 0 0 15 0 19 0 902582853 10798071808 22978 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 4 0 0 0
[pid=23531/tid=23535] ppid=23529 vsize=10544992 CPUtime=0.04 cores=0,2,4,6
/proc/23531/task/23535/stat : 23535 (java) S 23529 23531 19566 0 -1 4202560 145 0 0 0 4 0 0 0 15 0 19 0 902582853 10798071808 22978 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 0 0 0 0
[pid=23531/tid=23536] ppid=23529 vsize=10544992 CPUtime=0.05 cores=0,2,4,6
/proc/23531/task/23536/stat : 23536 (java) S 23529 23531 19566 0 -1 4202560 69 0 0 0 5 0 0 0 15 0 19 0 902582853 10798071808 22978 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 4 0 0 0
[pid=23531/tid=23537] ppid=23529 vsize=10544992 CPUtime=0.04 cores=0,2,4,6
/proc/23531/task/23537/stat : 23537 (java) S 23529 23531 19566 0 -1 4202560 11 0 0 0 4 0 0 0 15 0 19 0 902582853 10798071808 22978 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 4 0 0 0
[pid=23531/tid=23538] ppid=23529 vsize=10544992 CPUtime=0.04 cores=0,2,4,6
/proc/23531/task/23538/stat : 23538 (java) S 23529 23531 19566 0 -1 4202560 31 0 0 0 4 0 0 0 15 0 19 0 902582853 10798071808 22978 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 6 0 0 0
[pid=23531/tid=23539] ppid=23529 vsize=10544992 CPUtime=0.05 cores=0,2,4,6
/proc/23531/task/23539/stat : 23539 (java) S 23529 23531 19566 0 -1 4202560 196 0 0 0 5 0 0 0 15 0 19 0 902582853 10798071808 22978 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 4 0 0 0
[pid=23531/tid=23540] ppid=23529 vsize=10544992 CPUtime=0.04 cores=0,2,4,6
/proc/23531/task/23540/stat : 23540 (java) S 23529 23531 19566 0 -1 4202560 133 0 0 0 4 0 0 0 15 0 19 0 902582853 10798071808 22978 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 6 0 0 0
[pid=23531/tid=23541] ppid=23529 vsize=10544992 CPUtime=0.04 cores=0,2,4,6
/proc/23531/task/23541/stat : 23541 (java) S 23529 23531 19566 0 -1 4202560 365 0 0 0 4 0 0 0 16 0 19 0 902582853 10798071808 22978 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 6 0 0 0
[pid=23531/tid=23542] ppid=23529 vsize=10544992 CPUtime=2.11 cores=0,2,4,6
/proc/23531/task/23542/stat : 23542 (java) S 23529 23531 19566 0 -1 4202560 1042 0 0 0 208 3 0 0 16 0 19 0 902582854 10798071808 22978 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624896 0 0 0 16800975 18446604441537697024 0 0 -1 2 0 0 0
[pid=23531/tid=23543] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23543/stat : 23543 (java) S 23529 23531 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902582854 10798071808 22978 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 0 0 0 0
[pid=23531/tid=23544] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23544/stat : 23544 (java) S 23529 23531 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902582854 10798071808 22978 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 0 0 0 0
[pid=23531/tid=23545] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23545/stat : 23545 (java) S 23529 23531 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902582856 10798071808 22978 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676631985 0 4 0 16800975 18446604441537697024 0 0 -1 2 0 0 0
[pid=23531/tid=23546] ppid=23529 vsize=10544992 CPUtime=0.22 cores=0,2,4,6
/proc/23531/task/23546/stat : 23546 (java) S 23529 23531 19566 0 -1 4202560 1707 0 0 0 22 0 0 0 17 0 19 0 902582856 10798071808 22978 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 4 0 0 0
[pid=23531/tid=23547] ppid=23529 vsize=10544992 CPUtime=0.97 cores=0,2,4,6
/proc/23531/task/23547/stat : 23547 (java) S 23529 23531 19566 0 -1 4202560 12722 0 0 0 96 1 0 0 16 0 19 0 902582856 10798071808 22978 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 0 0 0 0
[pid=23531/tid=23548] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23548/stat : 23548 (java) S 23529 23531 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902582856 10798071808 22978 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 2 0 0 0
[pid=23531/tid=23549] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23549/stat : 23549 (java) S 23529 23531 19566 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902582856 10798071808 22978 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624896 0 4 0 16800975 18446604441537697024 0 0 -1 4 0 0 0
[pid=23531/tid=23551] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23551/stat : 23551 (java) S 23529 23531 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902582867 10798071808 22978 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624896 0 4 0 16800975 18446604441537697024 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 49.92
Current children cumulated vsize (KiB) 10544992

[startup+48.8008 s]
/proc/loadavg: 2.07 2.04 1.97 4/212 23722
/proc/meminfo: memFree=11940132/32951132 swapFree=67054624/67111528
[pid=23531] ppid=23529 vsize=10544992 CPUtime=50.04 cores=0,2,4,6
/proc/23531/stat : 23531 (java) S 23529 23531 19566 0 -1 4202496 29891 0 1 0 4993 11 0 0 25 0 19 0 902582850 10798071808 22984 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23531/statm: 2636248 22984 2250 9 0 2626982 0
[pid=23531/tid=23533] ppid=23529 vsize=10544992 CPUtime=46.29 cores=0,2,4,6
/proc/23531/task/23533/stat : 23533 (java) R 23529 23531 19566 0 -1 4202560 12200 0 1 0 4624 5 0 0 18 0 19 0 902582851 10798071808 22984 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 46912505610748 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23531/tid=23534] ppid=23529 vsize=10544992 CPUtime=0.05 cores=0,2,4,6
/proc/23531/task/23534/stat : 23534 (java) S 23529 23531 19566 0 -1 4202560 109 0 0 0 5 0 0 0 15 0 19 0 902582853 10798071808 22984 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 4 0 0 0
[pid=23531/tid=23535] ppid=23529 vsize=10544992 CPUtime=0.04 cores=0,2,4,6
/proc/23531/task/23535/stat : 23535 (java) S 23529 23531 19566 0 -1 4202560 145 0 0 0 4 0 0 0 15 0 19 0 902582853 10798071808 22984 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 0 0 0 0
[pid=23531/tid=23536] ppid=23529 vsize=10544992 CPUtime=0.05 cores=0,2,4,6
/proc/23531/task/23536/stat : 23536 (java) S 23529 23531 19566 0 -1 4202560 69 0 0 0 5 0 0 0 15 0 19 0 902582853 10798071808 22984 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 4 0 0 0
[pid=23531/tid=23537] ppid=23529 vsize=10544992 CPUtime=0.04 cores=0,2,4,6
/proc/23531/task/23537/stat : 23537 (java) S 23529 23531 19566 0 -1 4202560 11 0 0 0 4 0 0 0 15 0 19 0 902582853 10798071808 22984 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 4 0 0 0
[pid=23531/tid=23538] ppid=23529 vsize=10544992 CPUtime=0.04 cores=0,2,4,6
/proc/23531/task/23538/stat : 23538 (java) S 23529 23531 19566 0 -1 4202560 31 0 0 0 4 0 0 0 15 0 19 0 902582853 10798071808 22984 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 6 0 0 0
[pid=23531/tid=23539] ppid=23529 vsize=10544992 CPUtime=0.05 cores=0,2,4,6
/proc/23531/task/23539/stat : 23539 (java) S 23529 23531 19566 0 -1 4202560 196 0 0 0 5 0 0 0 15 0 19 0 902582853 10798071808 22984 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 4 0 0 0
[pid=23531/tid=23540] ppid=23529 vsize=10544992 CPUtime=0.04 cores=0,2,4,6
/proc/23531/task/23540/stat : 23540 (java) S 23529 23531 19566 0 -1 4202560 133 0 0 0 4 0 0 0 15 0 19 0 902582853 10798071808 22984 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 6 0 0 0
[pid=23531/tid=23541] ppid=23529 vsize=10544992 CPUtime=0.04 cores=0,2,4,6
/proc/23531/task/23541/stat : 23541 (java) S 23529 23531 19566 0 -1 4202560 365 0 0 0 4 0 0 0 16 0 19 0 902582853 10798071808 22984 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 6 0 0 0
[pid=23531/tid=23542] ppid=23529 vsize=10544992 CPUtime=2.11 cores=0,2,4,6
/proc/23531/task/23542/stat : 23542 (java) S 23529 23531 19566 0 -1 4202560 1042 0 0 0 208 3 0 0 16 0 19 0 902582854 10798071808 22984 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624896 0 0 0 16800975 18446604441537697024 0 0 -1 2 0 0 0
[pid=23531/tid=23543] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23543/stat : 23543 (java) S 23529 23531 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902582854 10798071808 22984 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 0 0 0 0
[pid=23531/tid=23544] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23544/stat : 23544 (java) S 23529 23531 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902582854 10798071808 22984 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 0 0 0 0
[pid=23531/tid=23545] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23545/stat : 23545 (java) S 23529 23531 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902582856 10798071808 22984 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676631985 0 4 0 16800975 18446604441537697024 0 0 -1 2 0 0 0
[pid=23531/tid=23546] ppid=23529 vsize=10544992 CPUtime=0.23 cores=0,2,4,6
/proc/23531/task/23546/stat : 23546 (java) S 23529 23531 19566 0 -1 4202560 1712 0 0 0 23 0 0 0 15 0 19 0 902582856 10798071808 22984 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 4 0 0 0
[pid=23531/tid=23547] ppid=23529 vsize=10544992 CPUtime=0.98 cores=0,2,4,6
/proc/23531/task/23547/stat : 23547 (java) S 23529 23531 19566 0 -1 4202560 12723 0 0 0 97 1 0 0 15 0 19 0 902582856 10798071808 22984 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 0 0 0 0
[pid=23531/tid=23548] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23548/stat : 23548 (java) S 23529 23531 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902582856 10798071808 22984 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624281 0 4 0 16800975 18446604441537697024 0 0 -1 2 0 0 0
[pid=23531/tid=23549] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23549/stat : 23549 (java) S 23529 23531 19566 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 902582856 10798071808 22984 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624896 0 4 0 16800975 18446604441537697024 0 0 -1 4 0 0 0
[pid=23531/tid=23551] ppid=23529 vsize=10544992 CPUtime=0 cores=0,2,4,6
/proc/23531/task/23551/stat : 23551 (java) S 23529 23531 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902582867 10798071808 22984 33554432000 1073741824 1073778376 140734576231312 18446744073709551615 274676624896 0 4 0 16800975 18446604441537697024 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.04
Current children cumulated vsize (KiB) 10544992

Child status: 30
Real time (s): 48.8725
CPU time (s): 50.1114
CPU user time (s): 49.9934
CPU system time (s): 0.117982
CPU usage (%): 102.535
Max. virtual memory (cumulated for all children) (KiB): 10545644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 49.9934
system time used= 0.117982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29911
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= 5379
involuntary context switches= 2742

runsolver used 0.084987 second user time and 0.19497 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-12 22:17:12
IDJOB=3492422
IDBENCH=78810
IDSOLVER=1982
FILE ID=node131/3492422-1307909832
RUNJOBID= node131-1307907581-21984
PBS_JOBID= 13559575
Free space on /tmp= 56584 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111223220--soft-66-100-0.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3492422-1307909832/watcher-3492422-1307909832 -o /tmp/evaluation-result-3492422-1307909832/solver-3492422-1307909832 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492422-1307909832.wbo

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

MD5SUM BENCH= 3199d968dfdc76b1f122b376f1cc0c5d
RANDOM SEED=1085108326

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.75
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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      12043084 kB
Buffers:        333244 kB
Cached:       19809308 kB
SwapCached:       9816 kB
Active:       15661452 kB
Inactive:      4561864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      12043084 kB
SwapTotal:    67111528 kB
SwapFree:     67054624 kB
Dirty:             980 kB
Writeback:           0 kB
AnonPages:       78868 kB
Mapped:          21476 kB
Slab:           622020 kB
PageTables:       4948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 10553408 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 56584 MiB
End job on node131 at 2011-06-12 22:18:01