Trace number 354788

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, and are wall clock time (not CPU 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 NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCP 2007-03-23SAT (TO)4 1800.16 1771.02

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_3.opb
MD5SUMd26b3b10be20d9248aac462b86b1f040
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark97.0882
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints8
Minimum length of a constraint45
Maximum length of a constraint46
Number of terms in the objective function 64
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 940
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3331
Number of bits of the biggest sum of numbers12
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 (download as text)

0.11/0.56	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.11/0.56	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.11/0.56	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.11/0.58	c no version file found!!!
0.11/0.58	c sun.arch.data.model	32
0.11/0.58	c java.version	1.6.0
0.11/0.58	c os.name	Linux
0.11/0.58	c os.version	2.6.9-22.EL.rootsmp
0.11/0.58	c os.arch	i386
0.11/0.58	c Free memory 1651659224
0.11/0.58	c Max memory 1654456320
0.11/0.58	c Total memory 1654456320
0.11/0.58	c Number of processors 2
0.16/0.66	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.16/0.66	--- Begin Solver configuration ---
0.16/0.66	c Stops conflict analysis at the first Unique Implication Point
0.16/0.66	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.16/0.66	c Learn all clauses as in MiniSAT
0.16/0.66	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.16/0.66	c VSIDS like heuristics from MiniSAT using a heap
0.16/0.66	c No reason simplification
0.16/0.66	c --- End Solver configuration ---
0.16/0.66	c solving /tmp/evaluation/354788-1176725572/instance-354788-1176725572.opb
0.16/0.66	c reading problem ... 
0.22/0.73	c ... done. Wall clock time 0.077s.
0.22/0.73	c CPU time (experimental) 0.21s.
0.22/0.73	c #vars     94
0.22/0.73	c #constraints  8
3.46/2.58	c SATISFIABLE
3.46/2.58	c OPTIMIZING...
3.46/2.58	c Got one! Elapsed wall clock time (in seconds):1.925
3.46/2.58	o 1363
4.61/3.23	c Got one! Elapsed wall clock time (in seconds):2.578
4.61/3.24	o 1307
5.16/3.74	c Got one! Elapsed wall clock time (in seconds):3.081
5.16/3.74	o 1211
5.68/4.27	c Got one! Elapsed wall clock time (in seconds):3.609
5.68/4.27	o 955
6.19/4.71	c Got one! Elapsed wall clock time (in seconds):4.057
6.19/4.71	o 951
6.60/5.20	c Got one! Elapsed wall clock time (in seconds):4.539
6.60/5.20	o 879
7.53/5.73	c Got one! Elapsed wall clock time (in seconds):5.077
7.53/5.73	o 877
8.07/6.22	c Got one! Elapsed wall clock time (in seconds):5.566
8.07/6.22	o 781
8.59/6.76	c Got one! Elapsed wall clock time (in seconds):6.101
8.59/6.76	o 693
9.22/7.33	c Got one! Elapsed wall clock time (in seconds):6.671
9.22/7.33	o 691
9.72/7.89	c Got one! Elapsed wall clock time (in seconds):7.233
9.72/7.89	o 629
10.39/8.49	c Got one! Elapsed wall clock time (in seconds):7.835
10.39/8.49	o 619
11.11/9.13	c Got one! Elapsed wall clock time (in seconds):8.47
11.11/9.13	o 613
11.72/9.75	c Got one! Elapsed wall clock time (in seconds):9.093
11.72/9.75	o 611
12.43/10.41	c Got one! Elapsed wall clock time (in seconds):9.755
12.43/10.41	o 605
13.05/11.09	c Got one! Elapsed wall clock time (in seconds):10.437
13.05/11.09	o 603
13.85/11.90	c Got one! Elapsed wall clock time (in seconds):11.24
13.85/11.90	o 563
14.67/12.69	c Got one! Elapsed wall clock time (in seconds):12.029
14.67/12.69	o 556
15.48/13.49	c Got one! Elapsed wall clock time (in seconds):12.83
15.48/13.49	o 531
16.39/14.35	c Got one! Elapsed wall clock time (in seconds):13.695
16.39/14.35	o 527
17.29/15.24	c Got one! Elapsed wall clock time (in seconds):14.589
17.29/15.25	o 523
18.30/16.21	c Got one! Elapsed wall clock time (in seconds):15.557
18.30/16.21	o 519
19.22/17.13	c Got one! Elapsed wall clock time (in seconds):16.467
19.22/17.13	o 517
20.12/18.08	c Got one! Elapsed wall clock time (in seconds):17.417
20.12/18.08	o 513
21.23/19.15	c Got one! Elapsed wall clock time (in seconds):18.49
21.23/19.15	o 482
22.25/20.15	c Got one! Elapsed wall clock time (in seconds):19.489
22.25/20.15	o 450
23.25/21.18	c Got one! Elapsed wall clock time (in seconds):20.518
23.25/21.18	o 436
24.63/22.46	c Got one! Elapsed wall clock time (in seconds):21.802
24.63/22.46	o 373
26.15/23.90	c Got one! Elapsed wall clock time (in seconds):23.243
26.15/23.90	o 349
27.86/25.64	c Got one! Elapsed wall clock time (in seconds):24.982
27.86/25.64	o 310
29.18/26.98	c Got one! Elapsed wall clock time (in seconds):26.32
29.18/26.98	o 307
30.80/28.51	c Got one! Elapsed wall clock time (in seconds):27.85
30.80/28.51	o 239
32.40/30.15	c Got one! Elapsed wall clock time (in seconds):29.491
32.40/30.15	o 238
34.31/32.02	c Got one! Elapsed wall clock time (in seconds):31.358
34.31/32.02	o 236
36.23/33.93	c Got one! Elapsed wall clock time (in seconds):33.276
36.23/33.93	o 214
37.64/35.37	c Got one! Elapsed wall clock time (in seconds):34.707
37.64/35.37	o 207
39.16/36.83	c Got one! Elapsed wall clock time (in seconds):36.176
39.16/36.83	o 205
40.67/38.33	c Got one! Elapsed wall clock time (in seconds):37.673
40.67/38.33	o 197
42.70/40.32	c Got one! Elapsed wall clock time (in seconds):39.66
42.70/40.32	o 189
44.41/42.06	c Got one! Elapsed wall clock time (in seconds):41.405
44.41/42.06	o 175
46.44/44.01	c Got one! Elapsed wall clock time (in seconds):43.358
46.44/44.01	o 67
48.34/45.99	c Got one! Elapsed wall clock time (in seconds):45.338
48.34/45.99	o 65
50.45/48.08	c Got one! Elapsed wall clock time (in seconds):47.425
50.45/48.08	o 63
52.17/49.78	c Got one! Elapsed wall clock time (in seconds):49.123
52.17/49.78	o 33
54.69/52.29	c Got one! Elapsed wall clock time (in seconds):51.633
54.69/52.29	o 31
58.83/56.36	c Got one! Elapsed wall clock time (in seconds):55.703
58.83/56.36	o 29
61.89/59.37	c Got one! Elapsed wall clock time (in seconds):58.709
61.89/59.37	o 25
64.50/61.97	c Got one! Elapsed wall clock time (in seconds):61.318
64.50/61.97	o 24
72.88/70.30	c Got one! Elapsed wall clock time (in seconds):69.639
72.88/70.30	o 23
85.23/82.44	c Got one! Elapsed wall clock time (in seconds):81.78
85.23/82.44	o 22
108.81/105.80	c Got one! Elapsed wall clock time (in seconds):105.144
108.81/105.80	o 21
117.69/114.67	c Got one! Elapsed wall clock time (in seconds):114.009
117.69/114.67	o 20
127.77/124.70	c Got one! Elapsed wall clock time (in seconds):124.038
127.77/124.70	o 18
145.03/141.78	c Got one! Elapsed wall clock time (in seconds):141.126
145.03/141.78	o 16
158.35/154.95	c Got one! Elapsed wall clock time (in seconds):154.291
158.35/154.95	o 15
172.26/168.71	c Got one! Elapsed wall clock time (in seconds):168.05
172.26/168.71	o 11
214.95/211.01	c Got one! Elapsed wall clock time (in seconds):210.355
214.95/211.01	o 10
237.26/233.15	c Got one! Elapsed wall clock time (in seconds):232.491
237.26/233.15	o 9
272.69/268.25	c Got one! Elapsed wall clock time (in seconds):267.596
272.69/268.25	o 8
323.72/318.70	c Got one! Elapsed wall clock time (in seconds):318.047
323.72/318.70	o 4
1800.06/1770.92	c starts		: 122
1800.06/1770.92	c conflicts		: 34072
1800.06/1770.92	c decisions		: 47876
1800.06/1770.92	c propagations		: 255724
1800.06/1770.92	c inspects		: 638431208
1800.06/1770.92	c learnt literals	: 0
1800.06/1770.92	c learnt binary clauses	: 0
1800.06/1770.92	c learnt ternary clauses	: 0
1800.06/1770.92	c learnt clauses	: 34072
1800.06/1770.92	c root simplifications	: 0
1800.06/1770.92	c removed literals (reason simplification)	: 0
1800.06/1770.92	c reason swapping (by a shorter reason)	: 0
1800.06/1770.92	c Calls to reduceDB	: 0
1800.06/1770.92	c speed (decisions/second)	: 32.967524825835255
1800.06/1770.92	c non guided choices	793
1800.06/1770.92	s SATISFIABLE
1800.06/1770.92	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
1800.06/1770.92	v -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
1800.06/1770.92	v -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
1800.06/1770.92	v -x82 x83 x84 x85 x86 x87 -x88 -x89 x90 x91 -x92 x93 x94
1800.06/1770.92	c objective function=4
1800.06/1770.92	c Total wall clock time (ms): 1770.267

Verifier Data (download as text)

OK	4

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node46/watcher-354788-1176725572 -o ROOT/results/node46/solver-354788-1176725572 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354788-1176725572/sat4jPseudoCP.jar /tmp/evaluation/354788-1176725572/instance-354788-1176725572.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.87 0.94 0.96 2/78 30366
/proc/meminfo: memFree=1706112/2055920 swapFree=4184556/4192956
[pid=30366] ppid=30364 vsize=152 CPUtime=0
/proc/30366/stat : 30366 (java) D 30364 30366 29198 0 -1 0 42 0 0 0 0 0 0 0 19 0 1 0 27240221 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 7795492 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/30366/statm: 38 26 19 9 0 4 0

[startup+0.0206499 s]
/proc/loadavg: 0.87 0.94 0.96 2/78 30366
/proc/meminfo: memFree=1706112/2055920 swapFree=4184556/4192956
[pid=30366] ppid=30364 vsize=1800 CPUtime=0
/proc/30366/stat : 30366 (java) D 30364 30366 29198 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 27240221 1843200 148 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/30366/statm: 450 148 111 9 0 92 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1800

[startup+0.10167 s]
/proc/loadavg: 0.87 0.94 0.96 2/78 30366
/proc/meminfo: memFree=1706112/2055920 swapFree=4184556/4192956
[pid=30366] ppid=30364 vsize=12412 CPUtime=0
/proc/30366/stat : 30366 (java) S 30364 30366 29198 0 -1 0 750 0 0 0 0 0 0 0 18 0 2 0 27240221 12709888 536 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/30366/statm: 3103 536 229 9 0 1239 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.301708 s]
/proc/loadavg: 0.87 0.94 0.96 2/78 30366
/proc/meminfo: memFree=1706112/2055920 swapFree=4184556/4192956
[pid=30366] ppid=30364 vsize=12916 CPUtime=0.01
/proc/30366/stat : 30366 (java) S 30364 30366 29198 0 -1 0 905 0 1 0 0 1 0 0 18 0 2 0 27240221 13225984 661 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/30366/statm: 3229 661 331 9 0 1243 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12916

[startup+0.70178 s]
/proc/loadavg: 0.87 0.94 0.96 2/78 30366
/proc/meminfo: memFree=1706112/2055920 swapFree=4184556/4192956
[pid=30366] ppid=30364 vsize=1782480 CPUtime=0.22
/proc/30366/stat : 30366 (java) S 30364 30366 29198 0 -1 0 4953 0 1 0 19 3 0 0 18 0 12 0 27240221 1825259520 4691 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30366/statm: 445620 4691 1246 9 0 443232 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 1782480

[startup+1.50293 s]
/proc/loadavg: 0.87 0.94 0.96 3/91 30379
/proc/meminfo: memFree=1685528/2055920 swapFree=4184556/4192956
[pid=30366] ppid=30364 vsize=1794480 CPUtime=1.48
/proc/30366/stat : 30366 (java) S 30364 30366 29198 0 -1 0 15766 0 1 0 140 8 0 0 18 0 13 0 27240221 1837547520 13062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30366/statm: 448620 13062 1294 9 0 446232 0
[pid=30366/tid=30368] ppid=30364 vsize=1794480 CPUtime=0.68
/proc/30366/task/30368/stat : 30368 (java) R 30364 30366 29198 0 -1 64 9644 0 1 0 63 5 0 0 17 0 13 0 27240224 1837547520 13062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109502881 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30369] ppid=30364 vsize=1794480 CPUtime=0
/proc/30366/task/30369/stat : 30369 (java) S 30364 30366 29198 0 -1 64 3 0 0 0 0 0 0 0 18 0 13 0 27240253 1837547520 13062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30370] ppid=30364 vsize=1794480 CPUtime=0
/proc/30366/task/30370/stat : 30370 (java) S 30364 30366 29198 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 27240253 1837547520 13062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30371] ppid=30364 vsize=1794480 CPUtime=0
/proc/30366/task/30371/stat : 30371 (java) S 30364 30366 29198 0 -1 64 2 0 0 0 0 0 0 0 17 0 13 0 27240256 1837547520 13062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30372] ppid=30364 vsize=1794480 CPUtime=0
/proc/30366/task/30372/stat : 30372 (java) S 30364 30366 29198 0 -1 64 10 0 0 0 0 0 0 0 20 0 13 0 27240256 1837547520 13062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30373] ppid=30364 vsize=1794480 CPUtime=0
/proc/30366/task/30373/stat : 30373 (java) S 30364 30366 29198 0 -1 64 4 0 0 0 0 0 0 0 21 0 13 0 27240256 1837547520 13062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30374] ppid=30364 vsize=1794480 CPUtime=0
/proc/30366/task/30374/stat : 30374 (java) S 30364 30366 29198 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 27240261 1837547520 13062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30375] ppid=30364 vsize=1794480 CPUtime=0.41
/proc/30366/task/30375/stat : 30375 (java) R 30364 30366 29198 0 -1 64 2825 0 0 0 40 1 0 0 17 0 13 0 27240261 1837547520 13062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336834 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30376] ppid=30364 vsize=1794480 CPUtime=0.36
/proc/30366/task/30376/stat : 30376 (java) R 30364 30366 29198 0 -1 64 2570 0 0 0 35 1 0 0 17 0 13 0 27240261 1837547520 13062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 8232014 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30377] ppid=30364 vsize=1794480 CPUtime=0
/proc/30366/task/30377/stat : 30377 (java) S 30364 30366 29198 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 27240261 1837547520 13062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30378] ppid=30364 vsize=1794480 CPUtime=0
/proc/30366/task/30378/stat : 30378 (java) S 30364 30366 29198 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 27240261 1837547520 13062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30379] ppid=30364 vsize=1794480 CPUtime=0
/proc/30366/task/30379/stat : 30379 (java) S 30364 30366 29198 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 27240296 1837547520 13062 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1794480

[startup+3.10222 s]
/proc/loadavg: 0.87 0.94 0.96 4/91 30379
/proc/meminfo: memFree=1626328/2055920 swapFree=4184556/4192956
[pid=30366] ppid=30364 vsize=1796776 CPUtime=4.5
/proc/30366/stat : 30366 (java) S 30364 30366 29198 0 -1 0 52712 0 1 0 423 27 0 0 18 0 13 0 27240221 1839898624 42617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30366/statm: 449194 42617 1320 9 0 446806 0
[pid=30366/tid=30368] ppid=30364 vsize=1796776 CPUtime=1.72
/proc/30366/task/30368/stat : 30368 (java) R 30364 30366 29198 0 -1 64 37715 0 1 0 152 20 0 0 20 0 13 0 27240224 1839898624 42617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109489419 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30369] ppid=30364 vsize=1796776 CPUtime=0
/proc/30366/task/30369/stat : 30369 (java) S 30364 30366 29198 0 -1 64 184 0 0 0 0 0 0 0 16 0 13 0 27240253 1839898624 42617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30370] ppid=30364 vsize=1796776 CPUtime=0
/proc/30366/task/30370/stat : 30370 (java) S 30364 30366 29198 0 -1 64 160 0 0 0 0 0 0 0 16 0 13 0 27240253 1839898624 42617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30371] ppid=30364 vsize=1796776 CPUtime=0
/proc/30366/task/30371/stat : 30371 (java) S 30364 30366 29198 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 27240256 1839898624 42617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30372] ppid=30364 vsize=1796776 CPUtime=0
/proc/30366/task/30372/stat : 30372 (java) S 30364 30366 29198 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 27240256 1839898624 42617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30373] ppid=30364 vsize=1796776 CPUtime=0
/proc/30366/task/30373/stat : 30373 (java) S 30364 30366 29198 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 27240256 1839898624 42617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30374] ppid=30364 vsize=1796776 CPUtime=0
/proc/30366/task/30374/stat : 30374 (java) S 30364 30366 29198 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 27240261 1839898624 42617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30375] ppid=30364 vsize=1796776 CPUtime=1.61
/proc/30366/task/30375/stat : 30375 (java) S 30364 30366 29198 0 -1 64 7026 0 0 0 159 2 0 0 17 0 13 0 27240261 1839898624 42617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30376] ppid=30364 vsize=1796776 CPUtime=1.14
/proc/30366/task/30376/stat : 30376 (java) S 30364 30366 29198 0 -1 64 6896 0 0 0 111 3 0 0 16 0 13 0 27240261 1839898624 42617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30377] ppid=30364 vsize=1796776 CPUtime=0
/proc/30366/task/30377/stat : 30377 (java) S 30364 30366 29198 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 27240261 1839898624 42617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30378] ppid=30364 vsize=1796776 CPUtime=0
/proc/30366/task/30378/stat : 30378 (java) S 30364 30366 29198 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 27240261 1839898624 42617 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.5
Current children cumulated vsize (KiB) 1796776

[startup+6.30182 s]
/proc/loadavg: 0.88 0.94 0.96 4/91 30385
/proc/meminfo: memFree=1529344/2055920 swapFree=4184556/4192956
[pid=30366] ppid=30364 vsize=1794520 CPUtime=8.17
/proc/30366/stat : 30366 (java) S 30364 30366 29198 0 -1 0 57178 0 1 0 788 29 0 0 18 0 13 0 27240221 1837588480 43122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30366/statm: 448630 43122 1325 9 0 446242 0
[pid=30366/tid=30368] ppid=30364 vsize=1794520 CPUtime=4.78
/proc/30366/task/30368/stat : 30368 (java) R 30364 30366 29198 0 -1 64 37736 0 1 0 458 20 0 0 18 0 13 0 27240224 1837588480 43122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109534131 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30369] ppid=30364 vsize=1794520 CPUtime=0.05
/proc/30366/task/30369/stat : 30369 (java) S 30364 30366 29198 0 -1 64 1199 0 0 0 5 0 0 0 16 0 13 0 27240253 1837588480 43122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30370] ppid=30364 vsize=1794520 CPUtime=0.05
/proc/30366/task/30370/stat : 30370 (java) S 30364 30366 29198 0 -1 64 1083 0 0 0 5 0 0 0 16 0 13 0 27240253 1837588480 43122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30371] ppid=30364 vsize=1794520 CPUtime=0
/proc/30366/task/30371/stat : 30371 (java) S 30364 30366 29198 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 27240256 1837588480 43122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30372] ppid=30364 vsize=1794520 CPUtime=0
/proc/30366/task/30372/stat : 30372 (java) S 30364 30366 29198 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 27240256 1837588480 43122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30373] ppid=30364 vsize=1794520 CPUtime=0
/proc/30366/task/30373/stat : 30373 (java) S 30364 30366 29198 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 27240256 1837588480 43122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30374] ppid=30364 vsize=1794520 CPUtime=0
/proc/30366/task/30374/stat : 30374 (java) S 30364 30366 29198 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 27240261 1837588480 43122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30375] ppid=30364 vsize=1794520 CPUtime=1.92
/proc/30366/task/30375/stat : 30375 (java) S 30364 30366 29198 0 -1 64 9240 0 0 0 189 3 0 0 16 0 13 0 27240261 1837588480 43122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30376] ppid=30364 vsize=1794520 CPUtime=1.32
/proc/30366/task/30376/stat : 30376 (java) S 30364 30366 29198 0 -1 64 7180 0 0 0 128 4 0 0 16 0 13 0 27240261 1837588480 43122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30377] ppid=30364 vsize=1794520 CPUtime=0
/proc/30366/task/30377/stat : 30377 (java) S 30364 30366 29198 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 27240261 1837588480 43122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30378] ppid=30364 vsize=1794520 CPUtime=0
/proc/30366/task/30378/stat : 30378 (java) S 30364 30366 29198 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 27240261 1837588480 43122 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.17
Current children cumulated vsize (KiB) 1794520

[startup+12.703 s]
/proc/loadavg: 0.89 0.94 0.96 2/91 30396
/proc/meminfo: memFree=1494928/2055920 swapFree=4184556/4192956
[pid=30366] ppid=30364 vsize=1794488 CPUtime=14.77
/proc/30366/stat : 30366 (java) S 30364 30366 29198 0 -1 0 68281 0 1 0 1442 35 0 0 18 0 13 0 27240221 1837555712 53899 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30366/statm: 448622 53899 1332 9 0 446234 0
[pid=30366/tid=30368] ppid=30364 vsize=1794488 CPUtime=11.04
/proc/30366/task/30368/stat : 30368 (java) R 30364 30366 29198 0 -1 64 41817 0 1 0 1082 22 0 0 16 0 13 0 27240224 1837555712 53899 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109554241 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30369] ppid=30364 vsize=1794488 CPUtime=0.18
/proc/30366/task/30369/stat : 30369 (java) S 30364 30366 29198 0 -1 64 4855 0 0 0 16 2 0 0 16 0 13 0 27240253 1837555712 53899 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30370] ppid=30364 vsize=1794488 CPUtime=0.17
/proc/30366/task/30370/stat : 30370 (java) S 30364 30366 29198 0 -1 64 4410 0 0 0 16 1 0 0 16 0 13 0 27240253 1837555712 53899 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30371] ppid=30364 vsize=1794488 CPUtime=0
/proc/30366/task/30371/stat : 30371 (java) S 30364 30366 29198 0 -1 64 31 0 0 0 0 0 0 0 15 0 13 0 27240256 1837555712 53899 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30372] ppid=30364 vsize=1794488 CPUtime=0
/proc/30366/task/30372/stat : 30372 (java) S 30364 30366 29198 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 27240256 1837555712 53899 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30373] ppid=30364 vsize=1794488 CPUtime=0
/proc/30366/task/30373/stat : 30373 (java) S 30364 30366 29198 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 27240256 1837555712 53899 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30374] ppid=30364 vsize=1794488 CPUtime=0
/proc/30366/task/30374/stat : 30374 (java) S 30364 30366 29198 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 27240261 1837555712 53899 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30375] ppid=30364 vsize=1794488 CPUtime=1.96
/proc/30366/task/30375/stat : 30375 (java) S 30364 30366 29198 0 -1 64 9246 0 0 0 193 3 0 0 16 0 13 0 27240261 1837555712 53899 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30376] ppid=30364 vsize=1794488 CPUtime=1.36
/proc/30366/task/30376/stat : 30376 (java) S 30364 30366 29198 0 -1 64 7181 0 0 0 132 4 0 0 16 0 13 0 27240261 1837555712 53899 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30377] ppid=30364 vsize=1794488 CPUtime=0
/proc/30366/task/30377/stat : 30377 (java) S 30364 30366 29198 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 27240261 1837555712 53899 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30378] ppid=30364 vsize=1794488 CPUtime=0
/proc/30366/task/30378/stat : 30378 (java) S 30364 30366 29198 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 27240261 1837555712 53899 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.77
Current children cumulated vsize (KiB) 1794488

[startup+25.5014 s]
/proc/loadavg: 0.92 0.94 0.96 2/91 30408
/proc/meminfo: memFree=1494328/2055920 swapFree=4184556/4192956
[pid=30366] ppid=30364 vsize=1794812 CPUtime=27.76
/proc/30366/stat : 30366 (java) S 30364 30366 29198 0 -1 0 70966 0 1 0 2739 37 0 0 18 0 13 0 27240221 1837887488 53836 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30366/statm: 448703 53836 1334 9 0 446315 0
[pid=30366/tid=30368] ppid=30364 vsize=1794812 CPUtime=23.7
/proc/30366/task/30368/stat : 30368 (java) R 30364 30366 29198 0 -1 64 41839 0 1 0 2348 22 0 0 25 0 13 0 27240224 1837887488 53836 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109553636 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30369] ppid=30364 vsize=1794812 CPUtime=0.29
/proc/30366/task/30369/stat : 30369 (java) S 30364 30366 29198 0 -1 64 6172 0 0 0 27 2 0 0 17 0 13 0 27240253 1837887488 53836 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30370] ppid=30364 vsize=1794812 CPUtime=0.28
/proc/30366/task/30370/stat : 30370 (java) S 30364 30366 29198 0 -1 64 5732 0 0 0 26 2 0 0 16 0 13 0 27240253 1837887488 53836 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30371] ppid=30364 vsize=1794812 CPUtime=0
/proc/30366/task/30371/stat : 30371 (java) S 30364 30366 29198 0 -1 64 31 0 0 0 0 0 0 0 15 0 13 0 27240256 1837887488 53836 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30372] ppid=30364 vsize=1794812 CPUtime=0
/proc/30366/task/30372/stat : 30372 (java) S 30364 30366 29198 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 27240256 1837887488 53836 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30373] ppid=30364 vsize=1794812 CPUtime=0
/proc/30366/task/30373/stat : 30373 (java) S 30364 30366 29198 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 27240256 1837887488 53836 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=30366] ppid=30364 vsize=1794812 CPUtime=1627.83
/proc/30366/stat : 30366 (java) S 30364 30366 29198 0 -1 0 151424 0 1 0 162685 98 0 0 18 0 13 0 27240221 1837887488 108767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30366/statm: 448703 108767 1334 9 0 446315 0
[pid=30366/tid=30368] ppid=30364 vsize=1794812 CPUtime=1575.33
/proc/30366/task/30368/stat : 30368 (java) R 30364 30366 29198 0 -1 64 57888 0 1 0 157489 44 0 0 19 0 13 0 27240224 1837887488 108767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109801850 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30369] ppid=30364 vsize=1794812 CPUtime=24.36
/proc/30366/task/30369/stat : 30369 (java) S 30364 30366 29198 0 -1 64 37960 0 0 0 2419 17 0 0 16 0 13 0 27240253 1837887488 108767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30370] ppid=30364 vsize=1794812 CPUtime=24.36
/proc/30366/task/30370/stat : 30370 (java) S 30364 30366 29198 0 -1 64 38238 0 0 0 2417 19 0 0 16 0 13 0 27240253 1837887488 108767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30371] ppid=30364 vsize=1794812 CPUtime=0.22
/proc/30366/task/30371/stat : 30371 (java) S 30364 30366 29198 0 -1 64 98 0 0 0 13 9 0 0 15 0 13 0 27240256 1837887488 108767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30372] ppid=30364 vsize=1794812 CPUtime=0
/proc/30366/task/30372/stat : 30372 (java) S 30364 30366 29198 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 27240256 1837887488 108767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30373] ppid=30364 vsize=1794812 CPUtime=0
/proc/30366/task/30373/stat : 30373 (java) S 30364 30366 29198 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 27240256 1837887488 108767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30374] ppid=30364 vsize=1794812 CPUtime=0
/proc/30366/task/30374/stat : 30374 (java) S 30364 30366 29198 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 27240261 1837887488 108767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30375] ppid=30364 vsize=1794812 CPUtime=2.05
/proc/30366/task/30375/stat : 30375 (java) S 30364 30366 29198 0 -1 64 9247 0 0 0 202 3 0 0 17 0 13 0 27240261 1837887488 108767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30376] ppid=30364 vsize=1794812 CPUtime=1.44
/proc/30366/task/30376/stat : 30376 (java) S 30364 30366 29198 0 -1 64 7185 0 0 0 140 4 0 0 16 0 13 0 27240261 1837887488 108767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30377] ppid=30364 vsize=1794812 CPUtime=0
/proc/30366/task/30377/stat : 30377 (java) S 30364 30366 29198 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 27240261 1837887488 108767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30378] ppid=30364 vsize=1794812 CPUtime=0
/proc/30366/task/30378/stat : 30378 (java) S 30364 30366 29198 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 27240261 1837887488 108767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30439] ppid=30364 vsize=1794812 CPUtime=0
/proc/30366/task/30439/stat : 30439 (java) S 30364 30366 29198 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 27272093 1837887488 108767 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1627.83
Current children cumulated vsize (KiB) 1794812

[startup+1662.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/91 30441
/proc/meminfo: memFree=1267584/2055920 swapFree=4184556/4192956
[pid=30366] ppid=30364 vsize=1794812 CPUtime=1689.11
/proc/30366/stat : 30366 (java) S 30364 30366 29198 0 -1 0 152697 0 1 0 168811 100 0 0 18 0 13 0 27240221 1837887488 109940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30366/statm: 448703 109940 1334 9 0 446315 0
[pid=30366/tid=30368] ppid=30364 vsize=1794812 CPUtime=1633.98
/proc/30366/task/30368/stat : 30368 (java) R 30364 30366 29198 0 -1 64 57915 0 1 0 163354 44 0 0 25 0 13 0 27240224 1837887488 109940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109546210 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30369] ppid=30364 vsize=1794812 CPUtime=25.68
/proc/30366/task/30369/stat : 30369 (java) S 30364 30366 29198 0 -1 64 39011 0 0 0 2550 18 0 0 16 0 13 0 27240253 1837887488 109940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30370] ppid=30364 vsize=1794812 CPUtime=25.67
/proc/30366/task/30370/stat : 30370 (java) S 30364 30366 29198 0 -1 64 38433 0 0 0 2548 19 0 0 17 0 13 0 27240253 1837887488 109940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30371] ppid=30364 vsize=1794812 CPUtime=0.23
/proc/30366/task/30371/stat : 30371 (java) S 30364 30366 29198 0 -1 64 98 0 0 0 14 9 0 0 15 0 13 0 27240256 1837887488 109940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30372] ppid=30364 vsize=1794812 CPUtime=0
/proc/30366/task/30372/stat : 30372 (java) S 30364 30366 29198 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 27240256 1837887488 109940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30373] ppid=30364 vsize=1794812 CPUtime=0
/proc/30366/task/30373/stat : 30373 (java) S 30364 30366 29198 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 27240256 1837887488 109940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30374] ppid=30364 vsize=1794812 CPUtime=0
/proc/30366/task/30374/stat : 30374 (java) S 30364 30366 29198 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 27240261 1837887488 109940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30375] ppid=30364 vsize=1794812 CPUtime=2.05
/proc/30366/task/30375/stat : 30375 (java) S 30364 30366 29198 0 -1 64 9247 0 0 0 202 3 0 0 17 0 13 0 27240261 1837887488 109940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30376] ppid=30364 vsize=1794812 CPUtime=1.44
/proc/30366/task/30376/stat : 30376 (java) S 30364 30366 29198 0 -1 64 7185 0 0 0 140 4 0 0 16 0 13 0 27240261 1837887488 109940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30377] ppid=30364 vsize=1794812 CPUtime=0
/proc/30366/task/30377/stat : 30377 (java) S 30364 30366 29198 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 27240261 1837887488 109940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30378] ppid=30364 vsize=1794812 CPUtime=0
/proc/30366/task/30378/stat : 30378 (java) S 30364 30366 29198 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 27240261 1837887488 109940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30439] ppid=30364 vsize=1794812 CPUtime=0
/proc/30366/task/30439/stat : 30439 (java) S 30364 30366 29198 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 27272093 1837887488 109940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1689.11
Current children cumulated vsize (KiB) 1794812

[startup+1722.3 s]
/proc/loadavg: 1.00 1.01 1.00 2/91 30441
/proc/meminfo: memFree=1263360/2055920 swapFree=4184556/4192956
[pid=30366] ppid=30364 vsize=1794812 CPUtime=1750.38
/proc/30366/stat : 30366 (java) S 30364 30366 29198 0 -1 0 153696 0 1 0 174937 101 0 0 18 0 13 0 27240221 1837887488 110904 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30366/statm: 448703 110904 1334 9 0 446315 0
[pid=30366/tid=30368] ppid=30364 vsize=1794812 CPUtime=1692.66
/proc/30366/task/30368/stat : 30368 (java) R 30364 30366 29198 0 -1 64 57941 0 1 0 169221 45 0 0 25 0 13 0 27240224 1837887488 110904 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109801850 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30369] ppid=30364 vsize=1794812 CPUtime=26.97
/proc/30366/task/30369/stat : 30369 (java) S 30364 30366 29198 0 -1 64 39267 0 0 0 2679 18 0 0 16 0 13 0 27240253 1837887488 110904 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30370] ppid=30364 vsize=1794812 CPUtime=26.97
/proc/30366/task/30370/stat : 30370 (java) S 30364 30366 29198 0 -1 64 39150 0 0 0 2678 19 0 0 16 0 13 0 27240253 1837887488 110904 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30371] ppid=30364 vsize=1794812 CPUtime=0.23
/proc/30366/task/30371/stat : 30371 (java) S 30364 30366 29198 0 -1 64 98 0 0 0 14 9 0 0 16 0 13 0 27240256 1837887488 110904 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30372] ppid=30364 vsize=1794812 CPUtime=0
/proc/30366/task/30372/stat : 30372 (java) S 30364 30366 29198 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 27240256 1837887488 110904 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30373] ppid=30364 vsize=1794812 CPUtime=0
/proc/30366/task/30373/stat : 30373 (java) S 30364 30366 29198 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 27240256 1837887488 110904 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30374] ppid=30364 vsize=1794812 CPUtime=0
/proc/30366/task/30374/stat : 30374 (java) S 30364 30366 29198 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 27240261 1837887488 110904 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30375] ppid=30364 vsize=1794812 CPUtime=2.05
/proc/30366/task/30375/stat : 30375 (java) S 30364 30366 29198 0 -1 64 9247 0 0 0 202 3 0 0 17 0 13 0 27240261 1837887488 110904 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30376] ppid=30364 vsize=1794812 CPUtime=1.44
/proc/30366/task/30376/stat : 30376 (java) S 30364 30366 29198 0 -1 64 7185 0 0 0 140 4 0 0 16 0 13 0 27240261 1837887488 110904 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30377] ppid=30364 vsize=1794812 CPUtime=0
/proc/30366/task/30377/stat : 30377 (java) S 30364 30366 29198 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 27240261 1837887488 110904 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30378] ppid=30364 vsize=1794812 CPUtime=0
/proc/30366/task/30378/stat : 30378 (java) S 30364 30366 29198 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 27240261 1837887488 110904 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30439] ppid=30364 vsize=1794812 CPUtime=0
/proc/30366/task/30439/stat : 30439 (java) S 30364 30366 29198 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 27272093 1837887488 110904 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1750.38
Current children cumulated vsize (KiB) 1794812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1770.9 s]
/proc/loadavg: 1.04 1.02 1.00 2/91 30441
/proc/meminfo: memFree=1259904/2055920 swapFree=4184556/4192956
[pid=30366] ppid=30364 vsize=1794812 CPUtime=1800.06
/proc/30366/stat : 30366 (java) S 30364 30366 29198 0 -1 0 154601 0 1 0 179904 102 0 0 18 0 13 0 27240221 1837887488 111750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30366/statm: 448703 111750 1334 9 0 446315 0
[pid=30366/tid=30368] ppid=30364 vsize=1794812 CPUtime=1740.11
/proc/30366/task/30368/stat : 30368 (java) R 30364 30366 29198 0 -1 64 57963 0 1 0 173966 45 0 0 25 0 13 0 27240224 1837887488 111750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109546968 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30369] ppid=30364 vsize=1794812 CPUtime=28.08
/proc/30366/task/30369/stat : 30369 (java) S 30364 30366 29198 0 -1 64 39583 0 0 0 2790 18 0 0 16 0 13 0 27240253 1837887488 111750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30370] ppid=30364 vsize=1794812 CPUtime=28.07
/proc/30366/task/30370/stat : 30370 (java) S 30364 30366 29198 0 -1 64 39717 0 0 0 2788 19 0 0 16 0 13 0 27240253 1837887488 111750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30371] ppid=30364 vsize=1794812 CPUtime=0.25
/proc/30366/task/30371/stat : 30371 (java) S 30364 30366 29198 0 -1 64 98 0 0 0 15 10 0 0 16 0 13 0 27240256 1837887488 111750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30372] ppid=30364 vsize=1794812 CPUtime=0
/proc/30366/task/30372/stat : 30372 (java) S 30364 30366 29198 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 27240256 1837887488 111750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30373] ppid=30364 vsize=1794812 CPUtime=0
/proc/30366/task/30373/stat : 30373 (java) S 30364 30366 29198 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 27240256 1837887488 111750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30374] ppid=30364 vsize=1794812 CPUtime=0
/proc/30366/task/30374/stat : 30374 (java) S 30364 30366 29198 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 27240261 1837887488 111750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30375] ppid=30364 vsize=1794812 CPUtime=2.05
/proc/30366/task/30375/stat : 30375 (java) S 30364 30366 29198 0 -1 64 9247 0 0 0 202 3 0 0 17 0 13 0 27240261 1837887488 111750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30376] ppid=30364 vsize=1794812 CPUtime=1.44
/proc/30366/task/30376/stat : 30376 (java) S 30364 30366 29198 0 -1 64 7185 0 0 0 140 4 0 0 16 0 13 0 27240261 1837887488 111750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30377] ppid=30364 vsize=1794812 CPUtime=0
/proc/30366/task/30377/stat : 30377 (java) S 30364 30366 29198 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 27240261 1837887488 111750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30378] ppid=30364 vsize=1794812 CPUtime=0
/proc/30366/task/30378/stat : 30378 (java) S 30364 30366 29198 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 27240261 1837887488 111750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30439] ppid=30364 vsize=1794812 CPUtime=0
/proc/30366/task/30439/stat : 30439 (java) S 30364 30366 29198 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 27272093 1837887488 111750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1794812

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

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

[startup+1770.9 s]
/proc/loadavg: 1.04 1.02 1.00 2/91 30441
/proc/meminfo: memFree=1259904/2055920 swapFree=4184556/4192956
[pid=30366] ppid=30364 vsize=1794812 CPUtime=1800.06
/proc/30366/stat : 30366 (java) S 30364 30366 29198 0 -1 0 154601 0 1 0 179904 102 0 0 18 0 13 0 27240221 1837887488 111750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30366/statm: 448703 111750 1334 9 0 446315 0
[pid=30366/tid=30368] ppid=30364 vsize=1794812 CPUtime=1740.11
/proc/30366/task/30368/stat : 30368 (java) R 30364 30366 29198 0 -1 64 57963 0 1 0 173966 45 0 0 25 0 13 0 27240224 1837887488 111750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109546968 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30369] ppid=30364 vsize=1794812 CPUtime=28.08
/proc/30366/task/30369/stat : 30369 (java) S 30364 30366 29198 0 -1 64 39583 0 0 0 2790 18 0 0 16 0 13 0 27240253 1837887488 111750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30370] ppid=30364 vsize=1794812 CPUtime=28.07
/proc/30366/task/30370/stat : 30370 (java) S 30364 30366 29198 0 -1 64 39717 0 0 0 2788 19 0 0 16 0 13 0 27240253 1837887488 111750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30371] ppid=30364 vsize=1794812 CPUtime=0.25
/proc/30366/task/30371/stat : 30371 (java) S 30364 30366 29198 0 -1 64 98 0 0 0 15 10 0 0 16 0 13 0 27240256 1837887488 111750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30372] ppid=30364 vsize=1794812 CPUtime=0
/proc/30366/task/30372/stat : 30372 (java) S 30364 30366 29198 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 27240256 1837887488 111750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30373] ppid=30364 vsize=1794812 CPUtime=0
/proc/30366/task/30373/stat : 30373 (java) S 30364 30366 29198 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 27240256 1837887488 111750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30374] ppid=30364 vsize=1794812 CPUtime=0
/proc/30366/task/30374/stat : 30374 (java) S 30364 30366 29198 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 27240261 1837887488 111750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30375] ppid=30364 vsize=1794812 CPUtime=2.05
/proc/30366/task/30375/stat : 30375 (java) S 30364 30366 29198 0 -1 64 9247 0 0 0 202 3 0 0 17 0 13 0 27240261 1837887488 111750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30376] ppid=30364 vsize=1794812 CPUtime=1.44
/proc/30366/task/30376/stat : 30376 (java) S 30364 30366 29198 0 -1 64 7185 0 0 0 140 4 0 0 16 0 13 0 27240261 1837887488 111750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30377] ppid=30364 vsize=1794812 CPUtime=0
/proc/30366/task/30377/stat : 30377 (java) S 30364 30366 29198 0 -1 64 2 0 0 0 0 0 0 0 23 0 13 0 27240261 1837887488 111750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30366/tid=30378] ppid=30364 vsize=1794812 CPUtime=0
/proc/30366/task/30378/stat : 30378 (java) S 30364 30366 29198 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 27240261 1837887488 111750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30366/tid=30439] ppid=30364 vsize=1794812 CPUtime=0
/proc/30366/task/30439/stat : 30439 (java) S 30364 30366 29198 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 27272093 1837887488 111750 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1794812

Child status: 143
Real time (s): 1771.02
CPU time (s): 1800.16
CPU user time (s): 1799.07
CPU system time (s): 1.09483
CPU usage (%): 101.646
Max. virtual memory (cumulated for all children) (KiB): 1801036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.07
system time used= 1.09483
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 154616
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= 45089
involuntary context switches= 58260

runsolver used 1.82772 second user time and 4.83127 second system time

The end

Launcher Data (download as text)

Begin job on node46 on Mon Apr 16 12:12:52 UTC 2007

IDJOB= 354788
IDBENCH= 2896
IDSOLVER= 160
FILE ID= node46/354788-1176725572

PBS_JOBID= 4559466

Free space on /tmp= 66169 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_3.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354788-1176725572/sat4jPseudoCP.jar /tmp/evaluation/354788-1176725572/instance-354788-1176725572.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node46/watcher-354788-1176725572 -o ROOT/results/node46/solver-354788-1176725572 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354788-1176725572/sat4jPseudoCP.jar /tmp/evaluation/354788-1176725572/instance-354788-1176725572.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  d26b3b10be20d9248aac462b86b1f040

RANDOM SEED= 182736715

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node46.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.268
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.268
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1706712 kB
Buffers:         18888 kB
Cached:         129420 kB
SwapCached:       3060 kB
Active:         169472 kB
Inactive:       124856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1706712 kB
SwapTotal:     4192956 kB
SwapFree:      4184556 kB
Dirty:            3692 kB
Writeback:           0 kB
Mapped:         160692 kB
Slab:            40264 kB
Committed_AS:  1910384 kB
PageTables:       1944 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66169 MiB

End job on node46 on Mon Apr 16 12:42:25 UTC 2007