Trace number 2096999

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 30.7583 31.076

DiagnosticValue
CHECKS16358100
NODES15419

General information on the benchmark

Namecsp/nengfa/
normalized-color.xml
MD5SUM868270618e65ac29a05492ece46ae30f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.39879
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of constraints12458
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12458
Global constraints used (with number of constraints)

Solver Data

0.07/0.08	
0.07/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.18/0.27	   
0.18/0.27	   instance
0.18/0.27	     name=HOME/instance-2096999-1247411434.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.31	   
0.28/0.31	   variables being loaded...
0.39/0.42	     nbVariables=500  nbDomainTypes=1  minDomainSize=5  maxDomainSize=5  nbTotalValues=2500
0.39/0.42	       =>  wckTime=0.183  cpuTime=0.13  mem=9M843
0.39/0.42	   
0.39/0.42	   predicates being loaded...
1.09/1.17	   
1.09/1.17	   constraints being loaded...
3.56/3.61	     nbConstraints=12472  nbGlobalConstraints=14  nbConvertedConstraints=12458  nbConvertConstraintsChecks=25
3.56/3.61	     nbExtensionStructures=1  nbSharedExtensionStructures=12457  nbConflictsStructures=1
3.56/3.61	     nbSharedConflictsStructures=12457  nbSharedBinaryRepresentations=5  minDegree=34  maxDegree=69  minArity=2
3.56/3.61	     avgArity=2  maxArity=4  nbGenerators=0  nbFusions=0  symmetryWckTime=0.659  symmetryCpuTime=0.29  nbCliques=14
3.56/3.61	       =>  wckTime=3.366  cpuTime=2.65  mem=35M34
3.66/3.79	   
3.76/3.80	   solver IterativeSystematicSolver being built... 
3.76/3.86	   
3.76/3.87	   INFO : Forward propagation technique limited 
3.85/3.96	       =>  wckTime=3.724  cpuTime=2.79  mem=36M54
3.97/4.00	   
3.97/4.00	   preprocessing
3.97/4.00	     nbConstraintChecks=0  nbPropagations=500  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
3.97/4.00	     detectedInconsistency=no
3.97/4.00	       =>  wckTime=0.037  cpuTime=0.02  mem=36M54
4.45/4.56	   
4.45/4.56	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=37M65)
30.71/31.01	   
30.71/31.01	   search
30.71/31.01	     run=13  nbConstraintChecks=16358095  minDepth=0  maxDepth=12  nbPropagations=2306671  nbRevisions=17158249
30.71/31.01	     nbUselessRevisions=5673820  nbAssignments=15419  nbFailedAssignments=4182  nbBacktracks=11131  nbVisitedNodes=23644
30.71/31.01	     nbRestartNogoods=66  nbSEliminables=0  nbREliminables=168.8  nbIEliminables=322.43  nbDEliminables=0
30.71/31.02	     nbPEliminables=0
30.71/31.02	       =>  wckTime=27.048  cpuTime=26.69  mem=37M65
30.71/31.02	   
30.71/31.02	   global
30.71/31.02	     nbConstraintChecks=16358095  nbPropagations=2307171  nbRevisions=17158249  nbUselessRevisions=5673820
30.71/31.02	     nbRestartNogoods=66  solvingWckTime=27.051  solvingCpuTime=26.69  expiredTime=no  totalExploration=yes
30.71/31.02	     nbFoundSolutions=0  globalCpuTime=29.54
30.71/31.02	       =>  wckTime=30.777  cpuTime=29.49  mem=37M65
30.71/31.02	   
30.71/31.02	s UNSATISFIABLE
30.71/31.02	d NODES 15419
30.71/31.02	d CHECKS 16358095
30.71/31.02	   
30.71/31.02	   totalWckTime=30.844  totalCpuTime=29.54

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2096999-1247411434/watcher-2096999-1247411434 -o /tmp/evaluation-result-2096999-1247411434/solver-2096999-1247411434 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2096999-1247411434.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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.26 2.06 2.02 4/80 32687
/proc/meminfo: memFree=1761192/2055920 swapFree=4192812/4192956
[pid=32687] ppid=32685 vsize=200 CPUtime=0
/proc/32687/stat : 32687 (java) R 32685 32687 30868 0 -1 0 212 0 0 0 0 0 0 0 18 0 1 0 28210041 204800 33 996147200 134512640 134550932 4294955968 18446744073709551615 7484196 0 0 4096 0 0 0 0 17 0 0 0
/proc/32687/statm: 68 37 28 9 0 6 0

[startup+0.0800191 s]
/proc/loadavg: 2.26 2.06 2.02 4/80 32687
/proc/meminfo: memFree=1761192/2055920 swapFree=4192812/4192956
[pid=32687] ppid=32685 vsize=865952 CPUtime=0.07
/proc/32687/stat : 32687 (java) S 32685 32687 30868 0 -1 0 3485 0 1 0 6 1 0 0 18 0 9 0 28210041 886734848 2970 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32687/statm: 216488 2977 1551 9 0 210980 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865952

[startup+0.10102 s]
/proc/loadavg: 2.26 2.06 2.02 4/80 32687
/proc/meminfo: memFree=1761192/2055920 swapFree=4192812/4192956
[pid=32687] ppid=32685 vsize=865980 CPUtime=0.08
/proc/32687/stat : 32687 (java) S 32685 32687 30868 0 -1 0 3803 0 1 0 7 1 0 0 18 0 9 0 28210041 886763520 3254 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32687/statm: 216495 3254 1718 9 0 210980 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865980

[startup+0.301041 s]
/proc/loadavg: 2.26 2.06 2.02 4/80 32687
/proc/meminfo: memFree=1761192/2055920 swapFree=4192812/4192956
[pid=32687] ppid=32685 vsize=866500 CPUtime=0.28
/proc/32687/stat : 32687 (java) S 32685 32687 30868 0 -1 0 6102 0 1 0 25 3 0 0 18 0 9 0 28210041 887296000 5468 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32687/statm: 216625 5471 1987 9 0 211083 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866500

[startup+0.701086 s]
/proc/loadavg: 2.26 2.06 2.02 4/80 32687
/proc/meminfo: memFree=1761192/2055920 swapFree=4192812/4192956
[pid=32687] ppid=32685 vsize=867792 CPUtime=0.68
/proc/32687/stat : 32687 (java) S 32685 32687 30868 0 -1 0 9677 0 1 0 63 5 0 0 18 0 9 0 28210041 888619008 9031 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32687/statm: 216948 9032 2038 9 0 211384 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867792

[startup+1.50217 s]
/proc/loadavg: 2.26 2.06 2.02 3/89 32696
/proc/meminfo: memFree=1716512/2055920 swapFree=4192812/4192956
[pid=32687] ppid=32685 vsize=867704 CPUtime=1.48
/proc/32687/stat : 32687 (java) S 32685 32687 30868 0 -1 0 18169 0 1 0 139 9 0 0 18 0 9 0 28210041 888528896 17497 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32687/statm: 216926 17497 2028 9 0 211384 0
[pid=32687/tid=32689] ppid=32685 vsize=867704 CPUtime=1.26
/proc/32687/task/32689/stat : 32689 (java) R 32685 32687 30868 0 -1 64 15795 0 1 0 118 8 0 0 25 0 9 0 28210042 888528896 17497 996147200 134512640 134550932 4294955968 18446744073709551615 4126617795 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32687/tid=32690] ppid=32685 vsize=867704 CPUtime=0.03
/proc/32687/task/32690/stat : 32690 (java) S 32685 32687 30868 0 -1 64 996 0 0 0 3 0 0 0 16 0 9 0 28210043 888528896 17497 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32687/tid=32691] ppid=32685 vsize=867704 CPUtime=0
/proc/32687/task/32691/stat : 32691 (java) S 32685 32687 30868 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28210044 888528896 17497 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32687/tid=32692] ppid=32685 vsize=867704 CPUtime=0
/proc/32687/task/32692/stat : 32692 (java) S 32685 32687 30868 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 28210044 888528896 17497 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32687/tid=32693] ppid=32685 vsize=867704 CPUtime=0
/proc/32687/task/32693/stat : 32693 (java) S 32685 32687 30868 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28210046 888528896 17497 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32687/tid=32694] ppid=32685 vsize=867704 CPUtime=0.16
/proc/32687/task/32694/stat : 32694 (java) S 32685 32687 30868 0 -1 64 676 0 0 0 16 0 0 0 16 0 9 0 28210046 888528896 17497 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32687/tid=32695] ppid=32685 vsize=867704 CPUtime=0
/proc/32687/task/32695/stat : 32695 (java) S 32685 32687 30868 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28210046 888528896 17497 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32687/tid=32696] ppid=32685 vsize=867704 CPUtime=0
/proc/32687/task/32696/stat : 32696 (java) S 32685 32687 30868 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28210046 888528896 17497 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867704

[startup+3.10235 s]
/proc/loadavg: 2.24 2.06 2.02 3/89 32696
/proc/meminfo: memFree=1698464/2055920 swapFree=4192812/4192956
[pid=32687] ppid=32685 vsize=867704 CPUtime=3.08
/proc/32687/stat : 32687 (java) S 32685 32687 30868 0 -1 0 21673 0 1 0 258 50 0 0 18 0 9 0 28210041 888528896 20990 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32687/statm: 216926 20990 2034 9 0 211384 0
[pid=32687/tid=32689] ppid=32685 vsize=867704 CPUtime=2.67
/proc/32687/task/32689/stat : 32689 (java) R 32685 32687 30868 0 -1 64 15855 0 1 0 220 47 0 0 25 0 9 0 28210042 888528896 20991 996147200 134512640 134550932 4294955968 18446744073709551615 103778338 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32687/tid=32690] ppid=32685 vsize=867704 CPUtime=0.16
/proc/32687/task/32690/stat : 32690 (java) S 32685 32687 30868 0 -1 64 4393 0 0 0 14 2 0 0 17 0 9 0 28210043 888528896 20991 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32687/tid=32691] ppid=32685 vsize=867704 CPUtime=0
/proc/32687/task/32691/stat : 32691 (java) S 32685 32687 30868 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28210044 888528896 20991 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32687/tid=32692] ppid=32685 vsize=867704 CPUtime=0
/proc/32687/task/32692/stat : 32692 (java) S 32685 32687 30868 0 -1 64 6 0 0 0 0 0 0 0 16 0 9 0 28210044 888528896 20991 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32687/tid=32693] ppid=32685 vsize=867704 CPUtime=0
/proc/32687/task/32693/stat : 32693 (java) S 32685 32687 30868 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28210046 888528896 20991 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32687/tid=32694] ppid=32685 vsize=868028 CPUtime=0.22
/proc/32687/task/32694/stat : 32694 (java) S 32685 32687 30868 0 -1 64 724 0 0 0 22 0 0 0 16 0 10 0 28210046 888860672 20992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32687/tid=32695] ppid=32685 vsize=868028 CPUtime=0
/proc/32687/task/32695/stat : 32695 (java) S 32685 32687 30868 0 -1 64 0 0 0 0 0 0 0 0 25 0 10 0 28210046 888860672 20992 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32687/tid=32696] ppid=32685 vsize=868028 CPUtime=0
/proc/32687/task/32696/stat : 32696 (java) S 32685 32687 30868 0 -1 64 0 0 0 0 0 0 0 0 15 0 10 0 28210046 888860672 20995 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 867704

[startup+6.30169 s]
/proc/loadavg: 2.24 2.06 2.02 3/89 32700
/proc/meminfo: memFree=1674776/2055920 swapFree=4192812/4192956
[pid=32687] ppid=32685 vsize=868200 CPUtime=6.24
/proc/32687/stat : 32687 (java) S 32685 32687 30868 0 -1 0 35039 844 1 0 539 55 29 1 18 0 9 0 28210041 889036800 23987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32687/statm: 217050 23987 2661 9 0 211486 0
[pid=32687/tid=32689] ppid=32685 vsize=868200 CPUtime=5.51
/proc/32687/task/32689/stat : 32689 (java) R 32685 32687 30868 0 -1 64 22797 844 1 0 473 48 29 1 17 0 9 0 28210042 889036800 23987 996147200 134512640 134550932 4294955968 18446744073709551615 4127227308 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32687/tid=32690] ppid=32685 vsize=868200 CPUtime=0.64
/proc/32687/task/32690/stat : 32690 (java) S 32685 32687 30868 0 -1 64 10400 844 0 0 31 3 29 1 16 0 9 0 28210043 889036800 23987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32687/tid=32691] ppid=32685 vsize=868200 CPUtime=0.3
/proc/32687/task/32691/stat : 32691 (java) S 32685 32687 30868 0 -1 64 21 844 0 0 0 0 29 1 16 0 9 0 28210044 889036800 23987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32687/tid=32692] ppid=32685 vsize=868200 CPUtime=0.3
/proc/32687/task/32692/stat : 32692 (java) S 32685 32687 30868 0 -1 64 10 844 0 0 0 0 29 1 16 0 9 0 28210044 889036800 23987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32687/tid=32693] ppid=32685 vsize=868200 CPUtime=0.3
/proc/32687/task/32693/stat : 32693 (java) S 32685 32687 30868 0 -1 64 2 844 0 0 0 0 29 1 24 0 9 0 28210046 889036800 23987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32687/tid=32694] ppid=32685 vsize=868200 CPUtime=0.64
/proc/32687/task/32694/stat : 32694 (java) S 32685 32687 30868 0 -1 64 976 844 0 0 33 1 29 1 15 0 9 0 28210046 889036800 23987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32687/tid=32695] ppid=32685 vsize=868200 CPUtime=0.3
/proc/32687/task/32695/stat : 32695 (java) S 32685 32687 30868 0 -1 64 0 844 0 0 0 0 29 1 25 0 9 0 28210046 889036800 23987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32687/tid=32696] ppid=32685 vsize=868200 CPUtime=0.3
/proc/32687/task/32696/stat : 32696 (java) S 32685 32687 30868 0 -1 64 34 844 0 0 0 0 29 1 15 0 9 0 28210046 889036800 23987 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 868200

[startup+12.7014 s]
/proc/loadavg: 2.20 2.06 2.02 3/89 32700
/proc/meminfo: memFree=1674648/2055920 swapFree=4192812/4192956
[pid=32687] ppid=32685 vsize=868200 CPUtime=12.58
/proc/32687/stat : 32687 (java) S 32685 32687 30868 0 -1 0 35076 844 1 0 1173 55 29 1 18 0 9 0 28210041 889036800 23998 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32687/statm: 217050 23998 2661 9 0 211486 0
[pid=32687/tid=32689] ppid=32685 vsize=868200 CPUtime=11.84
/proc/32687/task/32689/stat : 32689 (java) R 32685 32687 30868 0 -1 64 22804 844 1 0 1105 49 29 1 20 0 9 0 28210042 889036800 23998 996147200 134512640 134550932 4294955968 18446744073709551615 4127221492 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32687/tid=32690] ppid=32685 vsize=868200 CPUtime=0.64
/proc/32687/task/32690/stat : 32690 (java) S 32685 32687 30868 0 -1 64 10400 844 0 0 31 3 29 1 16 0 9 0 28210043 889036800 23998 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32687/tid=32691] ppid=32685 vsize=868200 CPUtime=0.3
/proc/32687/task/32691/stat : 32691 (java) S 32685 32687 30868 0 -1 64 21 844 0 0 0 0 29 1 16 0 9 0 28210044 889036800 23998 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32687/tid=32692] ppid=32685 vsize=868200 CPUtime=0.3
/proc/32687/task/32692/stat : 32692 (java) S 32685 32687 30868 0 -1 64 10 844 0 0 0 0 29 1 16 0 9 0 28210044 889036800 23998 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32687/tid=32693] ppid=32685 vsize=868200 CPUtime=0.3
/proc/32687/task/32693/stat : 32693 (java) S 32685 32687 30868 0 -1 64 2 844 0 0 0 0 29 1 24 0 9 0 28210046 889036800 23998 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32687/tid=32694] ppid=32685 vsize=868200 CPUtime=0.67
/proc/32687/task/32694/stat : 32694 (java) S 32685 32687 30868 0 -1 64 1006 844 0 0 36 1 29 1 16 0 9 0 28210046 889036800 23998 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32687/tid=32695] ppid=32685 vsize=868200 CPUtime=0.3
/proc/32687/task/32695/stat : 32695 (java) S 32685 32687 30868 0 -1 64 0 844 0 0 0 0 29 1 25 0 9 0 28210046 889036800 23998 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32687/tid=32696] ppid=32685 vsize=868200 CPUtime=0.3
/proc/32687/task/32696/stat : 32696 (java) S 32685 32687 30868 0 -1 64 34 844 0 0 0 0 29 1 15 0 9 0 28210046 889036800 23998 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 868200

[startup+25.5028 s]
/proc/loadavg: 2.17 2.06 2.02 3/89 32700
/proc/meminfo: memFree=1674712/2055920 swapFree=4192812/4192956
[pid=32687] ppid=32685 vsize=868200 CPUtime=25.25
/proc/32687/stat : 32687 (java) S 32685 32687 30868 0 -1 0 35080 844 1 0 2440 55 29 1 18 0 9 0 28210041 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32687/statm: 217050 23999 2661 9 0 211486 0
[pid=32687/tid=32689] ppid=32685 vsize=868200 CPUtime=24.51
/proc/32687/task/32689/stat : 32689 (java) R 32685 32687 30868 0 -1 64 22807 844 1 0 2372 49 29 1 25 0 9 0 28210042 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4127216549 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32687/tid=32690] ppid=32685 vsize=868200 CPUtime=0.64
/proc/32687/task/32690/stat : 32690 (java) S 32685 32687 30868 0 -1 64 10400 844 0 0 31 3 29 1 16 0 9 0 28210043 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32687/tid=32691] ppid=32685 vsize=868200 CPUtime=0.3
/proc/32687/task/32691/stat : 32691 (java) S 32685 32687 30868 0 -1 64 21 844 0 0 0 0 29 1 16 0 9 0 28210044 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32687/tid=32692] ppid=32685 vsize=868200 CPUtime=0.3
/proc/32687/task/32692/stat : 32692 (java) S 32685 32687 30868 0 -1 64 10 844 0 0 0 0 29 1 16 0 9 0 28210044 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32687/tid=32693] ppid=32685 vsize=868200 CPUtime=0.3
/proc/32687/task/32693/stat : 32693 (java) S 32685 32687 30868 0 -1 64 2 844 0 0 0 0 29 1 24 0 9 0 28210046 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32687/tid=32694] ppid=32685 vsize=868200 CPUtime=0.67
/proc/32687/task/32694/stat : 32694 (java) S 32685 32687 30868 0 -1 64 1007 844 0 0 36 1 29 1 16 0 9 0 28210046 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32687/tid=32695] ppid=32685 vsize=868200 CPUtime=0.3
/proc/32687/task/32695/stat : 32695 (java) S 32685 32687 30868 0 -1 64 0 844 0 0 0 0 29 1 25 0 9 0 28210046 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32687/tid=32696] ppid=32685 vsize=868200 CPUtime=0.3
/proc/32687/task/32696/stat : 32696 (java) S 32685 32687 30868 0 -1 64 34 844 0 0 0 0 29 1 15 0 9 0 28210046 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 868200

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

[startup+28.7021 s]
/proc/loadavg: 2.16 2.06 2.02 3/89 32700
/proc/meminfo: memFree=1674648/2055920 swapFree=4192812/4192956
[pid=32687] ppid=32685 vsize=868200 CPUtime=28.43
/proc/32687/stat : 32687 (java) S 32685 32687 30868 0 -1 0 35080 844 1 0 2757 56 29 1 18 0 9 0 28210041 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32687/statm: 217050 23999 2661 9 0 211486 0
[pid=32687/tid=32689] ppid=32685 vsize=868200 CPUtime=27.67
/proc/32687/task/32689/stat : 32689 (java) R 32685 32687 30868 0 -1 64 22807 844 1 0 2688 49 29 1 25 0 9 0 28210042 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4127222597 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32687/tid=32690] ppid=32685 vsize=868200 CPUtime=0.64
/proc/32687/task/32690/stat : 32690 (java) S 32685 32687 30868 0 -1 64 10400 844 0 0 31 3 29 1 16 0 9 0 28210043 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32687/tid=32691] ppid=32685 vsize=868200 CPUtime=0.3
/proc/32687/task/32691/stat : 32691 (java) S 32685 32687 30868 0 -1 64 21 844 0 0 0 0 29 1 16 0 9 0 28210044 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32687/tid=32692] ppid=32685 vsize=868200 CPUtime=0.3
/proc/32687/task/32692/stat : 32692 (java) S 32685 32687 30868 0 -1 64 10 844 0 0 0 0 29 1 16 0 9 0 28210044 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32687/tid=32693] ppid=32685 vsize=868200 CPUtime=0.3
/proc/32687/task/32693/stat : 32693 (java) S 32685 32687 30868 0 -1 64 2 844 0 0 0 0 29 1 24 0 9 0 28210046 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32687/tid=32694] ppid=32685 vsize=868200 CPUtime=0.67
/proc/32687/task/32694/stat : 32694 (java) S 32685 32687 30868 0 -1 64 1007 844 0 0 36 1 29 1 16 0 9 0 28210046 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32687/tid=32695] ppid=32685 vsize=868200 CPUtime=0.3
/proc/32687/task/32695/stat : 32695 (java) S 32685 32687 30868 0 -1 64 0 844 0 0 0 0 29 1 25 0 9 0 28210046 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32687/tid=32696] ppid=32685 vsize=868200 CPUtime=0.3
/proc/32687/task/32696/stat : 32696 (java) S 32685 32687 30868 0 -1 64 34 844 0 0 0 0 29 1 15 0 9 0 28210046 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.43
Current children cumulated vsize (KiB) 868200

[startup+30.3013 s]
/proc/loadavg: 2.16 2.06 2.02 3/89 32700
/proc/meminfo: memFree=1674584/2055920 swapFree=4192812/4192956
[pid=32687] ppid=32685 vsize=868200 CPUtime=30.02
/proc/32687/stat : 32687 (java) S 32685 32687 30868 0 -1 0 35080 844 1 0 2916 56 29 1 18 0 9 0 28210041 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32687/statm: 217050 23999 2661 9 0 211486 0
[pid=32687/tid=32689] ppid=32685 vsize=868200 CPUtime=29.26
/proc/32687/task/32689/stat : 32689 (java) R 32685 32687 30868 0 -1 64 22807 844 1 0 2847 49 29 1 25 0 9 0 28210042 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4127227318 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32687/tid=32690] ppid=32685 vsize=868200 CPUtime=0.64
/proc/32687/task/32690/stat : 32690 (java) S 32685 32687 30868 0 -1 64 10400 844 0 0 31 3 29 1 16 0 9 0 28210043 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32687/tid=32691] ppid=32685 vsize=868200 CPUtime=0.3
/proc/32687/task/32691/stat : 32691 (java) S 32685 32687 30868 0 -1 64 21 844 0 0 0 0 29 1 16 0 9 0 28210044 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32687/tid=32692] ppid=32685 vsize=868200 CPUtime=0.3
/proc/32687/task/32692/stat : 32692 (java) S 32685 32687 30868 0 -1 64 10 844 0 0 0 0 29 1 16 0 9 0 28210044 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32687/tid=32693] ppid=32685 vsize=868200 CPUtime=0.3
/proc/32687/task/32693/stat : 32693 (java) S 32685 32687 30868 0 -1 64 2 844 0 0 0 0 29 1 24 0 9 0 28210046 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32687/tid=32694] ppid=32685 vsize=868200 CPUtime=0.67
/proc/32687/task/32694/stat : 32694 (java) S 32685 32687 30868 0 -1 64 1007 844 0 0 36 1 29 1 16 0 9 0 28210046 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32687/tid=32695] ppid=32685 vsize=868200 CPUtime=0.3
/proc/32687/task/32695/stat : 32695 (java) S 32685 32687 30868 0 -1 64 0 844 0 0 0 0 29 1 25 0 9 0 28210046 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32687/tid=32696] ppid=32685 vsize=868200 CPUtime=0.3
/proc/32687/task/32696/stat : 32696 (java) S 32685 32687 30868 0 -1 64 34 844 0 0 0 0 29 1 15 0 9 0 28210046 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.02
Current children cumulated vsize (KiB) 868200

[startup+30.7013 s]
/proc/loadavg: 2.16 2.06 2.02 3/89 32700
/proc/meminfo: memFree=1674648/2055920 swapFree=4192812/4192956
[pid=32687] ppid=32685 vsize=868200 CPUtime=30.42
/proc/32687/stat : 32687 (java) S 32685 32687 30868 0 -1 0 35080 844 1 0 2956 56 29 1 18 0 9 0 28210041 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32687/statm: 217050 23999 2661 9 0 211486 0
[pid=32687/tid=32689] ppid=32685 vsize=868200 CPUtime=29.66
/proc/32687/task/32689/stat : 32689 (java) R 32685 32687 30868 0 -1 64 22807 844 1 0 2887 49 29 1 25 0 9 0 28210042 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4127267219 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32687/tid=32690] ppid=32685 vsize=868200 CPUtime=0.64
/proc/32687/task/32690/stat : 32690 (java) S 32685 32687 30868 0 -1 64 10400 844 0 0 31 3 29 1 16 0 9 0 28210043 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32687/tid=32691] ppid=32685 vsize=868200 CPUtime=0.3
/proc/32687/task/32691/stat : 32691 (java) S 32685 32687 30868 0 -1 64 21 844 0 0 0 0 29 1 16 0 9 0 28210044 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32687/tid=32692] ppid=32685 vsize=868200 CPUtime=0.3
/proc/32687/task/32692/stat : 32692 (java) S 32685 32687 30868 0 -1 64 10 844 0 0 0 0 29 1 16 0 9 0 28210044 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32687/tid=32693] ppid=32685 vsize=868200 CPUtime=0.3
/proc/32687/task/32693/stat : 32693 (java) S 32685 32687 30868 0 -1 64 2 844 0 0 0 0 29 1 24 0 9 0 28210046 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32687/tid=32694] ppid=32685 vsize=868200 CPUtime=0.67
/proc/32687/task/32694/stat : 32694 (java) S 32685 32687 30868 0 -1 64 1007 844 0 0 36 1 29 1 16 0 9 0 28210046 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32687/tid=32695] ppid=32685 vsize=868200 CPUtime=0.3
/proc/32687/task/32695/stat : 32695 (java) S 32685 32687 30868 0 -1 64 0 844 0 0 0 0 29 1 25 0 9 0 28210046 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32687/tid=32696] ppid=32685 vsize=868200 CPUtime=0.3
/proc/32687/task/32696/stat : 32696 (java) S 32685 32687 30868 0 -1 64 34 844 0 0 0 0 29 1 15 0 9 0 28210046 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.42
Current children cumulated vsize (KiB) 868200

[startup+30.9013 s]
/proc/loadavg: 2.16 2.06 2.02 3/89 32700
/proc/meminfo: memFree=1674648/2055920 swapFree=4192812/4192956
[pid=32687] ppid=32685 vsize=868200 CPUtime=30.61
/proc/32687/stat : 32687 (java) S 32685 32687 30868 0 -1 0 35080 844 1 0 2975 56 29 1 18 0 9 0 28210041 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32687/statm: 217050 23999 2661 9 0 211486 0
[pid=32687/tid=32689] ppid=32685 vsize=868200 CPUtime=29.85
/proc/32687/task/32689/stat : 32689 (java) R 32685 32687 30868 0 -1 64 22807 844 1 0 2906 49 29 1 25 0 9 0 28210042 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4127265827 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32687/tid=32690] ppid=32685 vsize=868200 CPUtime=0.64
/proc/32687/task/32690/stat : 32690 (java) S 32685 32687 30868 0 -1 64 10400 844 0 0 31 3 29 1 16 0 9 0 28210043 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32687/tid=32691] ppid=32685 vsize=868200 CPUtime=0.3
/proc/32687/task/32691/stat : 32691 (java) S 32685 32687 30868 0 -1 64 21 844 0 0 0 0 29 1 16 0 9 0 28210044 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32687/tid=32692] ppid=32685 vsize=868200 CPUtime=0.3
/proc/32687/task/32692/stat : 32692 (java) S 32685 32687 30868 0 -1 64 10 844 0 0 0 0 29 1 16 0 9 0 28210044 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32687/tid=32693] ppid=32685 vsize=868200 CPUtime=0.3
/proc/32687/task/32693/stat : 32693 (java) S 32685 32687 30868 0 -1 64 2 844 0 0 0 0 29 1 24 0 9 0 28210046 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32687/tid=32694] ppid=32685 vsize=868200 CPUtime=0.67
/proc/32687/task/32694/stat : 32694 (java) S 32685 32687 30868 0 -1 64 1007 844 0 0 36 1 29 1 16 0 9 0 28210046 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32687/tid=32695] ppid=32685 vsize=868200 CPUtime=0.3
/proc/32687/task/32695/stat : 32695 (java) S 32685 32687 30868 0 -1 64 0 844 0 0 0 0 29 1 25 0 9 0 28210046 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32687/tid=32696] ppid=32685 vsize=868200 CPUtime=0.3
/proc/32687/task/32696/stat : 32696 (java) S 32685 32687 30868 0 -1 64 34 844 0 0 0 0 29 1 15 0 9 0 28210046 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.61
Current children cumulated vsize (KiB) 868200

[startup+31.0013 s]
/proc/loadavg: 2.16 2.06 2.02 3/89 32700
/proc/meminfo: memFree=1674648/2055920 swapFree=4192812/4192956
[pid=32687] ppid=32685 vsize=868200 CPUtime=30.71
/proc/32687/stat : 32687 (java) S 32685 32687 30868 0 -1 0 35080 844 1 0 2985 56 29 1 18 0 9 0 28210041 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/32687/statm: 217050 23999 2661 9 0 211486 0
[pid=32687/tid=32689] ppid=32685 vsize=868200 CPUtime=29.95
/proc/32687/task/32689/stat : 32689 (java) R 32685 32687 30868 0 -1 64 22807 844 1 0 2916 49 29 1 25 0 9 0 28210042 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4127222720 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32687/tid=32690] ppid=32685 vsize=868200 CPUtime=0.64
/proc/32687/task/32690/stat : 32690 (java) S 32685 32687 30868 0 -1 64 10400 844 0 0 31 3 29 1 16 0 9 0 28210043 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32687/tid=32691] ppid=32685 vsize=868200 CPUtime=0.3
/proc/32687/task/32691/stat : 32691 (java) S 32685 32687 30868 0 -1 64 21 844 0 0 0 0 29 1 16 0 9 0 28210044 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32687/tid=32692] ppid=32685 vsize=868200 CPUtime=0.3
/proc/32687/task/32692/stat : 32692 (java) S 32685 32687 30868 0 -1 64 10 844 0 0 0 0 29 1 16 0 9 0 28210044 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32687/tid=32693] ppid=32685 vsize=868200 CPUtime=0.3
/proc/32687/task/32693/stat : 32693 (java) S 32685 32687 30868 0 -1 64 2 844 0 0 0 0 29 1 24 0 9 0 28210046 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32687/tid=32694] ppid=32685 vsize=868200 CPUtime=0.67
/proc/32687/task/32694/stat : 32694 (java) S 32685 32687 30868 0 -1 64 1007 844 0 0 36 1 29 1 16 0 9 0 28210046 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32687/tid=32695] ppid=32685 vsize=868200 CPUtime=0.3
/proc/32687/task/32695/stat : 32695 (java) S 32685 32687 30868 0 -1 64 0 844 0 0 0 0 29 1 25 0 9 0 28210046 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32687/tid=32696] ppid=32685 vsize=868200 CPUtime=0.3
/proc/32687/task/32696/stat : 32696 (java) S 32685 32687 30868 0 -1 64 34 844 0 0 0 0 29 1 15 0 9 0 28210046 889036800 23999 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.71
Current children cumulated vsize (KiB) 868200

Child status: 0
Real time (s): 31.076
CPU time (s): 30.7583
CPU user time (s): 30.1684
CPU system time (s): 0.58991
CPU usage (%): 98.9777
Max. virtual memory (cumulated for all children) (KiB): 873100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.1684
system time used= 0.58991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36044
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= 2223
involuntary context switches= 2370

runsolver used 0.040993 second user time and 0.109983 second system time

The end

Launcher Data

Begin job on node19 at 2009-07-12 17:10:34
IDJOB=2096999
IDBENCH=56825
IDSOLVER=773
FILE ID=node19/2096999-1247411434
PBS_JOBID= 9510606
Free space on /tmp= 66428 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/nengfa/normalized-color.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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2096999-1247411434/watcher-2096999-1247411434 -o /tmp/evaluation-result-2096999-1247411434/solver-2096999-1247411434 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2096999-1247411434.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 868270618e65ac29a05492ece46ae30f
RANDOM SEED=407378171

node19.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.211
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.211
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:       1761672 kB
Buffers:         35532 kB
Cached:         119916 kB
SwapCached:          0 kB
Active:         173068 kB
Inactive:        64796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1761672 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5600 kB
Writeback:           0 kB
Mapped:         102824 kB
Slab:            41608 kB
Committed_AS:  1007820 kB
PageTables:       2012 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= 66424 MiB
End job on node19 at 2009-07-12 17:11:05