Trace number 2096744

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 33.3899 33.7328

DiagnosticValue
CHECKS0
NODES0

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg14-16_ext.xml
MD5SUMbfa236023d0a266ae6447e70195043ee
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.18367
Satisfiable
(Un)Satisfiability was proved
Number of variables224
Number of constraints30
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension30
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=esac.xml
0.29/0.30	   
0.29/0.30	   instance
0.29/0.30	     name=HOME/instance-2096744-1247410657.xml
0.29/0.34	   
0.29/0.34	   domains being loaded...
0.29/0.35	   
0.29/0.35	   variables being loaded...
0.39/0.42	     nbVariables=224  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=5824
0.39/0.42	       =>  wckTime=0.151  cpuTime=0.13  mem=8M867
0.39/0.42	   
0.39/0.42	   relations being loaded...
0.49/0.58	   
0.49/0.58	   constraints being loaded...
0.59/0.67	   Too large in ConstraintConflictsSTructure
0.59/0.69	   Too large in ConstraintConflictsSTructure
0.69/0.77	     nbConstraints=30  nbRelationTypes=2  nbGlobalConstraints=30  nbExtensionStructures=2
0.69/0.77	     nbSharedExtensionStructures=28  nbUnbuiltConflictsStructures=2  nbSharedBinaryRepresentations=0  minDegree=2
0.69/0.77	     maxDegree=2  minArity=14  avgArity=14.93  maxArity=16  nbGenerators=0  nbFusions=0  symmetryWckTime=0.068
0.69/0.77	     symmetryCpuTime=0.03
0.69/0.77	       =>  wckTime=0.508  cpuTime=0.41  mem=36M526
0.77/0.85	   
0.77/0.85	   solver IterativeSystematicSolver being built... 
0.87/0.93	   
0.87/0.93	   INFO : Forward propagation technique limited 
0.97/1.02	       =>  wckTime=0.761  cpuTime=0.56  mem=28M556
33.26/33.69	   
33.26/33.69	   preprocessing
33.26/33.69	     nbConstraintChecks=0  nbValidityChecks=234327310  nbPropagations=44023  nbRevisions=0  nbUselessRevisions=0
33.26/33.69	     nbSingletonTests=727  nbEffectiveSingletonTests=82  nbACRemovals=806  nbFoundSingletons=0  nbRemovedValues=2764
33.26/33.69	     detectedInconsistency=yes
33.26/33.69	       =>  wckTime=32.663  cpuTime=32.29  mem=29M435
33.26/33.70	   
33.26/33.70	   global
33.26/33.70	     nbConstraintChecks=0  nbValidityChecks=234327310  nbPropagations=44023  nbRestartNogoods=0  solvingWckTime=32.666
33.26/33.70	     solvingCpuTime=32.3  expiredTime=no  totalExploration=yes  nbFoundSolutions=0  globalCpuTime=32.9
33.26/33.70	       =>  wckTime=33.432  cpuTime=32.86  mem=29M435
33.26/33.70	   
33.26/33.70	s UNSATISFIABLE
33.26/33.70	d NODES 0
33.26/33.70	d CHECKS 0
33.35/33.70	   
33.35/33.70	   totalWckTime=33.504  totalCpuTime=32.9

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-2096744-1247410657/watcher-2096744-1247410657 -o /tmp/evaluation-result-2096744-1247410657/solver-2096744-1247410657 -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-2096744-1247410657.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.99 1.99 3/80 28856
/proc/meminfo: memFree=1689296/2055920 swapFree=4192812/4192956
[pid=28856] ppid=28854 vsize=1616 CPUtime=0
/proc/28856/stat : 28856 (java) D 28854 28856 28067 0 -1 0 180 0 0 0 0 0 0 0 18 0 1 0 28129634 1654784 148 996147200 134512640 134550932 4294956128 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/28856/statm: 404 148 122 9 0 46 0

[startup+0.042258 s]
/proc/loadavg: 1.99 1.99 1.99 3/80 28856
/proc/meminfo: memFree=1689296/2055920 swapFree=4192812/4192956
[pid=28856] ppid=28854 vsize=861936 CPUtime=0.03
/proc/28856/stat : 28856 (java) S 28854 28856 28067 0 -1 0 2274 0 1 0 2 1 0 0 18 0 5 0 28129634 882622464 1877 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/28856/statm: 215484 1877 861 9 0 210399 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 861936

[startup+0.102264 s]
/proc/loadavg: 1.99 1.99 1.99 3/80 28856
/proc/meminfo: memFree=1689296/2055920 swapFree=4192812/4192956
[pid=28856] ppid=28854 vsize=865984 CPUtime=0.09
/proc/28856/stat : 28856 (java) S 28854 28856 28067 0 -1 0 3730 0 1 0 7 2 0 0 18 0 9 0 28129634 886767616 3198 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28856/statm: 216496 3198 1695 9 0 210981 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.302293 s]
/proc/loadavg: 1.99 1.99 1.99 3/80 28856
/proc/meminfo: memFree=1689296/2055920 swapFree=4192812/4192956
[pid=28856] ppid=28854 vsize=866380 CPUtime=0.29
/proc/28856/stat : 28856 (java) S 28854 28856 28067 0 -1 0 5819 0 1 0 25 4 0 0 18 0 9 0 28129634 887173120 5195 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28856/statm: 216595 5195 1976 9 0 211053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.702371 s]
/proc/loadavg: 1.99 1.99 1.99 3/80 28856
/proc/meminfo: memFree=1689296/2055920 swapFree=4192812/4192956
[pid=28856] ppid=28854 vsize=866620 CPUtime=0.69
/proc/28856/stat : 28856 (java) S 28854 28856 28067 0 -1 0 12880 0 1 0 61 8 0 0 18 0 9 0 28129634 887418880 12233 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28856/statm: 216655 12233 2012 9 0 211113 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 866620

[startup+1.50153 s]
/proc/loadavg: 1.99 1.99 1.99 3/89 28869
/proc/meminfo: memFree=1636352/2055920 swapFree=4192812/4192956
[pid=28856] ppid=28854 vsize=867356 CPUtime=1.46
/proc/28856/stat : 28856 (java) S 28854 28856 28067 0 -1 0 23759 281 1 0 134 12 0 0 18 0 9 0 28129634 888172544 15842 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28856/statm: 216839 15842 2656 9 0 211275 0
[pid=28856/tid=28858] ppid=28854 vsize=867356 CPUtime=1.2
/proc/28856/task/28858/stat : 28858 (java) R 28854 28856 28067 0 -1 64 16912 281 1 0 111 9 0 0 25 0 9 0 28129635 888172544 15842 996147200 134512640 134550932 4294955968 18446744073709551615 4126834819 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28859] ppid=28854 vsize=867356 CPUtime=0.06
/proc/28856/task/28859/stat : 28859 (java) S 28854 28856 28067 0 -1 64 5463 281 0 0 5 1 0 0 16 0 9 0 28129637 888172544 15842 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28860] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28860/stat : 28860 (java) S 28854 28856 28067 0 -1 64 17 281 0 0 0 0 0 0 16 0 9 0 28129637 888172544 15842 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28861] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28861/stat : 28861 (java) S 28854 28856 28067 0 -1 64 8 281 0 0 0 0 0 0 15 0 9 0 28129637 888172544 15842 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28862] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28862/stat : 28862 (java) S 28854 28856 28067 0 -1 64 2 281 0 0 0 0 0 0 18 0 9 0 28129639 888172544 15842 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28863] ppid=28854 vsize=867356 CPUtime=0.16
/proc/28856/task/28863/stat : 28863 (java) S 28854 28856 28067 0 -1 64 542 281 0 0 16 0 0 0 16 0 9 0 28129639 888172544 15842 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28864] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28864/stat : 28864 (java) S 28854 28856 28067 0 -1 64 1 281 0 0 0 0 0 0 19 0 9 0 28129639 888172544 15842 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28865] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28865/stat : 28865 (java) S 28854 28856 28067 0 -1 64 9 281 0 0 0 0 0 0 15 0 9 0 28129639 888172544 15842 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867356

[startup+3.10283 s]
/proc/loadavg: 1.99 1.99 1.99 3/89 28869
/proc/meminfo: memFree=1635968/2055920 swapFree=4192812/4192956
[pid=28856] ppid=28854 vsize=867356 CPUtime=3.05
/proc/28856/stat : 28856 (java) S 28854 28856 28067 0 -1 0 23774 281 1 0 292 13 0 0 18 0 9 0 28129634 888172544 15850 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28856/statm: 216839 15850 2657 9 0 211275 0
[pid=28856/tid=28858] ppid=28854 vsize=867356 CPUtime=2.76
/proc/28856/task/28858/stat : 28858 (java) R 28854 28856 28067 0 -1 64 16918 281 1 0 267 9 0 0 25 0 9 0 28129635 888172544 15850 996147200 134512640 134550932 4294955968 18446744073709551615 4126851543 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28859] ppid=28854 vsize=867356 CPUtime=0.06
/proc/28856/task/28859/stat : 28859 (java) S 28854 28856 28067 0 -1 64 5463 281 0 0 5 1 0 0 17 0 9 0 28129637 888172544 15850 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28860] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28860/stat : 28860 (java) S 28854 28856 28067 0 -1 64 17 281 0 0 0 0 0 0 16 0 9 0 28129637 888172544 15850 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28861] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28861/stat : 28861 (java) S 28854 28856 28067 0 -1 64 8 281 0 0 0 0 0 0 15 0 9 0 28129637 888172544 15850 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28862] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28862/stat : 28862 (java) S 28854 28856 28067 0 -1 64 2 281 0 0 0 0 0 0 18 0 9 0 28129639 888172544 15850 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28863] ppid=28854 vsize=867356 CPUtime=0.18
/proc/28856/task/28863/stat : 28863 (java) S 28854 28856 28067 0 -1 64 551 281 0 0 18 0 0 0 16 0 9 0 28129639 888172544 15850 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28864] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28864/stat : 28864 (java) S 28854 28856 28067 0 -1 64 1 281 0 0 0 0 0 0 19 0 9 0 28129639 888172544 15850 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28865] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28865/stat : 28865 (java) S 28854 28856 28067 0 -1 64 9 281 0 0 0 0 0 0 15 0 9 0 28129639 888172544 15850 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) 867356

[startup+6.30144 s]
/proc/loadavg: 1.99 1.99 1.99 3/89 28869
/proc/meminfo: memFree=1635728/2055920 swapFree=4192812/4192956
[pid=28856] ppid=28854 vsize=867356 CPUtime=6.22
/proc/28856/stat : 28856 (java) S 28854 28856 28067 0 -1 0 23782 281 1 0 608 14 0 0 18 0 9 0 28129634 888172544 15851 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28856/statm: 216839 15851 2657 9 0 211275 0
[pid=28856/tid=28858] ppid=28854 vsize=867356 CPUtime=5.93
/proc/28856/task/28858/stat : 28858 (java) R 28854 28856 28067 0 -1 64 16925 281 1 0 583 10 0 0 25 0 9 0 28129635 888172544 15851 996147200 134512640 134550932 4294955968 18446744073709551615 4126834636 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28859] ppid=28854 vsize=867356 CPUtime=0.06
/proc/28856/task/28859/stat : 28859 (java) S 28854 28856 28067 0 -1 64 5463 281 0 0 5 1 0 0 16 0 9 0 28129637 888172544 15851 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28860] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28860/stat : 28860 (java) S 28854 28856 28067 0 -1 64 17 281 0 0 0 0 0 0 16 0 9 0 28129637 888172544 15851 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28861] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28861/stat : 28861 (java) S 28854 28856 28067 0 -1 64 8 281 0 0 0 0 0 0 15 0 9 0 28129637 888172544 15851 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28862] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28862/stat : 28862 (java) S 28854 28856 28067 0 -1 64 2 281 0 0 0 0 0 0 18 0 9 0 28129639 888172544 15851 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28863] ppid=28854 vsize=867356 CPUtime=0.18
/proc/28856/task/28863/stat : 28863 (java) S 28854 28856 28067 0 -1 64 552 281 0 0 18 0 0 0 16 0 9 0 28129639 888172544 15851 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28864] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28864/stat : 28864 (java) S 28854 28856 28067 0 -1 64 1 281 0 0 0 0 0 0 19 0 9 0 28129639 888172544 15851 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28865] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28865/stat : 28865 (java) S 28854 28856 28067 0 -1 64 9 281 0 0 0 0 0 0 15 0 9 0 28129639 888172544 15851 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867356

[startup+12.7017 s]
/proc/loadavg: 1.99 1.99 1.99 3/89 28869
/proc/meminfo: memFree=1635536/2055920 swapFree=4192812/4192956
[pid=28856] ppid=28854 vsize=867356 CPUtime=12.55
/proc/28856/stat : 28856 (java) S 28854 28856 28067 0 -1 0 23795 281 1 0 1241 14 0 0 18 0 9 0 28129634 888172544 15852 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28856/statm: 216839 15852 2657 9 0 211275 0
[pid=28856/tid=28858] ppid=28854 vsize=867356 CPUtime=12.26
/proc/28856/task/28858/stat : 28858 (java) R 28854 28856 28067 0 -1 64 16937 281 1 0 1216 10 0 0 25 0 9 0 28129635 888172544 15852 996147200 134512640 134550932 4294955968 18446744073709551615 4126834988 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28859] ppid=28854 vsize=867356 CPUtime=0.06
/proc/28856/task/28859/stat : 28859 (java) S 28854 28856 28067 0 -1 64 5463 281 0 0 5 1 0 0 16 0 9 0 28129637 888172544 15852 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28860] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28860/stat : 28860 (java) S 28854 28856 28067 0 -1 64 17 281 0 0 0 0 0 0 16 0 9 0 28129637 888172544 15852 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28861] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28861/stat : 28861 (java) S 28854 28856 28067 0 -1 64 8 281 0 0 0 0 0 0 15 0 9 0 28129637 888172544 15852 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28862] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28862/stat : 28862 (java) S 28854 28856 28067 0 -1 64 2 281 0 0 0 0 0 0 18 0 9 0 28129639 888172544 15852 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28863] ppid=28854 vsize=867356 CPUtime=0.18
/proc/28856/task/28863/stat : 28863 (java) S 28854 28856 28067 0 -1 64 553 281 0 0 18 0 0 0 16 0 9 0 28129639 888172544 15852 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28864] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28864/stat : 28864 (java) S 28854 28856 28067 0 -1 64 1 281 0 0 0 0 0 0 19 0 9 0 28129639 888172544 15852 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28865] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28865/stat : 28865 (java) S 28854 28856 28067 0 -1 64 9 281 0 0 0 0 0 0 15 0 9 0 28129639 888172544 15852 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 867356

[startup+25.5021 s]
/proc/loadavg: 1.99 1.99 1.99 3/89 28869
/proc/meminfo: memFree=1635600/2055920 swapFree=4192812/4192956
[pid=28856] ppid=28854 vsize=867356 CPUtime=25.23
/proc/28856/stat : 28856 (java) S 28854 28856 28067 0 -1 0 23817 281 1 0 2508 15 0 0 18 0 9 0 28129634 888172544 15855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28856/statm: 216839 15855 2657 9 0 211275 0
[pid=28856/tid=28858] ppid=28854 vsize=867356 CPUtime=24.93
/proc/28856/task/28858/stat : 28858 (java) R 28854 28856 28067 0 -1 64 16955 281 1 0 2482 11 0 0 25 0 9 0 28129635 888172544 15855 996147200 134512640 134550932 4294955968 18446744073709551615 4126834395 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28859] ppid=28854 vsize=867356 CPUtime=0.06
/proc/28856/task/28859/stat : 28859 (java) S 28854 28856 28067 0 -1 64 5463 281 0 0 5 1 0 0 17 0 9 0 28129637 888172544 15855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28860] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28860/stat : 28860 (java) S 28854 28856 28067 0 -1 64 17 281 0 0 0 0 0 0 16 0 9 0 28129637 888172544 15855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28861] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28861/stat : 28861 (java) S 28854 28856 28067 0 -1 64 8 281 0 0 0 0 0 0 15 0 9 0 28129637 888172544 15855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28862] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28862/stat : 28862 (java) S 28854 28856 28067 0 -1 64 2 281 0 0 0 0 0 0 18 0 9 0 28129639 888172544 15855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28863] ppid=28854 vsize=867356 CPUtime=0.19
/proc/28856/task/28863/stat : 28863 (java) S 28854 28856 28067 0 -1 64 557 281 0 0 19 0 0 0 15 0 9 0 28129639 888172544 15855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28864] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28864/stat : 28864 (java) S 28854 28856 28067 0 -1 64 1 281 0 0 0 0 0 0 19 0 9 0 28129639 888172544 15855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28865] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28865/stat : 28865 (java) S 28854 28856 28067 0 -1 64 9 281 0 0 0 0 0 0 15 0 9 0 28129639 888172544 15855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 867356

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

[startup+28.7027 s]
/proc/loadavg: 1.99 1.99 1.99 3/89 28869
/proc/meminfo: memFree=1635600/2055920 swapFree=4192812/4192956
[pid=28856] ppid=28854 vsize=867356 CPUtime=28.4
/proc/28856/stat : 28856 (java) S 28854 28856 28067 0 -1 0 23823 281 1 0 2825 15 0 0 18 0 9 0 28129634 888172544 15855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28856/statm: 216839 15855 2657 9 0 211275 0
[pid=28856/tid=28858] ppid=28854 vsize=867356 CPUtime=28.1
/proc/28856/task/28858/stat : 28858 (java) R 28854 28856 28067 0 -1 64 16961 281 1 0 2799 11 0 0 25 0 9 0 28129635 888172544 15855 996147200 134512640 134550932 4294955968 18446744073709551615 4126834578 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28859] ppid=28854 vsize=867356 CPUtime=0.06
/proc/28856/task/28859/stat : 28859 (java) S 28854 28856 28067 0 -1 64 5463 281 0 0 5 1 0 0 16 0 9 0 28129637 888172544 15855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28860] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28860/stat : 28860 (java) S 28854 28856 28067 0 -1 64 17 281 0 0 0 0 0 0 16 0 9 0 28129637 888172544 15855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28861] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28861/stat : 28861 (java) S 28854 28856 28067 0 -1 64 8 281 0 0 0 0 0 0 15 0 9 0 28129637 888172544 15855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28862] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28862/stat : 28862 (java) S 28854 28856 28067 0 -1 64 2 281 0 0 0 0 0 0 18 0 9 0 28129639 888172544 15855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28863] ppid=28854 vsize=867356 CPUtime=0.19
/proc/28856/task/28863/stat : 28863 (java) S 28854 28856 28067 0 -1 64 557 281 0 0 19 0 0 0 15 0 9 0 28129639 888172544 15855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28864] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28864/stat : 28864 (java) S 28854 28856 28067 0 -1 64 1 281 0 0 0 0 0 0 19 0 9 0 28129639 888172544 15855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28865] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28865/stat : 28865 (java) S 28854 28856 28067 0 -1 64 9 281 0 0 0 0 0 0 15 0 9 0 28129639 888172544 15855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 28.4
Current children cumulated vsize (KiB) 867356

[startup+31.9063 s]
/proc/loadavg: 1.99 1.99 1.99 3/89 28869
/proc/meminfo: memFree=1635600/2055920 swapFree=4192812/4192956
[pid=28856] ppid=28854 vsize=867356 CPUtime=31.57
/proc/28856/stat : 28856 (java) S 28854 28856 28067 0 -1 0 23827 281 1 0 3141 16 0 0 18 0 9 0 28129634 888172544 15855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28856/statm: 216839 15855 2657 9 0 211275 0
[pid=28856/tid=28858] ppid=28854 vsize=867356 CPUtime=31.28
/proc/28856/task/28858/stat : 28858 (java) R 28854 28856 28067 0 -1 64 16965 281 1 0 3116 12 0 0 25 0 9 0 28129635 888172544 15855 996147200 134512640 134550932 4294955968 18446744073709551615 4126834542 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28859] ppid=28854 vsize=867356 CPUtime=0.06
/proc/28856/task/28859/stat : 28859 (java) S 28854 28856 28067 0 -1 64 5463 281 0 0 5 1 0 0 16 0 9 0 28129637 888172544 15855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28860] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28860/stat : 28860 (java) S 28854 28856 28067 0 -1 64 17 281 0 0 0 0 0 0 16 0 9 0 28129637 888172544 15855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28861] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28861/stat : 28861 (java) S 28854 28856 28067 0 -1 64 8 281 0 0 0 0 0 0 15 0 9 0 28129637 888172544 15855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28862] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28862/stat : 28862 (java) S 28854 28856 28067 0 -1 64 2 281 0 0 0 0 0 0 18 0 9 0 28129639 888172544 15855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28863] ppid=28854 vsize=867356 CPUtime=0.19
/proc/28856/task/28863/stat : 28863 (java) S 28854 28856 28067 0 -1 64 557 281 0 0 19 0 0 0 15 0 9 0 28129639 888172544 15855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28864] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28864/stat : 28864 (java) S 28854 28856 28067 0 -1 64 1 281 0 0 0 0 0 0 19 0 9 0 28129639 888172544 15855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28865] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28865/stat : 28865 (java) S 28854 28856 28067 0 -1 64 9 281 0 0 0 0 0 0 15 0 9 0 28129639 888172544 15855 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) 867356

[startup+32.7015 s]
/proc/loadavg: 1.99 1.99 1.99 3/89 28869
/proc/meminfo: memFree=1635600/2055920 swapFree=4192812/4192956
[pid=28856] ppid=28854 vsize=867356 CPUtime=32.37
/proc/28856/stat : 28856 (java) S 28854 28856 28067 0 -1 0 23827 281 1 0 3221 16 0 0 18 0 9 0 28129634 888172544 15855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28856/statm: 216839 15855 2657 9 0 211275 0
[pid=28856/tid=28858] ppid=28854 vsize=867356 CPUtime=32.08
/proc/28856/task/28858/stat : 28858 (java) R 28854 28856 28067 0 -1 64 16965 281 1 0 3196 12 0 0 25 0 9 0 28129635 888172544 15855 996147200 134512640 134550932 4294955968 18446744073709551615 4126834572 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28859] ppid=28854 vsize=867356 CPUtime=0.06
/proc/28856/task/28859/stat : 28859 (java) S 28854 28856 28067 0 -1 64 5463 281 0 0 5 1 0 0 16 0 9 0 28129637 888172544 15855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28860] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28860/stat : 28860 (java) S 28854 28856 28067 0 -1 64 17 281 0 0 0 0 0 0 16 0 9 0 28129637 888172544 15855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28861] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28861/stat : 28861 (java) S 28854 28856 28067 0 -1 64 8 281 0 0 0 0 0 0 15 0 9 0 28129637 888172544 15855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28862] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28862/stat : 28862 (java) S 28854 28856 28067 0 -1 64 2 281 0 0 0 0 0 0 18 0 9 0 28129639 888172544 15855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28863] ppid=28854 vsize=867356 CPUtime=0.19
/proc/28856/task/28863/stat : 28863 (java) S 28854 28856 28067 0 -1 64 557 281 0 0 19 0 0 0 15 0 9 0 28129639 888172544 15855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28864] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28864/stat : 28864 (java) S 28854 28856 28067 0 -1 64 1 281 0 0 0 0 0 0 19 0 9 0 28129639 888172544 15855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28865] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28865/stat : 28865 (java) S 28854 28856 28067 0 -1 64 9 281 0 0 0 0 0 0 15 0 9 0 28129639 888172544 15855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.37
Current children cumulated vsize (KiB) 867356

[startup+33.5026 s]
/proc/loadavg: 1.99 1.99 1.99 3/89 28869
/proc/meminfo: memFree=1635600/2055920 swapFree=4192812/4192956
[pid=28856] ppid=28854 vsize=867356 CPUtime=33.16
/proc/28856/stat : 28856 (java) S 28854 28856 28067 0 -1 0 23836 281 1 0 3300 16 0 0 18 0 9 0 28129634 888172544 15855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28856/statm: 216839 15855 2657 9 0 211275 0
[pid=28856/tid=28858] ppid=28854 vsize=867356 CPUtime=32.86
/proc/28856/task/28858/stat : 28858 (java) R 28854 28856 28067 0 -1 64 16974 281 1 0 3274 12 0 0 25 0 9 0 28129635 888172544 15855 996147200 134512640 134550932 4294955968 18446744073709551615 4126823781 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28859] ppid=28854 vsize=867356 CPUtime=0.06
/proc/28856/task/28859/stat : 28859 (java) S 28854 28856 28067 0 -1 64 5463 281 0 0 5 1 0 0 16 0 9 0 28129637 888172544 15855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28860] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28860/stat : 28860 (java) S 28854 28856 28067 0 -1 64 17 281 0 0 0 0 0 0 16 0 9 0 28129637 888172544 15855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28861] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28861/stat : 28861 (java) S 28854 28856 28067 0 -1 64 8 281 0 0 0 0 0 0 15 0 9 0 28129637 888172544 15855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28862] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28862/stat : 28862 (java) S 28854 28856 28067 0 -1 64 2 281 0 0 0 0 0 0 18 0 9 0 28129639 888172544 15855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28863] ppid=28854 vsize=867356 CPUtime=0.19
/proc/28856/task/28863/stat : 28863 (java) S 28854 28856 28067 0 -1 64 557 281 0 0 19 0 0 0 15 0 9 0 28129639 888172544 15855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28864] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28864/stat : 28864 (java) S 28854 28856 28067 0 -1 64 1 281 0 0 0 0 0 0 19 0 9 0 28129639 888172544 15855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28865] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28865/stat : 28865 (java) S 28854 28856 28067 0 -1 64 9 281 0 0 0 0 0 0 15 0 9 0 28129639 888172544 15855 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33.16
Current children cumulated vsize (KiB) 867356

[startup+33.7027 s]
/proc/loadavg: 1.99 1.99 1.99 3/89 28869
/proc/meminfo: memFree=1635600/2055920 swapFree=4192812/4192956
[pid=28856] ppid=28854 vsize=867356 CPUtime=33.35
/proc/28856/stat : 28856 (java) S 28854 28856 28067 0 -1 0 23938 281 1 0 3319 16 0 0 18 0 9 0 28129634 888172544 15856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28856/statm: 216839 15856 2657 9 0 211275 0
[pid=28856/tid=28858] ppid=28854 vsize=867356 CPUtime=33.06
/proc/28856/task/28858/stat : 28858 (java) R 28854 28856 28067 0 -1 64 17076 281 1 0 3294 12 0 0 25 0 9 0 28129635 888172544 15856 996147200 134512640 134550932 4294955968 18446744073709551615 4125925364 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28859] ppid=28854 vsize=867356 CPUtime=0.06
/proc/28856/task/28859/stat : 28859 (java) S 28854 28856 28067 0 -1 64 5463 281 0 0 5 1 0 0 16 0 9 0 28129637 888172544 15856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28860] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28860/stat : 28860 (java) S 28854 28856 28067 0 -1 64 17 281 0 0 0 0 0 0 16 0 9 0 28129637 888172544 15856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28861] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28861/stat : 28861 (java) S 28854 28856 28067 0 -1 64 8 281 0 0 0 0 0 0 15 0 9 0 28129637 888172544 15856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28862] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28862/stat : 28862 (java) S 28854 28856 28067 0 -1 64 2 281 0 0 0 0 0 0 18 0 9 0 28129639 888172544 15856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28863] ppid=28854 vsize=867356 CPUtime=0.19
/proc/28856/task/28863/stat : 28863 (java) S 28854 28856 28067 0 -1 64 557 281 0 0 19 0 0 0 16 0 9 0 28129639 888172544 15856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28864] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28864/stat : 28864 (java) S 28854 28856 28067 0 -1 64 1 281 0 0 0 0 0 0 19 0 9 0 28129639 888172544 15856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28856/tid=28865] ppid=28854 vsize=867356 CPUtime=0
/proc/28856/task/28865/stat : 28865 (java) S 28854 28856 28067 0 -1 64 9 281 0 0 0 0 0 0 15 0 9 0 28129639 888172544 15856 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33.35
Current children cumulated vsize (KiB) 867356

Child status: 0
Real time (s): 33.7328
CPU time (s): 33.3899
CPU user time (s): 33.203
CPU system time (s): 0.186971
CPU usage (%): 98.9834
Max. virtual memory (cumulated for all children) (KiB): 867356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.203
system time used= 0.186971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24321
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= 1793
involuntary context switches= 2500

runsolver used 0.034994 second user time and 0.12898 second system time

The end

Launcher Data

Begin job on node42 at 2009-07-12 16:57:37
IDJOB=2096744
IDBENCH=56605
IDSOLVER=774
FILE ID=node42/2096744-1247410657
PBS_JOBID= 9510559
Free space on /tmp= 66304 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg14-16_ext.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-2096744-1247410657/watcher-2096744-1247410657 -o /tmp/evaluation-result-2096744-1247410657/solver-2096744-1247410657 -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-2096744-1247410657.xml

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

MD5SUM BENCH= bfa236023d0a266ae6447e70195043ee
RANDOM SEED=748747446

node42.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.283
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.283
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:       1689776 kB
Buffers:         43072 kB
Cached:         166300 kB
SwapCached:          0 kB
Active:         197444 kB
Inactive:       115328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1689776 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2944 kB
Writeback:           0 kB
Mapped:         123876 kB
Slab:            38524 kB
Committed_AS:  1007120 kB
PageTables:       1960 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= 66304 MiB
End job on node42 at 2009-07-12 16:58:11