Trace number 2094208

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 ESACSAT 56.4224 56.9685

DiagnosticValue
CHECKS118440000
NODES180

General information on the benchmark

Namecsp/primes-25/
normalized-primes-25-40-2-3.xml
MD5SUMce9a6eaf4eb9334fd017d19e3068bbd4
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.019996
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity5
Maximum domain size96
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data

0.02/0.08	
0.02/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=esac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-2094208-1247402995.xml
0.29/0.30	   
0.29/0.30	   domains being loaded...
0.29/0.31	   
0.29/0.31	   variables being loaded...
0.29/0.35	     nbVariables=100  nbDomainTypes=1  minDomainSize=96  maxDomainSize=96  nbTotalValues=9600
0.29/0.35	       =>  wckTime=0.116  cpuTime=0.11  mem=7M892
0.29/0.35	   
0.29/0.36	   predicates being loaded...
0.39/0.44	   
0.39/0.44	   constraints being loaded...
0.59/0.62	     nbConstraints=58  nbGlobalConstraints=18  nbDisconnectedVariables=19  nbConvertedConstraints=8
0.59/0.62	     nbConvertConstraintsChecks=73728  nbExtensionStructures=8  nbSharedExtensionStructures=0  nbConflictsStructures=8
0.59/0.62	     nbSharedConflictsStructures=0  nbUnbuiltConflictsStructures=32  nbSharedBinaryRepresentations=1492
0.59/0.62	     nbEvaluationManagers=32  nbSharedEvaluationManagers=0  minDegree=1  maxDegree=5  minArity=2  avgArity=3.1
0.59/0.62	     maxArity=5  nbGenerators=18  nbFusions=0  symmetryWckTime=0.045  symmetryCpuTime=0.02
0.59/0.62	       =>  wckTime=0.384  cpuTime=0.3  mem=16M678
0.59/0.67	   
0.59/0.68	   solver IterativeSystematicSolver being built... 
0.68/0.75	   
0.68/0.75	   INFO : Forward propagation technique limited 
0.79/0.82	       =>  wckTime=0.585  cpuTime=0.43  mem=21M656
44.26/44.79	   
44.26/44.79	   INFO : Stopping ESAC
44.26/44.80	   
44.26/44.80	   preprocessing
44.26/44.80	     nbConstraintChecks=92822350  nbValidityChecks=68154  nbPropagations=1996  nbRevisions=2001  nbUselessRevisions=537
44.26/44.80	     nbSingletonTests=560  nbEffectiveSingletonTests=119  nbACRemovals=2083  nbFoundSingletons=0  nbRemovedValues=2268
44.26/44.80	     detectedInconsistency=no
44.26/44.80	       =>  wckTime=43.97  cpuTime=43.52  mem=21M656
56.35/56.94	   
56.35/56.94	   search
56.35/56.94	     run=1  nbConstraintChecks=25617752  nbValidityChecks=21255  minDepth=18  maxDepth=100  nbPropagations=4934
56.35/56.94	     nbRevisions=5042  nbUselessRevisions=1390  nbAssignments=180  nbFailedAssignments=20  nbBacktracks=39
56.35/56.94	     nbVisitedNodes=201  nbRestartNogoods=4  nbFoundSolutions=1  mapSize=19  nbInferences=0  nbTooLargeKeys=0
56.35/56.94	     nbSEliminables=0  nbREliminables=24.93  nbIEliminables=59.89  nbDEliminables=0  nbPEliminables=0
56.35/56.94	       =>  wckTime=56.111  cpuTime=55.53  mem=23M614
56.35/56.94	   
56.35/56.94	   global
56.35/56.94	     nbConstraintChecks=118440102  nbValidityChecks=89409  nbPropagations=6930  nbRevisions=7043
56.35/56.94	     nbUselessRevisions=1927  nbRestartNogoods=4  solvingWckTime=56.113  solvingCpuTime=55.53  expiredTime=no
56.35/56.94	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=55.95  globalCpuTime=55.99
56.35/56.94	       =>  wckTime=56.7  cpuTime=55.96  mem=23M614
56.35/56.94	   
56.35/56.94	s SATISFIABLE
56.35/56.94	v 34 75 2 28 24 31 4 2 58 81 46 3 42 2 95 23 2 3 83 62 37 51 82 2 19 2 46 93 31 3 2 17 61 9 71 4 49 26 75 68 2 71 72 42 6 2 86 94 91 60 2 11 59 64 15 92 42 65 51 17 13 2 2 5 43 93 61 2 60 2 85 2 4 42 21 61 2 76 2 62 2 33 2 2 73 2 93 3 55 97 87 2 8 76 52 60 29 5 79 37 
56.35/56.94	d NODES 180
56.35/56.94	d CHECKS 118440102
56.35/56.94	   
56.35/56.94	   totalWckTime=56.766  totalCpuTime=55.99

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2094208-1247402995/watcher-2094208-1247402995 -o /tmp/evaluation-result-2094208-1247402995/solver-2094208-1247402995 -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-2094208-1247402995.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.97 1.68 4/82 389
/proc/meminfo: memFree=1319848/2055920 swapFree=4192812/4192956
[pid=389] ppid=387 vsize=272 CPUtime=0
/proc/389/stat : 389 (java) D 387 389 32442 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 26990824 278528 37 996147200 134512640 134550932 4294955968 18446744073709551615 6910756 0 2147483391 4096 0 18446744072099863542 0 0 17 0 0 0
/proc/389/statm: 68 37 28 9 0 6 0

[startup+0.0370959 s]
/proc/loadavg: 1.99 1.97 1.68 4/82 389
/proc/meminfo: memFree=1319848/2055920 swapFree=4192812/4192956
[pid=389] ppid=387 vsize=861936 CPUtime=0.02
/proc/389/stat : 389 (java) S 387 389 32442 0 -1 0 2293 0 1 0 2 0 0 0 18 0 5 0 26990824 882622464 1893 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/389/statm: 215484 1893 865 9 0 210399 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861936

[startup+0.102104 s]
/proc/loadavg: 1.99 1.97 1.68 4/82 389
/proc/meminfo: memFree=1319848/2055920 swapFree=4192812/4192956
[pid=389] ppid=387 vsize=865980 CPUtime=0.1
/proc/389/stat : 389 (java) S 387 389 32442 0 -1 0 3840 0 1 0 8 2 0 0 18 0 9 0 26990824 886763520 3283 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/389/statm: 216495 3283 1731 9 0 210980 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 865980

[startup+0.302128 s]
/proc/loadavg: 1.99 1.97 1.68 4/82 389
/proc/meminfo: memFree=1319848/2055920 swapFree=4192812/4192956
[pid=389] ppid=387 vsize=866492 CPUtime=0.29
/proc/389/stat : 389 (java) S 387 389 32442 0 -1 0 6123 0 1 0 26 3 0 0 18 0 9 0 26990824 887287808 5489 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/389/statm: 216623 5490 1987 9 0 211081 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866492

[startup+0.701184 s]
/proc/loadavg: 1.99 1.97 1.68 4/82 389
/proc/meminfo: memFree=1319848/2055920 swapFree=4192812/4192956
[pid=389] ppid=387 vsize=867044 CPUtime=0.68
/proc/389/stat : 389 (java) S 387 389 32442 0 -1 0 12432 277 1 0 62 6 0 0 18 0 9 0 26990824 887853056 8953 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/389/statm: 216761 8953 2653 9 0 211197 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867044

[startup+1.50128 s]
/proc/loadavg: 2.15 2.00 1.70 3/91 402
/proc/meminfo: memFree=1288032/2055920 swapFree=4192812/4192956
[pid=389] ppid=387 vsize=867044 CPUtime=1.47
/proc/389/stat : 389 (java) S 387 389 32442 0 -1 0 16265 277 1 0 139 8 0 0 18 0 9 0 26990824 887853056 10519 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/389/statm: 216761 10519 2656 9 0 211197 0
[pid=389/tid=391] ppid=387 vsize=867044 CPUtime=1.27
/proc/389/task/391/stat : 391 (java) R 387 389 32442 0 -1 64 12394 277 1 0 121 6 0 0 25 0 9 0 26990825 887853056 10519 996147200 134512640 134550932 4294955968 18446744073709551615 4126669467 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=392] ppid=387 vsize=867044 CPUtime=0.04
/proc/389/task/392/stat : 392 (java) S 387 389 32442 0 -1 64 2500 277 0 0 4 0 0 0 17 0 9 0 26990827 887853056 10519 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=393] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/393/stat : 393 (java) S 387 389 32442 0 -1 64 19 277 0 0 0 0 0 0 17 0 9 0 26990827 887853056 10519 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=394] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/394/stat : 394 (java) S 387 389 32442 0 -1 64 12 277 0 0 0 0 0 0 16 0 9 0 26990827 887853056 10519 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=395] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/395/stat : 395 (java) S 387 389 32442 0 -1 64 2 277 0 0 0 0 0 0 24 0 9 0 26990829 887853056 10519 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=389/tid=396] ppid=387 vsize=867044 CPUtime=0.12
/proc/389/task/396/stat : 396 (java) S 387 389 32442 0 -1 64 527 277 0 0 12 0 0 0 16 0 9 0 26990829 887853056 10519 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=397] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/397/stat : 397 (java) S 387 389 32442 0 -1 64 0 277 0 0 0 0 0 0 25 0 9 0 26990829 887853056 10519 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=389/tid=398] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/398/stat : 398 (java) S 387 389 32442 0 -1 64 4 277 0 0 0 0 0 0 15 0 9 0 26990829 887853056 10519 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867044

[startup+3.10149 s]
/proc/loadavg: 2.15 2.00 1.70 3/91 402
/proc/meminfo: memFree=1287840/2055920 swapFree=4192812/4192956
[pid=389] ppid=387 vsize=867044 CPUtime=3.06
/proc/389/stat : 389 (java) S 387 389 32442 0 -1 0 16271 277 1 0 298 8 0 0 18 0 9 0 26990824 887853056 10523 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/389/statm: 216761 10523 2656 9 0 211197 0
[pid=389/tid=391] ppid=387 vsize=867044 CPUtime=2.85
/proc/389/task/391/stat : 391 (java) R 387 389 32442 0 -1 64 12394 277 1 0 279 6 0 0 25 0 9 0 26990825 887853056 10523 996147200 134512640 134550932 4294955968 18446744073709551615 4126667639 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=392] ppid=387 vsize=867044 CPUtime=0.04
/proc/389/task/392/stat : 392 (java) S 387 389 32442 0 -1 64 2501 277 0 0 4 0 0 0 17 0 9 0 26990827 887853056 10523 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=393] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/393/stat : 393 (java) S 387 389 32442 0 -1 64 19 277 0 0 0 0 0 0 17 0 9 0 26990827 887853056 10523 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=394] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/394/stat : 394 (java) S 387 389 32442 0 -1 64 12 277 0 0 0 0 0 0 16 0 9 0 26990827 887853056 10523 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=395] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/395/stat : 395 (java) S 387 389 32442 0 -1 64 2 277 0 0 0 0 0 0 24 0 9 0 26990829 887853056 10523 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=389/tid=396] ppid=387 vsize=867044 CPUtime=0.13
/proc/389/task/396/stat : 396 (java) S 387 389 32442 0 -1 64 532 277 0 0 13 0 0 0 15 0 9 0 26990829 887853056 10523 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=397] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/397/stat : 397 (java) S 387 389 32442 0 -1 64 0 277 0 0 0 0 0 0 25 0 9 0 26990829 887853056 10523 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=389/tid=398] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/398/stat : 398 (java) S 387 389 32442 0 -1 64 4 277 0 0 0 0 0 0 15 0 9 0 26990829 887853056 10523 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867044

[startup+6.3029 s]
/proc/loadavg: 2.14 2.00 1.70 3/91 402
/proc/meminfo: memFree=1287648/2055920 swapFree=4192812/4192956
[pid=389] ppid=387 vsize=867044 CPUtime=6.23
/proc/389/stat : 389 (java) S 387 389 32442 0 -1 0 16292 277 1 0 615 8 0 0 18 0 9 0 26990824 887853056 10538 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/389/statm: 216761 10538 2657 9 0 211197 0
[pid=389/tid=391] ppid=387 vsize=867044 CPUtime=6.01
/proc/389/task/391/stat : 391 (java) R 387 389 32442 0 -1 64 12409 277 1 0 595 6 0 0 17 0 9 0 26990825 887853056 10538 996147200 134512640 134550932 4294955968 18446744073709551615 4126672004 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=392] ppid=387 vsize=867044 CPUtime=0.04
/proc/389/task/392/stat : 392 (java) S 387 389 32442 0 -1 64 2501 277 0 0 4 0 0 0 16 0 9 0 26990827 887853056 10538 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=389/tid=393] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/393/stat : 393 (java) S 387 389 32442 0 -1 64 19 277 0 0 0 0 0 0 17 0 9 0 26990827 887853056 10538 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=394] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/394/stat : 394 (java) S 387 389 32442 0 -1 64 12 277 0 0 0 0 0 0 16 0 9 0 26990827 887853056 10538 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=395] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/395/stat : 395 (java) S 387 389 32442 0 -1 64 2 277 0 0 0 0 0 0 24 0 9 0 26990829 887853056 10538 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=389/tid=396] ppid=387 vsize=867044 CPUtime=0.14
/proc/389/task/396/stat : 396 (java) S 387 389 32442 0 -1 64 537 277 0 0 14 0 0 0 17 0 9 0 26990829 887853056 10538 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=397] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/397/stat : 397 (java) S 387 389 32442 0 -1 64 0 277 0 0 0 0 0 0 25 0 9 0 26990829 887853056 10538 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=389/tid=398] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/398/stat : 398 (java) S 387 389 32442 0 -1 64 5 277 0 0 0 0 0 0 15 0 9 0 26990829 887853056 10538 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 867044

[startup+12.7017 s]
/proc/loadavg: 2.13 2.00 1.70 3/91 402
/proc/meminfo: memFree=1287392/2055920 swapFree=4192812/4192956
[pid=389] ppid=387 vsize=867044 CPUtime=12.57
/proc/389/stat : 389 (java) S 387 389 32442 0 -1 0 16311 277 1 0 1248 9 0 0 18 0 9 0 26990824 887853056 10553 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/389/statm: 216761 10553 2657 9 0 211197 0
[pid=389/tid=391] ppid=387 vsize=867044 CPUtime=12.35
/proc/389/task/391/stat : 391 (java) R 387 389 32442 0 -1 64 12423 277 1 0 1228 7 0 0 20 0 9 0 26990825 887853056 10553 996147200 134512640 134550932 4294955968 18446744073709551615 4126796413 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=392] ppid=387 vsize=867044 CPUtime=0.04
/proc/389/task/392/stat : 392 (java) S 387 389 32442 0 -1 64 2501 277 0 0 4 0 0 0 16 0 9 0 26990827 887853056 10553 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=389/tid=393] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/393/stat : 393 (java) S 387 389 32442 0 -1 64 19 277 0 0 0 0 0 0 17 0 9 0 26990827 887853056 10553 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=394] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/394/stat : 394 (java) S 387 389 32442 0 -1 64 12 277 0 0 0 0 0 0 16 0 9 0 26990827 887853056 10553 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=395] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/395/stat : 395 (java) S 387 389 32442 0 -1 64 2 277 0 0 0 0 0 0 24 0 9 0 26990829 887853056 10553 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=389/tid=396] ppid=387 vsize=867044 CPUtime=0.14
/proc/389/task/396/stat : 396 (java) S 387 389 32442 0 -1 64 542 277 0 0 14 0 0 0 15 0 9 0 26990829 887853056 10553 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=397] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/397/stat : 397 (java) S 387 389 32442 0 -1 64 0 277 0 0 0 0 0 0 25 0 9 0 26990829 887853056 10553 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=389/tid=398] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/398/stat : 398 (java) S 387 389 32442 0 -1 64 5 277 0 0 0 0 0 0 15 0 9 0 26990829 887853056 10553 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 867044

[startup+25.5024 s]
/proc/loadavg: 2.17 2.02 1.71 3/91 402
/proc/meminfo: memFree=1287456/2055920 swapFree=4192812/4192956
[pid=389] ppid=387 vsize=867044 CPUtime=25.25
/proc/389/stat : 389 (java) S 387 389 32442 0 -1 0 16327 277 1 0 2516 9 0 0 18 0 9 0 26990824 887853056 10564 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/389/statm: 216761 10564 2657 9 0 211197 0
[pid=389/tid=391] ppid=387 vsize=867044 CPUtime=25.03
/proc/389/task/391/stat : 391 (java) R 387 389 32442 0 -1 64 12438 277 1 0 2496 7 0 0 25 0 9 0 26990825 887853056 10564 996147200 134512640 134550932 4294955968 18446744073709551615 4126667695 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=392] ppid=387 vsize=867044 CPUtime=0.04
/proc/389/task/392/stat : 392 (java) S 387 389 32442 0 -1 64 2501 277 0 0 4 0 0 0 16 0 9 0 26990827 887853056 10564 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=389/tid=393] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/393/stat : 393 (java) S 387 389 32442 0 -1 64 19 277 0 0 0 0 0 0 17 0 9 0 26990827 887853056 10564 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=394] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/394/stat : 394 (java) S 387 389 32442 0 -1 64 12 277 0 0 0 0 0 0 16 0 9 0 26990827 887853056 10564 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=395] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/395/stat : 395 (java) S 387 389 32442 0 -1 64 2 277 0 0 0 0 0 0 24 0 9 0 26990829 887853056 10564 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=389/tid=396] ppid=387 vsize=867044 CPUtime=0.14
/proc/389/task/396/stat : 396 (java) S 387 389 32442 0 -1 64 543 277 0 0 14 0 0 0 16 0 9 0 26990829 887853056 10564 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=397] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/397/stat : 397 (java) S 387 389 32442 0 -1 64 0 277 0 0 0 0 0 0 25 0 9 0 26990829 887853056 10564 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=389/tid=398] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/398/stat : 398 (java) S 387 389 32442 0 -1 64 5 277 0 0 0 0 0 0 15 0 9 0 26990829 887853056 10564 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 867044

[startup+51.1027 s]
/proc/loadavg: 2.18 2.03 1.72 3/91 402
/proc/meminfo: memFree=1286304/2055920 swapFree=4192812/4192956
[pid=389] ppid=387 vsize=867044 CPUtime=50.6
/proc/389/stat : 389 (java) S 387 389 32442 0 -1 0 16625 277 1 0 5051 9 0 0 18 0 9 0 26990824 887853056 10853 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/389/statm: 216761 10853 2657 9 0 211197 0
[pid=389/tid=391] ppid=387 vsize=867044 CPUtime=50.36
/proc/389/task/391/stat : 391 (java) R 387 389 32442 0 -1 64 12726 277 1 0 5029 7 0 0 25 0 9 0 26990825 887853056 10853 996147200 134512640 134550932 4294955968 18446744073709551615 4126797770 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=392] ppid=387 vsize=867044 CPUtime=0.04
/proc/389/task/392/stat : 392 (java) S 387 389 32442 0 -1 64 2501 277 0 0 4 0 0 0 16 0 9 0 26990827 887853056 10853 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=389/tid=393] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/393/stat : 393 (java) S 387 389 32442 0 -1 64 19 277 0 0 0 0 0 0 17 0 9 0 26990827 887853056 10853 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=394] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/394/stat : 394 (java) S 387 389 32442 0 -1 64 12 277 0 0 0 0 0 0 16 0 9 0 26990827 887853056 10853 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=395] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/395/stat : 395 (java) S 387 389 32442 0 -1 64 2 277 0 0 0 0 0 0 24 0 9 0 26990829 887853056 10853 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=389/tid=396] ppid=387 vsize=867044 CPUtime=0.17
/proc/389/task/396/stat : 396 (java) S 387 389 32442 0 -1 64 553 277 0 0 16 1 0 0 15 0 9 0 26990829 887853056 10853 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=397] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/397/stat : 397 (java) S 387 389 32442 0 -1 64 0 277 0 0 0 0 0 0 25 0 9 0 26990829 887853056 10853 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=389/tid=398] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/398/stat : 398 (java) S 387 389 32442 0 -1 64 5 277 0 0 0 0 0 0 15 0 9 0 26990829 887853056 10853 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 867044

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

[startup+54.3011 s]
/proc/loadavg: 2.18 2.03 1.72 3/91 402
/proc/meminfo: memFree=1286304/2055920 swapFree=4192812/4192956
[pid=389] ppid=387 vsize=867044 CPUtime=53.77
/proc/389/stat : 389 (java) S 387 389 32442 0 -1 0 16628 277 1 0 5368 9 0 0 18 0 9 0 26990824 887853056 10855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/389/statm: 216761 10855 2657 9 0 211197 0
[pid=389/tid=391] ppid=387 vsize=867044 CPUtime=53.53
/proc/389/task/391/stat : 391 (java) R 387 389 32442 0 -1 64 12728 277 1 0 5346 7 0 0 25 0 9 0 26990825 887853056 10855 996147200 134512640 134550932 4294955968 18446744073709551615 4126671527 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=392] ppid=387 vsize=867044 CPUtime=0.04
/proc/389/task/392/stat : 392 (java) S 387 389 32442 0 -1 64 2501 277 0 0 4 0 0 0 16 0 9 0 26990827 887853056 10855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=389/tid=393] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/393/stat : 393 (java) S 387 389 32442 0 -1 64 19 277 0 0 0 0 0 0 17 0 9 0 26990827 887853056 10855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=394] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/394/stat : 394 (java) S 387 389 32442 0 -1 64 12 277 0 0 0 0 0 0 16 0 9 0 26990827 887853056 10855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=395] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/395/stat : 395 (java) S 387 389 32442 0 -1 64 2 277 0 0 0 0 0 0 24 0 9 0 26990829 887853056 10855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=389/tid=396] ppid=387 vsize=867044 CPUtime=0.18
/proc/389/task/396/stat : 396 (java) S 387 389 32442 0 -1 64 554 277 0 0 17 1 0 0 15 0 9 0 26990829 887853056 10855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=397] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/397/stat : 397 (java) S 387 389 32442 0 -1 64 0 277 0 0 0 0 0 0 25 0 9 0 26990829 887853056 10855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=389/tid=398] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/398/stat : 398 (java) S 387 389 32442 0 -1 64 5 277 0 0 0 0 0 0 15 0 9 0 26990829 887853056 10855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 53.77
Current children cumulated vsize (KiB) 867044

[startup+55.9013 s]
/proc/loadavg: 2.18 2.03 1.72 3/91 402
/proc/meminfo: memFree=1286304/2055920 swapFree=4192812/4192956
[pid=389] ppid=387 vsize=867044 CPUtime=55.36
/proc/389/stat : 389 (java) S 387 389 32442 0 -1 0 16631 277 1 0 5527 9 0 0 18 0 9 0 26990824 887853056 10858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/389/statm: 216761 10858 2657 9 0 211197 0
[pid=389/tid=391] ppid=387 vsize=867044 CPUtime=55.11
/proc/389/task/391/stat : 391 (java) R 387 389 32442 0 -1 64 12729 277 1 0 5504 7 0 0 25 0 9 0 26990825 887853056 10858 996147200 134512640 134550932 4294955968 18446744073709551615 4126671920 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=392] ppid=387 vsize=867044 CPUtime=0.04
/proc/389/task/392/stat : 392 (java) S 387 389 32442 0 -1 64 2501 277 0 0 4 0 0 0 16 0 9 0 26990827 887853056 10858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=389/tid=393] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/393/stat : 393 (java) S 387 389 32442 0 -1 64 19 277 0 0 0 0 0 0 17 0 9 0 26990827 887853056 10858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=394] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/394/stat : 394 (java) S 387 389 32442 0 -1 64 12 277 0 0 0 0 0 0 16 0 9 0 26990827 887853056 10858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=395] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/395/stat : 395 (java) S 387 389 32442 0 -1 64 2 277 0 0 0 0 0 0 24 0 9 0 26990829 887853056 10858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=389/tid=396] ppid=387 vsize=867044 CPUtime=0.18
/proc/389/task/396/stat : 396 (java) S 387 389 32442 0 -1 64 556 277 0 0 17 1 0 0 15 0 9 0 26990829 887853056 10858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=397] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/397/stat : 397 (java) S 387 389 32442 0 -1 64 0 277 0 0 0 0 0 0 25 0 9 0 26990829 887853056 10858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=389/tid=398] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/398/stat : 398 (java) S 387 389 32442 0 -1 64 5 277 0 0 0 0 0 0 15 0 9 0 26990829 887853056 10858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 55.36
Current children cumulated vsize (KiB) 867044

[startup+56.7024 s]
/proc/loadavg: 2.17 2.03 1.72 3/91 402
/proc/meminfo: memFree=1286304/2055920 swapFree=4192812/4192956
[pid=389] ppid=387 vsize=867044 CPUtime=56.15
/proc/389/stat : 389 (java) S 387 389 32442 0 -1 0 16631 277 1 0 5606 9 0 0 18 0 9 0 26990824 887853056 10858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/389/statm: 216761 10858 2657 9 0 211197 0
[pid=389/tid=391] ppid=387 vsize=867044 CPUtime=55.9
/proc/389/task/391/stat : 391 (java) R 387 389 32442 0 -1 64 12729 277 1 0 5583 7 0 0 25 0 9 0 26990825 887853056 10858 996147200 134512640 134550932 4294955968 18446744073709551615 4126671920 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=392] ppid=387 vsize=867044 CPUtime=0.04
/proc/389/task/392/stat : 392 (java) S 387 389 32442 0 -1 64 2501 277 0 0 4 0 0 0 16 0 9 0 26990827 887853056 10858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=389/tid=393] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/393/stat : 393 (java) S 387 389 32442 0 -1 64 19 277 0 0 0 0 0 0 17 0 9 0 26990827 887853056 10858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=394] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/394/stat : 394 (java) S 387 389 32442 0 -1 64 12 277 0 0 0 0 0 0 16 0 9 0 26990827 887853056 10858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=395] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/395/stat : 395 (java) S 387 389 32442 0 -1 64 2 277 0 0 0 0 0 0 24 0 9 0 26990829 887853056 10858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=389/tid=396] ppid=387 vsize=867044 CPUtime=0.18
/proc/389/task/396/stat : 396 (java) S 387 389 32442 0 -1 64 556 277 0 0 17 1 0 0 15 0 9 0 26990829 887853056 10858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=397] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/397/stat : 397 (java) S 387 389 32442 0 -1 64 0 277 0 0 0 0 0 0 25 0 9 0 26990829 887853056 10858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=389/tid=398] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/398/stat : 398 (java) S 387 389 32442 0 -1 64 5 277 0 0 0 0 0 0 15 0 9 0 26990829 887853056 10858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 56.15
Current children cumulated vsize (KiB) 867044

[startup+56.9024 s]
/proc/loadavg: 2.17 2.03 1.72 3/91 402
/proc/meminfo: memFree=1286304/2055920 swapFree=4192812/4192956
[pid=389] ppid=387 vsize=867044 CPUtime=56.35
/proc/389/stat : 389 (java) S 387 389 32442 0 -1 0 16631 277 1 0 5626 9 0 0 18 0 9 0 26990824 887853056 10858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/389/statm: 216761 10858 2657 9 0 211197 0
[pid=389/tid=391] ppid=387 vsize=867044 CPUtime=56.1
/proc/389/task/391/stat : 391 (java) R 387 389 32442 0 -1 64 12729 277 1 0 5603 7 0 0 25 0 9 0 26990825 887853056 10858 996147200 134512640 134550932 4294955968 18446744073709551615 4126672030 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=392] ppid=387 vsize=867044 CPUtime=0.04
/proc/389/task/392/stat : 392 (java) S 387 389 32442 0 -1 64 2501 277 0 0 4 0 0 0 16 0 9 0 26990827 887853056 10858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=389/tid=393] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/393/stat : 393 (java) S 387 389 32442 0 -1 64 19 277 0 0 0 0 0 0 17 0 9 0 26990827 887853056 10858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=394] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/394/stat : 394 (java) S 387 389 32442 0 -1 64 12 277 0 0 0 0 0 0 16 0 9 0 26990827 887853056 10858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=395] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/395/stat : 395 (java) S 387 389 32442 0 -1 64 2 277 0 0 0 0 0 0 24 0 9 0 26990829 887853056 10858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=389/tid=396] ppid=387 vsize=867044 CPUtime=0.18
/proc/389/task/396/stat : 396 (java) S 387 389 32442 0 -1 64 556 277 0 0 17 1 0 0 15 0 9 0 26990829 887853056 10858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=389/tid=397] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/397/stat : 397 (java) S 387 389 32442 0 -1 64 0 277 0 0 0 0 0 0 25 0 9 0 26990829 887853056 10858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=389/tid=398] ppid=387 vsize=867044 CPUtime=0
/proc/389/task/398/stat : 398 (java) S 387 389 32442 0 -1 64 5 277 0 0 0 0 0 0 15 0 9 0 26990829 887853056 10858 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 56.35
Current children cumulated vsize (KiB) 867044

Child status: 0
Real time (s): 56.9685
CPU time (s): 56.4224
CPU user time (s): 56.3094
CPU system time (s): 0.112982
CPU usage (%): 99.0415
Max. virtual memory (cumulated for all children) (KiB): 867044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 56.3094
system time used= 0.112982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17043
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= 2286
involuntary context switches= 2527

runsolver used 0.085986 second user time and 0.181972 second system time

The end

Launcher Data

Begin job on node40 at 2009-07-12 14:49:55
IDJOB=2094208
IDBENCH=54043
IDSOLVER=774
FILE ID=node40/2094208-1247402995
PBS_JOBID= 9510564
Free space on /tmp= 66256 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/primes-25/normalized-primes-25-40-2-3.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-2094208-1247402995/watcher-2094208-1247402995 -o /tmp/evaluation-result-2094208-1247402995/solver-2094208-1247402995 -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-2094208-1247402995.xml

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

MD5SUM BENCH= ce9a6eaf4eb9334fd017d19e3068bbd4
RANDOM SEED=1021288132

node40.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.213
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.213
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:       1320328 kB
Buffers:         95960 kB
Cached:         492852 kB
SwapCached:          0 kB
Active:         256384 kB
Inactive:       391872 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1320328 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2284 kB
Writeback:           0 kB
Mapped:          80208 kB
Slab:            72408 kB
Committed_AS:  1027852 kB
PageTables:       1960 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66252 MiB
End job on node40 at 2009-07-12 14:50:52