Trace number 2097754

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.9821 32.3314

DiagnosticValue
CHECKS1104560
NODES0

General information on the benchmark

Namecsp/fapp/fapp15/
normalized-fapp15-3000-1.xml
MD5SUMd8c3423564a2d6b9b1f50261d186e818
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 benchmark31.9481
Satisfiable
(Un)Satisfiability was proved
Number of variables3000
Number of constraints33021
Maximum constraint arity2
Maximum domain size182
Number of constraints which are defined in extension0
Number of constraints which are defined in intension33021
Global constraints used (with number of constraints)

Solver Data

0.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=esac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-2097754-1247413968.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.59/0.66	     nbVariables=3000  nbDomainTypes=23  minDomainSize=42  maxDomainSize=182  nbTotalValues=515606
0.59/0.66	       =>  wckTime=0.398  cpuTime=0.29  mem=29M383
0.59/0.66	   
0.59/0.66	   predicates being loaded...
0.69/0.73	   
0.69/0.73	   constraints being loaded...
20.79/21.08	   
20.79/21.08	   INFO : Stopping converting binary constraints (cpu=20.05, mem = 66M234)
30.18/30.53	     nbConstraints=17754  nbMergedConstraints=15267  nbConvertedConstraints=1465  nbConvertConstraintsChecks=41217070
30.18/30.53	     nbExtensionStructures=1277  nbSharedExtensionStructures=628  nbConflictsStructures=2075
30.18/30.53	     nbSharedConflictsStructures=699  nbUnbuiltConflictsStructures=8223  nbSharedBinaryRepresentations=353122
30.18/30.53	     nbEvaluationManagers=9021  nbSharedEvaluationManagers=7268  minDegree=2  maxDegree=15  minArity=2  maxArity=2
30.18/30.53	     nbGenerators=0  nbFusions=0  symmetryWckTime=1.688  symmetryCpuTime=1.37
30.18/30.53	       =>  wckTime=30.268  cpuTime=28.49  mem=107M827
30.68/31.05	   
30.68/31.05	   solver IterativeSystematicSolver being built... 
31.27/31.61	       =>  wckTime=31.348  cpuTime=28.91  mem=130M82
31.87/32.25	   
31.87/32.25	   preprocessing
31.87/32.25	     nbConstraintChecks=1104562  nbValidityChecks=6092  nbPropagations=99  nbRevisions=1288  nbUselessRevisions=597
31.87/32.25	     nbRemovedValues=31354  detectedInconsistency=yes
31.87/32.25	       =>  wckTime=0.629  cpuTime=0.6  mem=130M82
31.87/32.25	   
31.87/32.25	   global
31.87/32.25	     nbConstraintChecks=1104562  nbValidityChecks=6092  nbPropagations=99  nbRevisions=1288  nbUselessRevisions=597
31.87/32.25	     nbRestartNogoods=0  solvingWckTime=0.632  solvingCpuTime=0.61  expiredTime=no  totalExploration=yes
31.87/32.25	     nbFoundSolutions=0  globalCpuTime=29.57
31.87/32.25	       =>  wckTime=31.996  cpuTime=29.53  mem=131M82
31.87/32.26	   
31.87/32.26	s UNSATISFIABLE
31.87/32.26	d NODES 0
31.87/32.26	d CHECKS 1104562
31.87/32.26	   
31.87/32.26	   totalWckTime=32.073  totalCpuTime=29.58

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-2097754-1247413968/watcher-2097754-1247413968 -o /tmp/evaluation-result-2097754-1247413968/solver-2097754-1247413968 -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-2097754-1247413968.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.00 2.00 4/80 3972
/proc/meminfo: memFree=1302696/2055920 swapFree=4192812/4192956
[pid=3972] ppid=3970 vsize=10676 CPUtime=0
/proc/3972/stat : 3972 (java) S 3970 3972 2490 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 28460433 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/3972/statm: 2669 474 207 9 0 1184 0
[pid=3972/tid=3973] ppid=3970 vsize=10676 CPUtime=0
/proc/3972/task/3973/stat : 3973 (java) R 3970 3972 2490 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 28460434 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 8765400 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.07811 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 3972
/proc/meminfo: memFree=1302696/2055920 swapFree=4192812/4192956
[pid=3972] ppid=3970 vsize=864148 CPUtime=0.06
/proc/3972/stat : 3972 (java) S 3970 3972 2490 0 -1 0 3112 0 1 0 4 2 0 0 18 0 9 0 28460433 884887552 2597 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3972/statm: 216037 2597 1239 9 0 210930 0
[pid=3972/tid=3973] ppid=3970 vsize=864148 CPUtime=0.04
/proc/3972/task/3973/stat : 3973 (java) R 3970 3972 2490 0 -1 64 2197 0 1 0 3 1 0 0 20 0 9 0 28460434 884887552 2597 996147200 134512640 134550932 4294955968 18446744073709551615 104514034 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 864148

[startup+0.102111 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 3972
/proc/meminfo: memFree=1302696/2055920 swapFree=4192812/4192956
[pid=3972] ppid=3970 vsize=865984 CPUtime=0.08
/proc/3972/stat : 3972 (java) S 3970 3972 2490 0 -1 0 3771 0 1 0 6 2 0 0 18 0 9 0 28460433 886767616 3228 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3972/statm: 216496 3228 1703 9 0 210981 0
[pid=3972/tid=3973] ppid=3970 vsize=865984 CPUtime=0.07
/proc/3972/task/3973/stat : 3973 (java) R 3970 3972 2490 0 -1 64 2854 0 1 0 5 2 0 0 18 0 9 0 28460434 886767616 3228 996147200 134512640 134550932 4294955968 18446744073709551615 4125956470 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.302128 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 3972
/proc/meminfo: memFree=1302696/2055920 swapFree=4192812/4192956
[pid=3972] ppid=3970 vsize=866380 CPUtime=0.28
/proc/3972/stat : 3972 (java) S 3970 3972 2490 0 -1 0 5873 0 1 0 24 4 0 0 18 0 9 0 28460433 887173120 5239 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3972/statm: 216595 5239 1981 9 0 211053 0
[pid=3972/tid=3973] ppid=3970 vsize=866380 CPUtime=0.23
/proc/3972/task/3973/stat : 3973 (java) R 3970 3972 2490 0 -1 64 4892 0 1 0 20 3 0 0 18 0 9 0 28460434 887173120 5239 996147200 134512640 134550932 4294955968 18446744073709551615 102508178 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.702166 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 3972
/proc/meminfo: memFree=1302696/2055920 swapFree=4192812/4192956
[pid=3972] ppid=3970 vsize=867588 CPUtime=0.69
/proc/3972/stat : 3972 (java) S 3970 3972 2490 0 -1 0 12663 0 1 0 61 8 0 0 18 0 9 0 28460433 888410112 12018 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3972/statm: 216897 12018 2031 9 0 211333 0
[pid=3972/tid=3973] ppid=3970 vsize=867588 CPUtime=0.52
/proc/3972/task/3973/stat : 3973 (java) R 3970 3972 2490 0 -1 64 11341 0 1 0 45 7 0 0 19 0 9 0 28460434 888410112 12018 996147200 134512640 134550932 4294955968 18446744073709551615 104477442 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 867588

[startup+1.50124 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 3981
/proc/meminfo: memFree=1248800/2055920 swapFree=4192812/4192956
[pid=3972] ppid=3970 vsize=867500 CPUtime=1.48
/proc/3972/stat : 3972 (java) S 3970 3972 2490 0 -1 0 21256 0 1 0 136 12 0 0 18 0 9 0 28460433 888320000 20584 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3972/statm: 216875 20584 2029 9 0 211333 0
[pid=3972/tid=3973] ppid=3970 vsize=867500 CPUtime=1.21
/proc/3972/task/3973/stat : 3973 (java) R 3970 3972 2490 0 -1 64 15795 0 1 0 112 9 0 0 25 0 9 0 28460434 888320000 20584 996147200 134512640 134550932 4294955968 18446744073709551615 103822097 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3975] ppid=3970 vsize=867500 CPUtime=0.06
/proc/3972/task/3975/stat : 3975 (java) S 3970 3972 2490 0 -1 64 4119 0 0 0 5 1 0 0 16 0 9 0 28460436 888320000 20584 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3976] ppid=3970 vsize=867500 CPUtime=0
/proc/3972/task/3976/stat : 3976 (java) S 3970 3972 2490 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28460436 888320000 20584 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3977] ppid=3970 vsize=867500 CPUtime=0
/proc/3972/task/3977/stat : 3977 (java) S 3970 3972 2490 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28460436 888320000 20584 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3978] ppid=3970 vsize=867500 CPUtime=0
/proc/3972/task/3978/stat : 3978 (java) S 3970 3972 2490 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28460438 888320000 20584 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3979] ppid=3970 vsize=867500 CPUtime=0.17
/proc/3972/task/3979/stat : 3979 (java) S 3970 3972 2490 0 -1 64 641 0 0 0 17 0 0 0 16 0 9 0 28460438 888320000 20584 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3980] ppid=3970 vsize=867500 CPUtime=0
/proc/3972/task/3980/stat : 3980 (java) S 3970 3972 2490 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28460438 888320000 20584 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3981] ppid=3970 vsize=867500 CPUtime=0
/proc/3972/task/3981/stat : 3981 (java) S 3970 3972 2490 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28460438 888320000 20584 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) 867500

[startup+3.10137 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 3981
/proc/meminfo: memFree=1215648/2055920 swapFree=4192812/4192956
[pid=3972] ppid=3970 vsize=867500 CPUtime=3.05
/proc/3972/stat : 3972 (java) S 3970 3972 2490 0 -1 0 25899 0 1 0 290 15 0 0 18 0 9 0 28460433 888320000 25223 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3972/statm: 216875 25223 2032 9 0 211333 0
[pid=3972/tid=3973] ppid=3970 vsize=867500 CPUtime=2.57
/proc/3972/task/3973/stat : 3973 (java) R 3970 3972 2490 0 -1 64 15832 0 1 0 247 10 0 0 25 0 9 0 28460434 888320000 25223 996147200 134512640 134550932 4294955968 18446744073709551615 4126933936 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3975] ppid=3970 vsize=867500 CPUtime=0.26
/proc/3972/task/3975/stat : 3975 (java) S 3970 3972 2490 0 -1 64 8709 0 0 0 22 4 0 0 16 0 9 0 28460436 888320000 25223 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3976] ppid=3970 vsize=867500 CPUtime=0
/proc/3972/task/3976/stat : 3976 (java) S 3970 3972 2490 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28460436 888320000 25223 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3977] ppid=3970 vsize=867500 CPUtime=0
/proc/3972/task/3977/stat : 3977 (java) S 3970 3972 2490 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28460436 888320000 25223 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3978] ppid=3970 vsize=867500 CPUtime=0
/proc/3972/task/3978/stat : 3978 (java) S 3970 3972 2490 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28460438 888320000 25223 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3979] ppid=3970 vsize=867500 CPUtime=0.2
/proc/3972/task/3979/stat : 3979 (java) S 3970 3972 2490 0 -1 64 657 0 0 0 20 0 0 0 16 0 9 0 28460438 888320000 25223 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3980] ppid=3970 vsize=867500 CPUtime=0
/proc/3972/task/3980/stat : 3980 (java) S 3970 3972 2490 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28460438 888320000 25223 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3981] ppid=3970 vsize=867500 CPUtime=0
/proc/3972/task/3981/stat : 3981 (java) S 3970 3972 2490 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28460438 888320000 25223 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) 867500

[startup+6.30265 s]
/proc/loadavg: 2.08 2.02 2.01 3/89 3981
/proc/meminfo: memFree=1209056/2055920 swapFree=4192812/4192956
[pid=3972] ppid=3970 vsize=867500 CPUtime=6.23
/proc/3972/stat : 3972 (java) S 3970 3972 2490 0 -1 0 25933 0 1 0 606 17 0 0 18 0 9 0 28460433 888320000 25254 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3972/statm: 216875 25254 2032 9 0 211333 0
[pid=3972/tid=3973] ppid=3970 vsize=867500 CPUtime=5.71
/proc/3972/task/3973/stat : 3973 (java) R 3970 3972 2490 0 -1 64 15836 0 1 0 560 11 0 0 25 0 9 0 28460434 888320000 25254 996147200 134512640 134550932 4294955968 18446744073709551615 4126930807 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3975] ppid=3970 vsize=867500 CPUtime=0.26
/proc/3972/task/3975/stat : 3975 (java) S 3970 3972 2490 0 -1 64 8709 0 0 0 22 4 0 0 16 0 9 0 28460436 888320000 25254 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3976] ppid=3970 vsize=867500 CPUtime=0
/proc/3972/task/3976/stat : 3976 (java) S 3970 3972 2490 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28460436 888320000 25254 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3977] ppid=3970 vsize=867500 CPUtime=0
/proc/3972/task/3977/stat : 3977 (java) S 3970 3972 2490 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28460436 888320000 25254 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3978] ppid=3970 vsize=867500 CPUtime=0
/proc/3972/task/3978/stat : 3978 (java) S 3970 3972 2490 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28460438 888320000 25254 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3979] ppid=3970 vsize=867500 CPUtime=0.23
/proc/3972/task/3979/stat : 3979 (java) S 3970 3972 2490 0 -1 64 687 0 0 0 23 0 0 0 15 0 9 0 28460438 888320000 25254 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3980] ppid=3970 vsize=867500 CPUtime=0
/proc/3972/task/3980/stat : 3980 (java) S 3970 3972 2490 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28460438 888320000 25254 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3981] ppid=3970 vsize=867500 CPUtime=0
/proc/3972/task/3981/stat : 3981 (java) S 3970 3972 2490 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28460438 888320000 25254 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) 867500

[startup+12.7012 s]
/proc/loadavg: 2.07 2.02 2.00 3/89 3981
/proc/meminfo: memFree=1208800/2055920 swapFree=4192812/4192956
[pid=3972] ppid=3970 vsize=867500 CPUtime=12.57
/proc/3972/stat : 3972 (java) S 3970 3972 2490 0 -1 0 28125 0 1 0 1237 20 0 0 18 0 9 0 28460433 888320000 27443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3972/statm: 216875 27443 2032 9 0 211333 0
[pid=3972/tid=3973] ppid=3970 vsize=867500 CPUtime=11.91
/proc/3972/task/3973/stat : 3973 (java) R 3970 3972 2490 0 -1 64 15840 0 1 0 1177 14 0 0 25 0 9 0 28460434 888320000 27443 996147200 134512640 134550932 4294955968 18446744073709551615 4126933424 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3975] ppid=3970 vsize=867500 CPUtime=0.37
/proc/3972/task/3975/stat : 3975 (java) S 3970 3972 2490 0 -1 64 10889 0 0 0 33 4 0 0 17 0 9 0 28460436 888320000 27443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3976] ppid=3970 vsize=867500 CPUtime=0
/proc/3972/task/3976/stat : 3976 (java) S 3970 3972 2490 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28460436 888320000 27443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3977] ppid=3970 vsize=867500 CPUtime=0
/proc/3972/task/3977/stat : 3977 (java) S 3970 3972 2490 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28460436 888320000 27443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3978] ppid=3970 vsize=867500 CPUtime=0
/proc/3972/task/3978/stat : 3978 (java) S 3970 3972 2490 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28460438 888320000 27443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3979] ppid=3970 vsize=867500 CPUtime=0.24
/proc/3972/task/3979/stat : 3979 (java) S 3970 3972 2490 0 -1 64 695 0 0 0 24 0 0 0 16 0 9 0 28460438 888320000 27443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3980] ppid=3970 vsize=867500 CPUtime=0
/proc/3972/task/3980/stat : 3980 (java) S 3970 3972 2490 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28460438 888320000 27443 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3981] ppid=3970 vsize=867500 CPUtime=0
/proc/3972/task/3981/stat : 3981 (java) S 3970 3972 2490 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28460438 888320000 27443 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) 867500

[startup+25.5023 s]
/proc/loadavg: 2.06 2.01 2.00 3/89 3981
/proc/meminfo: memFree=1187232/2055920 swapFree=4192812/4192956
[pid=3972] ppid=3970 vsize=867500 CPUtime=25.24
/proc/3972/stat : 3972 (java) S 3970 3972 2490 0 -1 0 32074 0 1 0 2500 24 0 0 18 0 9 0 28460433 888320000 31386 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3972/statm: 216875 31386 2033 9 0 211333 0
[pid=3972/tid=3973] ppid=3970 vsize=867500 CPUtime=24.23
/proc/3972/task/3973/stat : 3973 (java) R 3970 3972 2490 0 -1 64 15848 0 1 0 2406 17 0 0 25 0 9 0 28460434 888320000 31386 996147200 134512640 134550932 4294955968 18446744073709551615 102883505 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3975] ppid=3970 vsize=867500 CPUtime=0.71
/proc/3972/task/3975/stat : 3975 (java) S 3970 3972 2490 0 -1 64 14812 0 0 0 65 6 0 0 17 0 9 0 28460436 888320000 31386 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3976] ppid=3970 vsize=867500 CPUtime=0
/proc/3972/task/3976/stat : 3976 (java) S 3970 3972 2490 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28460436 888320000 31386 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3977] ppid=3970 vsize=867500 CPUtime=0
/proc/3972/task/3977/stat : 3977 (java) S 3970 3972 2490 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28460436 888320000 31386 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3978] ppid=3970 vsize=867500 CPUtime=0
/proc/3972/task/3978/stat : 3978 (java) S 3970 3972 2490 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28460438 888320000 31386 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3979] ppid=3970 vsize=867500 CPUtime=0.27
/proc/3972/task/3979/stat : 3979 (java) S 3970 3972 2490 0 -1 64 713 0 0 0 27 0 0 0 16 0 9 0 28460438 888320000 31386 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3980] ppid=3970 vsize=867500 CPUtime=0
/proc/3972/task/3980/stat : 3980 (java) S 3970 3972 2490 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28460438 888320000 31386 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3981] ppid=3970 vsize=867500 CPUtime=0
/proc/3972/task/3981/stat : 3981 (java) S 3970 3972 2490 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28460438 888320000 31386 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) 867500

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

[startup+28.7016 s]
/proc/loadavg: 2.05 2.01 2.00 3/89 3981
/proc/meminfo: memFree=1172192/2055920 swapFree=4192812/4192956
[pid=3972] ppid=3970 vsize=867500 CPUtime=28.42
/proc/3972/stat : 3972 (java) S 3970 3972 2490 0 -1 0 35127 0 1 0 2816 26 0 0 18 0 9 0 28460433 888320000 34436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3972/statm: 216875 34436 2033 9 0 211333 0
[pid=3972/tid=3973] ppid=3970 vsize=867500 CPUtime=27.18
/proc/3972/task/3973/stat : 3973 (java) R 3970 3972 2490 0 -1 64 15851 0 1 0 2701 17 0 0 25 0 9 0 28460434 888320000 34436 996147200 134512640 134550932 4294955968 18446744073709551615 4126933943 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3975] ppid=3970 vsize=867500 CPUtime=0.93
/proc/3972/task/3975/stat : 3975 (java) S 3970 3972 2490 0 -1 64 17861 0 0 0 86 7 0 0 17 0 9 0 28460436 888320000 34436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3976] ppid=3970 vsize=867500 CPUtime=0
/proc/3972/task/3976/stat : 3976 (java) S 3970 3972 2490 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28460436 888320000 34436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3977] ppid=3970 vsize=867500 CPUtime=0
/proc/3972/task/3977/stat : 3977 (java) S 3970 3972 2490 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28460436 888320000 34436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3978] ppid=3970 vsize=867500 CPUtime=0
/proc/3972/task/3978/stat : 3978 (java) S 3970 3972 2490 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 28460438 888320000 34436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3979] ppid=3970 vsize=867500 CPUtime=0.28
/proc/3972/task/3979/stat : 3979 (java) S 3970 3972 2490 0 -1 64 714 0 0 0 28 0 0 0 16 0 9 0 28460438 888320000 34436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3980] ppid=3970 vsize=867500 CPUtime=0
/proc/3972/task/3980/stat : 3980 (java) S 3970 3972 2490 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 28460438 888320000 34436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3981] ppid=3970 vsize=867500 CPUtime=0
/proc/3972/task/3981/stat : 3981 (java) S 3970 3972 2490 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 28460438 888320000 34436 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 28.42
Current children cumulated vsize (KiB) 867500

[startup+30.3018 s]
/proc/loadavg: 2.05 2.01 2.00 3/89 3985
/proc/meminfo: memFree=1171872/2055920 swapFree=4192812/4192956
[pid=3972] ppid=3970 vsize=867824 CPUtime=29.99
/proc/3972/stat : 3972 (java) S 3970 3972 2490 0 -1 0 38795 1082 1 0 2948 28 21 2 18 0 9 0 28460433 888651776 34495 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3972/statm: 216956 34495 2046 9 0 211414 0
[pid=3972/tid=3973] ppid=3970 vsize=867824 CPUtime=28.71
/proc/3972/task/3973/stat : 3973 (java) R 3970 3972 2490 0 -1 64 19164 1082 1 0 2830 18 21 2 25 0 9 0 28460434 888651776 34495 996147200 134512640 134550932 4294955968 18446744073709551615 4127261580 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3975] ppid=3970 vsize=867824 CPUtime=1.16
/proc/3972/task/3975/stat : 3975 (java) S 3970 3972 2490 0 -1 64 17928 1082 0 0 86 7 21 2 16 0 9 0 28460436 888651776 34495 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3976] ppid=3970 vsize=867824 CPUtime=0.23
/proc/3972/task/3976/stat : 3976 (java) S 3970 3972 2490 0 -1 64 16 1082 0 0 0 0 21 2 16 0 9 0 28460436 888651776 34495 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3977] ppid=3970 vsize=867824 CPUtime=0.23
/proc/3972/task/3977/stat : 3977 (java) S 3970 3972 2490 0 -1 64 5 1082 0 0 0 0 21 2 16 0 9 0 28460436 888651776 34495 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3978] ppid=3970 vsize=867824 CPUtime=0.23
/proc/3972/task/3978/stat : 3978 (java) S 3970 3972 2490 0 -1 64 2 1082 0 0 0 0 21 2 18 0 9 0 28460438 888651776 34495 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3979] ppid=3970 vsize=867824 CPUtime=0.54
/proc/3972/task/3979/stat : 3979 (java) S 3970 3972 2490 0 -1 64 864 1082 0 0 30 1 21 2 15 0 9 0 28460438 888651776 34495 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3980] ppid=3970 vsize=867824 CPUtime=0.23
/proc/3972/task/3980/stat : 3980 (java) S 3970 3972 2490 0 -1 64 0 1082 0 0 0 0 21 2 19 0 9 0 28460438 888651776 34495 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3981] ppid=3970 vsize=867824 CPUtime=0.23
/proc/3972/task/3981/stat : 3981 (java) S 3970 3972 2490 0 -1 64 12 1082 0 0 0 0 21 2 15 0 9 0 28460438 888651776 34495 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 29.99
Current children cumulated vsize (KiB) 867824

[startup+31.1028 s]
/proc/loadavg: 2.05 2.01 2.00 4/89 3985
/proc/meminfo: memFree=1171680/2055920 swapFree=4192812/4192956
[pid=3972] ppid=3970 vsize=867912 CPUtime=30.77
/proc/3972/stat : 3972 (java) S 3970 3972 2490 0 -1 0 60093 1082 1 0 3022 32 21 2 18 0 9 0 28460433 888741888 36729 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3972/statm: 216978 36729 2662 9 0 211414 0
[pid=3972/tid=3973] ppid=3970 vsize=867912 CPUtime=28.96
/proc/3972/task/3973/stat : 3973 (java) R 3970 3972 2490 0 -1 64 21753 1082 1 0 2855 18 21 2 24 0 9 0 28460434 888741888 36729 996147200 134512640 134550932 4294955968 18446744073709551615 102572533 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3975] ppid=3970 vsize=867912 CPUtime=1.67
/proc/3972/task/3975/stat : 3975 (java) S 3970 3972 2490 0 -1 64 36583 1082 0 0 133 11 21 2 20 0 9 0 28460436 888741888 36729 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3976] ppid=3970 vsize=867912 CPUtime=0.23
/proc/3972/task/3976/stat : 3976 (java) S 3970 3972 2490 0 -1 64 20 1082 0 0 0 0 21 2 17 0 9 0 28460436 888741888 36729 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3977] ppid=3970 vsize=867912 CPUtime=0.23
/proc/3972/task/3977/stat : 3977 (java) S 3970 3972 2490 0 -1 64 16 1082 0 0 0 0 21 2 16 0 9 0 28460436 888741888 36729 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3978] ppid=3970 vsize=867912 CPUtime=0.23
/proc/3972/task/3978/stat : 3978 (java) S 3970 3972 2490 0 -1 64 2 1082 0 0 0 0 21 2 18 0 9 0 28460438 888741888 36729 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3979] ppid=3970 vsize=867912 CPUtime=0.57
/proc/3972/task/3979/stat : 3979 (java) S 3970 3972 2490 0 -1 64 903 1082 0 0 33 1 21 2 16 0 9 0 28460438 888741888 36729 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3980] ppid=3970 vsize=867912 CPUtime=0.23
/proc/3972/task/3980/stat : 3980 (java) S 3970 3972 2490 0 -1 64 0 1082 0 0 0 0 21 2 19 0 9 0 28460438 888741888 36729 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3981] ppid=3970 vsize=867912 CPUtime=0.23
/proc/3972/task/3981/stat : 3981 (java) S 3970 3972 2490 0 -1 64 12 1082 0 0 0 0 21 2 15 0 9 0 28460438 888741888 36729 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.77
Current children cumulated vsize (KiB) 867912

[startup+31.9079 s]
/proc/loadavg: 2.05 2.01 2.00 3/89 3985
/proc/meminfo: memFree=1146208/2055920 swapFree=4192812/4192956
[pid=3972] ppid=3970 vsize=867912 CPUtime=31.57
/proc/3972/stat : 3972 (java) S 3970 3972 2490 0 -1 0 73578 1082 1 0 3098 36 21 2 18 0 9 0 28460433 888741888 41548 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3972/statm: 216978 41548 2664 9 0 211414 0
[pid=3972/tid=3973] ppid=3970 vsize=867912 CPUtime=29.61
/proc/3972/task/3973/stat : 3973 (java) R 3970 3972 2490 0 -1 64 29045 1082 1 0 2918 20 21 2 25 0 9 0 28460434 888741888 41548 996147200 134512640 134550932 4294955968 18446744073709551615 4127261548 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3975] ppid=3970 vsize=867912 CPUtime=1.75
/proc/3972/task/3975/stat : 3975 (java) S 3970 3972 2490 0 -1 64 42672 1082 0 0 140 12 21 2 16 0 9 0 28460436 888741888 41548 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3976] ppid=3970 vsize=867912 CPUtime=0.23
/proc/3972/task/3976/stat : 3976 (java) S 3970 3972 2490 0 -1 64 20 1082 0 0 0 0 21 2 16 0 9 0 28460436 888741888 41548 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3977] ppid=3970 vsize=867912 CPUtime=0.23
/proc/3972/task/3977/stat : 3977 (java) S 3970 3972 2490 0 -1 64 26 1082 0 0 0 0 21 2 15 0 9 0 28460436 888741888 41548 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3978] ppid=3970 vsize=867912 CPUtime=0.23
/proc/3972/task/3978/stat : 3978 (java) S 3970 3972 2490 0 -1 64 2 1082 0 0 0 0 21 2 18 0 9 0 28460438 888741888 41548 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3979] ppid=3970 vsize=867912 CPUtime=0.63
/proc/3972/task/3979/stat : 3979 (java) S 3970 3972 2490 0 -1 64 997 1082 0 0 39 1 21 2 15 0 9 0 28460438 888741888 41548 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3980] ppid=3970 vsize=867912 CPUtime=0.23
/proc/3972/task/3980/stat : 3980 (java) S 3970 3972 2490 0 -1 64 0 1082 0 0 0 0 21 2 19 0 9 0 28460438 888741888 41548 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3981] ppid=3970 vsize=867912 CPUtime=0.23
/proc/3972/task/3981/stat : 3981 (java) S 3970 3972 2490 0 -1 64 12 1082 0 0 0 0 21 2 15 0 9 0 28460438 888741888 41548 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.57
Current children cumulated vsize (KiB) 867912

[startup+32.3029 s]
/proc/loadavg: 2.05 2.01 2.00 3/89 3985
/proc/meminfo: memFree=1146208/2055920 swapFree=4192812/4192956
[pid=3972] ppid=3970 vsize=867912 CPUtime=31.93
/proc/3972/stat : 3972 (java) S 3970 3972 2490 0 -1 0 73583 1082 1 0 3134 36 21 2 18 0 9 0 28460433 888741888 41551 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3972/statm: 216978 41551 2664 9 0 211414 0
[pid=3972/tid=3973] ppid=3970 vsize=867912 CPUtime=29.97
/proc/3972/task/3973/stat : 3973 (java) S 3970 3972 2490 0 -1 64 29048 1082 1 0 2954 20 21 2 25 0 9 0 28460434 888741888 41551 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3975] ppid=3970 vsize=867912 CPUtime=1.75
/proc/3972/task/3975/stat : 3975 (java) S 3970 3972 2490 0 -1 64 42672 1082 0 0 140 12 21 2 16 0 9 0 28460436 888741888 41551 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3976] ppid=3970 vsize=867912 CPUtime=0.23
/proc/3972/task/3976/stat : 3976 (java) S 3970 3972 2490 0 -1 64 20 1082 0 0 0 0 21 2 16 0 9 0 28460436 888741888 41551 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3977] ppid=3970 vsize=867912 CPUtime=0.23
/proc/3972/task/3977/stat : 3977 (java) S 3970 3972 2490 0 -1 64 26 1082 0 0 0 0 21 2 15 0 9 0 28460436 888741888 41551 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3978] ppid=3970 vsize=867912 CPUtime=0.23
/proc/3972/task/3978/stat : 3978 (java) S 3970 3972 2490 0 -1 64 2 1082 0 0 0 0 21 2 18 0 9 0 28460438 888741888 41551 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3979] ppid=3970 vsize=867912 CPUtime=0.63
/proc/3972/task/3979/stat : 3979 (java) S 3970 3972 2490 0 -1 64 999 1082 0 0 39 1 21 2 15 0 9 0 28460438 888741888 41551 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3980] ppid=3970 vsize=867912 CPUtime=0.23
/proc/3972/task/3980/stat : 3980 (java) S 3970 3972 2490 0 -1 64 0 1082 0 0 0 0 21 2 19 0 9 0 28460438 888741888 41551 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3972/tid=3981] ppid=3970 vsize=867912 CPUtime=0.23
/proc/3972/task/3981/stat : 3981 (java) S 3970 3972 2490 0 -1 64 12 1082 0 0 0 0 21 2 15 0 9 0 28460438 888741888 41551 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.93
Current children cumulated vsize (KiB) 867912

Child status: 0
Real time (s): 32.3314
CPU time (s): 31.9821
CPU user time (s): 31.5612
CPU system time (s): 0.420936
CPU usage (%): 98.9198
Max. virtual memory (cumulated for all children) (KiB): 867912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.5612
system time used= 0.420936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74694
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= 2836
involuntary context switches= 3513

runsolver used 0.048992 second user time and 0.109983 second system time

The end

Launcher Data

Begin job on node50 at 2009-07-12 17:52:48
IDJOB=2097754
IDBENCH=57695
IDSOLVER=774
FILE ID=node50/2097754-1247413968
PBS_JOBID= 9510546
Free space on /tmp= 66412 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/fapp/fapp15/normalized-fapp15-3000-1.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-2097754-1247413968/watcher-2097754-1247413968 -o /tmp/evaluation-result-2097754-1247413968/solver-2097754-1247413968 -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-2097754-1247413968.xml

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

MD5SUM BENCH= d8c3423564a2d6b9b1f50261d186e818
RANDOM SEED=1568569261

node50.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:       1303176 kB
Buffers:         48972 kB
Cached:         161284 kB
SwapCached:          0 kB
Active:         591600 kB
Inactive:        98512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1303176 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6848 kB
Writeback:           0 kB
Mapped:         500364 kB
Slab:            46888 kB
Committed_AS:  1028140 kB
PageTables:       2780 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= 66412 MiB
End job on node50 at 2009-07-12 17:53:21