Trace number 1058065

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 10.3264 10.4829

DiagnosticValue
CHECKS237524
NODES4484

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-15.xml
MD5SUMe388ff74a36a9bb17963ab4d6d8a2381
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.981849
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints2042
Maximum constraint arity15
Maximum domain size26
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1556
Global constraints used (with number of constraints)alldifferent(486)

Solver Data (download as text)

0.07/0.08	
0.07/0.08	Abscon 112 (May, 2008)
0.18/0.25	
0.18/0.25	   configuration
0.18/0.25	     name=esac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-1058065-1215112860.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.40	   
0.28/0.40	   variables being loaded...
0.39/0.48	     nbVariables=400  nbDomainTypes=252  minDomainSize=1  maxDomainSize=26  nbTotalValues=3817
0.39/0.48	       =>  wckTime=0.223  cpuTime=0.15  mem=8M894
0.39/0.48	   
0.39/0.48	   predicates being loaded...
0.48/0.54	   
0.48/0.54	   constraints being loaded...
2.74/2.80	     nbConstraints=2042  nbGlobalConstraints=486  nbSingletonDomainVariables=138  nbConflictsStructures=1440
2.74/2.80	     nbSharedConflictsStructures=0  nbUnbuiltConflictsStructures=116  nbSharedBinaryRepresentations=0
2.74/2.80	     nbEvaluationManagers=1556  nbSharedEvaluationManagers=0  minDegree=1  maxDegree=152  minArity=4  avgArity=6.34
2.74/2.80	     maxArity=15  nbGenerators=0  nbFusions=0  symmetryWckTime=0.251  symmetryCpuTime=0.13
2.74/2.80	       =>  wckTime=2.545  cpuTime=2.11  mem=34M779
2.84/2.91	   
2.84/2.91	   solver IterativeSystematicSolver being built... 
2.94/3.06	   
2.94/3.06	   INFO : Forward propagation technique limited 
3.05/3.14	       =>  wckTime=2.884  cpuTime=2.31  mem=43M780
3.73/3.87	   
3.73/3.87	   preprocessing
3.73/3.87	     nbConstraintChecks=40234  nbValidityChecks=151527  nbPropagations=5017  nbRevisions=19035  nbUselessRevisions=18857
3.73/3.87	     nbSingletonTests=557  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
3.73/3.87	     detectedInconsistency=no
3.73/3.87	       =>  wckTime=0.73  cpuTime=0.63  mem=23M192
4.82/4.94	   
4.82/4.94	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=61M980)
10.28/10.41	   
10.28/10.41	   search
10.28/10.41	     run=8  nbConstraintChecks=197290  nbValidityChecks=1524124  minDepth=127  maxDepth=400  nbPropagations=298401
10.28/10.41	     nbRevisions=1211009  nbUselessRevisions=1185759  nbAssignments=4484  nbFailedAssignments=489  nbBacktracks=2061
10.28/10.41	     nbVisitedNodes=5702  nbRestartNogoods=31  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=264.82
10.28/10.41	     nbIEliminables=45.64  nbDEliminables=0  nbPEliminables=0
10.28/10.41	       =>  wckTime=7.271  cpuTime=7.01  mem=43M104
10.28/10.42	   
10.28/10.42	   global
10.28/10.42	     nbConstraintChecks=237524  nbValidityChecks=1675651  nbPropagations=303418  nbRevisions=1230044
10.28/10.42	     nbUselessRevisions=1204616  nbRestartNogoods=31  solvingWckTime=7.274  solvingCpuTime=7.01  expiredTime=no
10.28/10.42	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=9.32  globalCpuTime=9.38
10.28/10.42	       =>  wckTime=10.16  cpuTime=9.33  mem=43M104
10.28/10.42	   
10.28/10.42	s SATISFIABLE
10.28/10.42	v 23 4 13 39 9 29 37 6 16 35 28 6 23 21 10 29 16 10 18 8 17 3 44 29 24 39 4 4 21 6 22 21 23 42 25 32 33 15 11 36 36 7 31 35 7 20 44 39 15 19 14 7 2 18 12 34 31 43 15 43 26 25 42 40 41 24 1 28 40 3 17 27 31 4 33 15 40 35 38 7 25 34 28 8 4 9 26 11 43 44 23 13 0 41 44 12 28 15 18 5 37 11 18 28 0 27 3 8 5 14 2 0 3 42 43 17 33 24 7 19 10 9 41 38 44 12 40 27 41 35 10 34 1 14 23 6 36 26 19 18 5 14 10 3 19 11 10 38 22 36 11 9 44 22 1 16 26 6 2 13 30 17 22 32 0 12 36 20 27 29 37 31 20 33 36 34 21 43 5 20 8 17 14 34 15 32 39 38 1 37 19 25 0 30 40 2 38 3 25 11 1 14 13 15 18 1 8 4 5 15 9 6 12 10 13 8 13 3 12 19 4 0 13 11 5 17 17 19 11 3 17 15 0 0 9 17 4 13 18 8 2 13 0 17 17 14 1 6 15 12 12 7 16 4 19 9 10 1 14 15 18 14 3 0 8 11 14 19 13 19 8 18 12 4 1 2 19 12 7 0 10 8 16 18 13 17 8 6 10 2 9 7 0 14 15 2 2 1 11 9 15 13 13 0 19 16 12 9 10 14 3 18 15 8 12 10 16 19 16 13 12 13 18 5 18 5 15 11 12 18 14 15 18 9 2 8 7 14 8 18 6 3 2 8 4 9 10 10 12 6 1 7 0 10 9 9 5 9 12 6 18 5 8 16 11 6 1 2 7 19 10 19 12 17 9 6 16 2 0 5 3 11 0 12 16 14 10 8 4 1 11 3 16 19 6 1 6 4 2 15 
10.28/10.42	d NODES 4484
10.28/10.42	d CHECKS 237524
10.28/10.42	   
10.28/10.42	   totalWckTime=10.23  totalCpuTime=9.38

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1058065-1215112860/watcher-1058065-1215112860 -o /tmp/evaluation-result-1058065-1215112860/solver-1058065-1215112860 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1058065-1215112860.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.01 2.01 2.04 3/80 12397
/proc/meminfo: memFree=1673064/2055920 swapFree=4180240/4192956
[pid=12397] ppid=12395 vsize=862848 CPUtime=0.03
/proc/12397/stat : 12397 (java) S 12395 12397 11507 0 -1 0 2405 0 1 0 2 1 0 0 18 0 7 0 1990257973 883556352 1984 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12397/statm: 215712 1984 910 9 0 210691 0
[pid=12397/tid=12398] ppid=12395 vsize=862848 CPUtime=0.02
/proc/12397/task/12398/stat : 12398 (java) R 12395 12397 11507 0 -1 64 1687 0 1 0 2 0 0 0 18 0 7 0 1990257974 883556352 1984 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12399] ppid=12395 vsize=862848 CPUtime=0
/proc/12397/task/12399/stat : 12399 (java) S 12395 12397 11507 0 -1 64 4 0 0 0 0 0 0 0 19 0 7 0 1990257976 883556352 1984 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12400] ppid=12395 vsize=862848 CPUtime=0
/proc/12397/task/12400/stat : 12400 (java) S 12395 12397 11507 0 -1 64 10 0 0 0 0 0 0 0 19 0 7 0 1990257976 883556352 1984 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12401] ppid=12395 vsize=862848 CPUtime=0
/proc/12397/task/12401/stat : 12401 (java) S 12395 12397 11507 0 -1 64 4 0 0 0 0 0 0 0 20 0 7 0 1990257976 883556352 1984 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12402] ppid=12395 vsize=862848 CPUtime=0
/proc/12397/task/12402/stat : 12402 (java) S 12395 12397 11507 0 -1 64 1 0 0 0 0 0 0 0 18 0 7 0 1990257978 883556352 1984 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12403] ppid=12395 vsize=862848 CPUtime=0
/proc/12397/task/12403/stat : 12403 (java) S 12395 12397 11507 0 -1 64 23 0 0 0 0 0 0 0 19 0 7 0 1990257978 883556352 1984 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

[startup+0.085399 s]
/proc/loadavg: 2.01 2.01 2.04 3/80 12397
/proc/meminfo: memFree=1673064/2055920 swapFree=4180240/4192956
[pid=12397] ppid=12395 vsize=865856 CPUtime=0.07
/proc/12397/stat : 12397 (java) S 12395 12397 11507 0 -1 0 3589 0 1 0 5 2 0 0 18 0 9 0 1990257973 886636544 3077 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12397/statm: 216464 3077 1647 9 0 211026 0
[pid=12397/tid=12398] ppid=12395 vsize=865856 CPUtime=0.05
/proc/12397/task/12398/stat : 12398 (java) R 12395 12397 11507 0 -1 64 2679 0 1 0 4 1 0 0 20 0 9 0 1990257974 886636544 3077 996147200 134512640 134550740 4294955968 18446744073709551615 7918372 0 2147483391 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12399] ppid=12395 vsize=865856 CPUtime=0
/proc/12397/task/12399/stat : 12399 (java) S 12395 12397 11507 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1990257976 886636544 3077 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12400] ppid=12395 vsize=865856 CPUtime=0
/proc/12397/task/12400/stat : 12400 (java) S 12395 12397 11507 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1990257976 886636544 3077 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12401] ppid=12395 vsize=865856 CPUtime=0
/proc/12397/task/12401/stat : 12401 (java) S 12395 12397 11507 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1990257976 886636544 3077 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12402] ppid=12395 vsize=865856 CPUtime=0
/proc/12397/task/12402/stat : 12402 (java) S 12395 12397 11507 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990257978 886636544 3077 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12403] ppid=12395 vsize=865856 CPUtime=0
/proc/12397/task/12403/stat : 12403 (java) S 12395 12397 11507 0 -1 64 213 0 0 0 0 0 0 0 19 0 9 0 1990257978 886636544 3077 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865856

[startup+0.102294 s]
/proc/loadavg: 2.01 2.01 2.04 3/80 12397
/proc/meminfo: memFree=1673064/2055920 swapFree=4180240/4192956
[pid=12397] ppid=12395 vsize=865884 CPUtime=0.08
/proc/12397/stat : 12397 (java) S 12395 12397 11507 0 -1 0 3703 0 1 0 6 2 0 0 18 0 9 0 1990257973 886665216 3176 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12397/statm: 216471 3176 1685 9 0 211026 0
[pid=12397/tid=12398] ppid=12395 vsize=865884 CPUtime=0.06
/proc/12397/task/12398/stat : 12398 (java) R 12395 12397 11507 0 -1 64 2784 0 1 0 5 1 0 0 20 0 9 0 1990257974 886665216 3176 996147200 134512640 134550740 4294955968 18446744073709551615 4125958369 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12399] ppid=12395 vsize=865884 CPUtime=0
/proc/12397/task/12399/stat : 12399 (java) S 12395 12397 11507 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1990257976 886665216 3176 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12400] ppid=12395 vsize=865884 CPUtime=0
/proc/12397/task/12400/stat : 12400 (java) S 12395 12397 11507 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1990257976 886665216 3176 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12401] ppid=12395 vsize=865884 CPUtime=0
/proc/12397/task/12401/stat : 12401 (java) S 12395 12397 11507 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1990257976 886665216 3176 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12402] ppid=12395 vsize=865884 CPUtime=0
/proc/12397/task/12402/stat : 12402 (java) S 12395 12397 11507 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990257978 886665216 3176 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12403] ppid=12395 vsize=865884 CPUtime=0.01
/proc/12397/task/12403/stat : 12403 (java) S 12395 12397 11507 0 -1 64 222 0 0 0 1 0 0 0 18 0 9 0 1990257978 886665216 3176 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.302328 s]
/proc/loadavg: 2.01 2.01 2.04 3/80 12397
/proc/meminfo: memFree=1673064/2055920 swapFree=4180240/4192956
[pid=12397] ppid=12395 vsize=866284 CPUtime=0.28
/proc/12397/stat : 12397 (java) S 12395 12397 11507 0 -1 0 5819 0 1 0 24 4 0 0 18 0 9 0 1990257973 887074816 5193 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12397/statm: 216571 5193 1953 9 0 211099 0
[pid=12397/tid=12398] ppid=12395 vsize=866284 CPUtime=0.22
/proc/12397/task/12398/stat : 12398 (java) R 12395 12397 11507 0 -1 64 4846 0 1 0 19 3 0 0 21 0 9 0 1990257974 887074816 5193 996147200 134512640 134550740 4294955968 18446744073709551615 4159506162 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12399] ppid=12395 vsize=866284 CPUtime=0
/proc/12397/task/12399/stat : 12399 (java) S 12395 12397 11507 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1990257976 887074816 5193 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12400] ppid=12395 vsize=866284 CPUtime=0
/proc/12397/task/12400/stat : 12400 (java) S 12395 12397 11507 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1990257976 887074816 5193 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12401] ppid=12395 vsize=866284 CPUtime=0
/proc/12397/task/12401/stat : 12401 (java) S 12395 12397 11507 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1990257976 887074816 5193 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12402] ppid=12395 vsize=866284 CPUtime=0
/proc/12397/task/12402/stat : 12402 (java) S 12395 12397 11507 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990257978 887074816 5193 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12403] ppid=12395 vsize=866284 CPUtime=0.04
/proc/12397/task/12403/stat : 12403 (java) S 12395 12397 11507 0 -1 64 276 0 0 0 4 0 0 0 16 0 9 0 1990257978 887074816 5193 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.702395 s]
/proc/loadavg: 2.01 2.01 2.04 3/80 12397
/proc/meminfo: memFree=1673064/2055920 swapFree=4180240/4192956
[pid=12397] ppid=12395 vsize=867680 CPUtime=0.68
/proc/12397/stat : 12397 (java) S 12395 12397 11507 0 -1 0 8675 0 1 0 62 6 0 0 18 0 9 0 1990257973 888504320 8035 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12397/statm: 216920 8035 2010 9 0 211426 0
[pid=12397/tid=12398] ppid=12395 vsize=867680 CPUtime=0.49
/proc/12397/task/12398/stat : 12398 (java) R 12395 12397 11507 0 -1 64 7330 0 1 0 44 5 0 0 23 0 9 0 1990257974 888504320 8035 996147200 134512640 134550740 4294955968 18446744073709551615 103813005 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12399] ppid=12395 vsize=867680 CPUtime=0
/proc/12397/task/12399/stat : 12399 (java) S 12395 12397 11507 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1990257976 888504320 8035 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12400] ppid=12395 vsize=867680 CPUtime=0
/proc/12397/task/12400/stat : 12400 (java) S 12395 12397 11507 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1990257976 888504320 8035 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12401] ppid=12395 vsize=867680 CPUtime=0
/proc/12397/task/12401/stat : 12401 (java) S 12395 12397 11507 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1990257976 888504320 8035 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12402] ppid=12395 vsize=867680 CPUtime=0
/proc/12397/task/12402/stat : 12402 (java) S 12395 12397 11507 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990257978 888504320 8035 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12403] ppid=12395 vsize=867680 CPUtime=0.17
/proc/12397/task/12403/stat : 12403 (java) S 12395 12397 11507 0 -1 64 648 0 0 0 17 0 0 0 16 0 9 0 1990257978 888504320 8035 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867680

[startup+1.50253 s]
/proc/loadavg: 2.01 2.01 2.04 3/89 12406
/proc/meminfo: memFree=1638560/2055920 swapFree=4180240/4192956
[pid=12397] ppid=12395 vsize=867680 CPUtime=1.48
/proc/12397/stat : 12397 (java) S 12395 12397 11507 0 -1 0 14559 0 1 0 135 13 0 0 18 0 9 0 1990257973 888504320 13918 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12397/statm: 216920 13918 2014 9 0 211426 0
[pid=12397/tid=12398] ppid=12395 vsize=867680 CPUtime=1.21
/proc/12397/task/12398/stat : 12398 (java) R 12395 12397 11507 0 -1 64 13153 0 1 0 110 11 0 0 25 0 9 0 1990257974 888504320 13918 996147200 134512640 134550740 4294955968 18446744073709551615 4126872786 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12399] ppid=12395 vsize=867680 CPUtime=0
/proc/12397/task/12399/stat : 12399 (java) S 12395 12397 11507 0 -1 64 5 0 0 0 0 0 0 0 17 0 9 0 1990257976 888504320 13918 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12400] ppid=12395 vsize=867680 CPUtime=0
/proc/12397/task/12400/stat : 12400 (java) S 12395 12397 11507 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1990257976 888504320 13918 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12401] ppid=12395 vsize=867680 CPUtime=0
/proc/12397/task/12401/stat : 12401 (java) S 12395 12397 11507 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1990257976 888504320 13918 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12402] ppid=12395 vsize=867680 CPUtime=0
/proc/12397/task/12402/stat : 12402 (java) S 12395 12397 11507 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1990257978 888504320 13918 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12403] ppid=12395 vsize=867680 CPUtime=0.25
/proc/12397/task/12403/stat : 12403 (java) S 12395 12397 11507 0 -1 64 708 0 0 0 24 1 0 0 15 0 9 0 1990257978 888504320 13918 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12405] ppid=12395 vsize=867680 CPUtime=0
/proc/12397/task/12405/stat : 12405 (java) S 12395 12397 11507 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1990257978 888504320 13918 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12406] ppid=12395 vsize=867680 CPUtime=0
/proc/12397/task/12406/stat : 12406 (java) S 12395 12397 11507 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1990257978 888504320 13918 996147200 134512640 134550740 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) 867680

[startup+3.1018 s]
/proc/loadavg: 2.01 2.01 2.04 3/89 12406
/proc/meminfo: memFree=1608544/2055920 swapFree=4180240/4192956
[pid=12397] ppid=12395 vsize=868128 CPUtime=3.05
/proc/12397/stat : 12397 (java) S 12395 12397 11507 0 -1 0 31718 512 1 0 276 22 6 1 18 0 9 0 1990257973 888963072 20931 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12397/statm: 217032 20931 2637 9 0 211538 0
[pid=12397/tid=12398] ppid=12395 vsize=868128 CPUtime=2.54
/proc/12397/task/12398/stat : 12398 (java) R 12395 12397 11507 0 -1 64 21014 512 1 0 230 17 6 1 24 0 9 0 1990257974 888963072 20931 996147200 134512640 134550740 4294955968 18446744073709551615 4126467517 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12399] ppid=12395 vsize=868128 CPUtime=0.21
/proc/12397/task/12399/stat : 12399 (java) S 12395 12397 11507 0 -1 64 8953 512 0 0 13 1 6 1 17 0 9 0 1990257976 888963072 20931 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12400] ppid=12395 vsize=868128 CPUtime=0.07
/proc/12397/task/12400/stat : 12400 (java) S 12395 12397 11507 0 -1 64 17 512 0 0 0 0 6 1 17 0 9 0 1990257976 888963072 20931 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12401] ppid=12395 vsize=868128 CPUtime=0.07
/proc/12397/task/12401/stat : 12401 (java) S 12395 12397 11507 0 -1 64 9 512 0 0 0 0 6 1 16 0 9 0 1990257976 888963072 20931 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12402] ppid=12395 vsize=868128 CPUtime=0.07
/proc/12397/task/12402/stat : 12402 (java) S 12395 12397 11507 0 -1 64 1 512 0 0 0 0 6 1 18 0 9 0 1990257978 888963072 20931 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12403] ppid=12395 vsize=868128 CPUtime=0.4
/proc/12397/task/12403/stat : 12403 (java) S 12395 12397 11507 0 -1 64 917 512 0 0 32 1 6 1 15 0 9 0 1990257978 888963072 20931 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12405] ppid=12395 vsize=868128 CPUtime=0.07
/proc/12397/task/12405/stat : 12405 (java) S 12395 12397 11507 0 -1 64 1 512 0 0 0 0 6 1 19 0 9 0 1990257978 888963072 20931 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12406] ppid=12395 vsize=868128 CPUtime=0.07
/proc/12397/task/12406/stat : 12406 (java) S 12395 12397 11507 0 -1 64 7 512 0 0 0 0 6 1 15 0 9 0 1990257978 888963072 20931 996147200 134512640 134550740 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) 868128

[startup+6.30234 s]
/proc/loadavg: 2.01 2.01 2.04 3/89 12410
/proc/meminfo: memFree=1585632/2055920 swapFree=4180240/4192956
[pid=12397] ppid=12395 vsize=868040 CPUtime=6.21
/proc/12397/stat : 12397 (java) S 12395 12397 11507 0 -1 0 40207 512 1 0 589 25 6 1 18 0 9 0 1990257973 888872960 24282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12397/statm: 217010 24282 2615 9 0 211538 0
[pid=12397/tid=12398] ppid=12395 vsize=868040 CPUtime=5.54
/proc/12397/task/12398/stat : 12398 (java) R 12395 12397 11507 0 -1 64 26063 512 1 0 528 19 6 1 25 0 9 0 1990257974 888872960 24282 996147200 134512640 134550740 4294955968 18446744073709551615 4127271184 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12399] ppid=12395 vsize=868040 CPUtime=0.27
/proc/12397/task/12399/stat : 12399 (java) S 12395 12397 11507 0 -1 64 12282 512 0 0 17 3 6 1 17 0 9 0 1990257976 888872960 24282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12400] ppid=12395 vsize=868040 CPUtime=0.07
/proc/12397/task/12400/stat : 12400 (java) S 12395 12397 11507 0 -1 64 17 512 0 0 0 0 6 1 16 0 9 0 1990257976 888872960 24282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12401] ppid=12395 vsize=868040 CPUtime=0.07
/proc/12397/task/12401/stat : 12401 (java) S 12395 12397 11507 0 -1 64 9 512 0 0 0 0 6 1 15 0 9 0 1990257976 888872960 24282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12402] ppid=12395 vsize=868040 CPUtime=0.07
/proc/12397/task/12402/stat : 12402 (java) S 12395 12397 11507 0 -1 64 1 512 0 0 0 0 6 1 18 0 9 0 1990257978 888872960 24282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12403] ppid=12395 vsize=868040 CPUtime=0.5
/proc/12397/task/12403/stat : 12403 (java) S 12395 12397 11507 0 -1 64 1000 512 0 0 42 1 6 1 15 0 9 0 1990257978 888872960 24282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12405] ppid=12395 vsize=868040 CPUtime=0.07
/proc/12397/task/12405/stat : 12405 (java) S 12395 12397 11507 0 -1 64 1 512 0 0 0 0 6 1 19 0 9 0 1990257978 888872960 24282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12406] ppid=12395 vsize=868040 CPUtime=0.07
/proc/12397/task/12406/stat : 12406 (java) S 12395 12397 11507 0 -1 64 35 512 0 0 0 0 6 1 15 0 9 0 1990257978 888872960 24282 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 868040

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

[startup+7.90161 s]
/proc/loadavg: 2.00 2.01 2.04 3/89 12410
/proc/meminfo: memFree=1585632/2055920 swapFree=4180240/4192956
[pid=12397] ppid=12395 vsize=868040 CPUtime=7.8
/proc/12397/stat : 12397 (java) S 12395 12397 11507 0 -1 0 40214 512 1 0 747 26 6 1 18 0 9 0 1990257973 888872960 24284 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12397/statm: 217010 24284 2615 9 0 211538 0
[pid=12397/tid=12398] ppid=12395 vsize=868040 CPUtime=7.12
/proc/12397/task/12398/stat : 12398 (java) R 12395 12397 11507 0 -1 64 26064 512 1 0 686 19 6 1 25 0 9 0 1990257974 888872960 24284 996147200 134512640 134550740 4294955968 18446744073709551615 4127249637 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12399] ppid=12395 vsize=868040 CPUtime=0.28
/proc/12397/task/12399/stat : 12399 (java) S 12395 12397 11507 0 -1 64 12282 512 0 0 18 3 6 1 16 0 9 0 1990257976 888872960 24284 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12400] ppid=12395 vsize=868040 CPUtime=0.07
/proc/12397/task/12400/stat : 12400 (java) S 12395 12397 11507 0 -1 64 17 512 0 0 0 0 6 1 16 0 9 0 1990257976 888872960 24284 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12401] ppid=12395 vsize=868040 CPUtime=0.07
/proc/12397/task/12401/stat : 12401 (java) S 12395 12397 11507 0 -1 64 9 512 0 0 0 0 6 1 15 0 9 0 1990257976 888872960 24284 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12402] ppid=12395 vsize=868040 CPUtime=0.07
/proc/12397/task/12402/stat : 12402 (java) S 12395 12397 11507 0 -1 64 1 512 0 0 0 0 6 1 18 0 9 0 1990257978 888872960 24284 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12403] ppid=12395 vsize=868040 CPUtime=0.51
/proc/12397/task/12403/stat : 12403 (java) S 12395 12397 11507 0 -1 64 1006 512 0 0 43 1 6 1 16 0 9 0 1990257978 888872960 24284 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12405] ppid=12395 vsize=868040 CPUtime=0.07
/proc/12397/task/12405/stat : 12405 (java) S 12395 12397 11507 0 -1 64 1 512 0 0 0 0 6 1 19 0 9 0 1990257978 888872960 24284 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12406] ppid=12395 vsize=868040 CPUtime=0.07
/proc/12397/task/12406/stat : 12406 (java) S 12395 12397 11507 0 -1 64 35 512 0 0 0 0 6 1 15 0 9 0 1990257978 888872960 24284 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (KiB) 868040

[startup+9.50288 s]
/proc/loadavg: 2.00 2.01 2.04 3/89 12410
/proc/meminfo: memFree=1585568/2055920 swapFree=4180240/4192956
[pid=12397] ppid=12395 vsize=868040 CPUtime=9.39
/proc/12397/stat : 12397 (java) S 12395 12397 11507 0 -1 0 40218 512 1 0 906 26 6 1 18 0 9 0 1990257973 888872960 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12397/statm: 217010 24286 2615 9 0 211538 0
[pid=12397/tid=12398] ppid=12395 vsize=868040 CPUtime=8.69
/proc/12397/task/12398/stat : 12398 (java) R 12395 12397 11507 0 -1 64 26065 512 1 0 843 19 6 1 25 0 9 0 1990257974 888872960 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4125952064 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12399] ppid=12395 vsize=868040 CPUtime=0.28
/proc/12397/task/12399/stat : 12399 (java) S 12395 12397 11507 0 -1 64 12282 512 0 0 18 3 6 1 16 0 9 0 1990257976 888872960 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12400] ppid=12395 vsize=868040 CPUtime=0.07
/proc/12397/task/12400/stat : 12400 (java) S 12395 12397 11507 0 -1 64 17 512 0 0 0 0 6 1 16 0 9 0 1990257976 888872960 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12401] ppid=12395 vsize=868040 CPUtime=0.07
/proc/12397/task/12401/stat : 12401 (java) S 12395 12397 11507 0 -1 64 9 512 0 0 0 0 6 1 15 0 9 0 1990257976 888872960 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12402] ppid=12395 vsize=868040 CPUtime=0.07
/proc/12397/task/12402/stat : 12402 (java) S 12395 12397 11507 0 -1 64 1 512 0 0 0 0 6 1 18 0 9 0 1990257978 888872960 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12403] ppid=12395 vsize=868040 CPUtime=0.51
/proc/12397/task/12403/stat : 12403 (java) S 12395 12397 11507 0 -1 64 1009 512 0 0 43 1 6 1 16 0 9 0 1990257978 888872960 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12405] ppid=12395 vsize=868040 CPUtime=0.07
/proc/12397/task/12405/stat : 12405 (java) S 12395 12397 11507 0 -1 64 1 512 0 0 0 0 6 1 19 0 9 0 1990257978 888872960 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12406] ppid=12395 vsize=868040 CPUtime=0.07
/proc/12397/task/12406/stat : 12406 (java) S 12395 12397 11507 0 -1 64 35 512 0 0 0 0 6 1 15 0 9 0 1990257978 888872960 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.39
Current children cumulated vsize (KiB) 868040

[startup+9.90794 s]
/proc/loadavg: 2.00 2.01 2.04 3/89 12410
/proc/meminfo: memFree=1585568/2055920 swapFree=4180240/4192956
[pid=12397] ppid=12395 vsize=868040 CPUtime=9.79
/proc/12397/stat : 12397 (java) S 12395 12397 11507 0 -1 0 40219 512 1 0 946 26 6 1 18 0 9 0 1990257973 888872960 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12397/statm: 217010 24286 2615 9 0 211538 0
[pid=12397/tid=12398] ppid=12395 vsize=868040 CPUtime=9.09
/proc/12397/task/12398/stat : 12398 (java) R 12395 12397 11507 0 -1 64 26066 512 1 0 883 19 6 1 25 0 9 0 1990257974 888872960 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4126912213 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12399] ppid=12395 vsize=868040 CPUtime=0.29
/proc/12397/task/12399/stat : 12399 (java) S 12395 12397 11507 0 -1 64 12282 512 0 0 19 3 6 1 16 0 9 0 1990257976 888872960 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12400] ppid=12395 vsize=868040 CPUtime=0.07
/proc/12397/task/12400/stat : 12400 (java) S 12395 12397 11507 0 -1 64 17 512 0 0 0 0 6 1 16 0 9 0 1990257976 888872960 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12401] ppid=12395 vsize=868040 CPUtime=0.07
/proc/12397/task/12401/stat : 12401 (java) S 12395 12397 11507 0 -1 64 9 512 0 0 0 0 6 1 15 0 9 0 1990257976 888872960 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12402] ppid=12395 vsize=868040 CPUtime=0.07
/proc/12397/task/12402/stat : 12402 (java) S 12395 12397 11507 0 -1 64 1 512 0 0 0 0 6 1 18 0 9 0 1990257978 888872960 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12403] ppid=12395 vsize=868040 CPUtime=0.51
/proc/12397/task/12403/stat : 12403 (java) S 12395 12397 11507 0 -1 64 1009 512 0 0 43 1 6 1 16 0 9 0 1990257978 888872960 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12405] ppid=12395 vsize=868040 CPUtime=0.07
/proc/12397/task/12405/stat : 12405 (java) S 12395 12397 11507 0 -1 64 1 512 0 0 0 0 6 1 19 0 9 0 1990257978 888872960 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12406] ppid=12395 vsize=868040 CPUtime=0.07
/proc/12397/task/12406/stat : 12406 (java) S 12395 12397 11507 0 -1 64 35 512 0 0 0 0 6 1 15 0 9 0 1990257978 888872960 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.79
Current children cumulated vsize (KiB) 868040

[startup+10.303 s]
/proc/loadavg: 2.00 2.01 2.04 3/89 12410
/proc/meminfo: memFree=1585568/2055920 swapFree=4180240/4192956
[pid=12397] ppid=12395 vsize=868040 CPUtime=10.18
/proc/12397/stat : 12397 (java) S 12395 12397 11507 0 -1 0 40219 512 1 0 985 26 6 1 18 0 9 0 1990257973 888872960 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12397/statm: 217010 24286 2615 9 0 211538 0
[pid=12397/tid=12398] ppid=12395 vsize=868040 CPUtime=9.48
/proc/12397/task/12398/stat : 12398 (java) R 12395 12397 11507 0 -1 64 26066 512 1 0 922 19 6 1 25 0 9 0 1990257974 888872960 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4127271180 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12399] ppid=12395 vsize=868040 CPUtime=0.29
/proc/12397/task/12399/stat : 12399 (java) S 12395 12397 11507 0 -1 64 12282 512 0 0 19 3 6 1 16 0 9 0 1990257976 888872960 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12400] ppid=12395 vsize=868040 CPUtime=0.07
/proc/12397/task/12400/stat : 12400 (java) S 12395 12397 11507 0 -1 64 17 512 0 0 0 0 6 1 16 0 9 0 1990257976 888872960 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12401] ppid=12395 vsize=868040 CPUtime=0.07
/proc/12397/task/12401/stat : 12401 (java) S 12395 12397 11507 0 -1 64 9 512 0 0 0 0 6 1 15 0 9 0 1990257976 888872960 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12402] ppid=12395 vsize=868040 CPUtime=0.07
/proc/12397/task/12402/stat : 12402 (java) S 12395 12397 11507 0 -1 64 1 512 0 0 0 0 6 1 18 0 9 0 1990257978 888872960 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12403] ppid=12395 vsize=868040 CPUtime=0.51
/proc/12397/task/12403/stat : 12403 (java) S 12395 12397 11507 0 -1 64 1009 512 0 0 43 1 6 1 16 0 9 0 1990257978 888872960 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12405] ppid=12395 vsize=868040 CPUtime=0.07
/proc/12397/task/12405/stat : 12405 (java) S 12395 12397 11507 0 -1 64 1 512 0 0 0 0 6 1 19 0 9 0 1990257978 888872960 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12406] ppid=12395 vsize=868040 CPUtime=0.07
/proc/12397/task/12406/stat : 12406 (java) S 12395 12397 11507 0 -1 64 35 512 0 0 0 0 6 1 15 0 9 0 1990257978 888872960 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.18
Current children cumulated vsize (KiB) 868040

[startup+10.403 s]
/proc/loadavg: 2.00 2.01 2.04 3/89 12410
/proc/meminfo: memFree=1585568/2055920 swapFree=4180240/4192956
[pid=12397] ppid=12395 vsize=868040 CPUtime=10.28
/proc/12397/stat : 12397 (java) S 12395 12397 11507 0 -1 0 40219 512 1 0 995 26 6 1 18 0 9 0 1990257973 888872960 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12397/statm: 217010 24286 2615 9 0 211538 0
[pid=12397/tid=12398] ppid=12395 vsize=868040 CPUtime=9.58
/proc/12397/task/12398/stat : 12398 (java) R 12395 12397 11507 0 -1 64 26066 512 1 0 932 19 6 1 25 0 9 0 1990257974 888872960 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4127337555 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12399] ppid=12395 vsize=868040 CPUtime=0.29
/proc/12397/task/12399/stat : 12399 (java) S 12395 12397 11507 0 -1 64 12282 512 0 0 19 3 6 1 16 0 9 0 1990257976 888872960 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12400] ppid=12395 vsize=868040 CPUtime=0.07
/proc/12397/task/12400/stat : 12400 (java) S 12395 12397 11507 0 -1 64 17 512 0 0 0 0 6 1 16 0 9 0 1990257976 888872960 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12401] ppid=12395 vsize=868040 CPUtime=0.07
/proc/12397/task/12401/stat : 12401 (java) S 12395 12397 11507 0 -1 64 9 512 0 0 0 0 6 1 15 0 9 0 1990257976 888872960 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12402] ppid=12395 vsize=868040 CPUtime=0.07
/proc/12397/task/12402/stat : 12402 (java) S 12395 12397 11507 0 -1 64 1 512 0 0 0 0 6 1 18 0 9 0 1990257978 888872960 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12403] ppid=12395 vsize=868040 CPUtime=0.51
/proc/12397/task/12403/stat : 12403 (java) S 12395 12397 11507 0 -1 64 1009 512 0 0 43 1 6 1 16 0 9 0 1990257978 888872960 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12405] ppid=12395 vsize=868040 CPUtime=0.07
/proc/12397/task/12405/stat : 12405 (java) S 12395 12397 11507 0 -1 64 1 512 0 0 0 0 6 1 19 0 9 0 1990257978 888872960 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12397/tid=12406] ppid=12395 vsize=868040 CPUtime=0.07
/proc/12397/task/12406/stat : 12406 (java) S 12395 12397 11507 0 -1 64 35 512 0 0 0 0 6 1 15 0 9 0 1990257978 888872960 24286 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.28
Current children cumulated vsize (KiB) 868040

Child status: 0
Real time (s): 10.4829
CPU time (s): 10.3264
CPU user time (s): 10.0375
CPU system time (s): 0.288956
CPU usage (%): 98.5077
Max. virtual memory (cumulated for all children) (KiB): 868128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.0375
system time used= 0.288956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40771
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= 2258
involuntary context switches= 2523

runsolver used 0.018997 second user time and 0.040993 second system time

The end

Launcher Data (download as text)

Begin job on node50 at 2008-07-03 21:21:00
IDJOB=1058065
IDBENCH=54104
IDSOLVER=364
FILE ID=node50/1058065-1215112860
PBS_JOBID= 7877105
Free space on /tmp= 66540 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-15.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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1058065-1215112860/watcher-1058065-1215112860 -o /tmp/evaluation-result-1058065-1215112860/solver-1058065-1215112860 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1058065-1215112860.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e388ff74a36a9bb17963ab4d6d8a2381
RANDOM SEED=1040569582

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.261
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.261
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:       1673544 kB
Buffers:          6168 kB
Cached:         101280 kB
SwapCached:       6724 kB
Active:         268156 kB
Inactive:        46268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1673544 kB
SwapTotal:     4192956 kB
SwapFree:      4180240 kB
Dirty:            2608 kB
Writeback:           0 kB
Mapped:         220612 kB
Slab:            52788 kB
Committed_AS:  4627200 kB
PageTables:       2248 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= 66536 MiB
End job on node50 at 2008-07-03 21:21:11