Trace number 2095649

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 ACSAT 44.2673 44.5023

DiagnosticValue
CHECKS43862700
NODES66094

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-681_ext.xml
MD5SUMbe8652480bfb64fd75f0901e3fa7466b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark14.6958
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints350
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension350
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.18/0.22	
0.18/0.22	   configuration
0.18/0.22	     name=mac.xml
0.18/0.26	   
0.18/0.26	   instance
0.18/0.26	     name=HOME/instance-2095649-1247407928.xml
0.28/0.30	   
0.28/0.30	   domains being loaded...
0.28/0.32	   
0.28/0.32	   variables being loaded...
0.28/0.37	     nbVariables=76  nbDomainTypes=5  minDomainSize=1  maxDomainSize=1001  nbTotalValues=30212
0.28/0.37	       =>  wckTime=0.148  cpuTime=0.15  mem=8M871
0.28/0.37	   
0.28/0.37	   relations being loaded...
0.57/0.64	   
0.57/0.64	   constraints being loaded...
0.77/0.89	     nbConstraints=351  nbRelationTypes=28  nbGlobalConstraints=26  nbSingletonDomainVariables=2
0.77/0.89	     nbExtensionStructures=29  nbSharedExtensionStructures=321  nbConflictsStructures=29
0.77/0.89	     nbSharedConflictsStructures=321  nbSharedBinaryRepresentations=25498  minDegree=1  maxDegree=26  minArity=2
0.77/0.89	     avgArity=2.14  maxArity=25  nbGenerators=0  nbFusions=0  symmetryWckTime=0.069  symmetryCpuTime=0.04  nbCliques=1
0.77/0.89	       =>  wckTime=0.666  cpuTime=0.52  mem=22M904
0.86/0.96	   
0.86/0.96	   solver IterativeSystematicSolver being built... 
0.97/1.02	   
0.97/1.02	   INFO : Forward propagation technique limited 
0.97/1.09	       =>  wckTime=0.862  cpuTime=0.63  mem=24M503
1.07/1.16	   
1.07/1.16	   preprocessing
1.07/1.16	     nbConstraintChecks=25999  nbValidityChecks=474808  nbPropagations=167  nbRevisions=95  nbUselessRevisions=23
1.07/1.16	     nbRemovedValues=27468  detectedInconsistency=no
1.07/1.16	       =>  wckTime=0.074  cpuTime=0.05  mem=25M494
1.36/1.50	   
1.36/1.50	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=26M535)
44.15/44.48	   
44.15/44.48	   search
44.15/44.48	     run=17  nbConstraintChecks=43836728  nbValidityChecks=85533235  minDepth=1  maxDepth=76  nbPropagations=13957483
44.15/44.48	     nbRevisions=21550333  nbUselessRevisions=14593466  nbAssignments=66094  nbFailedAssignments=27048
44.15/44.48	     nbBacktracks=38844  nbVisitedNodes=117391  nbRestartNogoods=273  nbFoundSolutions=1  nbSEliminables=0
44.15/44.48	     nbREliminables=2  nbIEliminables=68.09  nbDEliminables=0  nbPEliminables=0
44.15/44.48	       =>  wckTime=43.388  cpuTime=43.06  mem=27M510
44.15/44.48	   
44.15/44.48	   global
44.15/44.48	     nbConstraintChecks=43862727  nbValidityChecks=86008043  nbPropagations=13957650  nbRevisions=21550428
44.15/44.48	     nbUselessRevisions=14593489  nbRestartNogoods=273  solvingWckTime=43.391  solvingCpuTime=43.06  expiredTime=no
44.15/44.48	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=43.69  globalCpuTime=43.74
44.15/44.48	       =>  wckTime=44.256  cpuTime=43.69  mem=27M510
44.15/44.48	   
44.15/44.48	s SATISFIABLE
44.15/44.48	v 7 8 1 5 10 3 9 14 11 10 22 7 21 9 25 8 23 7 8 10 17 12 16 1 2 7 20 15 13 2 3 6 14 3 15 17 5 18 24 6 4 10 18 0 19 3 12 1 6 7 13 16 30 40 47 56 64 71 81 93 94 101 116 118 124 127 144 162 168 178 178 181 182 189 189 0 
44.15/44.48	d NODES 66094
44.15/44.48	d CHECKS 43862727
44.15/44.49	   
44.15/44.49	   totalWckTime=44.31  totalCpuTime=43.75

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2095649-1247407928/watcher-2095649-1247407928 -o /tmp/evaluation-result-2095649-1247407928/solver-2095649-1247407928 -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-2095649-1247407928.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: 1.92 1.98 1.91 4/81 29879
/proc/meminfo: memFree=1800368/2055920 swapFree=4192812/4192956
[pid=29879] ppid=29877 vsize=18576 CPUtime=0
/proc/29879/stat : 29879 (runsolver) R 29877 29879 29154 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 27857427 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 251601153319 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/29879/statm: 4644 284 249 26 0 2626 0

[startup+0.0948901 s]
/proc/loadavg: 1.92 1.98 1.91 4/81 29879
/proc/meminfo: memFree=1800368/2055920 swapFree=4192812/4192956
[pid=29879] ppid=29877 vsize=865984 CPUtime=0.07
/proc/29879/stat : 29879 (java) S 29877 29879 29154 0 -1 0 3724 0 1 0 6 1 0 0 18 0 9 0 27857427 886767616 3192 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29879/statm: 216496 3192 1690 9 0 210981 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865984

[startup+0.101891 s]
/proc/loadavg: 1.92 1.98 1.91 4/81 29879
/proc/meminfo: memFree=1800368/2055920 swapFree=4192812/4192956
[pid=29879] ppid=29877 vsize=865984 CPUtime=0.08
/proc/29879/stat : 29879 (java) S 29877 29879 29154 0 -1 0 3834 0 1 0 7 1 0 0 18 0 9 0 27857427 886767616 3277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29879/statm: 216496 3277 1725 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301916 s]
/proc/loadavg: 1.92 1.98 1.91 4/81 29879
/proc/meminfo: memFree=1800368/2055920 swapFree=4192812/4192956
[pid=29879] ppid=29877 vsize=866224 CPUtime=0.28
/proc/29879/stat : 29879 (java) S 29877 29879 29154 0 -1 0 6047 0 1 0 24 4 0 0 18 0 9 0 27857427 887013376 5413 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29879/statm: 216556 5413 1978 9 0 211014 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866224

[startup+0.701961 s]
/proc/loadavg: 1.92 1.98 1.91 4/81 29879
/proc/meminfo: memFree=1800368/2055920 swapFree=4192812/4192956
[pid=29879] ppid=29877 vsize=866940 CPUtime=0.68
/proc/29879/stat : 29879 (java) S 29877 29879 29154 0 -1 0 7800 0 1 0 63 5 0 0 18 0 9 0 27857427 887746560 7162 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29879/statm: 216735 7162 2000 9 0 211193 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866940

[startup+1.50104 s]
/proc/loadavg: 1.92 1.98 1.91 4/90 29892
/proc/meminfo: memFree=1763752/2055920 swapFree=4192812/4192956
[pid=29879] ppid=29877 vsize=867636 CPUtime=1.46
/proc/29879/stat : 29879 (java) S 29877 29879 29154 0 -1 0 19044 291 1 0 138 8 0 0 18 0 9 0 27857427 888459264 11806 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29879/statm: 216909 11806 2657 9 0 211345 0
[pid=29879/tid=29881] ppid=29877 vsize=867636 CPUtime=1.16
/proc/29879/task/29881/stat : 29881 (java) R 29877 29879 29154 0 -1 64 13331 291 1 0 110 6 0 0 25 0 9 0 27857428 888459264 11806 996147200 134512640 134550932 4294955968 18446744073709551615 4125952294 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29879/tid=29882] ppid=29877 vsize=867636 CPUtime=0.05
/proc/29879/task/29882/stat : 29882 (java) S 29877 29879 29154 0 -1 64 4121 291 0 0 4 1 0 0 17 0 9 0 27857429 888459264 11806 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29879/tid=29883] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29883/stat : 29883 (java) S 29877 29879 29154 0 -1 64 19 291 0 0 0 0 0 0 17 0 9 0 27857430 888459264 11807 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29879/tid=29884] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29884/stat : 29884 (java) S 29877 29879 29154 0 -1 64 9 291 0 0 0 0 0 0 16 0 9 0 27857430 888459264 11807 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29879/tid=29885] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29885/stat : 29885 (java) S 29877 29879 29154 0 -1 64 2 291 0 0 0 0 0 0 18 0 9 0 27857432 888459264 11807 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29879/tid=29886] ppid=29877 vsize=867636 CPUtime=0.23
/proc/29879/task/29886/stat : 29886 (java) S 29877 29879 29154 0 -1 64 756 291 0 0 23 0 0 0 15 0 9 0 27857432 888459264 11807 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29879/tid=29887] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29887/stat : 29887 (java) S 29877 29879 29154 0 -1 64 0 291 0 0 0 0 0 0 19 0 9 0 27857432 888459264 11807 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29879/tid=29888] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29888/stat : 29888 (java) R 29877 29879 29154 0 -1 64 3 291 0 0 0 0 0 0 15 0 9 0 27857432 888459264 11807 996147200 134512640 134550932 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) 867636

[startup+3.10222 s]
/proc/loadavg: 1.92 1.98 1.91 3/90 29892
/proc/meminfo: memFree=1763176/2055920 swapFree=4192812/4192956
[pid=29879] ppid=29877 vsize=867636 CPUtime=3.05
/proc/29879/stat : 29879 (java) S 29877 29879 29154 0 -1 0 19084 291 1 0 296 9 0 0 18 0 9 0 27857427 888459264 11844 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29879/statm: 216909 11844 2657 9 0 211345 0
[pid=29879/tid=29881] ppid=29877 vsize=867636 CPUtime=2.71
/proc/29879/task/29881/stat : 29881 (java) R 29877 29879 29154 0 -1 64 13351 291 1 0 265 6 0 0 25 0 9 0 27857428 888459264 11844 996147200 134512640 134550932 4294955968 18446744073709551615 4126920416 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29879/tid=29882] ppid=29877 vsize=867636 CPUtime=0.05
/proc/29879/task/29882/stat : 29882 (java) S 29877 29879 29154 0 -1 64 4121 291 0 0 4 1 0 0 17 0 9 0 27857429 888459264 11844 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=29879/tid=29883] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29883/stat : 29883 (java) S 29877 29879 29154 0 -1 64 19 291 0 0 0 0 0 0 17 0 9 0 27857430 888459264 11844 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29879/tid=29884] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29884/stat : 29884 (java) S 29877 29879 29154 0 -1 64 9 291 0 0 0 0 0 0 16 0 9 0 27857430 888459264 11844 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29879/tid=29885] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29885/stat : 29885 (java) S 29877 29879 29154 0 -1 64 2 291 0 0 0 0 0 0 18 0 9 0 27857432 888459264 11844 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29879/tid=29886] ppid=29877 vsize=867636 CPUtime=0.26
/proc/29879/task/29886/stat : 29886 (java) S 29877 29879 29154 0 -1 64 776 291 0 0 26 0 0 0 16 0 9 0 27857432 888459264 11844 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29879/tid=29887] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29887/stat : 29887 (java) S 29877 29879 29154 0 -1 64 0 291 0 0 0 0 0 0 19 0 9 0 27857432 888459264 11844 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29879/tid=29888] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29888/stat : 29888 (java) S 29877 29879 29154 0 -1 64 3 291 0 0 0 0 0 0 15 0 9 0 27857432 888459264 11844 996147200 134512640 134550932 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) 867636

[startup+6.30158 s]
/proc/loadavg: 1.93 1.98 1.91 3/90 29892
/proc/meminfo: memFree=1762664/2055920 swapFree=4192812/4192956
[pid=29879] ppid=29877 vsize=867636 CPUtime=6.24
/proc/29879/stat : 29879 (java) S 29877 29879 29154 0 -1 0 19133 291 1 0 615 9 0 0 18 0 9 0 27857427 888459264 11876 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29879/statm: 216909 11876 2657 9 0 211345 0
[pid=29879/tid=29881] ppid=29877 vsize=867636 CPUtime=5.89
/proc/29879/task/29881/stat : 29881 (java) R 29877 29879 29154 0 -1 64 13384 291 1 0 583 6 0 0 17 0 9 0 27857428 888459264 11876 996147200 134512640 134550932 4294955968 18446744073709551615 4126095866 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29879/tid=29882] ppid=29877 vsize=867636 CPUtime=0.05
/proc/29879/task/29882/stat : 29882 (java) S 29877 29879 29154 0 -1 64 4121 291 0 0 4 1 0 0 16 0 9 0 27857429 888459264 11876 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29879/tid=29883] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29883/stat : 29883 (java) S 29877 29879 29154 0 -1 64 19 291 0 0 0 0 0 0 17 0 9 0 27857430 888459264 11876 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29879/tid=29884] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29884/stat : 29884 (java) S 29877 29879 29154 0 -1 64 9 291 0 0 0 0 0 0 16 0 9 0 27857430 888459264 11876 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29879/tid=29885] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29885/stat : 29885 (java) S 29877 29879 29154 0 -1 64 2 291 0 0 0 0 0 0 18 0 9 0 27857432 888459264 11876 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29879/tid=29886] ppid=29877 vsize=867636 CPUtime=0.26
/proc/29879/task/29886/stat : 29886 (java) S 29877 29879 29154 0 -1 64 779 291 0 0 26 0 0 0 16 0 9 0 27857432 888459264 11876 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29879/tid=29887] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29887/stat : 29887 (java) S 29877 29879 29154 0 -1 64 0 291 0 0 0 0 0 0 19 0 9 0 27857432 888459264 11876 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29879/tid=29888] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29888/stat : 29888 (java) S 29877 29879 29154 0 -1 64 16 291 0 0 0 0 0 0 15 0 9 0 27857432 888459264 11876 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 867636

[startup+12.7023 s]
/proc/loadavg: 1.93 1.98 1.91 3/90 29892
/proc/meminfo: memFree=1762408/2055920 swapFree=4192812/4192956
[pid=29879] ppid=29877 vsize=867636 CPUtime=12.61
/proc/29879/stat : 29879 (java) S 29877 29879 29154 0 -1 0 19197 291 1 0 1252 9 0 0 18 0 9 0 27857427 888459264 11939 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29879/statm: 216909 11939 2657 9 0 211345 0
[pid=29879/tid=29881] ppid=29877 vsize=867636 CPUtime=12.27
/proc/29879/task/29881/stat : 29881 (java) R 29877 29879 29154 0 -1 64 13448 291 1 0 1221 6 0 0 25 0 9 0 27857428 888459264 11939 996147200 134512640 134550932 4294955968 18446744073709551615 4126940303 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29879/tid=29882] ppid=29877 vsize=867636 CPUtime=0.05
/proc/29879/task/29882/stat : 29882 (java) S 29877 29879 29154 0 -1 64 4121 291 0 0 4 1 0 0 16 0 9 0 27857429 888459264 11939 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29879/tid=29883] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29883/stat : 29883 (java) S 29877 29879 29154 0 -1 64 19 291 0 0 0 0 0 0 17 0 9 0 27857430 888459264 11939 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29879/tid=29884] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29884/stat : 29884 (java) S 29877 29879 29154 0 -1 64 9 291 0 0 0 0 0 0 16 0 9 0 27857430 888459264 11939 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29879/tid=29885] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29885/stat : 29885 (java) S 29877 29879 29154 0 -1 64 2 291 0 0 0 0 0 0 18 0 9 0 27857432 888459264 11939 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29879/tid=29886] ppid=29877 vsize=867636 CPUtime=0.26
/proc/29879/task/29886/stat : 29886 (java) S 29877 29879 29154 0 -1 64 779 291 0 0 26 0 0 0 16 0 9 0 27857432 888459264 11939 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29879/tid=29887] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29887/stat : 29887 (java) S 29877 29879 29154 0 -1 64 0 291 0 0 0 0 0 0 19 0 9 0 27857432 888459264 11939 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29879/tid=29888] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29888/stat : 29888 (java) S 29877 29879 29154 0 -1 64 16 291 0 0 0 0 0 0 15 0 9 0 27857432 888459264 11939 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 867636

[startup+25.5017 s]
/proc/loadavg: 1.95 1.98 1.91 3/90 29892
/proc/meminfo: memFree=1761968/2055920 swapFree=4192812/4192956
[pid=29879] ppid=29877 vsize=867636 CPUtime=25.35
/proc/29879/stat : 29879 (java) S 29877 29879 29154 0 -1 0 19312 291 1 0 2526 9 0 0 18 0 9 0 27857427 888459264 12053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29879/statm: 216909 12053 2657 9 0 211345 0
[pid=29879/tid=29881] ppid=29877 vsize=867636 CPUtime=25
/proc/29879/task/29881/stat : 29881 (java) R 29877 29879 29154 0 -1 64 13563 291 1 0 2494 6 0 0 25 0 9 0 27857428 888459264 12053 996147200 134512640 134550932 4294955968 18446744073709551615 4126978794 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29879/tid=29882] ppid=29877 vsize=867636 CPUtime=0.05
/proc/29879/task/29882/stat : 29882 (java) S 29877 29879 29154 0 -1 64 4121 291 0 0 4 1 0 0 16 0 9 0 27857429 888459264 12053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29879/tid=29883] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29883/stat : 29883 (java) S 29877 29879 29154 0 -1 64 19 291 0 0 0 0 0 0 17 0 9 0 27857430 888459264 12053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29879/tid=29884] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29884/stat : 29884 (java) S 29877 29879 29154 0 -1 64 9 291 0 0 0 0 0 0 16 0 9 0 27857430 888459264 12053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29879/tid=29885] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29885/stat : 29885 (java) S 29877 29879 29154 0 -1 64 2 291 0 0 0 0 0 0 18 0 9 0 27857432 888459264 12053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29879/tid=29886] ppid=29877 vsize=867636 CPUtime=0.26
/proc/29879/task/29886/stat : 29886 (java) S 29877 29879 29154 0 -1 64 779 291 0 0 26 0 0 0 16 0 9 0 27857432 888459264 12053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29879/tid=29887] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29887/stat : 29887 (java) S 29877 29879 29154 0 -1 64 0 291 0 0 0 0 0 0 19 0 9 0 27857432 888459264 12053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29879/tid=29888] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29888/stat : 29888 (java) R 29877 29879 29154 0 -1 64 16 291 0 0 0 0 0 0 15 0 9 0 27857432 888459264 12053 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 867636

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

[startup+38.3022 s]
/proc/loadavg: 1.95 1.98 1.91 3/90 29892
/proc/meminfo: memFree=1761520/2055920 swapFree=4192812/4192956
[pid=29879] ppid=29877 vsize=867636 CPUtime=38.08
/proc/29879/stat : 29879 (java) S 29877 29879 29154 0 -1 0 19429 291 1 0 3799 9 0 0 18 0 9 0 27857427 888459264 12170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29879/statm: 216909 12170 2657 9 0 211345 0
[pid=29879/tid=29881] ppid=29877 vsize=867636 CPUtime=37.73
/proc/29879/task/29881/stat : 29881 (java) R 29877 29879 29154 0 -1 64 13680 291 1 0 3767 6 0 0 25 0 9 0 27857428 888459264 12170 996147200 134512640 134550932 4294955968 18446744073709551615 4126939898 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29879/tid=29882] ppid=29877 vsize=867636 CPUtime=0.05
/proc/29879/task/29882/stat : 29882 (java) S 29877 29879 29154 0 -1 64 4121 291 0 0 4 1 0 0 16 0 9 0 27857429 888459264 12170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29879/tid=29883] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29883/stat : 29883 (java) S 29877 29879 29154 0 -1 64 19 291 0 0 0 0 0 0 17 0 9 0 27857430 888459264 12170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29879/tid=29884] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29884/stat : 29884 (java) S 29877 29879 29154 0 -1 64 9 291 0 0 0 0 0 0 16 0 9 0 27857430 888459264 12170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29879/tid=29885] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29885/stat : 29885 (java) S 29877 29879 29154 0 -1 64 2 291 0 0 0 0 0 0 18 0 9 0 27857432 888459264 12170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29879/tid=29886] ppid=29877 vsize=867636 CPUtime=0.26
/proc/29879/task/29886/stat : 29886 (java) S 29877 29879 29154 0 -1 64 779 291 0 0 26 0 0 0 16 0 9 0 27857432 888459264 12170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29879/tid=29887] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29887/stat : 29887 (java) S 29877 29879 29154 0 -1 64 0 291 0 0 0 0 0 0 19 0 9 0 27857432 888459264 12170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29879/tid=29888] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29888/stat : 29888 (java) S 29877 29879 29154 0 -1 64 16 291 0 0 0 0 0 0 15 0 9 0 27857432 888459264 12170 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 38.08
Current children cumulated vsize (KiB) 867636

[startup+41.5015 s]
/proc/loadavg: 1.96 1.98 1.91 3/90 29892
/proc/meminfo: memFree=1761392/2055920 swapFree=4192812/4192956
[pid=29879] ppid=29877 vsize=867636 CPUtime=41.26
/proc/29879/stat : 29879 (java) S 29877 29879 29154 0 -1 0 19455 291 1 0 4117 9 0 0 18 0 9 0 27857427 888459264 12196 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29879/statm: 216909 12196 2657 9 0 211345 0
[pid=29879/tid=29881] ppid=29877 vsize=867636 CPUtime=40.91
/proc/29879/task/29881/stat : 29881 (java) R 29877 29879 29154 0 -1 64 13706 291 1 0 4085 6 0 0 25 0 9 0 27857428 888459264 12196 996147200 134512640 134550932 4294955968 18446744073709551615 4126906382 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29879/tid=29882] ppid=29877 vsize=867636 CPUtime=0.05
/proc/29879/task/29882/stat : 29882 (java) S 29877 29879 29154 0 -1 64 4121 291 0 0 4 1 0 0 16 0 9 0 27857429 888459264 12196 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29879/tid=29883] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29883/stat : 29883 (java) S 29877 29879 29154 0 -1 64 19 291 0 0 0 0 0 0 17 0 9 0 27857430 888459264 12196 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29879/tid=29884] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29884/stat : 29884 (java) S 29877 29879 29154 0 -1 64 9 291 0 0 0 0 0 0 16 0 9 0 27857430 888459264 12196 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29879/tid=29885] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29885/stat : 29885 (java) S 29877 29879 29154 0 -1 64 2 291 0 0 0 0 0 0 18 0 9 0 27857432 888459264 12196 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29879/tid=29886] ppid=29877 vsize=867636 CPUtime=0.26
/proc/29879/task/29886/stat : 29886 (java) S 29877 29879 29154 0 -1 64 779 291 0 0 26 0 0 0 16 0 9 0 27857432 888459264 12196 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29879/tid=29887] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29887/stat : 29887 (java) S 29877 29879 29154 0 -1 64 0 291 0 0 0 0 0 0 19 0 9 0 27857432 888459264 12196 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29879/tid=29888] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29888/stat : 29888 (java) S 29877 29879 29154 0 -1 64 16 291 0 0 0 0 0 0 15 0 9 0 27857432 888459264 12196 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.26
Current children cumulated vsize (KiB) 867636

[startup+43.1017 s]
/proc/loadavg: 1.96 1.98 1.91 3/90 29892
/proc/meminfo: memFree=1761328/2055920 swapFree=4192812/4192956
[pid=29879] ppid=29877 vsize=867636 CPUtime=42.85
/proc/29879/stat : 29879 (java) S 29877 29879 29154 0 -1 0 19469 291 1 0 4276 9 0 0 18 0 9 0 27857427 888459264 12210 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29879/statm: 216909 12210 2657 9 0 211345 0
[pid=29879/tid=29881] ppid=29877 vsize=867636 CPUtime=42.51
/proc/29879/task/29881/stat : 29881 (java) R 29877 29879 29154 0 -1 64 13720 291 1 0 4245 6 0 0 25 0 9 0 27857428 888459264 12210 996147200 134512640 134550932 4294955968 18446744073709551615 4126920338 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29879/tid=29882] ppid=29877 vsize=867636 CPUtime=0.05
/proc/29879/task/29882/stat : 29882 (java) S 29877 29879 29154 0 -1 64 4121 291 0 0 4 1 0 0 16 0 9 0 27857429 888459264 12210 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29879/tid=29883] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29883/stat : 29883 (java) S 29877 29879 29154 0 -1 64 19 291 0 0 0 0 0 0 17 0 9 0 27857430 888459264 12210 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29879/tid=29884] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29884/stat : 29884 (java) S 29877 29879 29154 0 -1 64 9 291 0 0 0 0 0 0 16 0 9 0 27857430 888459264 12210 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29879/tid=29885] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29885/stat : 29885 (java) S 29877 29879 29154 0 -1 64 2 291 0 0 0 0 0 0 18 0 9 0 27857432 888459264 12210 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29879/tid=29886] ppid=29877 vsize=867636 CPUtime=0.26
/proc/29879/task/29886/stat : 29886 (java) S 29877 29879 29154 0 -1 64 779 291 0 0 26 0 0 0 16 0 9 0 27857432 888459264 12210 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29879/tid=29887] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29887/stat : 29887 (java) S 29877 29879 29154 0 -1 64 0 291 0 0 0 0 0 0 19 0 9 0 27857432 888459264 12210 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29879/tid=29888] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29888/stat : 29888 (java) S 29877 29879 29154 0 -1 64 16 291 0 0 0 0 0 0 15 0 9 0 27857432 888459264 12210 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 42.85
Current children cumulated vsize (KiB) 867636

[startup+43.9018 s]
/proc/loadavg: 1.96 1.98 1.91 3/90 29892
/proc/meminfo: memFree=1761264/2055920 swapFree=4192812/4192956
[pid=29879] ppid=29877 vsize=867636 CPUtime=43.65
/proc/29879/stat : 29879 (java) S 29877 29879 29154 0 -1 0 19477 291 1 0 4356 9 0 0 18 0 9 0 27857427 888459264 12218 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29879/statm: 216909 12218 2657 9 0 211345 0
[pid=29879/tid=29881] ppid=29877 vsize=867636 CPUtime=43.31
/proc/29879/task/29881/stat : 29881 (java) R 29877 29879 29154 0 -1 64 13728 291 1 0 4325 6 0 0 25 0 9 0 27857428 888459264 12218 996147200 134512640 134550932 4294955968 18446744073709551615 4126944779 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29879/tid=29882] ppid=29877 vsize=867636 CPUtime=0.05
/proc/29879/task/29882/stat : 29882 (java) S 29877 29879 29154 0 -1 64 4121 291 0 0 4 1 0 0 16 0 9 0 27857429 888459264 12218 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29879/tid=29883] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29883/stat : 29883 (java) S 29877 29879 29154 0 -1 64 19 291 0 0 0 0 0 0 17 0 9 0 27857430 888459264 12218 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29879/tid=29884] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29884/stat : 29884 (java) S 29877 29879 29154 0 -1 64 9 291 0 0 0 0 0 0 16 0 9 0 27857430 888459264 12218 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29879/tid=29885] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29885/stat : 29885 (java) S 29877 29879 29154 0 -1 64 2 291 0 0 0 0 0 0 18 0 9 0 27857432 888459264 12218 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29879/tid=29886] ppid=29877 vsize=867636 CPUtime=0.26
/proc/29879/task/29886/stat : 29886 (java) S 29877 29879 29154 0 -1 64 779 291 0 0 26 0 0 0 16 0 9 0 27857432 888459264 12218 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29879/tid=29887] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29887/stat : 29887 (java) S 29877 29879 29154 0 -1 64 0 291 0 0 0 0 0 0 19 0 9 0 27857432 888459264 12218 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29879/tid=29888] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29888/stat : 29888 (java) S 29877 29879 29154 0 -1 64 16 291 0 0 0 0 0 0 15 0 9 0 27857432 888459264 12218 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 43.65
Current children cumulated vsize (KiB) 867636

[startup+44.3018 s]
/proc/loadavg: 1.96 1.98 1.91 3/90 29892
/proc/meminfo: memFree=1761264/2055920 swapFree=4192812/4192956
[pid=29879] ppid=29877 vsize=867636 CPUtime=44.05
/proc/29879/stat : 29879 (java) S 29877 29879 29154 0 -1 0 19480 291 1 0 4396 9 0 0 18 0 9 0 27857427 888459264 12221 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29879/statm: 216909 12221 2657 9 0 211345 0
[pid=29879/tid=29881] ppid=29877 vsize=867636 CPUtime=43.7
/proc/29879/task/29881/stat : 29881 (java) R 29877 29879 29154 0 -1 64 13731 291 1 0 4364 6 0 0 25 0 9 0 27857428 888459264 12221 996147200 134512640 134550932 4294955968 18446744073709551615 4126943432 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29879/tid=29882] ppid=29877 vsize=867636 CPUtime=0.05
/proc/29879/task/29882/stat : 29882 (java) S 29877 29879 29154 0 -1 64 4121 291 0 0 4 1 0 0 16 0 9 0 27857429 888459264 12221 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29879/tid=29883] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29883/stat : 29883 (java) S 29877 29879 29154 0 -1 64 19 291 0 0 0 0 0 0 17 0 9 0 27857430 888459264 12221 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29879/tid=29884] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29884/stat : 29884 (java) S 29877 29879 29154 0 -1 64 9 291 0 0 0 0 0 0 16 0 9 0 27857430 888459264 12221 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29879/tid=29885] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29885/stat : 29885 (java) S 29877 29879 29154 0 -1 64 2 291 0 0 0 0 0 0 18 0 9 0 27857432 888459264 12221 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29879/tid=29886] ppid=29877 vsize=867636 CPUtime=0.26
/proc/29879/task/29886/stat : 29886 (java) S 29877 29879 29154 0 -1 64 779 291 0 0 26 0 0 0 16 0 9 0 27857432 888459264 12221 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=29879/tid=29887] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29887/stat : 29887 (java) S 29877 29879 29154 0 -1 64 0 291 0 0 0 0 0 0 19 0 9 0 27857432 888459264 12221 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29879/tid=29888] ppid=29877 vsize=867636 CPUtime=0
/proc/29879/task/29888/stat : 29888 (java) S 29877 29879 29154 0 -1 64 16 291 0 0 0 0 0 0 15 0 9 0 27857432 888459264 12221 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 44.05
Current children cumulated vsize (KiB) 867636

[startup+44.5018 s]
/proc/loadavg: 1.96 1.98 1.91 3/90 29892
/proc/meminfo: memFree=1761264/2055920 swapFree=4192812/4192956
[pid=29879] ppid=29877 vsize=0 CPUtime=44.25
/proc/29879/stat : 29879 (java) Z 29877 29879 29154 0 -1 12 19568 291 1 0 4415 10 0 0 16 0 2 0 27857427 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/29879/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 44.25
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 44.5023
CPU time (s): 44.2673
CPU user time (s): 44.1553
CPU system time (s): 0.111982
CPU usage (%): 99.4719
Max. virtual memory (cumulated for all children) (KiB): 867636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 44.1553
system time used= 0.111982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19859
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= 2090
involuntary context switches= 1878

runsolver used 0.052991 second user time and 0.12998 second system time

The end

Launcher Data

Begin job on node91 at 2009-07-12 16:12:08
IDJOB=2095649
IDBENCH=55498
IDSOLVER=773
FILE ID=node91/2095649-1247407928
PBS_JOBID= 9510470
Free space on /tmp= 66220 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/travellingSalesman-25/normalized-tsp-25-681_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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2095649-1247407928/watcher-2095649-1247407928 -o /tmp/evaluation-result-2095649-1247407928/solver-2095649-1247407928 -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-2095649-1247407928.xml

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

MD5SUM BENCH= be8652480bfb64fd75f0901e3fa7466b
RANDOM SEED=1297797434

node91.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.241
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.241
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1800848 kB
Buffers:         35932 kB
Cached:          97824 kB
SwapCached:          0 kB
Active:         156540 kB
Inactive:        46176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1800848 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2216 kB
Writeback:           0 kB
Mapped:          89368 kB
Slab:            37500 kB
Committed_AS:  1001308 kB
PageTables:       1852 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66220 MiB
End job on node91 at 2009-07-12 16:12:53