Trace number 278372

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 NameAnswerCPU timeWall clock time
AbsconMax 109 PFCOPTIMUM 159.972 160.647

General information on the benchmark

NameMaxCSP/cnf/2-40-100-1000/
cnf-2-40-500-633421_ext.xml
MD5SUM43d6e82bfb21b8b1be61fdff03b044ef
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints299
Best CPU time to get the best result obtained on this benchmark0.636902
SatisfiableYES
(Un)Satisfiability was proved
Number of variables40
Number of constraints369
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension369
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

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.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=pfc.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/278372-1169287627/unknown.xml
0.37	   
0.37	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.40	     nbVariables=40  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2
0.40	       =>  wckTime=0.09  cpuTime=0.08  mem=6M910
0.40	   
0.40	   relations being loaded...
0.41	   
0.41	   constraints being loaded...
0.52	     nbConstraints=369  nbRelationTypes=13  nbExtensionStructures=13  nbSharedExtensionStructures=356
0.52	     nbConflictsStructures=13  nbSharedConflictsStructures=356  nbSharedBinaryRepresentations=48  maxDegree=24
0.52	     maxArity=2
0.52	       =>  wckTime=0.217  cpuTime=0.15  mem=8M877
0.56	   
0.56	   solver LocalSearchSolver being built... 
0.60	       =>  wckTime=0.296  cpuTime=0.2  mem=5M548
0.60	
0.60	s SATISFIABLE
0.61	o 270
0.61	c 99
0.61	o 274
0.61	c 95
0.61	o 278
0.61	c 91
0.61	o 282
0.61	c 87
0.61	o 284
0.61	c 85
0.61	o 287
0.61	c 82
0.61	o 290
0.61	c 79
0.61	o 292
0.61	c 77
0.61	o 293
0.61	c 76
0.61	o 295
0.61	c 74
0.65	o 297
0.65	c 72
0.66	o 298
0.66	c 71
0.76	o 299
0.76	c 70
1.98	   
1.98	   search
1.98	     run=0  nbConstraintChecks=5100475  nbAssignments=10000
1.98	       =>  wckTime=1.383  cpuTime=1.36  mem=5M548
3.30	   
3.30	   search
3.30	     run=1  nbConstraintChecks=10297236  nbAssignments=20000
3.30	       =>  wckTime=2.702  cpuTime=2.67  mem=5M548
4.61	   
4.61	   search
4.61	     run=2  nbConstraintChecks=15393399  nbAssignments=30000
4.61	       =>  wckTime=4.008  cpuTime=3.96  mem=5M548
5.94	   
5.94	   search
5.94	     run=3  nbConstraintChecks=20599906  nbAssignments=40000
5.94	       =>  wckTime=5.338  cpuTime=5.29  mem=5M548
7.26	   
7.26	   search
7.26	     run=4  nbConstraintChecks=25706130  nbAssignments=50000
7.26	       =>  wckTime=6.655  cpuTime=6.6  mem=5M548
8.58	   
8.58	   search
8.58	     run=5  nbConstraintChecks=30906475  nbAssignments=60000
8.58	       =>  wckTime=7.983  cpuTime=7.93  mem=5M548
9.90	   
9.90	   search
9.90	     run=6  nbConstraintChecks=36015498  nbAssignments=70000
9.90	       =>  wckTime=9.301  cpuTime=9.24  mem=5M548
11.23	   
11.23	   search
11.23	     run=7  nbConstraintChecks=41209893  nbAssignments=80000
11.23	       =>  wckTime=10.63  cpuTime=10.56  mem=5M548
12.55	   
12.55	   search
12.55	     run=8  nbConstraintChecks=46313845  nbAssignments=90000
12.55	       =>  wckTime=11.952  cpuTime=11.87  mem=5M548
13.88	   
13.88	   search
13.88	     run=9  nbConstraintChecks=51503614  nbAssignments=100000
13.88	       =>  wckTime=13.283  cpuTime=13.2  mem=5M548
15.20	   
15.20	   search
15.20	     run=10  nbConstraintChecks=56610669  nbAssignments=110000
15.20	       =>  wckTime=14.597  cpuTime=14.51  mem=5M548
16.52	   
16.52	   search
16.52	     run=11  nbConstraintChecks=61802523  nbAssignments=120000
16.52	       =>  wckTime=15.919  cpuTime=15.83  mem=5M548
17.83	   
17.83	   search
17.83	     run=12  nbConstraintChecks=66900671  nbAssignments=130000
17.83	       =>  wckTime=17.225  cpuTime=17.12  mem=5M548
19.14	   
19.14	   search
19.14	     run=13  nbConstraintChecks=72096754  nbAssignments=140000
19.14	       =>  wckTime=18.543  cpuTime=18.43  mem=5M548
20.45	   
20.45	   search
20.45	     run=14  nbConstraintChecks=77211199  nbAssignments=150000
20.45	       =>  wckTime=19.854  cpuTime=19.73  mem=5M548
21.77	   
21.77	   search
21.77	     run=15  nbConstraintChecks=82408712  nbAssignments=160000
21.77	       =>  wckTime=21.173  cpuTime=21.05  mem=5M548
23.08	   
23.08	   search
23.08	     run=16  nbConstraintChecks=87519831  nbAssignments=170000
23.08	       =>  wckTime=22.482  cpuTime=22.35  mem=5M548
24.40	   
24.40	   search
24.40	     run=17  nbConstraintChecks=92707114  nbAssignments=180000
24.40	       =>  wckTime=23.8  cpuTime=23.67  mem=5M548
25.72	   
25.72	   search
25.72	     run=18  nbConstraintChecks=97822500  nbAssignments=190000
25.72	       =>  wckTime=25.118  cpuTime=24.98  mem=5M548
27.05	   
27.05	   search
27.05	     run=19  nbConstraintChecks=102997914  nbAssignments=200000
27.05	       =>  wckTime=26.446  cpuTime=26.3  mem=5M548
28.37	   
28.37	   search
28.37	     run=20  nbConstraintChecks=108106529  nbAssignments=210000
28.37	       =>  wckTime=27.771  cpuTime=27.61  mem=5M548
29.70	   
29.70	   search
29.70	     run=21  nbConstraintChecks=113282735  nbAssignments=220000
29.70	       =>  wckTime=29.098  cpuTime=28.94  mem=5M548
30.93	   
30.93	   search
30.93	     run=22  nbConstraintChecks=118042461  nbAssignments=229326
30.93	       =>  wckTime=30.326  cpuTime=30.16  mem=5M548
30.93	   
30.93	   global
30.93	     nbConstraintChecks=118042461  nbValidityChecks=0  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0
30.93	     solvingWckTime=30.325  solvingCpuTime=30.15  expiredTime=no  totalExploration=no  nbFoundSolutions=0
30.93	     globalCpuTime=30.4
30.93	       =>  wckTime=30.623  cpuTime=30.35  mem=5M548
30.93	   
30.93	   solver IterativeSystematicSolver being built... 
31.07	       =>  wckTime=30.767  cpuTime=30.45  mem=16M569
31.08	   
31.08	   preprocessing
31.08	     nbConstraintChecks=122  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
31.08	     detectedInconsistency=no
31.08	       =>  wckTime=0.0060  cpuTime=0.01  mem=16M569
31.13	   
31.13	   search
31.13	     run=0  nbConstraintChecks=25093  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=33
31.13	     nbFailedAssignments=6  nbBacktracks=11  nbVisitedNodes=51  nbRestartNogoods=0
31.13	       =>  wckTime=0.057  cpuTime=0.03  mem=16M569
31.17	   
31.17	   search
31.17	     run=1  nbConstraintChecks=58340  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=75
31.17	     nbFailedAssignments=15  nbBacktracks=26  nbVisitedNodes=117  nbRestartNogoods=2
31.17	       =>  wckTime=0.094  cpuTime=0.07  mem=16M569
31.20	   
31.20	   search
31.20	     run=2  nbConstraintChecks=108526  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=130
31.20	     nbFailedAssignments=34  nbBacktracks=49  nbVisitedNodes=214  nbRestartNogoods=5
31.20	       =>  wckTime=0.125  cpuTime=0.1  mem=16M569
31.23	   
31.23	   search
31.23	     run=3  nbConstraintChecks=178680  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=204
31.23	     nbFailedAssignments=57  nbBacktracks=82  nbVisitedNodes=344  nbRestartNogoods=7
31.23	       =>  wckTime=0.159  cpuTime=0.13  mem=16M569
31.28	   
31.28	   search
31.28	     run=4  nbConstraintChecks=268338  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=297
31.28	     nbFailedAssignments=84  nbBacktracks=134  nbVisitedNodes=516  nbRestartNogoods=10
31.28	       =>  wckTime=0.21  cpuTime=0.18  mem=16M569
31.35	   
31.35	   search
31.35	     run=5  nbConstraintChecks=409330  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=433
31.35	     nbFailedAssignments=129  nbBacktracks=209  nbVisitedNodes=772  nbRestartNogoods=13
31.35	       =>  wckTime=0.281  cpuTime=0.25  mem=16M569
31.47	   
31.47	   search
31.47	     run=6  nbConstraintChecks=616498  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=632
31.47	     nbFailedAssignments=202  nbBacktracks=324  nbVisitedNodes=1158  nbRestartNogoods=17
31.47	       =>  wckTime=0.398  cpuTime=0.36  mem=16M569
31.62	   
31.62	   search
31.62	     run=7  nbConstraintChecks=930499  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=922
31.62	     nbFailedAssignments=307  nbBacktracks=494  nbVisitedNodes=1720  nbRestartNogoods=21
31.62	       =>  wckTime=0.552  cpuTime=0.52  mem=16M569
31.87	   
31.87	   search
31.87	     run=8  nbConstraintChecks=1399786  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1358
31.87	     nbFailedAssignments=466  nbBacktracks=751  nbVisitedNodes=2572  nbRestartNogoods=24
31.87	       =>  wckTime=0.795  cpuTime=0.75  mem=16M569
32.23	   
32.23	   search
32.23	     run=9  nbConstraintChecks=2097258  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2002
32.23	     nbFailedAssignments=713  nbBacktracks=1135  nbVisitedNodes=3825  nbRestartNogoods=27
32.23	       =>  wckTime=1.155  cpuTime=1.09  mem=16M569
32.72	   
32.72	   search
32.72	     run=10  nbConstraintChecks=3052259  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2924
32.72	     nbFailedAssignments=1049  nbBacktracks=1712  nbVisitedNodes=5582  nbRestartNogoods=30
32.72	       =>  wckTime=1.645  cpuTime=1.58  mem=16M569
33.42	   
33.42	   search
33.42	     run=11  nbConstraintChecks=4521532  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=4265
33.42	     nbFailedAssignments=1511  nbBacktracks=2576  nbVisitedNodes=8217  nbRestartNogoods=34
33.42	       =>  wckTime=2.345  cpuTime=2.27  mem=16M569
34.55	   
34.55	   search
34.55	     run=12  nbConstraintChecks=6677880  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=6309
34.55	     nbFailedAssignments=2246  nbBacktracks=3873  nbVisitedNodes=12250  nbRestartNogoods=38
34.55	       =>  wckTime=3.473  cpuTime=3.39  mem=16M569
36.22	   
36.22	   search
36.22	     run=13  nbConstraintChecks=10041647  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=9429
36.22	     nbFailedAssignments=3408  nbBacktracks=5820  nbVisitedNodes=18330  nbRestartNogoods=41
36.22	       =>  wckTime=5.146  cpuTime=5.06  mem=16M569
38.71	   
38.71	   search
38.71	     run=14  nbConstraintChecks=14978448  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=14093
38.71	     nbFailedAssignments=5137  nbBacktracks=8739  nbVisitedNodes=27400  nbRestartNogoods=45
38.71	       =>  wckTime=7.641  cpuTime=7.54  mem=16M569
42.56	   
42.56	   search
42.56	     run=15  nbConstraintChecks=22563285  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=21115
42.56	     nbFailedAssignments=7773  nbBacktracks=13117  nbVisitedNodes=41006  nbRestartNogoods=50
42.56	       =>  wckTime=11.49  cpuTime=11.37  mem=16M569
48.40	   
48.40	   search
48.40	     run=16  nbConstraintChecks=34295218  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=32088
48.40	     nbFailedAssignments=12166  nbBacktracks=19685  nbVisitedNodes=62672  nbRestartNogoods=60
48.40	       =>  wckTime=17.328  cpuTime=17.18  mem=16M569
56.99	   
56.99	   search
56.99	     run=17  nbConstraintChecks=50738431  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=47446
56.99	     nbFailedAssignments=17660  nbBacktracks=29537  nbVisitedNodes=92601  nbRestartNogoods=67
56.99	       =>  wckTime=25.912  cpuTime=25.72  mem=16M569
69.90	   
69.90	   search
69.90	     run=18  nbConstraintChecks=75139326  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=70695
69.90	     nbFailedAssignments=26116  nbBacktracks=44315  nbVisitedNodes=137880  nbRestartNogoods=72
69.90	       =>  wckTime=38.829  cpuTime=38.57  mem=16M569
89.57	   
89.57	   search
89.57	     run=19  nbConstraintChecks=113771945  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=106858
89.57	     nbFailedAssignments=40099  nbBacktracks=66483  nbVisitedNodes=209104  nbRestartNogoods=80
89.57	       =>  wckTime=58.492  cpuTime=58.14  mem=16M569
118.61	   
118.61	   search
118.61	     run=20  nbConstraintChecks=171595385  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=160881
118.61	     nbFailedAssignments=60855  nbBacktracks=99735  nbVisitedNodes=314823  nbRestartNogoods=87
118.61	       =>  wckTime=87.533  cpuTime=87.04  mem=16M569
158.07	   
158.07	   search
158.07	     run=21  nbConstraintChecks=255228653  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=240991
158.07	     nbFailedAssignments=91067  nbBacktracks=149614  nbVisitedNodes=470184  nbRestartNogoods=93
158.07	       =>  wckTime=127.002  cpuTime=126.46  mem=16M569
160.59	   
160.59	   search
160.59	     run=22  nbConstraintChecks=260597571  nbPropagations=0  nbRevisions=0  nbUselessRevisions=0  nbAssignments=245973
160.59	     nbFailedAssignments=92868  nbBacktracks=152796  nbVisitedNodes=479974  nbRestartNogoods=105
160.59	       =>  wckTime=129.516  cpuTime=128.97  mem=16M569
160.59	   
160.59	   global
160.59	     nbConstraintChecks=260597693  nbRestartNogoods=105  solvingWckTime=129.517  solvingCpuTime=128.97  expiredTime=no
160.59	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=159.47
160.59	       =>  wckTime=160.285  cpuTime=159.42  mem=16M569
160.59	
160.59	s OPTIMUM FOUND
160.59	v 1 1 0 1 0 1 0 0 1 1 1 0 0 0 0 1 0 1 1 0 1 0 0 0 0 1 0 1 1 1 1 1 0 0 1 1 1 0 1 1 
160.59	   
160.59	   totalWckTime=160.362  totalCpuTime=159.48

Verifier Data (download as text)

70 unsatisfied constraints, 299 satisfied constraints

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node12/watcher-278372-1169287627 -o ROOT/results/node12/solver-278372-1169287627 -C 2400 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/278372-1169287627/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.11 1.03 1.19 4/93 5040
/proc/meminfo: memFree=1351248/2055920 swapFree=4160348/4192956
[pid=5039] ppid=5037 vsize=906644 CPUtime=0.02
/proc/5039/stat : 5039 (java) S 5037 5039 4650 0 -1 0 2069 0 1 0 1 1 0 0 18 0 2 0 277157762 928403456 1818 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/5039/statm: 226661 1818 1036 14 0 214244 0
[pid=5039/tid=5041] ppid=5037 vsize=906644 CPUtime=0
/proc/5039/task/5041/stat : 5041 (java) R 5037 5039 4650 0 -1 64 4 0 0 0 0 0 0 0 19 0 2 0 277157765 928403456 1818 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 7368 0 0 0 -1 1 0 0

[startup+0.105666 s]
/proc/loadavg: 1.11 1.03 1.19 4/93 5040
/proc/meminfo: memFree=1351248/2055920 swapFree=4160348/4192956
[pid=5039] ppid=5037 vsize=914988 CPUtime=0.09
/proc/5039/stat : 5039 (java) R 5037 5039 4650 0 -1 0 3020 0 1 0 7 2 0 0 20 0 8 0 277157762 936947712 2766 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155069980 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5039/statm: 228747 2766 1435 14 0 215242 0
[pid=5039/tid=5041] ppid=5037 vsize=914988 CPUtime=0
/proc/5039/task/5041/stat : 5041 (java) S 5037 5039 4650 0 -1 64 6 0 0 0 0 0 0 0 18 0 8 0 277157765 936947712 2766 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.517759 s]
/proc/loadavg: 1.11 1.03 1.19 4/93 5040
/proc/meminfo: memFree=1351248/2055920 swapFree=4160348/4192956
[pid=5039] ppid=5037 vsize=915332 CPUtime=0.5
/proc/5039/stat : 5039 (java) R 5037 5039 4650 0 -1 0 6496 0 1 0 46 4 0 0 22 0 8 0 277157762 937299968 6235 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5039/statm: 228833 6235 2149 14 0 215303 0
[pid=5039/tid=5041] ppid=5037 vsize=915332 CPUtime=0
/proc/5039/task/5041/stat : 5041 (java) S 5037 5039 4650 0 -1 64 6 0 0 0 0 0 0 0 18 0 8 0 277157765 937299968 6235 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915332

[startup+1.34488 s]
/proc/loadavg: 1.11 1.03 1.19 3/100 5047
/proc/meminfo: memFree=1332888/2055920 swapFree=4160348/4192956
[pid=5039] ppid=5037 vsize=915448 CPUtime=1.32
/proc/5039/stat : 5039 (java) R 5037 5039 4650 0 -1 0 7039 0 1 0 107 25 0 0 25 0 8 0 277157762 937418752 6777 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 10118099 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5039/statm: 228862 6777 2476 14 0 215332 0
[pid=5039/tid=5041] ppid=5037 vsize=915448 CPUtime=0.02
/proc/5039/task/5041/stat : 5041 (java) S 5037 5039 4650 0 -1 64 165 0 0 0 2 0 0 0 16 0 8 0 277157765 937418752 6777 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5039/tid=5042] ppid=5037 vsize=915448 CPUtime=0
/proc/5039/task/5042/stat : 5042 (java) S 5037 5039 4650 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277157766 937418752 6777 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5039/tid=5043] ppid=5037 vsize=915448 CPUtime=0
/proc/5039/task/5043/stat : 5043 (java) S 5037 5039 4650 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277157766 937418752 6777 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5039/tid=5044] ppid=5037 vsize=915448 CPUtime=0
/proc/5039/task/5044/stat : 5044 (java) S 5037 5039 4650 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 277157769 937418752 6777 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5039/tid=5045] ppid=5037 vsize=915448 CPUtime=0.12
/proc/5039/task/5045/stat : 5045 (java) S 5037 5039 4650 0 -1 64 332 0 0 0 12 0 0 0 16 0 8 0 277157769 937418752 6777 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5039/tid=5046] ppid=5037 vsize=915448 CPUtime=0
/proc/5039/task/5046/stat : 5046 (java) S 5037 5039 4650 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 277157769 937418752 6777 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5039/tid=5047] ppid=5037 vsize=915448 CPUtime=0
/proc/5039/task/5047/stat : 5047 (java) S 5037 5039 4650 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277157769 937418752 6777 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915448

[startup+2.98218 s]
/proc/loadavg: 1.11 1.03 1.19 3/100 5047
/proc/meminfo: memFree=1332888/2055920 swapFree=4160348/4192956
[pid=5039] ppid=5037 vsize=915448 CPUtime=2.95
/proc/5039/stat : 5039 (java) R 5037 5039 4650 0 -1 0 7042 0 1 0 219 76 0 0 25 0 8 0 277157762 937418752 6779 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073676957 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5039/statm: 228862 6779 2476 14 0 215332 0
[pid=5039/tid=5041] ppid=5037 vsize=915448 CPUtime=0.02
/proc/5039/task/5041/stat : 5041 (java) S 5037 5039 4650 0 -1 64 165 0 0 0 2 0 0 0 16 0 8 0 277157765 937418752 6779 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5039/tid=5042] ppid=5037 vsize=915448 CPUtime=0
/proc/5039/task/5042/stat : 5042 (java) S 5037 5039 4650 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277157766 937418752 6779 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5039/tid=5043] ppid=5037 vsize=915448 CPUtime=0
/proc/5039/task/5043/stat : 5043 (java) S 5037 5039 4650 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277157766 937418752 6779 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5039/tid=5044] ppid=5037 vsize=915448 CPUtime=0
/proc/5039/task/5044/stat : 5044 (java) S 5037 5039 4650 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 277157769 937418752 6779 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5039/tid=5045] ppid=5037 vsize=915448 CPUtime=0.13
/proc/5039/task/5045/stat : 5045 (java) S 5037 5039 4650 0 -1 64 334 0 0 0 13 0 0 0 16 0 8 0 277157769 937418752 6779 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5039/tid=5046] ppid=5037 vsize=915448 CPUtime=0
/proc/5039/task/5046/stat : 5046 (java) S 5037 5039 4650 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 277157769 937418752 6779 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5039/tid=5047] ppid=5037 vsize=915448 CPUtime=0
/proc/5039/task/5047/stat : 5047 (java) S 5037 5039 4650 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277157769 937418752 6779 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915448

[startup+6.27877 s]
/proc/loadavg: 1.18 1.05 1.19 3/100 5047
/proc/meminfo: memFree=1332888/2055920 swapFree=4160348/4192956
[pid=5039] ppid=5037 vsize=915448 CPUtime=6.23
/proc/5039/stat : 5039 (java) R 5037 5039 4650 0 -1 0 7043 0 1 0 446 177 0 0 25 0 8 0 277157762 937418752 6780 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073670460 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5039/statm: 228862 6780 2476 14 0 215332 0
[pid=5039/tid=5041] ppid=5037 vsize=915448 CPUtime=0.02
/proc/5039/task/5041/stat : 5041 (java) S 5037 5039 4650 0 -1 64 165 0 0 0 2 0 0 0 16 0 8 0 277157765 937418752 6780 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5039/tid=5042] ppid=5037 vsize=915448 CPUtime=0
/proc/5039/task/5042/stat : 5042 (java) S 5037 5039 4650 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277157766 937418752 6780 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5039/tid=5043] ppid=5037 vsize=915448 CPUtime=0
/proc/5039/task/5043/stat : 5043 (java) S 5037 5039 4650 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277157766 937418752 6780 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5039/tid=5044] ppid=5037 vsize=915448 CPUtime=0
/proc/5039/task/5044/stat : 5044 (java) S 5037 5039 4650 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 277157769 937418752 6780 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5039/tid=5045] ppid=5037 vsize=915448 CPUtime=0.13
/proc/5039/task/5045/stat : 5045 (java) S 5037 5039 4650 0 -1 64 335 0 0 0 13 0 0 0 16 0 8 0 277157769 937418752 6780 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5039/tid=5046] ppid=5037 vsize=915448 CPUtime=0
/proc/5039/task/5046/stat : 5046 (java) S 5037 5039 4650 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 277157769 937418752 6780 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5039/tid=5047] ppid=5037 vsize=915448 CPUtime=0
/proc/5039/task/5047/stat : 5047 (java) S 5037 5039 4650 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277157769 937418752 6780 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 915448

[startup+12.7539 s]
/proc/loadavg: 1.25 1.06 1.20 3/100 5047
/proc/meminfo: memFree=1332904/2055920 swapFree=4160348/4192956
[pid=5039] ppid=5037 vsize=915452 CPUtime=12.68
/proc/5039/stat : 5039 (java) R 5037 5039 4650 0 -1 0 7043 0 1 0 894 374 0 0 25 0 8 0 277157762 937422848 6780 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5039/statm: 228863 6780 2476 14 0 215333 0
[pid=5039/tid=5041] ppid=5037 vsize=915452 CPUtime=0.02
/proc/5039/task/5041/stat : 5041 (java) S 5037 5039 4650 0 -1 64 165 0 0 0 2 0 0 0 16 0 8 0 277157765 937422848 6780 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5039/tid=5042] ppid=5037 vsize=915452 CPUtime=0
/proc/5039/task/5042/stat : 5042 (java) S 5037 5039 4650 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277157766 937422848 6780 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5039/tid=5043] ppid=5037 vsize=915452 CPUtime=0
/proc/5039/task/5043/stat : 5043 (java) S 5037 5039 4650 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277157766 937422848 6780 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5039/tid=5044] ppid=5037 vsize=915452 CPUtime=0
/proc/5039/task/5044/stat : 5044 (java) S 5037 5039 4650 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 277157769 937422848 6780 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5039/tid=5045] ppid=5037 vsize=915452 CPUtime=0.13
/proc/5039/task/5045/stat : 5045 (java) S 5037 5039 4650 0 -1 64 335 0 0 0 13 0 0 0 16 0 8 0 277157769 937422848 6780 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5039/tid=5046] ppid=5037 vsize=915452 CPUtime=0
/proc/5039/task/5046/stat : 5046 (java) S 5037 5039 4650 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 277157769 937422848 6780 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5039/tid=5047] ppid=5037 vsize=915452 CPUtime=0
/proc/5039/task/5047/stat : 5047 (java) S 5037 5039 4650 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277157769 937422848 6780 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 915452

[startup+25.6053 s]
/proc/loadavg: 1.36 1.09 1.20 3/100 5047
/proc/meminfo: memFree=1332968/2055920 swapFree=4160348/4192956
[pid=5039] ppid=5037 vsize=915448 CPUtime=25.46
/proc/5039/stat : 5039 (java) R 5037 5039 4650 0 -1 0 7043 0 1 0 1782 764 0 0 25 0 8 0 277157762 937418752 6780 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073682425 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5039/statm: 228862 6780 2476 14 0 215332 0
[pid=5039/tid=5041] ppid=5037 vsize=915448 CPUtime=0.02
/proc/5039/task/5041/stat : 5041 (java) S 5037 5039 4650 0 -1 64 165 0 0 0 2 0 0 0 16 0 8 0 277157765 937418752 6780 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5039/tid=5042] ppid=5037 vsize=915448 CPUtime=0
/proc/5039/task/5042/stat : 5042 (java) S 5037 5039 4650 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277157766 937418752 6780 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5039/tid=5043] ppid=5037 vsize=915448 CPUtime=0
/proc/5039/task/5043/stat : 5043 (java) S 5037 5039 4650 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277157766 937418752 6780 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5039/tid=5044] ppid=5037 vsize=915448 CPUtime=0
/proc/5039/task/5044/stat : 5044 (java) S 5037 5039 4650 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 277157769 937418752 6780 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5039/tid=5045] ppid=5037 vsize=915448 CPUtime=0.13
/proc/5039/task/5045/stat : 5045 (java) S 5037 5039 4650 0 -1 64 335 0 0 0 13 0 0 0 16 0 8 0 277157769 937418752 6780 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5039/tid=5046] ppid=5037 vsize=915448 CPUtime=0
/proc/5039/task/5046/stat : 5046 (java) S 5037 5039 4650 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 277157769 937418752 6780 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5039/tid=5047] ppid=5037 vsize=915448 CPUtime=0
/proc/5039/task/5047/stat : 5047 (java) S 5037 5039 4650 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277157769 937418752 6780 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 915448

[startup+51.2149 s]
/proc/loadavg: 1.61 1.18 1.23 3/100 5047
/proc/meminfo: memFree=1316840/2055920 swapFree=4160348/4192956
[pid=5039] ppid=5037 vsize=915448 CPUtime=50.95
/proc/5039/stat : 5039 (java) R 5037 5039 4650 0 -1 0 9142 0 1 0 4166 929 0 0 25 0 8 0 277157762 937418752 8875 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073792047 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5039/statm: 228862 8875 2527 14 0 215332 0
[pid=5039/tid=5041] ppid=5037 vsize=915448 CPUtime=0.02
/proc/5039/task/5041/stat : 5041 (java) S 5037 5039 4650 0 -1 64 166 0 0 0 2 0 0 0 16 0 8 0 277157765 937418752 8875 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5039/tid=5042] ppid=5037 vsize=915448 CPUtime=0
/proc/5039/task/5042/stat : 5042 (java) S 5037 5039 4650 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277157766 937418752 8875 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5039/tid=5043] ppid=5037 vsize=915448 CPUtime=0
/proc/5039/task/5043/stat : 5043 (java) S 5037 5039 4650 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277157766 937418752 8875 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5039/tid=5044] ppid=5037 vsize=915448 CPUtime=0
/proc/5039/task/5044/stat : 5044 (java) S 5037 5039 4650 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 277157769 937418752 8875 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5039/tid=5045] ppid=5037 vsize=915448 CPUtime=0.23
/proc/5039/task/5045/stat : 5045 (java) S 5037 5039 4650 0 -1 64 394 0 0 0 23 0 0 0 16 0 8 0 277157769 937418752 8875 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5039/tid=5046] ppid=5037 vsize=915448 CPUtime=0
/proc/5039/task/5046/stat : 5046 (java) S 5037 5039 4650 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 277157769 937418752 8875 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5039/tid=5047] ppid=5037 vsize=915448 CPUtime=0
/proc/5039/task/5047/stat : 5047 (java) S 5037 5039 4650 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277157769 937418752 8875 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 915448

[startup+102.421 s]
/proc/loadavg: 1.83 1.30 1.27 3/100 5047
/proc/meminfo: memFree=1316776/2055920 swapFree=4160348/4192956
[pid=5039] ppid=5037 vsize=915448 CPUtime=101.91
/proc/5039/stat : 5039 (java) R 5037 5039 4650 0 -1 0 9150 0 1 0 9262 929 0 0 25 0 8 0 277157762 937418752 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073811431 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5039/statm: 228862 8882 2527 14 0 215332 0
[pid=5039/tid=5041] ppid=5037 vsize=915448 CPUtime=0.02
/proc/5039/task/5041/stat : 5041 (java) S 5037 5039 4650 0 -1 64 166 0 0 0 2 0 0 0 16 0 8 0 277157765 937418752 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5039/tid=5042] ppid=5037 vsize=915448 CPUtime=0
/proc/5039/task/5042/stat : 5042 (java) S 5037 5039 4650 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 277157766 937418752 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5039/tid=5043] ppid=5037 vsize=915448 CPUtime=0
/proc/5039/task/5043/stat : 5043 (java) S 5037 5039 4650 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 277157766 937418752 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5039/tid=5044] ppid=5037 vsize=915448 CPUtime=0
/proc/5039/task/5044/stat : 5044 (java) S 5037 5039 4650 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 277157769 937418752 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5039/tid=5045] ppid=5037 vsize=915448 CPUtime=0.23
/proc/5039/task/5045/stat : 5045 (java) S 5037 5039 4650 0 -1 64 394 0 0 0 23 0 0 0 16 0 8 0 277157769 937418752 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5039/tid=5046] ppid=5037 vsize=915448 CPUtime=0
/proc/5039/task/5046/stat : 5046 (java) S 5037 5039 4650 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 277157769 937418752 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5039/tid=5047] ppid=5037 vsize=915448 CPUtime=0
/proc/5039/task/5047/stat : 5047 (java) S 5037 5039 4650 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 277157769 937418752 8882 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.91
Current children cumulated vsize (KiB) 915448

Child status: 0
Real time (s): 160.647
CPU time (s): 159.972
CPU user time (s): 150.65
CPU system time (s): 9.32158
CPU usage (%): 99.5799
Max. virtual memory (cumulated for all children) (KiB): 915964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 150.65
system time used= 9.32158
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9248
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= 4363
involuntary context switches= 6462

runsolver used 0.19397 s user time and 0.509922 s system time

The end

Launcher Data (download as text)

Begin job on node12 on Sat Jan 20 10:07:07 UTC 2007


IDJOB= 278372
IDBENCH= 8292
IDSOLVER= 69
FILE ID= node12/278372-1169287627

PBS_JOBID= 3609524

Free space on /tmp= 66561 MiB

SOLVER NAME= AbsconMax 109 PFC
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/cnf/2-40-100-1000/cnf-2-40-500-633421_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/278372-1169287627/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node12/watcher-278372-1169287627 -o ROOT/results/node12/solver-278372-1169287627 -C 2400 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar pfc.xml 1 XSax /tmp/evaluation/278372-1169287627/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  43d6e82bfb21b8b1be61fdff03b044ef

RANDOM SEED= 140113425

TIME LIMIT= 2400 seconds

MEMORY LIMIT= 900 MiB


/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.265
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	: 5914.62
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.265
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:       1351664 kB
Buffers:         60360 kB
Cached:         517984 kB
SwapCached:       5164 kB
Active:         284068 kB
Inactive:       345024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1351664 kB
SwapTotal:     4192956 kB
SwapFree:      4160348 kB
Dirty:            3820 kB
Writeback:           0 kB
Mapped:          69172 kB
Slab:            60072 kB
Committed_AS:  8655732 kB
PageTables:       2152 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= 66563 MiB



End job on node12 on Sat Jan 20 10:09:48 UTC 2007