Trace number 1079988

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 ACUNSAT 833.171 838.9

DiagnosticValue
CHECKS7437860
NODES703761

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-16_ext.xml
MD5SUM0815438ca54777d4041aeb39a85cfd39
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark117.418
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.09	
0.01/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-1079988-1215211457.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.28/0.36	   
0.28/0.36	   variables being loaded...
0.28/0.39	     nbVariables=20  nbDomainTypes=1  minDomainSize=20  maxDomainSize=20  nbTotalValues=400
0.28/0.39	       =>  wckTime=0.144  cpuTime=0.11  mem=7M919
0.28/0.39	   
0.28/0.39	   relations being loaded...
0.58/0.64	   
0.58/0.64	   constraints being loaded...
0.78/0.87	     nbConstraints=58  nbRelationTypes=58  nbGlobalConstraints=58  nbExtensionStructures=58
0.78/0.87	     nbSharedExtensionStructures=0  nbConflictsStructures=58  nbSharedConflictsStructures=0
0.78/0.87	     nbSharedBinaryRepresentations=0  minDegree=6  maxDegree=13  minArity=3  maxArity=3  nbGenerators=0  nbFusions=0
0.78/0.87	     symmetryWckTime=0.045  symmetryCpuTime=0.02
0.78/0.87	       =>  wckTime=0.627  cpuTime=0.51  mem=47M184
0.87/0.99	   
0.87/0.99	   solver IterativeSystematicSolver being built... 
0.97/1.07	   
0.97/1.07	   INFO : Forward propagation technique limited 
1.06/1.14	       =>  wckTime=0.898  cpuTime=0.63  mem=29M227
1.06/1.18	   
1.06/1.18	   preprocessing
1.06/1.18	     nbConstraintChecks=0  nbValidityChecks=167090  nbPropagations=20  nbRevisions=0  nbUselessRevisions=0
1.06/1.18	     nbRemovedValues=0  detectedInconsistency=no
1.06/1.18	       =>  wckTime=0.036  cpuTime=0.02  mem=29M227
1.66/1.76	   
1.66/1.76	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=30M178)
833.09/838.84	   
833.09/838.84	   search
833.09/838.84	     run=24  nbConstraintChecks=7437858  nbValidityChecks=11570995234  minDepth=0  maxDepth=9  nbPropagations=25661795
833.09/838.84	     nbRevisions=0  nbUselessRevisions=0  nbAssignments=703761  nbFailedAssignments=455685  nbBacktracks=247948
833.09/838.84	     nbVisitedNodes=1341225  nbRestartNogoods=362  nbSEliminables=0  nbREliminables=2.9  nbIEliminables=11.86
833.09/838.84	     nbDEliminables=0  nbPEliminables=0
833.09/838.84	       =>  wckTime=837.696  cpuTime=831.93  mem=47M298
833.09/838.84	   
833.09/838.84	   global
833.09/838.84	     nbConstraintChecks=7437858  nbValidityChecks=11571162324  nbPropagations=25661815  nbRestartNogoods=362
833.09/838.84	     solvingWckTime=837.7  solvingCpuTime=831.93  expiredTime=no  totalExploration=yes  nbFoundSolutions=0
833.09/838.84	     globalCpuTime=832.61
833.09/838.84	       =>  wckTime=838.6  cpuTime=832.56  mem=47M298
833.09/838.84	   
833.09/838.84	s UNSATISFIABLE
833.09/838.84	d NODES 703761
833.09/838.84	d CHECKS 7437858
833.09/838.84	   
833.09/838.84	   totalWckTime=838.658  totalCpuTime=832.61

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1079988-1215211457/watcher-1079988-1215211457 -o /tmp/evaluation-result-1079988-1215211457/solver-1079988-1215211457 -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-1079988-1215211457.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.91 1.97 1.99 3/72 15991
/proc/meminfo: memFree=1654672/2055920 swapFree=4117780/4192956
[pid=15991] ppid=15989 vsize=10616 CPUtime=0
/proc/15991/stat : 15991 (java) S 15989 15991 15442 0 -1 0 676 0 0 0 0 0 0 0 18 0 2 0 2000118007 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/15991/statm: 2654 472 209 9 0 1184 0
[pid=15991/tid=15992] ppid=15989 vsize=10616 CPUtime=0
/proc/15991/task/15992/stat : 15992 (java) R 15989 15991 15442 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 2000118008 10870784 472 996147200 134512640 134550740 4294955968 18446744073709551615 11366360 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0198549 s]
/proc/loadavg: 1.91 1.97 1.99 3/72 15991
/proc/meminfo: memFree=1654672/2055920 swapFree=4117780/4192956
[pid=15991] ppid=15989 vsize=10936 CPUtime=0.01
/proc/15991/stat : 15991 (java) S 15989 15991 15442 0 -1 0 853 0 1 0 0 1 0 0 18 0 2 0 2000118007 11198464 605 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/15991/statm: 2734 605 310 9 0 1198 0
[pid=15991/tid=15992] ppid=15989 vsize=10936 CPUtime=0
/proc/15991/task/15992/stat : 15992 (java) D 15989 15991 15442 0 -1 64 177 0 1 0 0 0 0 0 17 0 2 0 2000118008 11198464 605 996147200 134512640 134550740 4294955968 18446744073709551615 10519332 0 2147483391 0 16784584 18446744072099785718 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10936

[startup+0.102596 s]
/proc/loadavg: 1.91 1.97 1.99 3/72 15991
/proc/meminfo: memFree=1654672/2055920 swapFree=4117780/4192956
[pid=15991] ppid=15989 vsize=865884 CPUtime=0.08
/proc/15991/stat : 15991 (java) S 15989 15991 15442 0 -1 0 3715 0 1 0 6 2 0 0 18 0 9 0 2000118007 886665216 3179 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15991/statm: 216471 3179 1684 9 0 211026 0
[pid=15991/tid=15992] ppid=15989 vsize=865884 CPUtime=0.06
/proc/15991/task/15992/stat : 15992 (java) R 15989 15991 15442 0 -1 64 2813 0 1 0 5 1 0 0 18 0 9 0 2000118008 886665216 3179 996147200 134512640 134550740 4294955968 18446744073709551615 4125967987 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301633 s]
/proc/loadavg: 1.91 1.97 1.99 3/72 15991
/proc/meminfo: memFree=1654672/2055920 swapFree=4117780/4192956
[pid=15991] ppid=15989 vsize=866196 CPUtime=0.28
/proc/15991/stat : 15991 (java) S 15989 15991 15442 0 -1 0 5617 0 1 0 25 3 0 0 18 0 9 0 2000118007 886984704 5031 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15991/statm: 216549 5031 1902 9 0 211097 0
[pid=15991/tid=15992] ppid=15989 vsize=866196 CPUtime=0.25
/proc/15991/task/15992/stat : 15992 (java) R 15989 15991 15442 0 -1 64 4655 0 1 0 22 3 0 0 19 0 9 0 2000118008 886984704 5031 996147200 134512640 134550740 4294955968 18446744073709551615 10519332 0 2147483391 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866196

[startup+0.701708 s]
/proc/loadavg: 1.91 1.97 1.99 3/72 15991
/proc/meminfo: memFree=1654672/2055920 swapFree=4117780/4192956
[pid=15991] ppid=15989 vsize=866528 CPUtime=0.68
/proc/15991/stat : 15991 (java) S 15989 15991 15442 0 -1 0 11833 0 1 0 61 7 0 0 18 0 9 0 2000118007 887324672 11193 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15991/statm: 216632 11193 1977 9 0 211160 0
[pid=15991/tid=15992] ppid=15989 vsize=866528 CPUtime=0.57
/proc/15991/task/15992/stat : 15992 (java) R 15989 15991 15442 0 -1 64 10801 0 1 0 51 6 0 0 21 0 9 0 2000118008 887324672 11193 996147200 134512640 134550740 4294955968 18446744073709551615 4125952190 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866528

[startup+1.50286 s]
/proc/loadavg: 1.91 1.97 1.99 3/81 16004
/proc/meminfo: memFree=1590536/2055920 swapFree=4117780/4192956
[pid=15991] ppid=15989 vsize=867264 CPUtime=1.46
/proc/15991/stat : 15991 (java) S 15989 15991 15442 0 -1 0 27651 269 1 0 132 14 0 0 18 0 9 0 2000118007 888078336 18672 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15991/statm: 216816 18672 2631 9 0 211322 0
[pid=15991/tid=15992] ppid=15989 vsize=867264 CPUtime=1.16
/proc/15991/task/15992/stat : 15992 (java) R 15989 15991 15442 0 -1 64 19010 269 1 0 106 10 0 0 25 0 9 0 2000118008 888078336 18672 996147200 134512640 134550740 4294955968 18446744073709551615 4126745867 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15994] ppid=15989 vsize=867264 CPUtime=0.1
/proc/15991/task/15994/stat : 15994 (java) S 15989 15991 15442 0 -1 64 7286 269 0 0 8 2 0 0 17 0 9 0 2000118010 888078336 18672 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15995] ppid=15989 vsize=867264 CPUtime=0
/proc/15991/task/15995/stat : 15995 (java) S 15989 15991 15442 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 2000118010 888078336 18672 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15996] ppid=15989 vsize=867264 CPUtime=0
/proc/15991/task/15996/stat : 15996 (java) S 15989 15991 15442 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 2000118010 888078336 18672 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15997] ppid=15989 vsize=867264 CPUtime=0
/proc/15991/task/15997/stat : 15997 (java) S 15989 15991 15442 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 2000118012 888078336 18672 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15998] ppid=15989 vsize=867264 CPUtime=0.17
/proc/15991/task/15998/stat : 15998 (java) S 15989 15991 15442 0 -1 64 517 269 0 0 17 0 0 0 15 0 9 0 2000118012 888078336 18672 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15999] ppid=15989 vsize=867264 CPUtime=0
/proc/15991/task/15999/stat : 15999 (java) S 15989 15991 15442 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 2000118012 888078336 18672 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=16000] ppid=15989 vsize=867264 CPUtime=0
/proc/15991/task/16000/stat : 16000 (java) S 15989 15991 15442 0 -1 64 0 269 0 0 0 0 0 0 15 0 9 0 2000118012 888078336 18672 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867264

[startup+3.10116 s]
/proc/loadavg: 1.91 1.97 1.99 3/81 16004
/proc/meminfo: memFree=1589832/2055920 swapFree=4117780/4192956
[pid=15991] ppid=15989 vsize=867264 CPUtime=3.05
/proc/15991/stat : 15991 (java) S 15989 15991 15442 0 -1 0 27665 269 1 0 291 14 0 0 18 0 9 0 2000118007 888078336 18685 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15991/statm: 216816 18685 2631 9 0 211322 0
[pid=15991/tid=15992] ppid=15989 vsize=867264 CPUtime=2.73
/proc/15991/task/15992/stat : 15992 (java) R 15989 15991 15442 0 -1 64 19012 269 1 0 263 10 0 0 25 0 9 0 2000118008 888078336 18685 996147200 134512640 134550740 4294955968 18446744073709551615 4126745484 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15994] ppid=15989 vsize=867264 CPUtime=0.1
/proc/15991/task/15994/stat : 15994 (java) S 15989 15991 15442 0 -1 64 7286 269 0 0 8 2 0 0 17 0 9 0 2000118010 888078336 18685 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15995] ppid=15989 vsize=867264 CPUtime=0
/proc/15991/task/15995/stat : 15995 (java) S 15989 15991 15442 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 2000118010 888078336 18685 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15996] ppid=15989 vsize=867264 CPUtime=0
/proc/15991/task/15996/stat : 15996 (java) S 15989 15991 15442 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 2000118010 888078336 18685 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15997] ppid=15989 vsize=867264 CPUtime=0
/proc/15991/task/15997/stat : 15997 (java) S 15989 15991 15442 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 2000118012 888078336 18685 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15998] ppid=15989 vsize=867264 CPUtime=0.19
/proc/15991/task/15998/stat : 15998 (java) S 15989 15991 15442 0 -1 64 529 269 0 0 19 0 0 0 15 0 9 0 2000118012 888078336 18685 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15999] ppid=15989 vsize=867264 CPUtime=0
/proc/15991/task/15999/stat : 15999 (java) S 15989 15991 15442 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 2000118012 888078336 18685 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=16000] ppid=15989 vsize=867264 CPUtime=0
/proc/15991/task/16000/stat : 16000 (java) S 15989 15991 15442 0 -1 64 0 269 0 0 0 0 0 0 15 0 9 0 2000118012 888078336 18685 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 867264

[startup+6.3028 s]
/proc/loadavg: 1.92 1.97 1.99 3/81 16004
/proc/meminfo: memFree=1589576/2055920 swapFree=4117780/4192956
[pid=15991] ppid=15989 vsize=867396 CPUtime=6.21
/proc/15991/stat : 15991 (java) S 15989 15991 15442 0 -1 0 27699 269 1 0 607 14 0 0 18 0 9 0 2000118007 888213504 18699 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15991/statm: 216849 18699 2631 9 0 211355 0
[pid=15991/tid=15992] ppid=15989 vsize=867396 CPUtime=5.87
/proc/15991/task/15992/stat : 15992 (java) R 15989 15991 15442 0 -1 64 19029 269 1 0 577 10 0 0 25 0 9 0 2000118008 888213504 18699 996147200 134512640 134550740 4294955968 18446744073709551615 4126745867 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15994] ppid=15989 vsize=867396 CPUtime=0.1
/proc/15991/task/15994/stat : 15994 (java) S 15989 15991 15442 0 -1 64 7286 269 0 0 8 2 0 0 17 0 9 0 2000118010 888213504 18699 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15995] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/15995/stat : 15995 (java) S 15989 15991 15442 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 2000118010 888213504 18699 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15996] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/15996/stat : 15996 (java) S 15989 15991 15442 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 2000118010 888213504 18699 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15997] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/15997/stat : 15997 (java) S 15989 15991 15442 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 2000118012 888213504 18699 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15998] ppid=15989 vsize=867396 CPUtime=0.21
/proc/15991/task/15998/stat : 15998 (java) S 15989 15991 15442 0 -1 64 546 269 0 0 21 0 0 0 17 0 9 0 2000118012 888213504 18699 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15999] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/15999/stat : 15999 (java) S 15989 15991 15442 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 2000118012 888213504 18699 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=16000] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/16000/stat : 16000 (java) S 15989 15991 15442 0 -1 64 0 269 0 0 0 0 0 0 15 0 9 0 2000118012 888213504 18699 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867396

[startup+12.702 s]
/proc/loadavg: 1.92 1.97 1.99 3/81 16004
/proc/meminfo: memFree=1589320/2055920 swapFree=4117780/4192956
[pid=15991] ppid=15989 vsize=867396 CPUtime=12.55
/proc/15991/stat : 15991 (java) S 15989 15991 15442 0 -1 0 27739 269 1 0 1241 14 0 0 18 0 9 0 2000118007 888213504 18702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15991/statm: 216849 18702 2631 9 0 211355 0
[pid=15991/tid=15992] ppid=15989 vsize=867396 CPUtime=12.2
/proc/15991/task/15992/stat : 15992 (java) R 15989 15991 15442 0 -1 64 19065 269 1 0 1210 10 0 0 25 0 9 0 2000118008 888213504 18702 996147200 134512640 134550740 4294955968 18446744073709551615 4126746050 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15994] ppid=15989 vsize=867396 CPUtime=0.1
/proc/15991/task/15994/stat : 15994 (java) S 15989 15991 15442 0 -1 64 7286 269 0 0 8 2 0 0 16 0 9 0 2000118010 888213504 18702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15995] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/15995/stat : 15995 (java) S 15989 15991 15442 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 2000118010 888213504 18702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15996] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/15996/stat : 15996 (java) S 15989 15991 15442 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 2000118010 888213504 18702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15997] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/15997/stat : 15997 (java) S 15989 15991 15442 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 2000118012 888213504 18702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15998] ppid=15989 vsize=867396 CPUtime=0.22
/proc/15991/task/15998/stat : 15998 (java) S 15989 15991 15442 0 -1 64 550 269 0 0 22 0 0 0 17 0 9 0 2000118012 888213504 18702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15999] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/15999/stat : 15999 (java) S 15989 15991 15442 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 2000118012 888213504 18702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=16000] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/16000/stat : 16000 (java) S 15989 15991 15442 0 -1 64 0 269 0 0 0 0 0 0 15 0 9 0 2000118012 888213504 18702 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 867396

[startup+25.5024 s]
/proc/loadavg: 1.94 1.97 1.99 3/81 16004
/proc/meminfo: memFree=1589320/2055920 swapFree=4117780/4192956
[pid=15991] ppid=15989 vsize=867396 CPUtime=25.24
/proc/15991/stat : 15991 (java) S 15989 15991 15442 0 -1 0 27779 269 1 0 2510 14 0 0 18 0 9 0 2000118007 888213504 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15991/statm: 216849 18703 2631 9 0 211355 0
[pid=15991/tid=15992] ppid=15989 vsize=867396 CPUtime=24.88
/proc/15991/task/15992/stat : 15992 (java) R 15989 15991 15442 0 -1 64 19104 269 1 0 2478 10 0 0 25 0 9 0 2000118008 888213504 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4126746212 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15994] ppid=15989 vsize=867396 CPUtime=0.1
/proc/15991/task/15994/stat : 15994 (java) S 15989 15991 15442 0 -1 64 7286 269 0 0 8 2 0 0 16 0 9 0 2000118010 888213504 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15995] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/15995/stat : 15995 (java) S 15989 15991 15442 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 2000118010 888213504 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15996] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/15996/stat : 15996 (java) S 15989 15991 15442 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 2000118010 888213504 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15997] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/15997/stat : 15997 (java) S 15989 15991 15442 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 2000118012 888213504 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15998] ppid=15989 vsize=867396 CPUtime=0.22
/proc/15991/task/15998/stat : 15998 (java) S 15989 15991 15442 0 -1 64 551 269 0 0 22 0 0 0 15 0 9 0 2000118012 888213504 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15999] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/15999/stat : 15999 (java) S 15989 15991 15442 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 2000118012 888213504 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=16000] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/16000/stat : 16000 (java) S 15989 15991 15442 0 -1 64 0 269 0 0 0 0 0 0 15 0 9 0 2000118012 888213504 18703 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 867396

[startup+51.1022 s]
/proc/loadavg: 1.96 1.97 1.99 3/81 16004
/proc/meminfo: memFree=1589320/2055920 swapFree=4117780/4192956
[pid=15991] ppid=15989 vsize=867396 CPUtime=50.62
/proc/15991/stat : 15991 (java) S 15989 15991 15442 0 -1 0 27873 269 1 0 5047 15 0 0 18 0 9 0 2000118007 888213504 18706 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15991/statm: 216849 18706 2631 9 0 211355 0
[pid=15991/tid=15992] ppid=15989 vsize=867396 CPUtime=50.25
/proc/15991/task/15992/stat : 15992 (java) R 15989 15991 15442 0 -1 64 19198 269 1 0 5015 10 0 0 25 0 9 0 2000118008 888213504 18706 996147200 134512640 134550740 4294955968 18446744073709551615 4126745857 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15994] ppid=15989 vsize=867396 CPUtime=0.1

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

/proc/15991/stat : 15991 (java) S 15989 15991 15442 0 -1 0 30569 269 1 0 82602 20 0 0 18 0 9 0 2000118007 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15991/statm: 216849 18707 2631 9 0 211355 0
[pid=15991/tid=15992] ppid=15989 vsize=867396 CPUtime=825.86
/proc/15991/task/15992/stat : 15992 (java) R 15989 15991 15442 0 -1 64 21893 269 1 0 82571 15 0 0 25 0 9 0 2000118008 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4126746274 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15994] ppid=15989 vsize=867396 CPUtime=0.1
/proc/15991/task/15994/stat : 15994 (java) S 15989 15991 15442 0 -1 64 7286 269 0 0 8 2 0 0 16 0 9 0 2000118010 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15995] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/15995/stat : 15995 (java) S 15989 15991 15442 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 2000118010 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15996] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/15996/stat : 15996 (java) S 15989 15991 15442 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 2000118010 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15997] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/15997/stat : 15997 (java) S 15989 15991 15442 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 2000118012 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15998] ppid=15989 vsize=867396 CPUtime=0.22
/proc/15991/task/15998/stat : 15998 (java) S 15989 15991 15442 0 -1 64 552 269 0 0 22 0 0 0 16 0 9 0 2000118012 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15999] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/15999/stat : 15999 (java) S 15989 15991 15442 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 2000118012 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=16000] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/16000/stat : 16000 (java) S 15989 15991 15442 0 -1 64 0 269 0 0 0 0 0 0 15 0 9 0 2000118012 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 826.22
Current children cumulated vsize (KiB) 867396

[startup+835.102 s]
/proc/loadavg: 1.99 1.97 1.99 3/93 16043
/proc/meminfo: memFree=1417136/2055920 swapFree=4117780/4192956
[pid=15991] ppid=15989 vsize=867396 CPUtime=829.41
/proc/15991/stat : 15991 (java) S 15989 15991 15442 0 -1 0 30588 269 1 0 82921 20 0 0 18 0 9 0 2000118007 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15991/statm: 216849 18707 2631 9 0 211355 0
[pid=15991/tid=15992] ppid=15989 vsize=867396 CPUtime=829.04
/proc/15991/task/15992/stat : 15992 (java) R 15989 15991 15442 0 -1 64 21912 269 1 0 82889 15 0 0 25 0 9 0 2000118008 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4126746116 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15994] ppid=15989 vsize=867396 CPUtime=0.1
/proc/15991/task/15994/stat : 15994 (java) S 15989 15991 15442 0 -1 64 7286 269 0 0 8 2 0 0 16 0 9 0 2000118010 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15995] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/15995/stat : 15995 (java) S 15989 15991 15442 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 2000118010 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15996] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/15996/stat : 15996 (java) S 15989 15991 15442 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 2000118010 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15997] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/15997/stat : 15997 (java) S 15989 15991 15442 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 2000118012 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15998] ppid=15989 vsize=867396 CPUtime=0.22
/proc/15991/task/15998/stat : 15998 (java) S 15989 15991 15442 0 -1 64 552 269 0 0 22 0 0 0 16 0 9 0 2000118012 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15999] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/15999/stat : 15999 (java) S 15989 15991 15442 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 2000118012 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=16000] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/16000/stat : 16000 (java) S 15989 15991 15442 0 -1 64 0 269 0 0 0 0 0 0 15 0 9 0 2000118012 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 829.41
Current children cumulated vsize (KiB) 867396

[startup+836.702 s]
/proc/loadavg: 1.99 1.97 1.99 3/93 16043
/proc/meminfo: memFree=1417136/2055920 swapFree=4117780/4192956
[pid=15991] ppid=15989 vsize=867396 CPUtime=831
/proc/15991/stat : 15991 (java) S 15989 15991 15442 0 -1 0 30597 269 1 0 83080 20 0 0 18 0 9 0 2000118007 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15991/statm: 216849 18707 2631 9 0 211355 0
[pid=15991/tid=15992] ppid=15989 vsize=867396 CPUtime=830.63
/proc/15991/task/15992/stat : 15992 (java) R 15989 15991 15442 0 -1 64 21921 269 1 0 83048 15 0 0 25 0 9 0 2000118008 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4126746205 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15994] ppid=15989 vsize=867396 CPUtime=0.1
/proc/15991/task/15994/stat : 15994 (java) S 15989 15991 15442 0 -1 64 7286 269 0 0 8 2 0 0 16 0 9 0 2000118010 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15995] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/15995/stat : 15995 (java) S 15989 15991 15442 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 2000118010 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15996] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/15996/stat : 15996 (java) S 15989 15991 15442 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 2000118010 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15997] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/15997/stat : 15997 (java) S 15989 15991 15442 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 2000118012 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15998] ppid=15989 vsize=867396 CPUtime=0.22
/proc/15991/task/15998/stat : 15998 (java) S 15989 15991 15442 0 -1 64 552 269 0 0 22 0 0 0 16 0 9 0 2000118012 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15999] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/15999/stat : 15999 (java) S 15989 15991 15442 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 2000118012 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=16000] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/16000/stat : 16000 (java) S 15989 15991 15442 0 -1 64 0 269 0 0 0 0 0 0 15 0 9 0 2000118012 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 831
Current children cumulated vsize (KiB) 867396

[startup+837.503 s]
/proc/loadavg: 1.99 1.97 1.99 3/93 16043
/proc/meminfo: memFree=1417136/2055920 swapFree=4117780/4192956
[pid=15991] ppid=15989 vsize=867396 CPUtime=831.8
/proc/15991/stat : 15991 (java) S 15989 15991 15442 0 -1 0 30598 269 1 0 83160 20 0 0 18 0 9 0 2000118007 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15991/statm: 216849 18707 2631 9 0 211355 0
[pid=15991/tid=15992] ppid=15989 vsize=867396 CPUtime=831.43
/proc/15991/task/15992/stat : 15992 (java) R 15989 15991 15442 0 -1 64 21922 269 1 0 83128 15 0 0 25 0 9 0 2000118008 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4126746540 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15994] ppid=15989 vsize=867396 CPUtime=0.1
/proc/15991/task/15994/stat : 15994 (java) S 15989 15991 15442 0 -1 64 7286 269 0 0 8 2 0 0 16 0 9 0 2000118010 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15995] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/15995/stat : 15995 (java) S 15989 15991 15442 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 2000118010 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15996] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/15996/stat : 15996 (java) S 15989 15991 15442 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 2000118010 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15997] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/15997/stat : 15997 (java) S 15989 15991 15442 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 2000118012 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15998] ppid=15989 vsize=867396 CPUtime=0.22
/proc/15991/task/15998/stat : 15998 (java) S 15989 15991 15442 0 -1 64 552 269 0 0 22 0 0 0 16 0 9 0 2000118012 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15999] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/15999/stat : 15999 (java) S 15989 15991 15442 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 2000118012 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=16000] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/16000/stat : 16000 (java) S 15989 15991 15442 0 -1 64 0 269 0 0 0 0 0 0 15 0 9 0 2000118012 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 831.8
Current children cumulated vsize (KiB) 867396

[startup+838.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/93 16043
/proc/meminfo: memFree=1417136/2055920 swapFree=4117780/4192956
[pid=15991] ppid=15989 vsize=867396 CPUtime=832.59
/proc/15991/stat : 15991 (java) S 15989 15991 15442 0 -1 0 30598 269 1 0 83239 20 0 0 18 0 9 0 2000118007 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15991/statm: 216849 18707 2631 9 0 211355 0
[pid=15991/tid=15992] ppid=15989 vsize=867396 CPUtime=832.23
/proc/15991/task/15992/stat : 15992 (java) R 15989 15991 15442 0 -1 64 21922 269 1 0 83208 15 0 0 25 0 9 0 2000118008 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4126746125 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15994] ppid=15989 vsize=867396 CPUtime=0.1
/proc/15991/task/15994/stat : 15994 (java) S 15989 15991 15442 0 -1 64 7286 269 0 0 8 2 0 0 16 0 9 0 2000118010 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15995] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/15995/stat : 15995 (java) S 15989 15991 15442 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 2000118010 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15996] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/15996/stat : 15996 (java) S 15989 15991 15442 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 2000118010 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15997] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/15997/stat : 15997 (java) S 15989 15991 15442 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 2000118012 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15998] ppid=15989 vsize=867396 CPUtime=0.22
/proc/15991/task/15998/stat : 15998 (java) S 15989 15991 15442 0 -1 64 552 269 0 0 22 0 0 0 16 0 9 0 2000118012 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15999] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/15999/stat : 15999 (java) S 15989 15991 15442 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 2000118012 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=16000] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/16000/stat : 16000 (java) S 15989 15991 15442 0 -1 64 0 269 0 0 0 0 0 0 15 0 9 0 2000118012 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 832.59
Current children cumulated vsize (KiB) 867396

[startup+838.702 s]
/proc/loadavg: 1.99 1.97 1.99 3/93 16043
/proc/meminfo: memFree=1417136/2055920 swapFree=4117780/4192956
[pid=15991] ppid=15989 vsize=867396 CPUtime=832.99
/proc/15991/stat : 15991 (java) S 15989 15991 15442 0 -1 0 30598 269 1 0 83279 20 0 0 18 0 9 0 2000118007 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15991/statm: 216849 18707 2631 9 0 211355 0
[pid=15991/tid=15992] ppid=15989 vsize=867396 CPUtime=832.63
/proc/15991/task/15992/stat : 15992 (java) R 15989 15991 15442 0 -1 64 21922 269 1 0 83248 15 0 0 25 0 9 0 2000118008 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4126778650 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15994] ppid=15989 vsize=867396 CPUtime=0.1
/proc/15991/task/15994/stat : 15994 (java) S 15989 15991 15442 0 -1 64 7286 269 0 0 8 2 0 0 16 0 9 0 2000118010 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15995] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/15995/stat : 15995 (java) S 15989 15991 15442 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 2000118010 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15996] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/15996/stat : 15996 (java) S 15989 15991 15442 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 2000118010 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15997] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/15997/stat : 15997 (java) S 15989 15991 15442 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 2000118012 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15998] ppid=15989 vsize=867396 CPUtime=0.22
/proc/15991/task/15998/stat : 15998 (java) S 15989 15991 15442 0 -1 64 552 269 0 0 22 0 0 0 16 0 9 0 2000118012 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15999] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/15999/stat : 15999 (java) S 15989 15991 15442 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 2000118012 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=16000] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/16000/stat : 16000 (java) S 15989 15991 15442 0 -1 64 0 269 0 0 0 0 0 0 15 0 9 0 2000118012 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 832.99
Current children cumulated vsize (KiB) 867396

[startup+838.802 s]
/proc/loadavg: 1.99 1.97 1.99 3/93 16043
/proc/meminfo: memFree=1417136/2055920 swapFree=4117780/4192956
[pid=15991] ppid=15989 vsize=867396 CPUtime=833.09
/proc/15991/stat : 15991 (java) S 15989 15991 15442 0 -1 0 30598 269 1 0 83289 20 0 0 18 0 9 0 2000118007 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15991/statm: 216849 18707 2631 9 0 211355 0
[pid=15991/tid=15992] ppid=15989 vsize=867396 CPUtime=832.73
/proc/15991/task/15992/stat : 15992 (java) R 15989 15991 15442 0 -1 64 21922 269 1 0 83258 15 0 0 25 0 9 0 2000118008 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4126746128 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15994] ppid=15989 vsize=867396 CPUtime=0.1
/proc/15991/task/15994/stat : 15994 (java) S 15989 15991 15442 0 -1 64 7286 269 0 0 8 2 0 0 16 0 9 0 2000118010 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15995] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/15995/stat : 15995 (java) S 15989 15991 15442 0 -1 64 16 269 0 0 0 0 0 0 17 0 9 0 2000118010 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15996] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/15996/stat : 15996 (java) S 15989 15991 15442 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 2000118010 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15997] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/15997/stat : 15997 (java) S 15989 15991 15442 0 -1 64 1 269 0 0 0 0 0 0 18 0 9 0 2000118012 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=15998] ppid=15989 vsize=867396 CPUtime=0.22
/proc/15991/task/15998/stat : 15998 (java) S 15989 15991 15442 0 -1 64 552 269 0 0 22 0 0 0 16 0 9 0 2000118012 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=15991/tid=15999] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/15999/stat : 15999 (java) S 15989 15991 15442 0 -1 64 1 269 0 0 0 0 0 0 19 0 9 0 2000118012 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15991/tid=16000] ppid=15989 vsize=867396 CPUtime=0
/proc/15991/task/16000/stat : 16000 (java) S 15989 15991 15442 0 -1 64 0 269 0 0 0 0 0 0 15 0 9 0 2000118012 888213504 18707 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 833.09
Current children cumulated vsize (KiB) 867396

Child status: 0
Real time (s): 838.9
CPU time (s): 833.171
CPU user time (s): 832.944
CPU system time (s): 0.226965
CPU usage (%): 99.3171
Max. virtual memory (cumulated for all children) (KiB): 867396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 832.944
system time used= 0.226965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30946
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= 18008
involuntary context switches= 21015

runsolver used 1.18882 second user time and 2.6366 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-05 00:44:17
IDJOB=1079988
IDBENCH=56927
IDSOLVER=363
FILE ID=node47/1079988-1215211457
PBS_JOBID= 7881744
Free space on /tmp= 66504 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-16_ext.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-1079988-1215211457/watcher-1079988-1215211457 -o /tmp/evaluation-result-1079988-1215211457/solver-1079988-1215211457 -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-1079988-1215211457.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 0815438ca54777d4041aeb39a85cfd39
RANDOM SEED=1579930551

node47.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		: 3000.281
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.281
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:       1655152 kB
Buffers:         43168 kB
Cached:         196012 kB
SwapCached:      68996 kB
Active:         247764 kB
Inactive:        97552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1655152 kB
SwapTotal:     4192956 kB
SwapFree:      4117780 kB
Dirty:            3256 kB
Writeback:           0 kB
Mapped:         113808 kB
Slab:            40508 kB
Committed_AS:  4169092 kB
PageTables:       2080 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= 66504 MiB
End job on node47 at 2008-07-05 00:58:16