Trace number 1081811

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 AC? (TO) 1800.11 1813.99

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-48.xml
MD5SUM2954e4929c1ef5c3af61301ca56f5bd2
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2304
Number of constraints54191
Maximum constraint arity2
Maximum domain size48
Number of constraints which are defined in extension0
Number of constraints which are defined in intension54191
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=mac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-1081811-1215219279.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.35	   
0.28/0.36	   variables being loaded...
0.58/0.67	     nbVariables=2304  nbDomainTypes=1  minDomainSize=48  maxDomainSize=48  nbTotalValues=110592
0.58/0.67	       =>  wckTime=0.437  cpuTime=0.29  mem=16M631
0.58/0.67	   
0.58/0.67	   predicates being loaded...
0.68/0.74	   
0.68/0.74	   constraints being loaded...
49.51/49.84	     nbConstraints=54882  nbGlobalConstraints=691  nbConvertedConstraints=54191  nbConvertConstraintsChecks=59404032
49.51/49.84	     nbExtensionStructures=25783  nbSharedExtensionStructures=54186  nbConflictsStructures=26424
49.51/49.84	     nbSharedConflictsStructures=54186  nbSharedBinaryRepresentations=2474879  minDegree=48  maxDegree=50  minArity=2
49.51/49.84	     avgArity=2.04  maxArity=48  nbGenerators=643  nbFusions=643  symmetryWckTime=30.686  symmetryCpuTime=9.7
49.51/49.84	     nbCliques=48
49.51/49.84	       =>  wckTime=49.602  cpuTime=27.21  mem=75M356
50.11/50.43	   
50.11/50.43	   solver IterativeSystematicSolver being built... 
50.21/50.53	   
50.21/50.53	   INFO : Forward propagation technique limited 
50.40/50.71	       =>  wckTime=50.476  cpuTime=27.45  mem=101M881
50.90/51.28	   
50.90/51.28	   preprocessing
50.90/51.28	     nbConstraintChecks=95708  nbPropagations=2966  nbRevisions=2645  nbUselessRevisions=610  nbRemovedValues=30228
50.90/51.28	     nbRemovedTuples=2256  detectedInconsistency=no
50.90/51.28	       =>  wckTime=0.562  cpuTime=0.55  mem=102M896

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: 

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1081811-1215219279/watcher-1081811-1215219279 -o /tmp/evaluation-result-1081811-1215219279/solver-1081811-1215219279 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1081811-1215219279.xml 

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): 2200 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
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: 1.99 1.97 1.98 4/72 2481
/proc/meminfo: memFree=1465552/2055920 swapFree=4192812/4192956
[pid=2481] ppid=2479 vsize=152 CPUtime=0
/proc/2481/stat : 2481 (java) R 2479 2481 32507 0 -1 0 41 0 0 0 0 0 0 0 19 0 1 0 133598115 155648 26 996147200 134512640 134550740 4294956128 18446744073709551615 10686763 0 0 4096 0 0 0 0 17 0 0 0
/proc/2481/statm: 38 26 19 9 0 4 0

[startup+0.0534091 s]
/proc/loadavg: 1.99 1.97 1.98 4/72 2481
/proc/meminfo: memFree=1465552/2055920 swapFree=4192812/4192956
[pid=2481] ppid=2479 vsize=863688 CPUtime=0.03
/proc/2481/stat : 2481 (java) S 2479 2481 32507 0 -1 0 2416 0 1 0 2 1 0 0 18 0 9 0 133598115 884416512 1993 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2481/statm: 215922 1993 910 9 0 210901 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 863688

[startup+0.101414 s]
/proc/loadavg: 1.99 1.97 1.98 4/72 2481
/proc/meminfo: memFree=1465552/2055920 swapFree=4192812/4192956
[pid=2481] ppid=2479 vsize=865884 CPUtime=0.08
/proc/2481/stat : 2481 (java) S 2479 2481 32507 0 -1 0 3723 0 1 0 6 2 0 0 18 0 9 0 133598115 886665216 3186 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2481/statm: 216471 3186 1688 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301437 s]
/proc/loadavg: 1.99 1.97 1.98 4/72 2481
/proc/meminfo: memFree=1465552/2055920 swapFree=4192812/4192956
[pid=2481] ppid=2479 vsize=866196 CPUtime=0.28
/proc/2481/stat : 2481 (java) S 2479 2481 32507 0 -1 0 5625 0 1 0 25 3 0 0 18 0 9 0 133598115 886984704 5039 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2481/statm: 216549 5039 1903 9 0 211097 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.701476 s]
/proc/loadavg: 1.99 1.97 1.98 4/72 2481
/proc/meminfo: memFree=1465552/2055920 swapFree=4192812/4192956
[pid=2481] ppid=2479 vsize=867524 CPUtime=0.68
/proc/2481/stat : 2481 (java) S 2479 2481 32507 0 -1 0 9232 0 1 0 62 6 0 0 18 0 9 0 133598115 888344576 8593 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2481/statm: 216881 8593 2002 9 0 211387 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867524

[startup+1.50256 s]
/proc/loadavg: 1.99 1.97 1.98 3/81 2490
/proc/meminfo: memFree=1426440/2055920 swapFree=4192812/4192956
[pid=2481] ppid=2479 vsize=867436 CPUtime=1.47
/proc/2481/stat : 2481 (java) S 2479 2481 32507 0 -1 0 19430 0 1 0 135 12 0 0 18 0 9 0 133598115 888254464 18765 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2481/statm: 216859 18765 2004 9 0 211387 0
[pid=2481/tid=2483] ppid=2479 vsize=867436 CPUtime=1.19
/proc/2481/task/2483/stat : 2483 (java) R 2479 2481 32507 0 -1 64 15738 0 1 0 110 9 0 0 25 0 9 0 133598116 888254464 18765 996147200 134512640 134550740 4294955968 18446744073709551615 4126666451 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2484] ppid=2479 vsize=867436 CPUtime=0.09
/proc/2481/task/2484/stat : 2484 (java) S 2479 2481 32507 0 -1 64 2358 0 0 0 8 1 0 0 16 0 9 0 133598118 888254464 18765 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2485] ppid=2479 vsize=867436 CPUtime=0
/proc/2481/task/2485/stat : 2485 (java) S 2479 2481 32507 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 133598118 888254464 18765 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2486] ppid=2479 vsize=867436 CPUtime=0
/proc/2481/task/2486/stat : 2486 (java) S 2479 2481 32507 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 133598118 888254464 18765 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2487] ppid=2479 vsize=867436 CPUtime=0
/proc/2481/task/2487/stat : 2487 (java) S 2479 2481 32507 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 133598120 888254464 18765 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2488] ppid=2479 vsize=867436 CPUtime=0.16
/proc/2481/task/2488/stat : 2488 (java) S 2479 2481 32507 0 -1 64 637 0 0 0 16 0 0 0 16 0 9 0 133598120 888254464 18765 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2489] ppid=2479 vsize=867436 CPUtime=0
/proc/2481/task/2489/stat : 2489 (java) S 2479 2481 32507 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 133598120 888254464 18765 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2490] ppid=2479 vsize=867436 CPUtime=0
/proc/2481/task/2490/stat : 2490 (java) S 2479 2481 32507 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 133598120 888254464 18765 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867436

[startup+3.10272 s]
/proc/loadavg: 1.99 1.97 1.98 3/81 2490
/proc/meminfo: memFree=1397768/2055920 swapFree=4192812/4192956
[pid=2481] ppid=2479 vsize=867436 CPUtime=3.06
/proc/2481/stat : 2481 (java) S 2479 2481 32507 0 -1 0 23110 0 1 0 292 14 0 0 18 0 9 0 133598115 888254464 22443 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2481/statm: 216859 22443 2004 9 0 211387 0
[pid=2481/tid=2483] ppid=2479 vsize=867436 CPUtime=2.6
/proc/2481/task/2483/stat : 2483 (java) R 2479 2481 32507 0 -1 64 15742 0 1 0 250 10 0 0 25 0 9 0 133598116 888254464 22443 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2484] ppid=2479 vsize=867436 CPUtime=0.27
/proc/2481/task/2484/stat : 2484 (java) R 2479 2481 32507 0 -1 64 6033 0 0 0 25 2 0 0 16 0 9 0 133598118 888254464 22443 996147200 134512640 134550740 4294955968 18446744073709551615 104185433 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2485] ppid=2479 vsize=867436 CPUtime=0
/proc/2481/task/2485/stat : 2485 (java) S 2479 2481 32507 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 133598118 888254464 22443 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2486] ppid=2479 vsize=867436 CPUtime=0
/proc/2481/task/2486/stat : 2486 (java) S 2479 2481 32507 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 133598118 888254464 22443 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2487] ppid=2479 vsize=867436 CPUtime=0
/proc/2481/task/2487/stat : 2487 (java) S 2479 2481 32507 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 133598120 888254464 22443 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2488] ppid=2479 vsize=867436 CPUtime=0.17
/proc/2481/task/2488/stat : 2488 (java) S 2479 2481 32507 0 -1 64 638 0 0 0 17 0 0 0 17 0 9 0 133598120 888254464 22443 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2489] ppid=2479 vsize=867436 CPUtime=0
/proc/2481/task/2489/stat : 2489 (java) S 2479 2481 32507 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 133598120 888254464 22443 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2490] ppid=2479 vsize=867436 CPUtime=0
/proc/2481/task/2490/stat : 2490 (java) S 2479 2481 32507 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 133598120 888254464 22443 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867436

[startup+6.30104 s]
/proc/loadavg: 1.99 1.97 1.98 3/81 2490
/proc/meminfo: memFree=1375048/2055920 swapFree=4192812/4192956
[pid=2481] ppid=2479 vsize=867436 CPUtime=6.23
/proc/2481/stat : 2481 (java) S 2479 2481 32507 0 -1 0 26643 0 1 0 571 52 0 0 18 0 9 0 133598115 888254464 25970 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2481/statm: 216859 25970 2006 9 0 211387 0
[pid=2481/tid=2483] ppid=2479 vsize=867436 CPUtime=5.46
/proc/2481/task/2483/stat : 2483 (java) R 2479 2481 32507 0 -1 64 15779 0 1 0 500 46 0 0 25 0 9 0 133598116 888254464 25970 996147200 134512640 134550740 4294955968 18446744073709551615 4126912153 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2484] ppid=2479 vsize=867436 CPUtime=0.49
/proc/2481/task/2484/stat : 2484 (java) S 2479 2481 32507 0 -1 64 9465 0 0 0 45 4 0 0 17 0 9 0 133598118 888254464 25970 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2485] ppid=2479 vsize=867436 CPUtime=0
/proc/2481/task/2485/stat : 2485 (java) S 2479 2481 32507 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 133598118 888254464 25970 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2486] ppid=2479 vsize=867436 CPUtime=0
/proc/2481/task/2486/stat : 2486 (java) S 2479 2481 32507 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 133598118 888254464 25970 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2487] ppid=2479 vsize=867436 CPUtime=0
/proc/2481/task/2487/stat : 2487 (java) S 2479 2481 32507 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 133598120 888254464 25970 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2488] ppid=2479 vsize=867436 CPUtime=0.24
/proc/2481/task/2488/stat : 2488 (java) S 2479 2481 32507 0 -1 64 702 0 0 0 24 0 0 0 15 0 9 0 133598120 888254464 25970 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2489] ppid=2479 vsize=867436 CPUtime=0
/proc/2481/task/2489/stat : 2489 (java) S 2479 2481 32507 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 133598120 888254464 25970 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2490] ppid=2479 vsize=867436 CPUtime=0
/proc/2481/task/2490/stat : 2490 (java) S 2479 2481 32507 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 133598120 888254464 25970 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867436

[startup+12.7027 s]
/proc/loadavg: 1.99 1.97 1.98 3/81 2490
/proc/meminfo: memFree=1356168/2055920 swapFree=4192812/4192956
[pid=2481] ppid=2479 vsize=867436 CPUtime=12.57
/proc/2481/stat : 2481 (java) S 2479 2481 32507 0 -1 0 29742 0 1 0 1115 142 0 0 18 0 9 0 133598115 888254464 29067 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2481/statm: 216859 29067 2006 9 0 211387 0
[pid=2481/tid=2483] ppid=2479 vsize=867436 CPUtime=11.56
/proc/2481/task/2483/stat : 2483 (java) R 2479 2481 32507 0 -1 64 15781 0 1 0 1021 135 0 0 25 0 9 0 133598116 888254464 29067 996147200 134512640 134550740 4294955968 18446744073709551615 4126896036 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2484] ppid=2479 vsize=867436 CPUtime=0.73
/proc/2481/task/2484/stat : 2484 (java) S 2479 2481 32507 0 -1 64 12561 0 0 0 68 5 0 0 16 0 9 0 133598118 888254464 29067 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2485] ppid=2479 vsize=867436 CPUtime=0
/proc/2481/task/2485/stat : 2485 (java) S 2479 2481 32507 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 133598118 888254464 29067 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2486] ppid=2479 vsize=867436 CPUtime=0
/proc/2481/task/2486/stat : 2486 (java) S 2479 2481 32507 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 133598118 888254464 29067 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2487] ppid=2479 vsize=867436 CPUtime=0
/proc/2481/task/2487/stat : 2487 (java) S 2479 2481 32507 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 133598120 888254464 29067 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2488] ppid=2479 vsize=867436 CPUtime=0.25
/proc/2481/task/2488/stat : 2488 (java) S 2479 2481 32507 0 -1 64 703 0 0 0 25 0 0 0 16 0 9 0 133598120 888254464 29067 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2489] ppid=2479 vsize=867436 CPUtime=0
/proc/2481/task/2489/stat : 2489 (java) S 2479 2481 32507 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 133598120 888254464 29067 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2490] ppid=2479 vsize=867436 CPUtime=0
/proc/2481/task/2490/stat : 2490 (java) S 2479 2481 32507 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 133598120 888254464 29067 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 867436

[startup+25.502 s]
/proc/loadavg: 1.99 1.97 1.98 3/83 2492
/proc/meminfo: memFree=1312696/2055920 swapFree=4192812/4192956
[pid=2481] ppid=2479 vsize=867760 CPUtime=19.5
/proc/2481/stat : 2481 (java) S 2479 2481 32507 0 -1 0 37029 0 1 0 1715 235 0 0 18 0 10 0 133598115 888586240 35601 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2481/statm: 216940 35601 2012 9 0 211468 0
[pid=2492] ppid=2481 vsize=18648 CPUtime=5.81
/proc/2492/stat : 2492 (saucy) R 2481 2481 32507 0 -1 4194304 3537 0 0 0 578 3 0 0 25 0 1 0 133600080 19095552 3454 996147200 134512640 134531332 4294956000 18446744073709551615 134526803 0 4 0 0 0 0 0 17 0 0 0
/proc/2492/statm: 4662 3454 104 4 0 4338 0
[pid=2481/tid=2483] ppid=2479 vsize=867760 CPUtime=18.04
/proc/2481/task/2483/stat : 2483 (java) S 2479 2481 32507 0 -1 64 16370 0 1 0 1579 225 0 0 15 0 10 0 133598116 888586240 35601 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=2481/tid=2484] ppid=2479 vsize=867760 CPUtime=1.15
/proc/2481/task/2484/stat : 2484 (java) S 2479 2481 32507 0 -1 64 19134 0 0 0 108 7 0 0 16 0 10 0 133598118 888586240 35601 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2485] ppid=2479 vsize=867760 CPUtime=0
/proc/2481/task/2485/stat : 2485 (java) S 2479 2481 32507 0 -1 64 12 0 0 0 0 0 0 0 16 0 10 0 133598118 888586240 35601 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2486] ppid=2479 vsize=867760 CPUtime=0
/proc/2481/task/2486/stat : 2486 (java) S 2479 2481 32507 0 -1 64 5 0 0 0 0 0 0 0 16 0 10 0 133598118 888586240 35601 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2487] ppid=2479 vsize=867760 CPUtime=0
/proc/2481/task/2487/stat : 2487 (java) S 2479 2481 32507 0 -1 64 1 0 0 0 0 0 0 0 18 0 10 0 133598120 888586240 35601 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2488] ppid=2479 vsize=867760 CPUtime=0.27
/proc/2481/task/2488/stat : 2488 (java) S 2479 2481 32507 0 -1 64 750 0 0 0 26 1 0 0 15 0 10 0 133598120 888586240 35601 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2481/tid=2489] ppid=2479 vsize=867760 CPUtime=0
/proc/2481/task/2489/stat : 2489 (java) S 2479 2481 32507 0 -1 64 2 0 0 0 0 0 0 0 19 0 10 0 133598120 888586240 35601 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2490] ppid=2479 vsize=867760 CPUtime=0
/proc/2481/task/2490/stat : 2490 (java) S 2479 2481 32507 0 -1 64 12 0 0 0 0 0 0 0 15 0 10 0 133598120 888586240 35601 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2491] ppid=2479 vsize=867760 CPUtime=0
/proc/2481/task/2491/stat : 2491 (java) S 2479 2481 32507 0 -1 64 67 0 0 0 0 0 0 0 18 0 10 0 133600080 888586240 35601 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 886408

[startup+51.1016 s]
/proc/loadavg: 1.99 1.97 1.98 4/81 2494
/proc/meminfo: memFree=1323896/2055920 swapFree=4192812/4192956
[pid=2481] ppid=2479 vsize=868172 CPUtime=50.8
/proc/2481/stat : 2481 (java) S 2479 2481 32507 0 -1 0 69901 3971 1 0 2777 245 2053 5 18 0 9 0 133598115 889008128 37871 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2481/statm: 217043 37871 2637 9 0 211549 0
[pid=2481/tid=2483] ppid=2479 vsize=868172 CPUtime=48.6
/proc/2481/task/2483/stat : 2483 (java) R 2479 2481 32507 0 -1 64 31796 3971 1 0 2572 230 2053 5 16 0 9 0 133598116 889008128 37871 996147200 134512640 134550740 4294955968 18446744073709551615 4127424621 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2484] ppid=2479 vsize=868172 CPUtime=22.35
/proc/2481/task/2484/stat : 2484 (java) R 2479 2481 32507 0 -1 64 36170 3971 0 0 166 11 2053 5 20 0 9 0 133598118 889008128 37871 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2485] ppid=2479 vsize=868172 CPUtime=20.58
/proc/2481/task/2485/stat : 2485 (java) S 2479 2481 32507 0 -1 64 17 3971 0 0 0 0 2053 5 15 0 9 0 133598118 889008128 37871 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2486] ppid=2479 vsize=868172 CPUtime=20.58
/proc/2481/task/2486/stat : 2486 (java) S 2479 2481 32507 0 -1 64 15 3971 0 0 0 0 2053 5 15 0 9 0 133598118 889008128 37871 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/2481/task/2486/stat : 2486 (java) S 2479 2481 32507 0 -1 64 15 3971 0 0 0 0 2053 5 15 0 9 0 133598118 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2487] ppid=2479 vsize=868172 CPUtime=20.58
/proc/2481/task/2487/stat : 2487 (java) S 2479 2481 32507 0 -1 64 1 3971 0 0 0 0 2053 5 18 0 9 0 133598120 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2488] ppid=2479 vsize=868172 CPUtime=21.03
/proc/2481/task/2488/stat : 2488 (java) S 2479 2481 32507 0 -1 64 1122 3971 0 0 44 1 2053 5 17 0 9 0 133598120 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2489] ppid=2479 vsize=868172 CPUtime=20.58
/proc/2481/task/2489/stat : 2489 (java) S 2479 2481 32507 0 -1 64 2 3971 0 0 0 0 2053 5 19 0 9 0 133598120 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2490] ppid=2479 vsize=868172 CPUtime=20.58
/proc/2481/task/2490/stat : 2490 (java) S 2479 2481 32507 0 -1 64 14 3971 0 0 0 0 2053 5 15 0 9 0 133598120 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1529.4
Current children cumulated vsize (KiB) 868172

[startup+1602.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/81 2500
/proc/meminfo: memFree=1322936/2055920 swapFree=4192812/4192956
[pid=2481] ppid=2479 vsize=868172 CPUtime=1588.9
/proc/2481/stat : 2481 (java) S 2479 2481 32507 0 -1 0 70466 3971 1 0 156584 248 2053 5 18 0 9 0 133598115 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2481/statm: 217043 37910 2637 9 0 211549 0
[pid=2481/tid=2483] ppid=2479 vsize=868172 CPUtime=1586.63
/proc/2481/task/2483/stat : 2483 (java) R 2479 2481 32507 0 -1 64 32323 3971 1 0 156372 233 2053 5 25 0 9 0 133598116 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4127485836 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2484] ppid=2479 vsize=868172 CPUtime=22.35
/proc/2481/task/2484/stat : 2484 (java) S 2479 2481 32507 0 -1 64 36170 3971 0 0 166 11 2053 5 16 0 9 0 133598118 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2485] ppid=2479 vsize=868172 CPUtime=20.58
/proc/2481/task/2485/stat : 2485 (java) S 2479 2481 32507 0 -1 64 17 3971 0 0 0 0 2053 5 15 0 9 0 133598118 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2486] ppid=2479 vsize=868172 CPUtime=20.58
/proc/2481/task/2486/stat : 2486 (java) S 2479 2481 32507 0 -1 64 15 3971 0 0 0 0 2053 5 15 0 9 0 133598118 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2487] ppid=2479 vsize=868172 CPUtime=20.58
/proc/2481/task/2487/stat : 2487 (java) S 2479 2481 32507 0 -1 64 1 3971 0 0 0 0 2053 5 18 0 9 0 133598120 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2488] ppid=2479 vsize=868172 CPUtime=21.03
/proc/2481/task/2488/stat : 2488 (java) S 2479 2481 32507 0 -1 64 1122 3971 0 0 44 1 2053 5 17 0 9 0 133598120 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2489] ppid=2479 vsize=868172 CPUtime=20.58
/proc/2481/task/2489/stat : 2489 (java) S 2479 2481 32507 0 -1 64 2 3971 0 0 0 0 2053 5 19 0 9 0 133598120 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2490] ppid=2479 vsize=868172 CPUtime=20.58
/proc/2481/task/2490/stat : 2490 (java) S 2479 2481 32507 0 -1 64 14 3971 0 0 0 0 2053 5 15 0 9 0 133598120 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1588.9
Current children cumulated vsize (KiB) 868172

[startup+1662.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/83 2551
/proc/meminfo: memFree=1327080/2055920 swapFree=4192812/4192956
[pid=2481] ppid=2479 vsize=868172 CPUtime=1648.47
/proc/2481/stat : 2481 (java) S 2479 2481 32507 0 -1 0 70466 3971 1 0 162540 249 2053 5 18 0 9 0 133598115 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2481/statm: 217043 37910 2637 9 0 211549 0
[pid=2481/tid=2483] ppid=2479 vsize=868172 CPUtime=1646.21
/proc/2481/task/2483/stat : 2483 (java) R 2479 2481 32507 0 -1 64 32323 3971 1 0 162329 234 2053 5 25 0 9 0 133598116 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4127485836 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2481/tid=2484] ppid=2479 vsize=868172 CPUtime=22.35
/proc/2481/task/2484/stat : 2484 (java) S 2479 2481 32507 0 -1 64 36170 3971 0 0 166 11 2053 5 16 0 9 0 133598118 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2485] ppid=2479 vsize=868172 CPUtime=20.58
/proc/2481/task/2485/stat : 2485 (java) S 2479 2481 32507 0 -1 64 17 3971 0 0 0 0 2053 5 15 0 9 0 133598118 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2486] ppid=2479 vsize=868172 CPUtime=20.58
/proc/2481/task/2486/stat : 2486 (java) S 2479 2481 32507 0 -1 64 15 3971 0 0 0 0 2053 5 15 0 9 0 133598118 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2487] ppid=2479 vsize=868172 CPUtime=20.58
/proc/2481/task/2487/stat : 2487 (java) S 2479 2481 32507 0 -1 64 1 3971 0 0 0 0 2053 5 18 0 9 0 133598120 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2488] ppid=2479 vsize=868172 CPUtime=21.03
/proc/2481/task/2488/stat : 2488 (java) S 2479 2481 32507 0 -1 64 1122 3971 0 0 44 1 2053 5 17 0 9 0 133598120 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2489] ppid=2479 vsize=868172 CPUtime=20.58
/proc/2481/task/2489/stat : 2489 (java) S 2479 2481 32507 0 -1 64 2 3971 0 0 0 0 2053 5 19 0 9 0 133598120 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2490] ppid=2479 vsize=868172 CPUtime=20.58
/proc/2481/task/2490/stat : 2490 (java) S 2479 2481 32507 0 -1 64 14 3971 0 0 0 0 2053 5 15 0 9 0 133598120 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1648.47
Current children cumulated vsize (KiB) 868172

[startup+1722.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/83 2551
/proc/meminfo: memFree=1323944/2055920 swapFree=4192812/4192956
[pid=2481] ppid=2479 vsize=868172 CPUtime=1708.44
/proc/2481/stat : 2481 (java) S 2479 2481 32507 0 -1 0 70466 3971 1 0 168537 249 2053 5 18 0 9 0 133598115 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2481/statm: 217043 37910 2637 9 0 211549 0
[pid=2481/tid=2483] ppid=2479 vsize=868172 CPUtime=1706.18
/proc/2481/task/2483/stat : 2483 (java) R 2479 2481 32507 0 -1 64 32323 3971 1 0 168326 234 2053 5 25 0 9 0 133598116 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4127484883 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2481/tid=2484] ppid=2479 vsize=868172 CPUtime=22.35
/proc/2481/task/2484/stat : 2484 (java) S 2479 2481 32507 0 -1 64 36170 3971 0 0 166 11 2053 5 16 0 9 0 133598118 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2485] ppid=2479 vsize=868172 CPUtime=20.58
/proc/2481/task/2485/stat : 2485 (java) S 2479 2481 32507 0 -1 64 17 3971 0 0 0 0 2053 5 15 0 9 0 133598118 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2486] ppid=2479 vsize=868172 CPUtime=20.58
/proc/2481/task/2486/stat : 2486 (java) S 2479 2481 32507 0 -1 64 15 3971 0 0 0 0 2053 5 15 0 9 0 133598118 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2487] ppid=2479 vsize=868172 CPUtime=20.58
/proc/2481/task/2487/stat : 2487 (java) S 2479 2481 32507 0 -1 64 1 3971 0 0 0 0 2053 5 18 0 9 0 133598120 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2488] ppid=2479 vsize=868172 CPUtime=21.03
/proc/2481/task/2488/stat : 2488 (java) S 2479 2481 32507 0 -1 64 1122 3971 0 0 44 1 2053 5 17 0 9 0 133598120 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2489] ppid=2479 vsize=868172 CPUtime=20.58
/proc/2481/task/2489/stat : 2489 (java) S 2479 2481 32507 0 -1 64 2 3971 0 0 0 0 2053 5 19 0 9 0 133598120 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2490] ppid=2479 vsize=868172 CPUtime=20.58
/proc/2481/task/2490/stat : 2490 (java) S 2479 2481 32507 0 -1 64 14 3971 0 0 0 0 2053 5 15 0 9 0 133598120 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1708.44
Current children cumulated vsize (KiB) 868172

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 2551
/proc/meminfo: memFree=1320104/2055920 swapFree=4192812/4192956
[pid=2481] ppid=2479 vsize=868172 CPUtime=1768.41
/proc/2481/stat : 2481 (java) S 2479 2481 32507 0 -1 0 70466 3971 1 0 174534 249 2053 5 18 0 9 0 133598115 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2481/statm: 217043 37910 2637 9 0 211549 0
[pid=2481/tid=2483] ppid=2479 vsize=868172 CPUtime=1766.15
/proc/2481/task/2483/stat : 2483 (java) R 2479 2481 32507 0 -1 64 32323 3971 1 0 174323 234 2053 5 25 0 9 0 133598116 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4127484873 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2481/tid=2484] ppid=2479 vsize=868172 CPUtime=22.35
/proc/2481/task/2484/stat : 2484 (java) S 2479 2481 32507 0 -1 64 36170 3971 0 0 166 11 2053 5 16 0 9 0 133598118 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2485] ppid=2479 vsize=868172 CPUtime=20.58
/proc/2481/task/2485/stat : 2485 (java) S 2479 2481 32507 0 -1 64 17 3971 0 0 0 0 2053 5 15 0 9 0 133598118 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2486] ppid=2479 vsize=868172 CPUtime=20.58
/proc/2481/task/2486/stat : 2486 (java) S 2479 2481 32507 0 -1 64 15 3971 0 0 0 0 2053 5 15 0 9 0 133598118 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2487] ppid=2479 vsize=868172 CPUtime=20.58
/proc/2481/task/2487/stat : 2487 (java) S 2479 2481 32507 0 -1 64 1 3971 0 0 0 0 2053 5 18 0 9 0 133598120 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2488] ppid=2479 vsize=868172 CPUtime=21.03
/proc/2481/task/2488/stat : 2488 (java) S 2479 2481 32507 0 -1 64 1122 3971 0 0 44 1 2053 5 17 0 9 0 133598120 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2489] ppid=2479 vsize=868172 CPUtime=20.58
/proc/2481/task/2489/stat : 2489 (java) S 2479 2481 32507 0 -1 64 2 3971 0 0 0 0 2053 5 19 0 9 0 133598120 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2490] ppid=2479 vsize=868172 CPUtime=20.58
/proc/2481/task/2490/stat : 2490 (java) S 2479 2481 32507 0 -1 64 14 3971 0 0 0 0 2053 5 15 0 9 0 133598120 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1768.41
Current children cumulated vsize (KiB) 868172



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.91 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 2551
/proc/meminfo: memFree=1318248/2055920 swapFree=4192812/4192956
[pid=2481] ppid=2479 vsize=868172 CPUtime=1800.01
/proc/2481/stat : 2481 (java) S 2479 2481 32507 0 -1 0 70466 3971 1 0 177693 250 2053 5 18 0 9 0 133598115 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2481/statm: 217043 37910 2637 9 0 211549 0
[pid=2481/tid=2483] ppid=2479 vsize=868172 CPUtime=1797.74
/proc/2481/task/2483/stat : 2483 (java) R 2479 2481 32507 0 -1 64 32323 3971 1 0 177482 234 2053 5 25 0 9 0 133598116 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4126375703 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2481/tid=2484] ppid=2479 vsize=868172 CPUtime=22.35
/proc/2481/task/2484/stat : 2484 (java) S 2479 2481 32507 0 -1 64 36170 3971 0 0 166 11 2053 5 16 0 9 0 133598118 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2485] ppid=2479 vsize=868172 CPUtime=20.58
/proc/2481/task/2485/stat : 2485 (java) S 2479 2481 32507 0 -1 64 17 3971 0 0 0 0 2053 5 15 0 9 0 133598118 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2486] ppid=2479 vsize=868172 CPUtime=20.58
/proc/2481/task/2486/stat : 2486 (java) S 2479 2481 32507 0 -1 64 15 3971 0 0 0 0 2053 5 15 0 9 0 133598118 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2487] ppid=2479 vsize=868172 CPUtime=20.58
/proc/2481/task/2487/stat : 2487 (java) S 2479 2481 32507 0 -1 64 1 3971 0 0 0 0 2053 5 18 0 9 0 133598120 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2488] ppid=2479 vsize=868172 CPUtime=21.03
/proc/2481/task/2488/stat : 2488 (java) S 2479 2481 32507 0 -1 64 1122 3971 0 0 44 1 2053 5 17 0 9 0 133598120 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2489] ppid=2479 vsize=868172 CPUtime=20.58
/proc/2481/task/2489/stat : 2489 (java) S 2479 2481 32507 0 -1 64 2 3971 0 0 0 0 2053 5 19 0 9 0 133598120 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2490] ppid=2479 vsize=868172 CPUtime=20.58
/proc/2481/task/2490/stat : 2490 (java) R 2479 2481 32507 0 -1 64 14 3971 0 0 0 0 2053 5 15 0 9 0 133598120 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 868172

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

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

[startup+1813.91 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 2551
/proc/meminfo: memFree=1318248/2055920 swapFree=4192812/4192956
[pid=2481] ppid=2479 vsize=868172 CPUtime=1800.01
/proc/2481/stat : 2481 (java) S 2479 2481 32507 0 -1 0 70466 3971 1 0 177693 250 2053 5 18 0 9 0 133598115 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2481/statm: 217043 37910 2637 9 0 211549 0
[pid=2481/tid=2483] ppid=2479 vsize=868172 CPUtime=1797.74
/proc/2481/task/2483/stat : 2483 (java) R 2479 2481 32507 0 -1 64 32323 3971 1 0 177482 234 2053 5 25 0 9 0 133598116 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4126375703 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2481/tid=2484] ppid=2479 vsize=868172 CPUtime=22.35
/proc/2481/task/2484/stat : 2484 (java) S 2479 2481 32507 0 -1 64 36170 3971 0 0 166 11 2053 5 16 0 9 0 133598118 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2485] ppid=2479 vsize=868172 CPUtime=20.58
/proc/2481/task/2485/stat : 2485 (java) S 2479 2481 32507 0 -1 64 17 3971 0 0 0 0 2053 5 15 0 9 0 133598118 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2486] ppid=2479 vsize=868172 CPUtime=20.58
/proc/2481/task/2486/stat : 2486 (java) S 2479 2481 32507 0 -1 64 15 3971 0 0 0 0 2053 5 15 0 9 0 133598118 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2487] ppid=2479 vsize=868172 CPUtime=20.58
/proc/2481/task/2487/stat : 2487 (java) S 2479 2481 32507 0 -1 64 1 3971 0 0 0 0 2053 5 18 0 9 0 133598120 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2488] ppid=2479 vsize=868172 CPUtime=21.03
/proc/2481/task/2488/stat : 2488 (java) S 2479 2481 32507 0 -1 64 1122 3971 0 0 44 1 2053 5 17 0 9 0 133598120 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2489] ppid=2479 vsize=868172 CPUtime=20.58
/proc/2481/task/2489/stat : 2489 (java) S 2479 2481 32507 0 -1 64 2 3971 0 0 0 0 2053 5 19 0 9 0 133598120 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2481/tid=2490] ppid=2479 vsize=868172 CPUtime=20.58
/proc/2481/task/2490/stat : 2490 (java) R 2479 2481 32507 0 -1 64 14 3971 0 0 0 0 2053 5 15 0 9 0 133598120 889008128 37910 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 868172

Child status: 143
Real time (s): 1813.99
CPU time (s): 1800.11
CPU user time (s): 1797.53
CPU system time (s): 2.58361
CPU usage (%): 99.235
Max. virtual memory (cumulated for all children) (KiB): 887596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.53
system time used= 2.58361
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74468
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= 38883
involuntary context switches= 70954

runsolver used 2.07069 second user time and 6.19106 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-05 02:54:40
IDJOB=1081811
IDBENCH=57142
IDSOLVER=363
FILE ID=node27/1081811-1215219279
PBS_JOBID= 7881676
Free space on /tmp= 66452 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-48.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1081811-1215219279/watcher-1081811-1215219279 -o /tmp/evaluation-result-1081811-1215219279/solver-1081811-1215219279 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1081811-1215219279.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2954e4929c1ef5c3af61301ca56f5bd2
RANDOM SEED=1235817915

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

/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		: 2800.188
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	: 5521.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 2800.188
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:       1465968 kB
Buffers:         88260 kB
Cached:         353808 kB
SwapCached:          0 kB
Active:         211484 kB
Inactive:       301252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1465968 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            8732 kB
Writeback:           0 kB
Mapped:          83612 kB
Slab:            62704 kB
Committed_AS:   394516 kB
PageTables:       1616 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66440 MiB
End job on node27 at 2008-07-05 03:24:56