Trace number 2097978

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 ESACUNSAT 31.7422 31.7761

DiagnosticValue
CHECKS138782000
NODES70985

General information on the benchmark

Namecsp/rlfapScens11/
normalized-scen11-f1.xml
MD5SUM82ca51bd7cee57081df4d0e802a460c1
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 benchmark13.004
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size43
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
Global constraints used (with number of constraints)

Solver Data

0.03/0.08	
0.03/0.08	Abscon 112 (May, 2008)
0.20/0.24	
0.20/0.24	   configuration
0.20/0.24	     name=esac.xml
0.20/0.28	   
0.20/0.28	   instance
0.20/0.28	     name=HOME/instance-2097978-1247414194.xml
0.30/0.31	   
0.30/0.31	   domains being loaded...
0.30/0.33	   
0.30/0.33	   variables being loaded...
0.39/0.45	     nbVariables=680  nbDomainTypes=5  minDomainSize=6  maxDomainSize=43  nbTotalValues=26524
0.39/0.45	       =>  wckTime=0.206  cpuTime=0.15  mem=9M842
0.39/0.45	   
0.39/0.45	   predicates being loaded...
0.50/0.51	   
0.50/0.51	   constraints being loaded...
2.46/2.58	     nbConstraints=4215  nbGlobalConstraints=112  nbConvertedConstraints=4103  nbConvertConstraintsChecks=2586845
2.46/2.58	     nbExtensionStructures=1633  nbSharedExtensionStructures=4053  nbConflictsStructures=1663
2.46/2.58	     nbSharedConflictsStructures=4053  nbSharedBinaryRepresentations=129026  minDegree=1  maxDegree=63  minArity=2
2.46/2.58	     avgArity=2.11  maxArity=20  nbGenerators=38  nbFusions=36  symmetryWckTime=0.503  symmetryCpuTime=0.26
2.46/2.58	     nbCliques=74
2.46/2.58	       =>  wckTime=2.336  cpuTime=1.85  mem=8M370
2.57/2.67	   
2.57/2.68	   solver IterativeSystematicSolver being built... 
2.67/2.75	   
2.67/2.75	   INFO : Forward propagation technique limited 
2.76/2.84	       =>  wckTime=2.599  cpuTime=2.0  mem=27M980
3.09/3.11	   
3.09/3.11	   preprocessing
3.09/3.11	     nbConstraintChecks=400174  nbPropagations=5600  nbRevisions=15315  nbUselessRevisions=8740  nbSingletonTests=883
3.09/3.11	     nbEffectiveSingletonTests=0  nbACRemovals=1048  nbFoundSingletons=0  nbRemovedValues=1048  nbRemovedTuples=3503
3.09/3.11	     detectedInconsistency=no
3.09/3.11	       =>  wckTime=0.262  cpuTime=0.23  mem=29M908
3.48/3.50	   
3.48/3.50	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=31M819)
31.68/31.73	   
31.68/31.73	   search
31.68/31.73	     run=18  nbConstraintChecks=138381964  minDepth=0  maxDepth=13  nbPropagations=3085160  nbRevisions=36066370
31.68/31.73	     nbUselessRevisions=24031494  nbAssignments=70985  nbFailedAssignments=35856  nbBacktracks=34975
31.68/31.73	     nbVisitedNodes=119147  nbRestartNogoods=271  nbSEliminables=0  nbREliminables=298.38  nbIEliminables=376.01
31.68/31.73	     nbDEliminables=0  nbPEliminables=0
31.68/31.73	       =>  wckTime=28.885  cpuTime=28.64  mem=54M755
31.68/31.73	   
31.68/31.73	   global
31.68/31.73	     nbConstraintChecks=138782138  nbPropagations=3090760  nbRevisions=36081685  nbUselessRevisions=24040234
31.68/31.73	     nbRestartNogoods=271  solvingWckTime=28.887  solvingCpuTime=28.65  expiredTime=no  totalExploration=yes
31.68/31.73	     nbFoundSolutions=0  globalCpuTime=30.7
31.68/31.73	       =>  wckTime=31.488  cpuTime=30.66  mem=54M755
31.68/31.73	   
31.68/31.73	s UNSATISFIABLE
31.68/31.73	d NODES 70985
31.68/31.73	d CHECKS 138782138
31.68/31.73	   
31.68/31.73	   totalWckTime=31.558  totalCpuTime=30.7

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-2097978-1247414194/watcher-2097978-1247414194 -o /tmp/evaluation-result-2097978-1247414194/solver-2097978-1247414194 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2097978-1247414194.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.19 2.07 2.02 3/67 4252
/proc/meminfo: memFree=1781960/2055920 swapFree=4192812/4192956
[pid=4252] ppid=4250 vsize=152 CPUtime=0
/proc/4252/stat : 4252 (java) R 4250 4252 32687 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 28482134 155648 26 996147200 134512640 134550932 4294955968 18446744073709551615 6889771 0 0 4096 0 0 0 0 17 0 0 0
/proc/4252/statm: 38 26 19 9 0 4 0

[startup+0.0392641 s]
/proc/loadavg: 2.19 2.07 2.02 3/67 4252
/proc/meminfo: memFree=1781960/2055920 swapFree=4192812/4192956
[pid=4252] ppid=4250 vsize=861936 CPUtime=0.03
/proc/4252/stat : 4252 (java) S 4250 4252 32687 0 -1 0 2322 0 1 0 2 1 0 0 18 0 5 0 28482134 882622464 1916 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/4252/statm: 215484 1916 876 9 0 210399 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861936

[startup+0.102278 s]
/proc/loadavg: 2.19 2.07 2.02 3/67 4252
/proc/meminfo: memFree=1781960/2055920 swapFree=4192812/4192956
[pid=4252] ppid=4250 vsize=866844 CPUtime=0.1
/proc/4252/stat : 4252 (java) S 4250 4252 32687 0 -1 0 3938 0 1 0 9 1 0 0 18 0 9 0 28482134 887648256 3369 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4252/statm: 216711 3369 1761 9 0 211196 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 866844

[startup+0.302297 s]
/proc/loadavg: 2.19 2.07 2.02 3/67 4252
/proc/meminfo: memFree=1781960/2055920 swapFree=4192812/4192956
[pid=4252] ppid=4250 vsize=867072 CPUtime=0.3
/proc/4252/stat : 4252 (java) S 4250 4252 32687 0 -1 0 5986 0 1 0 26 4 0 0 18 0 9 0 28482134 887881728 5352 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4252/statm: 216768 5352 1984 9 0 211226 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 867072

[startup+0.702337 s]
/proc/loadavg: 2.19 2.07 2.02 3/67 4252
/proc/meminfo: memFree=1781960/2055920 swapFree=4192812/4192956
[pid=4252] ppid=4250 vsize=868184 CPUtime=0.7
/proc/4252/stat : 4252 (java) S 4250 4252 32687 0 -1 0 8933 0 1 0 64 6 0 0 18 0 9 0 28482134 889020416 8287 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4252/statm: 217046 8287 2037 9 0 211482 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 868184

[startup+1.50142 s]
/proc/loadavg: 2.19 2.07 2.02 3/89 4279
/proc/meminfo: memFree=1710936/2055920 swapFree=4192812/4192956
[pid=4252] ppid=4250 vsize=868184 CPUtime=1.49
/proc/4252/stat : 4252 (java) S 4250 4252 32687 0 -1 0 12982 0 1 0 134 15 0 0 18 0 9 0 28482134 889020416 12333 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4252/statm: 217046 12333 2041 9 0 211482 0
[pid=4252/tid=4254] ppid=4250 vsize=868184 CPUtime=1.21
/proc/4252/task/4254/stat : 4254 (java) R 4250 4252 32687 0 -1 64 11524 0 1 0 108 13 0 0 20 0 9 0 28482135 889020416 12333 996147200 134512640 134550932 4294955968 18446744073709551615 4126894643 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4252/tid=4255] ppid=4250 vsize=868184 CPUtime=0
/proc/4252/task/4255/stat : 4255 (java) S 4250 4252 32687 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 28482136 889020416 12333 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4256] ppid=4250 vsize=868184 CPUtime=0
/proc/4252/task/4256/stat : 4256 (java) S 4250 4252 32687 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 28482136 889020416 12333 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4257] ppid=4250 vsize=868184 CPUtime=0
/proc/4252/task/4257/stat : 4257 (java) S 4250 4252 32687 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 28482136 889020416 12333 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4252/tid=4258] ppid=4250 vsize=868184 CPUtime=0
/proc/4252/task/4258/stat : 4258 (java) S 4250 4252 32687 0 -1 64 2 0 0 0 0 0 0 0 24 0 9 0 28482138 889020416 12333 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4259] ppid=4250 vsize=868184 CPUtime=0.26
/proc/4252/task/4259/stat : 4259 (java) S 4250 4252 32687 0 -1 64 760 0 0 0 25 1 0 0 16 0 9 0 28482138 889020416 12333 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4252/tid=4260] ppid=4250 vsize=868184 CPUtime=0
/proc/4252/task/4260/stat : 4260 (java) S 4250 4252 32687 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 28482138 889020416 12333 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4261] ppid=4250 vsize=868184 CPUtime=0
/proc/4252/task/4261/stat : 4261 (java) S 4250 4252 32687 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28482138 889020416 12333 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 868184

[startup+3.10158 s]
/proc/loadavg: 2.19 2.07 2.02 4/91 4281
/proc/meminfo: memFree=1669064/2055920 swapFree=4192812/4192956
[pid=4252] ppid=4250 vsize=868508 CPUtime=3.09
/proc/4252/stat : 4252 (java) S 4250 4252 32687 0 -1 0 31837 540 1 0 266 32 10 1 18 0 9 0 28482134 889352192 20237 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4252/statm: 217127 20237 2662 9 0 211563 0
[pid=4252/tid=4254] ppid=4250 vsize=868508 CPUtime=2.53
/proc/4252/task/4254/stat : 4254 (java) R 4250 4252 32687 0 -1 64 21601 540 1 0 215 27 10 1 17 0 9 0 28482135 889352192 20237 996147200 134512640 134550932 4294955968 18446744073709551615 4127346922 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4255] ppid=4250 vsize=868508 CPUtime=0.26
/proc/4252/task/4255/stat : 4255 (java) S 4250 4252 32687 0 -1 64 8360 540 0 0 14 1 10 1 18 0 9 0 28482136 889352192 20237 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4256] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4256/stat : 4256 (java) S 4250 4252 32687 0 -1 64 21 540 0 0 0 0 10 1 15 0 9 0 28482136 889352192 20237 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4252/tid=4257] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4257/stat : 4257 (java) S 4250 4252 32687 0 -1 64 16 540 0 0 0 0 10 1 15 0 9 0 28482136 889352192 20237 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4252/tid=4258] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4258/stat : 4258 (java) S 4250 4252 32687 0 -1 64 2 540 0 0 0 0 10 1 24 0 9 0 28482138 889352192 20237 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4259] ppid=4250 vsize=868508 CPUtime=0.47
/proc/4252/task/4259/stat : 4259 (java) R 4250 4252 32687 0 -1 64 1024 540 0 0 35 1 10 1 15 0 9 0 28482138 889352192 20237 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4260] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4260/stat : 4260 (java) S 4250 4252 32687 0 -1 64 0 540 0 0 0 0 10 1 25 0 9 0 28482138 889352192 20237 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4261] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4261/stat : 4261 (java) S 4250 4252 32687 0 -1 64 11 540 0 0 0 0 10 1 15 0 9 0 28482138 889352192 20237 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 868508

[startup+6.30291 s]
/proc/loadavg: 2.33 2.10 2.03 3/89 4326
/proc/meminfo: memFree=1666128/2055920 swapFree=4192812/4192956
[pid=4252] ppid=4250 vsize=868508 CPUtime=6.28
/proc/4252/stat : 4252 (java) S 4250 4252 32687 0 -1 0 32195 540 1 0 577 40 10 1 18 0 9 0 28482134 889352192 20284 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4252/statm: 217127 20284 2662 9 0 211563 0
[pid=4252/tid=4254] ppid=4250 vsize=868508 CPUtime=5.53
/proc/4252/task/4254/stat : 4254 (java) R 4250 4252 32687 0 -1 64 21887 540 1 0 515 27 10 1 25 0 9 0 28482135 889352192 20284 996147200 134512640 134550932 4294955968 18446744073709551615 4127311382 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4255] ppid=4250 vsize=868508 CPUtime=0.39
/proc/4252/task/4255/stat : 4255 (java) S 4250 4252 32687 0 -1 64 8360 540 0 0 19 9 10 1 17 0 9 0 28482136 889352192 20284 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4256] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4256/stat : 4256 (java) S 4250 4252 32687 0 -1 64 21 540 0 0 0 0 10 1 15 0 9 0 28482136 889352192 20284 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4252/tid=4257] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4257/stat : 4257 (java) S 4250 4252 32687 0 -1 64 16 540 0 0 0 0 10 1 15 0 9 0 28482136 889352192 20284 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4252/tid=4258] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4258/stat : 4258 (java) S 4250 4252 32687 0 -1 64 2 540 0 0 0 0 10 1 24 0 9 0 28482138 889352192 20284 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4259] ppid=4250 vsize=868508 CPUtime=0.53
/proc/4252/task/4259/stat : 4259 (java) S 4250 4252 32687 0 -1 64 1069 540 0 0 41 1 10 1 15 0 9 0 28482138 889352192 20284 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4260] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4260/stat : 4260 (java) S 4250 4252 32687 0 -1 64 0 540 0 0 0 0 10 1 25 0 9 0 28482138 889352192 20284 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4261] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4261/stat : 4261 (java) S 4250 4252 32687 0 -1 64 38 540 0 0 0 0 10 1 15 0 9 0 28482138 889352192 20284 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 868508

[startup+12.7016 s]
/proc/loadavg: 2.31 2.10 2.03 3/89 4326
/proc/meminfo: memFree=1665688/2055920 swapFree=4192812/4192956
[pid=4252] ppid=4250 vsize=868508 CPUtime=12.68
/proc/4252/stat : 4252 (java) S 4250 4252 32687 0 -1 0 32556 540 1 0 1217 40 10 1 18 0 9 0 28482134 889352192 20284 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4252/statm: 217127 20284 2662 9 0 211563 0
[pid=4252/tid=4254] ppid=4250 vsize=868508 CPUtime=11.94
/proc/4252/task/4254/stat : 4254 (java) R 4250 4252 32687 0 -1 64 22248 540 1 0 1155 28 10 1 25 0 9 0 28482135 889352192 20284 996147200 134512640 134550932 4294955968 18446744073709551615 4127399547 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4255] ppid=4250 vsize=868508 CPUtime=0.39
/proc/4252/task/4255/stat : 4255 (java) S 4250 4252 32687 0 -1 64 8360 540 0 0 19 9 10 1 16 0 9 0 28482136 889352192 20284 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4256] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4256/stat : 4256 (java) S 4250 4252 32687 0 -1 64 21 540 0 0 0 0 10 1 15 0 9 0 28482136 889352192 20284 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4252/tid=4257] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4257/stat : 4257 (java) S 4250 4252 32687 0 -1 64 16 540 0 0 0 0 10 1 15 0 9 0 28482136 889352192 20284 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4252/tid=4258] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4258/stat : 4258 (java) S 4250 4252 32687 0 -1 64 2 540 0 0 0 0 10 1 24 0 9 0 28482138 889352192 20284 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4259] ppid=4250 vsize=868508 CPUtime=0.53
/proc/4252/task/4259/stat : 4259 (java) S 4250 4252 32687 0 -1 64 1069 540 0 0 41 1 10 1 16 0 9 0 28482138 889352192 20284 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4260] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4260/stat : 4260 (java) S 4250 4252 32687 0 -1 64 0 540 0 0 0 0 10 1 25 0 9 0 28482138 889352192 20284 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4261] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4261/stat : 4261 (java) S 4250 4252 32687 0 -1 64 38 540 0 0 0 0 10 1 15 0 9 0 28482138 889352192 20284 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 868508

[startup+25.5029 s]
/proc/loadavg: 2.24 2.09 2.03 3/89 4326
/proc/meminfo: memFree=1665560/2055920 swapFree=4192812/4192956
[pid=4252] ppid=4250 vsize=868508 CPUtime=25.48
/proc/4252/stat : 4252 (java) S 4250 4252 32687 0 -1 0 33251 540 1 0 2496 41 10 1 18 0 9 0 28482134 889352192 20284 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4252/statm: 217127 20284 2662 9 0 211563 0
[pid=4252/tid=4254] ppid=4250 vsize=868508 CPUtime=24.73
/proc/4252/task/4254/stat : 4254 (java) R 4250 4252 32687 0 -1 64 22944 540 1 0 2434 28 10 1 25 0 9 0 28482135 889352192 20284 996147200 134512640 134550932 4294955968 18446744073709551615 4127322830 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4255] ppid=4250 vsize=868508 CPUtime=0.39
/proc/4252/task/4255/stat : 4255 (java) S 4250 4252 32687 0 -1 64 8360 540 0 0 19 9 10 1 16 0 9 0 28482136 889352192 20284 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4256] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4256/stat : 4256 (java) S 4250 4252 32687 0 -1 64 21 540 0 0 0 0 10 1 15 0 9 0 28482136 889352192 20284 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4252/tid=4257] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4257/stat : 4257 (java) S 4250 4252 32687 0 -1 64 16 540 0 0 0 0 10 1 15 0 9 0 28482136 889352192 20284 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4252/tid=4258] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4258/stat : 4258 (java) S 4250 4252 32687 0 -1 64 2 540 0 0 0 0 10 1 24 0 9 0 28482138 889352192 20284 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4259] ppid=4250 vsize=868508 CPUtime=0.53
/proc/4252/task/4259/stat : 4259 (java) S 4250 4252 32687 0 -1 64 1069 540 0 0 41 1 10 1 16 0 9 0 28482138 889352192 20284 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4260] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4260/stat : 4260 (java) S 4250 4252 32687 0 -1 64 0 540 0 0 0 0 10 1 25 0 9 0 28482138 889352192 20284 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4261] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4261/stat : 4261 (java) S 4250 4252 32687 0 -1 64 38 540 0 0 0 0 10 1 15 0 9 0 28482138 889352192 20284 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 868508

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

[startup+28.7012 s]
/proc/loadavg: 2.24 2.09 2.03 3/89 4326
/proc/meminfo: memFree=1665560/2055920 swapFree=4192812/4192956
[pid=4252] ppid=4250 vsize=868508 CPUtime=28.68
/proc/4252/stat : 4252 (java) S 4250 4252 32687 0 -1 0 33884 540 1 0 2816 41 10 1 18 0 9 0 28482134 889352192 20285 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4252/statm: 217127 20285 2662 9 0 211563 0
[pid=4252/tid=4254] ppid=4250 vsize=868508 CPUtime=27.92
/proc/4252/task/4254/stat : 4254 (java) R 4250 4252 32687 0 -1 64 23571 540 1 0 2753 28 10 1 25 0 9 0 28482135 889352192 20285 996147200 134512640 134550932 4294955968 18446744073709551615 4127306685 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4255] ppid=4250 vsize=868508 CPUtime=0.39
/proc/4252/task/4255/stat : 4255 (java) S 4250 4252 32687 0 -1 64 8360 540 0 0 19 9 10 1 16 0 9 0 28482136 889352192 20285 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4256] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4256/stat : 4256 (java) S 4250 4252 32687 0 -1 64 21 540 0 0 0 0 10 1 15 0 9 0 28482136 889352192 20285 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4252/tid=4257] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4257/stat : 4257 (java) S 4250 4252 32687 0 -1 64 16 540 0 0 0 0 10 1 15 0 9 0 28482136 889352192 20285 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4252/tid=4258] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4258/stat : 4258 (java) S 4250 4252 32687 0 -1 64 2 540 0 0 0 0 10 1 24 0 9 0 28482138 889352192 20285 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4259] ppid=4250 vsize=868508 CPUtime=0.53
/proc/4252/task/4259/stat : 4259 (java) S 4250 4252 32687 0 -1 64 1074 540 0 0 41 1 10 1 16 0 9 0 28482138 889352192 20285 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4260] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4260/stat : 4260 (java) S 4250 4252 32687 0 -1 64 0 540 0 0 0 0 10 1 25 0 9 0 28482138 889352192 20285 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4261] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4261/stat : 4261 (java) S 4250 4252 32687 0 -1 64 38 540 0 0 0 0 10 1 15 0 9 0 28482138 889352192 20285 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.68
Current children cumulated vsize (KiB) 868508

[startup+30.3014 s]
/proc/loadavg: 2.22 2.09 2.03 3/89 4326
/proc/meminfo: memFree=1665624/2055920 swapFree=4192812/4192956
[pid=4252] ppid=4250 vsize=868508 CPUtime=30.28
/proc/4252/stat : 4252 (java) S 4250 4252 32687 0 -1 0 34061 540 1 0 2976 41 10 1 18 0 9 0 28482134 889352192 20335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4252/statm: 217127 20335 2662 9 0 211563 0
[pid=4252/tid=4254] ppid=4250 vsize=868508 CPUtime=29.52
/proc/4252/task/4254/stat : 4254 (java) R 4250 4252 32687 0 -1 64 23748 540 1 0 2913 28 10 1 25 0 9 0 28482135 889352192 20335 996147200 134512640 134550932 4294955968 18446744073709551615 4127312400 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4255] ppid=4250 vsize=868508 CPUtime=0.39
/proc/4252/task/4255/stat : 4255 (java) S 4250 4252 32687 0 -1 64 8360 540 0 0 19 9 10 1 16 0 9 0 28482136 889352192 20335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4256] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4256/stat : 4256 (java) S 4250 4252 32687 0 -1 64 21 540 0 0 0 0 10 1 15 0 9 0 28482136 889352192 20335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4252/tid=4257] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4257/stat : 4257 (java) S 4250 4252 32687 0 -1 64 16 540 0 0 0 0 10 1 15 0 9 0 28482136 889352192 20335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4252/tid=4258] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4258/stat : 4258 (java) S 4250 4252 32687 0 -1 64 2 540 0 0 0 0 10 1 24 0 9 0 28482138 889352192 20335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4259] ppid=4250 vsize=868508 CPUtime=0.53
/proc/4252/task/4259/stat : 4259 (java) S 4250 4252 32687 0 -1 64 1074 540 0 0 41 1 10 1 16 0 9 0 28482138 889352192 20335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4260] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4260/stat : 4260 (java) S 4250 4252 32687 0 -1 64 0 540 0 0 0 0 10 1 25 0 9 0 28482138 889352192 20335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4261] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4261/stat : 4261 (java) S 4250 4252 32687 0 -1 64 38 540 0 0 0 0 10 1 15 0 9 0 28482138 889352192 20335 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.28
Current children cumulated vsize (KiB) 868508

[startup+31.1025 s]
/proc/loadavg: 2.22 2.09 2.03 3/89 4326
/proc/meminfo: memFree=1665240/2055920 swapFree=4192812/4192956
[pid=4252] ppid=4250 vsize=868508 CPUtime=31.08
/proc/4252/stat : 4252 (java) S 4250 4252 32687 0 -1 0 34244 540 1 0 3056 41 10 1 18 0 9 0 28482134 889352192 20518 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4252/statm: 217127 20518 2662 9 0 211563 0
[pid=4252/tid=4254] ppid=4250 vsize=868508 CPUtime=30.32
/proc/4252/task/4254/stat : 4254 (java) R 4250 4252 32687 0 -1 64 23931 540 1 0 2993 28 10 1 25 0 9 0 28482135 889352192 20518 996147200 134512640 134550932 4294955968 18446744073709551615 4127402019 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4255] ppid=4250 vsize=868508 CPUtime=0.39
/proc/4252/task/4255/stat : 4255 (java) S 4250 4252 32687 0 -1 64 8360 540 0 0 19 9 10 1 16 0 9 0 28482136 889352192 20518 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4256] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4256/stat : 4256 (java) S 4250 4252 32687 0 -1 64 21 540 0 0 0 0 10 1 15 0 9 0 28482136 889352192 20518 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4252/tid=4257] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4257/stat : 4257 (java) S 4250 4252 32687 0 -1 64 16 540 0 0 0 0 10 1 15 0 9 0 28482136 889352192 20518 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4252/tid=4258] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4258/stat : 4258 (java) S 4250 4252 32687 0 -1 64 2 540 0 0 0 0 10 1 24 0 9 0 28482138 889352192 20518 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4259] ppid=4250 vsize=868508 CPUtime=0.53
/proc/4252/task/4259/stat : 4259 (java) S 4250 4252 32687 0 -1 64 1074 540 0 0 41 1 10 1 16 0 9 0 28482138 889352192 20518 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4260] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4260/stat : 4260 (java) S 4250 4252 32687 0 -1 64 0 540 0 0 0 0 10 1 25 0 9 0 28482138 889352192 20518 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4261] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4261/stat : 4261 (java) S 4250 4252 32687 0 -1 64 38 540 0 0 0 0 10 1 15 0 9 0 28482138 889352192 20518 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.08
Current children cumulated vsize (KiB) 868508

[startup+31.5025 s]
/proc/loadavg: 2.22 2.09 2.03 3/89 4326
/proc/meminfo: memFree=1665240/2055920 swapFree=4192812/4192956
[pid=4252] ppid=4250 vsize=868508 CPUtime=31.48
/proc/4252/stat : 4252 (java) S 4250 4252 32687 0 -1 0 34341 540 1 0 3096 41 10 1 18 0 9 0 28482134 889352192 20615 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4252/statm: 217127 20615 2662 9 0 211563 0
[pid=4252/tid=4254] ppid=4250 vsize=868508 CPUtime=30.72
/proc/4252/task/4254/stat : 4254 (java) R 4250 4252 32687 0 -1 64 24028 540 1 0 3033 28 10 1 25 0 9 0 28482135 889352192 20615 996147200 134512640 134550932 4294955968 18446744073709551615 4127305842 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4255] ppid=4250 vsize=868508 CPUtime=0.39
/proc/4252/task/4255/stat : 4255 (java) S 4250 4252 32687 0 -1 64 8360 540 0 0 19 9 10 1 16 0 9 0 28482136 889352192 20615 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4256] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4256/stat : 4256 (java) S 4250 4252 32687 0 -1 64 21 540 0 0 0 0 10 1 15 0 9 0 28482136 889352192 20615 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4252/tid=4257] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4257/stat : 4257 (java) S 4250 4252 32687 0 -1 64 16 540 0 0 0 0 10 1 15 0 9 0 28482136 889352192 20615 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4252/tid=4258] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4258/stat : 4258 (java) S 4250 4252 32687 0 -1 64 2 540 0 0 0 0 10 1 24 0 9 0 28482138 889352192 20615 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4259] ppid=4250 vsize=868508 CPUtime=0.53
/proc/4252/task/4259/stat : 4259 (java) S 4250 4252 32687 0 -1 64 1074 540 0 0 41 1 10 1 16 0 9 0 28482138 889352192 20615 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4260] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4260/stat : 4260 (java) S 4250 4252 32687 0 -1 64 0 540 0 0 0 0 10 1 25 0 9 0 28482138 889352192 20615 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4261] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4261/stat : 4261 (java) S 4250 4252 32687 0 -1 64 38 540 0 0 0 0 10 1 15 0 9 0 28482138 889352192 20615 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.48
Current children cumulated vsize (KiB) 868508

[startup+31.7025 s]
/proc/loadavg: 2.22 2.09 2.03 3/89 4326
/proc/meminfo: memFree=1665240/2055920 swapFree=4192812/4192956
[pid=4252] ppid=4250 vsize=868508 CPUtime=31.68
/proc/4252/stat : 4252 (java) S 4250 4252 32687 0 -1 0 34375 540 1 0 3116 41 10 1 18 0 9 0 28482134 889352192 20649 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4252/statm: 217127 20649 2662 9 0 211563 0
[pid=4252/tid=4254] ppid=4250 vsize=868508 CPUtime=30.92
/proc/4252/task/4254/stat : 4254 (java) R 4250 4252 32687 0 -1 64 24062 540 1 0 3053 28 10 1 25 0 9 0 28482135 889352192 20649 996147200 134512640 134550932 4294955968 18446744073709551615 4127306710 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4255] ppid=4250 vsize=868508 CPUtime=0.39
/proc/4252/task/4255/stat : 4255 (java) S 4250 4252 32687 0 -1 64 8360 540 0 0 19 9 10 1 16 0 9 0 28482136 889352192 20649 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4256] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4256/stat : 4256 (java) S 4250 4252 32687 0 -1 64 21 540 0 0 0 0 10 1 15 0 9 0 28482136 889352192 20649 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4252/tid=4257] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4257/stat : 4257 (java) S 4250 4252 32687 0 -1 64 16 540 0 0 0 0 10 1 15 0 9 0 28482136 889352192 20649 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4252/tid=4258] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4258/stat : 4258 (java) S 4250 4252 32687 0 -1 64 2 540 0 0 0 0 10 1 24 0 9 0 28482138 889352192 20649 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4259] ppid=4250 vsize=868508 CPUtime=0.53
/proc/4252/task/4259/stat : 4259 (java) S 4250 4252 32687 0 -1 64 1074 540 0 0 41 1 10 1 16 0 9 0 28482138 889352192 20649 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4260] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4260/stat : 4260 (java) S 4250 4252 32687 0 -1 64 0 540 0 0 0 0 10 1 25 0 9 0 28482138 889352192 20649 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4252/tid=4261] ppid=4250 vsize=868508 CPUtime=0.11
/proc/4252/task/4261/stat : 4261 (java) S 4250 4252 32687 0 -1 64 38 540 0 0 0 0 10 1 15 0 9 0 28482138 889352192 20649 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.68
Current children cumulated vsize (KiB) 868508

Child status: 0
Real time (s): 31.7761
CPU time (s): 31.7422
CPU user time (s): 31.3022
CPU system time (s): 0.439933
CPU usage (%): 99.8932
Max. virtual memory (cumulated for all children) (KiB): 868508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.3022
system time used= 0.439933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35034
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= 2498
involuntary context switches= 3165

runsolver used 0.037994 second user time and 0.121981 second system time

The end

Launcher Data

Begin job on node67 at 2009-07-12 17:56:34
IDJOB=2097978
IDBENCH=58064
IDSOLVER=774
FILE ID=node67/2097978-1247414194
PBS_JOBID= 9510514
Free space on /tmp= 66512 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/rlfapScens11/normalized-scen11-f1.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2097978-1247414194/watcher-2097978-1247414194 -o /tmp/evaluation-result-2097978-1247414194/solver-2097978-1247414194 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2097978-1247414194.xml

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

MD5SUM BENCH= 82ca51bd7cee57081df4d0e802a460c1
RANDOM SEED=1159364670

node67.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.239
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.239
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:       1782440 kB
Buffers:         43288 kB
Cached:         155612 kB
SwapCached:          0 kB
Active:         108304 kB
Inactive:       106088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1782440 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2804 kB
Writeback:           0 kB
Mapped:          25324 kB
Slab:            44736 kB
Committed_AS:   186296 kB
PageTables:       1652 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= 66508 MiB
End job on node67 at 2009-07-12 17:57:06