Trace number 2097811

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 27.6848 27.9619

DiagnosticValue
CHECKS1575160
NODES0

General information on the benchmark

Namecsp/fapp/fapp11/
normalized-fapp11-1000-3.xml
MD5SUM2fe8075751fff64133735b72d8923bdd
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 benchmark27.3708
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of constraints15032
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension15032
Global constraints used (with number of constraints)

Solver Data

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=mac.xml
0.28/0.31	   
0.28/0.31	   instance
0.28/0.31	     name=HOME/instance-2097811-1247414057.xml
0.28/0.35	   
0.28/0.35	   domains being loaded...
0.38/0.42	   
0.38/0.42	   variables being loaded...
0.58/0.67	     nbVariables=1000  nbDomainTypes=18  minDomainSize=50  maxDomainSize=362  nbTotalValues=294634
0.58/0.67	       =>  wckTime=0.428  cpuTime=0.31  mem=18M636
0.58/0.67	   
0.58/0.67	   predicates being loaded...
0.68/0.73	   
0.68/0.73	   constraints being loaded...
20.60/20.88	   
20.60/20.88	   INFO : Stopping converting binary constraints (cpu=20.08, mem = 37M66)
26.15/26.45	     nbConstraints=8015  nbGlobalConstraints=10  nbMergedConstraints=7027  nbConvertedConstraints=378
26.15/26.45	     nbConvertConstraintsChecks=38322468  nbExtensionStructures=356  nbSharedExtensionStructures=46
26.15/26.45	     nbConflictsStructures=663  nbSharedConflictsStructures=122  nbUnbuiltConflictsStructures=6167
26.15/26.45	     nbSharedBinaryRepresentations=138256  nbEvaluationManagers=6474  nbSharedEvaluationManagers=1153  minDegree=4
26.15/26.45	     maxDegree=28  minArity=2  avgArity=2  maxArity=7  nbGenerators=0  nbFusions=0  symmetryWckTime=1.19
26.15/26.45	     symmetryCpuTime=1.02  nbCliques=10
26.15/26.45	       =>  wckTime=26.216  cpuTime=25.0  mem=66M167
26.43/26.73	   
26.43/26.74	   solver IterativeSystematicSolver being built... 
26.63/26.97	   
26.63/26.97	   INFO : Forward propagation technique limited 
26.73/27.08	       =>  wckTime=26.844  cpuTime=25.27  mem=89M893
27.63/27.90	   
27.63/27.91	   preprocessing
27.63/27.91	     nbConstraintChecks=1575161  nbValidityChecks=24068  nbPropagations=63  nbRevisions=1239  nbUselessRevisions=758
27.63/27.91	     nbRemovedValues=30371  detectedInconsistency=yes
27.63/27.91	       =>  wckTime=0.816  cpuTime=0.79  mem=89M893
27.63/27.91	   
27.63/27.91	   global
27.63/27.91	     nbConstraintChecks=1575161  nbValidityChecks=24068  nbPropagations=63  nbRevisions=1239  nbUselessRevisions=758
27.63/27.91	     nbRestartNogoods=0  solvingWckTime=0.819  solvingCpuTime=0.79  expiredTime=no  totalExploration=yes
27.63/27.91	     nbFoundSolutions=0  globalCpuTime=26.12
27.63/27.91	       =>  wckTime=27.67  cpuTime=26.07  mem=90M896
27.63/27.91	   
27.63/27.91	s UNSATISFIABLE
27.63/27.91	d NODES 0
27.63/27.91	d CHECKS 1575161
27.63/27.92	   
27.63/27.92	   totalWckTime=27.732  totalCpuTime=26.13

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-2097811-1247414057/watcher-2097811-1247414057 -o /tmp/evaluation-result-2097811-1247414057/solver-2097811-1247414057 -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-2097811-1247414057.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.00 2.02 2.00 4/80 31934
/proc/meminfo: memFree=1736768/2055920 swapFree=4192812/4192956
[pid=31934] ppid=31932 vsize=1616 CPUtime=0
/proc/31934/stat : 31934 (java) D 31932 31934 30599 0 -1 0 347 0 0 0 0 0 0 0 18 0 1 0 28472605 1654784 151 996147200 134512640 134550932 4294955968 18446744073709551615 7205668 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/31934/statm: 404 151 125 9 0 46 0
[pid=31934/tid=31935] ppid=31932 vsize=10676 CPUtime=0
/proc/31934/task/31935/stat : 31935 (java) R 31932 31934 30599 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 28472606 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 8052696 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.108158 s]
/proc/loadavg: 2.00 2.02 2.00 4/80 31934
/proc/meminfo: memFree=1736768/2055920 swapFree=4192812/4192956
[pid=31934] ppid=31932 vsize=865984 CPUtime=0.1
/proc/31934/stat : 31934 (java) S 31932 31934 30599 0 -1 0 3892 0 1 0 8 2 0 0 18 0 9 0 28472605 886767616 3329 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31934/statm: 216496 3329 1748 9 0 210981 0
[pid=31934/tid=31935] ppid=31932 vsize=865984 CPUtime=0.08
/proc/31934/task/31935/stat : 31935 (java) R 31932 31934 30599 0 -1 64 2984 0 1 0 7 1 0 0 18 0 9 0 28472606 886767616 3329 996147200 134512640 134550932 4294955968 18446744073709551615 7646862 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 865984

[startup+0.201131 s]
/proc/loadavg: 2.00 2.02 2.00 4/80 31934
/proc/meminfo: memFree=1736768/2055920 swapFree=4192812/4192956
[pid=31934] ppid=31932 vsize=866144 CPUtime=0.18
/proc/31934/stat : 31934 (java) S 31932 31934 30599 0 -1 0 4792 0 1 0 15 3 0 0 18 0 9 0 28472605 886931456 4209 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31934/statm: 216536 4209 1878 9 0 211014 0
[pid=31934/tid=31935] ppid=31932 vsize=866144 CPUtime=0.17
/proc/31934/task/31935/stat : 31935 (java) R 31932 31934 30599 0 -1 64 3884 0 1 0 15 2 0 0 18 0 9 0 28472606 886931456 4209 996147200 134512640 134550932 4294955968 18446744073709551615 4125978730 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 866144

[startup+0.301102 s]
/proc/loadavg: 2.00 2.02 2.00 4/80 31934
/proc/meminfo: memFree=1736768/2055920 swapFree=4192812/4192956
[pid=31934] ppid=31932 vsize=866296 CPUtime=0.28
/proc/31934/stat : 31934 (java) S 31932 31934 30599 0 -1 0 5700 0 1 0 25 3 0 0 18 0 9 0 28472605 887087104 5103 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31934/statm: 216574 5103 1928 9 0 211052 0
[pid=31934/tid=31935] ppid=31932 vsize=866296 CPUtime=0.24
/proc/31934/task/31935/stat : 31935 (java) R 31932 31934 30599 0 -1 64 4726 0 1 0 22 2 0 0 19 0 9 0 28472606 887087104 5103 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 2147483391 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866296

[startup+0.701985 s]
/proc/loadavg: 2.00 2.02 2.00 4/80 31934
/proc/meminfo: memFree=1736768/2055920 swapFree=4192812/4192956
[pid=31934] ppid=31932 vsize=867200 CPUtime=0.68
/proc/31934/stat : 31934 (java) S 31932 31934 30599 0 -1 0 9777 0 1 0 62 6 0 0 18 0 9 0 28472605 888012800 9132 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31934/statm: 216800 9132 2027 9 0 211236 0
[pid=31934/tid=31935] ppid=31932 vsize=867200 CPUtime=0.55
/proc/31934/task/31935/stat : 31935 (java) R 31932 31934 30599 0 -1 64 8581 0 1 0 50 5 0 0 20 0 9 0 28472606 888012800 9132 996147200 134512640 134550932 4294955968 18446744073709551615 104601387 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867200

[startup+1.50276 s]
/proc/loadavg: 2.00 2.02 2.00 3/89 31943
/proc/meminfo: memFree=1689528/2055920 swapFree=4192812/4192956
[pid=31934] ppid=31932 vsize=867728 CPUtime=1.48
/proc/31934/stat : 31934 (java) S 31932 31934 30599 0 -1 0 20075 0 1 0 137 11 0 0 18 0 9 0 28472605 888553472 19403 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31934/statm: 216932 19403 2028 9 0 211390 0
[pid=31934/tid=31935] ppid=31932 vsize=867728 CPUtime=1.22
/proc/31934/task/31935/stat : 31935 (java) R 31932 31934 30599 0 -1 64 15796 0 1 0 114 8 0 0 25 0 9 0 28472606 888553472 19403 996147200 134512640 134550932 4294955968 18446744073709551615 102883389 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31937] ppid=31932 vsize=867728 CPUtime=0.06
/proc/31934/task/31937/stat : 31937 (java) S 31932 31934 30599 0 -1 64 2897 0 0 0 5 1 0 0 16 0 9 0 28472608 888553472 19403 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31938] ppid=31932 vsize=867728 CPUtime=0
/proc/31934/task/31938/stat : 31938 (java) S 31932 31934 30599 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28472608 888553472 19403 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31939] ppid=31932 vsize=867728 CPUtime=0
/proc/31934/task/31939/stat : 31939 (java) S 31932 31934 30599 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28472608 888553472 19403 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31940] ppid=31932 vsize=867728 CPUtime=0
/proc/31934/task/31940/stat : 31940 (java) S 31932 31934 30599 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28472610 888553472 19403 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31941] ppid=31932 vsize=867728 CPUtime=0.17
/proc/31934/task/31941/stat : 31941 (java) S 31932 31934 30599 0 -1 64 681 0 0 0 17 0 0 0 16 0 9 0 28472610 888553472 19403 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31942] ppid=31932 vsize=867728 CPUtime=0
/proc/31934/task/31942/stat : 31942 (java) S 31932 31934 30599 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28472610 888553472 19403 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31943] ppid=31932 vsize=867728 CPUtime=0
/proc/31934/task/31943/stat : 31943 (java) S 31932 31934 30599 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28472610 888553472 19403 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867728

[startup+3.10229 s]
/proc/loadavg: 2.00 2.02 2.00 3/89 31943
/proc/meminfo: memFree=1666488/2055920 swapFree=4192812/4192956
[pid=31934] ppid=31932 vsize=867728 CPUtime=3.06
/proc/31934/stat : 31934 (java) S 31932 31934 30599 0 -1 0 20132 0 1 0 295 11 0 0 18 0 9 0 28472605 888553472 19457 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31934/statm: 216932 19457 2031 9 0 211390 0
[pid=31934/tid=31935] ppid=31932 vsize=867728 CPUtime=2.78
/proc/31934/task/31935/stat : 31935 (java) R 31932 31934 30599 0 -1 64 15829 0 1 0 269 9 0 0 25 0 9 0 28472606 888553472 19457 996147200 134512640 134550932 4294955968 18446744073709551615 4126923279 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31937] ppid=31932 vsize=867728 CPUtime=0.06
/proc/31934/task/31937/stat : 31937 (java) S 31932 31934 30599 0 -1 64 2897 0 0 0 5 1 0 0 16 0 9 0 28472608 888553472 19457 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31938] ppid=31932 vsize=867728 CPUtime=0
/proc/31934/task/31938/stat : 31938 (java) S 31932 31934 30599 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28472608 888553472 19457 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31939] ppid=31932 vsize=867728 CPUtime=0
/proc/31934/task/31939/stat : 31939 (java) S 31932 31934 30599 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28472608 888553472 19457 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31940] ppid=31932 vsize=867728 CPUtime=0
/proc/31934/task/31940/stat : 31940 (java) S 31932 31934 30599 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28472610 888553472 19457 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31941] ppid=31932 vsize=867728 CPUtime=0.19
/proc/31934/task/31941/stat : 31941 (java) S 31932 31934 30599 0 -1 64 705 0 0 0 19 0 0 0 16 0 9 0 28472610 888553472 19457 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31942] ppid=31932 vsize=867728 CPUtime=0
/proc/31934/task/31942/stat : 31942 (java) S 31932 31934 30599 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28472610 888553472 19457 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31943] ppid=31932 vsize=867728 CPUtime=0
/proc/31934/task/31943/stat : 31943 (java) S 31932 31934 30599 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28472610 888553472 19457 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867728

[startup+6.30137 s]
/proc/loadavg: 2.00 2.02 2.00 3/89 31943
/proc/meminfo: memFree=1666104/2055920 swapFree=4192812/4192956
[pid=31934] ppid=31932 vsize=867728 CPUtime=6.23
/proc/31934/stat : 31934 (java) S 31932 31934 30599 0 -1 0 20159 0 1 0 611 12 0 0 18 0 9 0 28472605 888553472 19480 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31934/statm: 216932 19480 2031 9 0 211390 0
[pid=31934/tid=31935] ppid=31932 vsize=867728 CPUtime=5.92
/proc/31934/task/31935/stat : 31935 (java) R 31932 31934 30599 0 -1 64 15834 0 1 0 583 9 0 0 25 0 9 0 28472606 888553472 19480 996147200 134512640 134550932 4294955968 18446744073709551615 4126919262 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31937] ppid=31932 vsize=867728 CPUtime=0.06
/proc/31934/task/31937/stat : 31937 (java) S 31932 31934 30599 0 -1 64 2897 0 0 0 5 1 0 0 17 0 9 0 28472608 888553472 19480 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31938] ppid=31932 vsize=867728 CPUtime=0
/proc/31934/task/31938/stat : 31938 (java) S 31932 31934 30599 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28472608 888553472 19480 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31939] ppid=31932 vsize=867728 CPUtime=0
/proc/31934/task/31939/stat : 31939 (java) S 31932 31934 30599 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28472608 888553472 19480 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31940] ppid=31932 vsize=867728 CPUtime=0
/proc/31934/task/31940/stat : 31940 (java) S 31932 31934 30599 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28472610 888553472 19480 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31941] ppid=31932 vsize=867728 CPUtime=0.22
/proc/31934/task/31941/stat : 31941 (java) S 31932 31934 30599 0 -1 64 727 0 0 0 22 0 0 0 15 0 9 0 28472610 888553472 19480 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31942] ppid=31932 vsize=867728 CPUtime=0
/proc/31934/task/31942/stat : 31942 (java) S 31932 31934 30599 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28472610 888553472 19480 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31943] ppid=31932 vsize=867728 CPUtime=0
/proc/31934/task/31943/stat : 31943 (java) S 31932 31934 30599 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28472610 888553472 19480 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867728

[startup+12.7015 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 31943
/proc/meminfo: memFree=1649720/2055920 swapFree=4192812/4192956
[pid=31934] ppid=31932 vsize=867728 CPUtime=12.57
/proc/31934/stat : 31934 (java) S 31932 31934 30599 0 -1 0 24208 0 1 0 1243 14 0 0 18 0 9 0 28472605 888553472 23527 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31934/statm: 216932 23527 2031 9 0 211390 0
[pid=31934/tid=31935] ppid=31932 vsize=867728 CPUtime=12.13
/proc/31934/task/31935/stat : 31935 (java) R 31932 31934 30599 0 -1 64 15837 0 1 0 1203 10 0 0 25 0 9 0 28472606 888553472 23527 996147200 134512640 134550932 4294955968 18446744073709551615 4126924680 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31937] ppid=31932 vsize=867728 CPUtime=0.19
/proc/31934/task/31937/stat : 31937 (java) S 31932 31934 30599 0 -1 64 6941 0 0 0 16 3 0 0 17 0 9 0 28472608 888553472 23527 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31938] ppid=31932 vsize=867728 CPUtime=0
/proc/31934/task/31938/stat : 31938 (java) S 31932 31934 30599 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28472608 888553472 23527 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31939] ppid=31932 vsize=867728 CPUtime=0
/proc/31934/task/31939/stat : 31939 (java) S 31932 31934 30599 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28472608 888553472 23527 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31940] ppid=31932 vsize=867728 CPUtime=0
/proc/31934/task/31940/stat : 31940 (java) S 31932 31934 30599 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28472610 888553472 23527 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31941] ppid=31932 vsize=867728 CPUtime=0.23
/proc/31934/task/31941/stat : 31941 (java) S 31932 31934 30599 0 -1 64 729 0 0 0 23 0 0 0 16 0 9 0 28472610 888553472 23527 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31942] ppid=31932 vsize=867728 CPUtime=0
/proc/31934/task/31942/stat : 31942 (java) S 31932 31934 30599 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28472610 888553472 23527 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31943] ppid=31932 vsize=867728 CPUtime=0
/proc/31934/task/31943/stat : 31943 (java) S 31932 31934 30599 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28472610 888553472 23527 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 867728

[startup+25.5029 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 31943
/proc/meminfo: memFree=1632184/2055920 swapFree=4192812/4192956
[pid=31934] ppid=31932 vsize=868052 CPUtime=25.24
/proc/31934/stat : 31934 (java) S 31932 31934 30599 0 -1 0 29418 549 1 0 2497 18 8 1 18 0 10 0 28472605 888885248 27946 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31934/statm: 217013 27946 2037 9 0 211471 0
[pid=31934/tid=31935] ppid=31932 vsize=868052 CPUtime=24.38
/proc/31934/task/31935/stat : 31935 (java) R 31932 31934 30599 0 -1 64 16442 549 1 0 2418 11 8 1 23 0 10 0 28472606 888885248 27946 996147200 134512640 134550932 4294955968 18446744073709551615 4125963842 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31937] ppid=31932 vsize=868052 CPUtime=0.62
/proc/31934/task/31937/stat : 31937 (java) S 31932 31934 30599 0 -1 64 11343 549 0 0 49 4 8 1 16 0 10 0 28472608 888885248 27946 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31938] ppid=31932 vsize=868052 CPUtime=0.09
/proc/31934/task/31938/stat : 31938 (java) S 31932 31934 30599 0 -1 64 16 549 0 0 0 0 8 1 16 0 10 0 28472608 888885248 27946 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31939] ppid=31932 vsize=868052 CPUtime=0.09
/proc/31934/task/31939/stat : 31939 (java) S 31932 31934 30599 0 -1 64 5 549 0 0 0 0 8 1 16 0 10 0 28472608 888885248 27946 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31940] ppid=31932 vsize=868052 CPUtime=0.09
/proc/31934/task/31940/stat : 31940 (java) S 31932 31934 30599 0 -1 64 2 549 0 0 0 0 8 1 18 0 10 0 28472610 888885248 27946 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31941] ppid=31932 vsize=868052 CPUtime=0.37
/proc/31934/task/31941/stat : 31941 (java) S 31932 31934 30599 0 -1 64 799 549 0 0 28 0 8 1 15 0 10 0 28472610 888885248 27946 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31942] ppid=31932 vsize=868052 CPUtime=0.09
/proc/31934/task/31942/stat : 31942 (java) S 31932 31934 30599 0 -1 64 0 549 0 0 0 0 8 1 19 0 10 0 28472610 888885248 27946 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31943] ppid=31932 vsize=868052 CPUtime=0.09
/proc/31934/task/31943/stat : 31943 (java) S 31932 31934 30599 0 -1 64 12 549 0 0 0 0 8 1 15 0 10 0 28472610 888885248 27946 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 868052

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

[startup+25.6028 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 31943
/proc/meminfo: memFree=1632184/2055920 swapFree=4192812/4192956
[pid=31934] ppid=31932 vsize=868052 CPUtime=25.35
/proc/31934/stat : 31934 (java) S 31932 31934 30599 0 -1 0 29793 673 1 0 2507 18 8 2 18 0 10 0 28472605 888885248 27965 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31934/statm: 217013 27965 2044 9 0 211471 0
[pid=31934/tid=31935] ppid=31932 vsize=868052 CPUtime=24.48
/proc/31934/task/31935/stat : 31935 (java) R 31932 31934 30599 0 -1 64 16703 673 1 0 2427 11 8 2 23 0 10 0 28472606 888885248 27965 996147200 134512640 134550932 4294955968 18446744073709551615 4126919208 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31937] ppid=31932 vsize=868052 CPUtime=0.63
/proc/31934/task/31937/stat : 31937 (java) S 31932 31934 30599 0 -1 64 11359 673 0 0 49 4 8 2 16 0 10 0 28472608 888885248 27965 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31938] ppid=31932 vsize=868052 CPUtime=0.1
/proc/31934/task/31938/stat : 31938 (java) S 31932 31934 30599 0 -1 64 16 673 0 0 0 0 8 2 16 0 10 0 28472608 888885248 27965 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31939] ppid=31932 vsize=868052 CPUtime=0.1
/proc/31934/task/31939/stat : 31939 (java) S 31932 31934 30599 0 -1 64 5 673 0 0 0 0 8 2 16 0 10 0 28472608 888885248 27965 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31940] ppid=31932 vsize=868052 CPUtime=0.1
/proc/31934/task/31940/stat : 31940 (java) S 31932 31934 30599 0 -1 64 2 673 0 0 0 0 8 2 18 0 10 0 28472610 888885248 27965 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31941] ppid=31932 vsize=868052 CPUtime=0.39
/proc/31934/task/31941/stat : 31941 (java) S 31932 31934 30599 0 -1 64 893 673 0 0 29 0 8 2 15 0 10 0 28472610 888885248 27965 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31942] ppid=31932 vsize=868052 CPUtime=0.1
/proc/31934/task/31942/stat : 31942 (java) S 31932 31934 30599 0 -1 64 0 673 0 0 0 0 8 2 19 0 10 0 28472610 888885248 27965 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31943] ppid=31932 vsize=868052 CPUtime=0.1
/proc/31934/task/31943/stat : 31943 (java) S 31932 31934 30599 0 -1 64 12 673 0 0 0 0 8 2 15 0 10 0 28472610 888885248 27965 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) 868052

[startup+27.2024 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 31947
/proc/meminfo: memFree=1631928/2055920 swapFree=4192812/4192956
[pid=31934] ppid=31932 vsize=868140 CPUtime=26.93
/proc/31934/stat : 31934 (java) S 31932 31934 30599 0 -1 0 57862 673 1 0 2658 25 8 2 18 0 9 0 28472605 888975360 33177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31934/statm: 217035 33177 2662 9 0 211471 0
[pid=31934/tid=31935] ppid=31932 vsize=868140 CPUtime=25.69
/proc/31934/task/31935/stat : 31935 (java) R 31932 31934 30599 0 -1 64 28643 673 1 0 2546 13 8 2 25 0 9 0 28472606 888975360 33177 996147200 134512640 134550932 4294955968 18446744073709551615 4126533859 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31937] ppid=31932 vsize=868140 CPUtime=0.95
/proc/31934/task/31937/stat : 31937 (java) S 31932 31934 30599 0 -1 64 27372 673 0 0 76 9 8 2 16 0 9 0 28472608 888975360 33177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31938] ppid=31932 vsize=868140 CPUtime=0.1
/proc/31934/task/31938/stat : 31938 (java) S 31932 31934 30599 0 -1 64 20 673 0 0 0 0 8 2 16 0 9 0 28472608 888975360 33177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31939] ppid=31932 vsize=868140 CPUtime=0.1
/proc/31934/task/31939/stat : 31939 (java) S 31932 31934 30599 0 -1 64 24 673 0 0 0 0 8 2 16 0 9 0 28472608 888975360 33177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31940] ppid=31932 vsize=868140 CPUtime=0.1
/proc/31934/task/31940/stat : 31940 (java) S 31932 31934 30599 0 -1 64 2 673 0 0 0 0 8 2 18 0 9 0 28472610 888975360 33177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31941] ppid=31932 vsize=868140 CPUtime=0.45
/proc/31934/task/31941/stat : 31941 (java) S 31932 31934 30599 0 -1 64 978 673 0 0 35 0 8 2 16 0 9 0 28472610 888975360 33177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31942] ppid=31932 vsize=868140 CPUtime=0.1
/proc/31934/task/31942/stat : 31942 (java) S 31932 31934 30599 0 -1 64 0 673 0 0 0 0 8 2 19 0 9 0 28472610 888975360 33177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31943] ppid=31932 vsize=868140 CPUtime=0.1
/proc/31934/task/31943/stat : 31943 (java) S 31932 31934 30599 0 -1 64 16 673 0 0 0 0 8 2 15 0 9 0 28472610 888975360 33177 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.93
Current children cumulated vsize (KiB) 868140

[startup+27.6072 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 31947
/proc/meminfo: memFree=1613688/2055920 swapFree=4192812/4192956
[pid=31934] ppid=31932 vsize=868140 CPUtime=27.33
/proc/31934/stat : 31934 (java) S 31932 31934 30599 0 -1 0 57867 673 1 0 2698 25 8 2 18 0 9 0 28472605 888975360 33179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31934/statm: 217035 33179 2662 9 0 211471 0
[pid=31934/tid=31935] ppid=31932 vsize=868140 CPUtime=26.08
/proc/31934/task/31935/stat : 31935 (java) R 31932 31934 30599 0 -1 64 28646 673 1 0 2585 13 8 2 25 0 9 0 28472606 888975360 33179 996147200 134512640 134550932 4294955968 18446744073709551615 4126919254 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31937] ppid=31932 vsize=868140 CPUtime=0.95
/proc/31934/task/31937/stat : 31937 (java) S 31932 31934 30599 0 -1 64 27372 673 0 0 76 9 8 2 16 0 9 0 28472608 888975360 33179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31938] ppid=31932 vsize=868140 CPUtime=0.1
/proc/31934/task/31938/stat : 31938 (java) S 31932 31934 30599 0 -1 64 20 673 0 0 0 0 8 2 16 0 9 0 28472608 888975360 33179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31939] ppid=31932 vsize=868140 CPUtime=0.1
/proc/31934/task/31939/stat : 31939 (java) S 31932 31934 30599 0 -1 64 24 673 0 0 0 0 8 2 16 0 9 0 28472608 888975360 33179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31940] ppid=31932 vsize=868140 CPUtime=0.1
/proc/31934/task/31940/stat : 31940 (java) S 31932 31934 30599 0 -1 64 2 673 0 0 0 0 8 2 18 0 9 0 28472610 888975360 33179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31941] ppid=31932 vsize=868140 CPUtime=0.46
/proc/31934/task/31941/stat : 31941 (java) S 31932 31934 30599 0 -1 64 980 673 0 0 36 0 8 2 15 0 9 0 28472610 888975360 33179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31942] ppid=31932 vsize=868140 CPUtime=0.1
/proc/31934/task/31942/stat : 31942 (java) S 31932 31934 30599 0 -1 64 0 673 0 0 0 0 8 2 19 0 9 0 28472610 888975360 33179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31943] ppid=31932 vsize=868140 CPUtime=0.1
/proc/31934/task/31943/stat : 31943 (java) S 31932 31934 30599 0 -1 64 16 673 0 0 0 0 8 2 15 0 9 0 28472610 888975360 33179 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.33
Current children cumulated vsize (KiB) 868140

[startup+27.8022 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 31947
/proc/meminfo: memFree=1613688/2055920 swapFree=4192812/4192956
[pid=31934] ppid=31932 vsize=868140 CPUtime=27.53
/proc/31934/stat : 31934 (java) S 31932 31934 30599 0 -1 0 57868 673 1 0 2718 25 8 2 18 0 9 0 28472605 888975360 33180 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31934/statm: 217035 33180 2662 9 0 211471 0
[pid=31934/tid=31935] ppid=31932 vsize=868140 CPUtime=26.27
/proc/31934/task/31935/stat : 31935 (java) R 31932 31934 30599 0 -1 64 28646 673 1 0 2604 13 8 2 25 0 9 0 28472606 888975360 33180 996147200 134512640 134550932 4294955968 18446744073709551615 4127243120 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31937] ppid=31932 vsize=868140 CPUtime=0.95
/proc/31934/task/31937/stat : 31937 (java) S 31932 31934 30599 0 -1 64 27372 673 0 0 76 9 8 2 16 0 9 0 28472608 888975360 33180 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31938] ppid=31932 vsize=868140 CPUtime=0.1
/proc/31934/task/31938/stat : 31938 (java) S 31932 31934 30599 0 -1 64 20 673 0 0 0 0 8 2 16 0 9 0 28472608 888975360 33180 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31939] ppid=31932 vsize=868140 CPUtime=0.1
/proc/31934/task/31939/stat : 31939 (java) S 31932 31934 30599 0 -1 64 24 673 0 0 0 0 8 2 16 0 9 0 28472608 888975360 33180 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31940] ppid=31932 vsize=868140 CPUtime=0.1
/proc/31934/task/31940/stat : 31940 (java) S 31932 31934 30599 0 -1 64 2 673 0 0 0 0 8 2 18 0 9 0 28472610 888975360 33180 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31941] ppid=31932 vsize=868140 CPUtime=0.46
/proc/31934/task/31941/stat : 31941 (java) S 31932 31934 30599 0 -1 64 981 673 0 0 36 0 8 2 15 0 9 0 28472610 888975360 33180 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31942] ppid=31932 vsize=868140 CPUtime=0.1
/proc/31934/task/31942/stat : 31942 (java) S 31932 31934 30599 0 -1 64 0 673 0 0 0 0 8 2 19 0 9 0 28472610 888975360 33180 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31943] ppid=31932 vsize=868140 CPUtime=0.1
/proc/31934/task/31943/stat : 31943 (java) S 31932 31934 30599 0 -1 64 16 673 0 0 0 0 8 2 15 0 9 0 28472610 888975360 33180 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.53
Current children cumulated vsize (KiB) 868140

[startup+27.9022 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 31947
/proc/meminfo: memFree=1613688/2055920 swapFree=4192812/4192956
[pid=31934] ppid=31932 vsize=868140 CPUtime=27.63
/proc/31934/stat : 31934 (java) S 31932 31934 30599 0 -1 0 57869 673 1 0 2728 25 8 2 18 0 9 0 28472605 888975360 33181 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/31934/statm: 217035 33181 2662 9 0 211471 0
[pid=31934/tid=31935] ppid=31932 vsize=868140 CPUtime=26.37
/proc/31934/task/31935/stat : 31935 (java) R 31932 31934 30599 0 -1 64 28646 673 1 0 2614 13 8 2 25 0 9 0 28472606 888975360 33181 996147200 134512640 134550932 4294955968 18446744073709551615 4126936578 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31937] ppid=31932 vsize=868140 CPUtime=0.95
/proc/31934/task/31937/stat : 31937 (java) S 31932 31934 30599 0 -1 64 27372 673 0 0 76 9 8 2 16 0 9 0 28472608 888975360 33181 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31938] ppid=31932 vsize=868140 CPUtime=0.1
/proc/31934/task/31938/stat : 31938 (java) S 31932 31934 30599 0 -1 64 20 673 0 0 0 0 8 2 16 0 9 0 28472608 888975360 33181 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31939] ppid=31932 vsize=868140 CPUtime=0.1
/proc/31934/task/31939/stat : 31939 (java) S 31932 31934 30599 0 -1 64 24 673 0 0 0 0 8 2 16 0 9 0 28472608 888975360 33181 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31940] ppid=31932 vsize=868140 CPUtime=0.1
/proc/31934/task/31940/stat : 31940 (java) S 31932 31934 30599 0 -1 64 2 673 0 0 0 0 8 2 18 0 9 0 28472610 888975360 33181 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31941] ppid=31932 vsize=868140 CPUtime=0.46
/proc/31934/task/31941/stat : 31941 (java) S 31932 31934 30599 0 -1 64 982 673 0 0 36 0 8 2 16 0 9 0 28472610 888975360 33181 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31942] ppid=31932 vsize=868140 CPUtime=0.1
/proc/31934/task/31942/stat : 31942 (java) S 31932 31934 30599 0 -1 64 0 673 0 0 0 0 8 2 19 0 9 0 28472610 888975360 33181 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31934/tid=31943] ppid=31932 vsize=868140 CPUtime=0.1
/proc/31934/task/31943/stat : 31943 (java) S 31932 31934 30599 0 -1 64 16 673 0 0 0 0 8 2 15 0 9 0 28472610 888975360 33181 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.63
Current children cumulated vsize (KiB) 868140

Child status: 0
Real time (s): 27.9619
CPU time (s): 27.6848
CPU user time (s): 27.3868
CPU system time (s): 0.297954
CPU usage (%): 99.0091
Max. virtual memory (cumulated for all children) (KiB): 868140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.3868
system time used= 0.297954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58574
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= 2299
involuntary context switches= 2877

runsolver used 0.043993 second user time and 0.093985 second system time

The end

Launcher Data

Begin job on node16 at 2009-07-12 17:54:17
IDJOB=2097811
IDBENCH=57801
IDSOLVER=773
FILE ID=node16/2097811-1247414057
PBS_JOBID= 9510612
Free space on /tmp= 66460 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/fapp/fapp11/normalized-fapp11-1000-3.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-2097811-1247414057/watcher-2097811-1247414057 -o /tmp/evaluation-result-2097811-1247414057/solver-2097811-1247414057 -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-2097811-1247414057.xml

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

MD5SUM BENCH= 2fe8075751fff64133735b72d8923bdd
RANDOM SEED=2143974532

node16.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.231
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.231
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:       1737248 kB
Buffers:         40224 kB
Cached:         132972 kB
SwapCached:          0 kB
Active:         180960 kB
Inactive:        80604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1737248 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4092 kB
Writeback:           0 kB
Mapped:         108848 kB
Slab:            42232 kB
Committed_AS:   995084 kB
PageTables:       2004 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= 66456 MiB
End job on node16 at 2009-07-12 17:54:45