Trace number 2094262

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 33.7899 33.919

DiagnosticValue
CHECKS6886030
NODES2919

General information on the benchmark

Namecsp/compet08/
normalized-patat-08-comp-11.xml
MD5SUM41854dee96060ea80d0fae628dff97c2
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.8838
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints7046
Maximum constraint arity15
Maximum domain size33
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6123
Global constraints used (with number of constraints)alldifferent(923)

Solver Data

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.28/0.32	   
0.28/0.32	   instance
0.28/0.32	     name=HOME/instance-2094262-1247403116.xml
0.28/0.36	   
0.28/0.36	   domains being loaded...
0.38/0.44	   
0.38/0.44	   variables being loaded...
0.48/0.58	     nbVariables=400  nbDomainTypes=251  minDomainSize=1  maxDomainSize=33  nbTotalValues=6413
0.48/0.58	       =>  wckTime=0.333  cpuTime=0.23  mem=9M859
0.48/0.58	   
0.48/0.58	   predicates being loaded...
0.57/0.64	   
0.57/0.64	   constraints being loaded...
6.60/6.76	     nbConstraints=7046  nbGlobalConstraints=923  nbSingletonDomainVariables=39  nbConflictsStructures=1522
6.60/6.76	     nbSharedConflictsStructures=0  nbUnbuiltConflictsStructures=4601  nbSharedBinaryRepresentations=0
6.60/6.76	     nbEvaluationManagers=6123  nbSharedEvaluationManagers=0  minDegree=17  maxDegree=229  minArity=4  avgArity=5.23
6.60/6.76	     maxArity=15  nbGenerators=0  nbFusions=0  symmetryWckTime=0.504  symmetryCpuTime=0.19
6.60/6.76	       =>  wckTime=6.514  cpuTime=5.66  mem=25M814
6.80/6.92	   
6.80/6.92	   solver IterativeSystematicSolver being built... 
7.11/7.24	   
7.11/7.24	   INFO : Forward propagation technique limited 
7.20/7.31	       =>  wckTime=7.062  cpuTime=5.97  mem=74M248
11.71/11.80	   
11.71/11.80	   preprocessing
11.71/11.80	     nbConstraintChecks=2551676  nbValidityChecks=9810405  nbPropagations=8205  nbRevisions=659142
11.71/11.80	     nbUselessRevisions=658775  nbSingletonTests=497  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0
11.71/11.80	     nbRemovedValues=0  detectedInconsistency=no
11.71/11.80	       =>  wckTime=4.491  cpuTime=4.33  mem=50M517
17.80/17.91	   
17.80/17.91	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=74M26)
33.69/33.86	   
33.69/33.86	   search
33.69/33.86	     run=7  nbConstraintChecks=4334352  nbValidityChecks=69313965  minDepth=178  maxDepth=400  nbPropagations=313073
33.69/33.86	     nbRevisions=20207756  nbUselessRevisions=20195621  nbAssignments=2919  nbFailedAssignments=331  nbBacktracks=682
33.69/33.86	     nbVisitedNodes=3750  nbRestartNogoods=26  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=226.96
33.69/33.86	     nbIEliminables=50.14  nbDEliminables=0  nbPEliminables=0
33.69/33.86	       =>  wckTime=26.55  cpuTime=26.26  mem=69M297
33.69/33.86	   
33.69/33.86	   global
33.69/33.86	     nbConstraintChecks=6886028  nbValidityChecks=79124370  nbPropagations=321278  nbRevisions=20866898
33.69/33.86	     nbUselessRevisions=20854396  nbRestartNogoods=26  solvingWckTime=26.552  solvingCpuTime=26.26  expiredTime=no
33.69/33.86	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=32.22  globalCpuTime=32.29
33.69/33.86	       =>  wckTime=33.616  cpuTime=32.24  mem=69M297
33.69/33.86	   
33.69/33.86	s SATISFIABLE
33.69/33.86	v 10 42 7 23 3 12 34 43 1 30 43 33 31 12 32 6 41 20 22 18 27 38 32 21 16 24 42 17 30 40 13 11 0 27 42 23 24 21 19 27 6 8 34 28 3 10 11 1 30 22 41 1 4 32 33 31 26 23 15 40 19 38 33 29 6 25 22 14 39 36 39 28 42 20 25 6 3 28 35 34 18 13 18 35 14 39 2 10 9 43 12 3 41 34 12 37 0 29 41 0 33 38 10 20 28 44 16 29 15 37 31 14 0 9 38 11 5 9 0 35 2 39 14 41 5 15 43 37 42 17 18 44 0 12 30 8 3 19 24 19 21 4 14 43 39 26 40 7 8 6 29 20 31 36 30 37 15 26 38 7 21 19 25 2 28 2 7 5 13 23 12 1 8 21 3 21 26 20 25 32 5 13 13 3 18 20 32 36 26 6 4 0 22 12 6 16 16 24 17 44 2 3 18 3 1 6 19 12 0 7 0 6 16 18 19 16 1 11 1 0 16 0 1 18 0 8 8 4 19 0 2 9 17 10 15 16 1 8 0 1 12 1 7 7 3 1 17 9 1 0 12 11 1 0 10 17 19 1 8 10 1 12 19 1 0 1 9 2 1 19 3 12 6 3 0 9 0 19 9 10 1 1 18 8 19 12 4 13 11 13 5 8 16 17 11 0 2 9 7 1 4 1 0 0 5 10 1 16 19 10 11 4 7 1 15 0 11 0 0 1 16 0 0 11 19 3 6 17 16 0 3 16 9 2 9 0 5 6 6 11 0 0 1 10 8 1 12 16 10 1 10 14 1 11 16 1 0 8 19 15 19 8 3 0 9 1 3 18 10 10 1 8 19 1 4 12 0 17 16 16 0 13 0 2 4 4 5 10 10 8 3 10 10 0 19 18 16 15 1 4 
33.69/33.86	d NODES 2919
33.69/33.86	d CHECKS 6886028
33.69/33.86	   
33.69/33.86	   totalWckTime=33.673  totalCpuTime=32.29

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-2094262-1247403116/watcher-2094262-1247403116 -o /tmp/evaluation-result-2094262-1247403116/solver-2094262-1247403116 -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-2094262-1247403116.xml 

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


[startup+0 s]
/proc/loadavg: 2.05 2.02 1.81 4/80 30361
/proc/meminfo: memFree=1509496/2055920 swapFree=4192812/4192956
[pid=30361] ppid=30359 vsize=18576 CPUtime=0
/proc/30361/stat : 30361 (runsolver) R 30359 30361 29645 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 27374700 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 217051622695 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/30361/statm: 4644 284 249 26 0 2626 0

[startup+0.017789 s]
/proc/loadavg: 2.05 2.02 1.81 4/80 30361
/proc/meminfo: memFree=1509496/2055920 swapFree=4192812/4192956
[pid=30361] ppid=30359 vsize=10764 CPUtime=0
/proc/30361/stat : 30361 (java) S 30359 30361 29645 0 -1 0 740 0 0 0 0 0 0 0 18 0 2 0 27374700 11022336 520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/30361/statm: 2691 520 240 9 0 1196 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10764

[startup+0.102013 s]
/proc/loadavg: 2.05 2.02 1.81 4/80 30361
/proc/meminfo: memFree=1509496/2055920 swapFree=4192812/4192956
[pid=30361] ppid=30359 vsize=865984 CPUtime=0.07
/proc/30361/stat : 30361 (java) S 30359 30361 29645 0 -1 0 3724 0 1 0 6 1 0 0 18 0 9 0 27374700 886767616 3192 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30361/statm: 216496 3192 1690 9 0 210981 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 865984

[startup+0.301055 s]
/proc/loadavg: 2.05 2.02 1.81 4/80 30361
/proc/meminfo: memFree=1509496/2055920 swapFree=4192812/4192956
[pid=30361] ppid=30359 vsize=866296 CPUtime=0.28
/proc/30361/stat : 30361 (java) S 30359 30361 29645 0 -1 0 5684 0 1 0 25 3 0 0 18 0 9 0 27374700 887087104 5087 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30361/statm: 216574 5087 1927 9 0 211052 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866296

[startup+0.701178 s]
/proc/loadavg: 2.05 2.02 1.81 4/80 30361
/proc/meminfo: memFree=1509496/2055920 swapFree=4192812/4192956
[pid=30361] ppid=30359 vsize=867200 CPUtime=0.67
/proc/30361/stat : 30361 (java) S 30359 30361 29645 0 -1 0 7956 0 1 0 63 4 0 0 18 0 9 0 27374700 888012800 7310 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30361/statm: 216800 7310 2032 9 0 211236 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867200

[startup+1.50228 s]
/proc/loadavg: 2.05 2.02 1.81 3/89 30370
/proc/meminfo: memFree=1473136/2055920 swapFree=4192812/4192956
[pid=30361] ppid=30359 vsize=867788 CPUtime=1.47
/proc/30361/stat : 30361 (java) S 30359 30361 29645 0 -1 0 17013 0 1 0 138 9 0 0 18 0 9 0 27374700 888614912 16366 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30361/statm: 216947 16366 2039 9 0 211383 0
[pid=30361/tid=30363] ppid=30359 vsize=867788 CPUtime=1.23
/proc/30361/task/30363/stat : 30363 (java) R 30359 30361 29645 0 -1 64 15598 0 1 0 115 8 0 0 25 0 9 0 27374702 888614912 16366 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30361/tid=30364] ppid=30359 vsize=867788 CPUtime=0
/proc/30361/task/30364/stat : 30364 (java) S 30359 30361 29645 0 -1 64 2 0 0 0 0 0 0 0 17 0 9 0 27374703 888614912 16366 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30361/tid=30365] ppid=30359 vsize=867788 CPUtime=0
/proc/30361/task/30365/stat : 30365 (java) S 30359 30361 29645 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 27374703 888614912 16366 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30361/tid=30366] ppid=30359 vsize=867788 CPUtime=0
/proc/30361/task/30366/stat : 30366 (java) S 30359 30361 29645 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 27374703 888614912 16366 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30361/tid=30367] ppid=30359 vsize=867788 CPUtime=0
/proc/30361/task/30367/stat : 30367 (java) S 30359 30361 29645 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27374705 888614912 16366 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30361/tid=30368] ppid=30359 vsize=867788 CPUtime=0.22
/proc/30361/task/30368/stat : 30368 (java) R 30359 30361 29645 0 -1 64 717 0 0 0 22 0 0 0 16 0 9 0 27374705 888614912 16366 996147200 134512640 134550932 4294955968 18446744073709551615 102535207 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30361/tid=30369] ppid=30359 vsize=867788 CPUtime=0
/proc/30361/task/30369/stat : 30369 (java) S 30359 30361 29645 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27374706 888614912 16366 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30361/tid=30370] ppid=30359 vsize=867788 CPUtime=0
/proc/30361/task/30370/stat : 30370 (java) S 30359 30361 29645 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27374706 888614912 16366 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867788

[startup+3.10159 s]
/proc/loadavg: 2.04 2.02 1.81 3/89 30370
/proc/meminfo: memFree=1443568/2055920 swapFree=4192812/4192956
[pid=30361] ppid=30359 vsize=867700 CPUtime=3.05
/proc/30361/stat : 30361 (java) S 30359 30361 29645 0 -1 0 21689 0 1 0 285 20 0 0 18 0 9 0 27374700 888524800 21015 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30361/statm: 216925 21015 2029 9 0 211383 0
[pid=30361/tid=30363] ppid=30359 vsize=867700 CPUtime=2.64
/proc/30361/task/30363/stat : 30363 (java) R 30359 30361 29645 0 -1 64 15824 0 1 0 247 17 0 0 25 0 9 0 27374702 888524800 21015 996147200 134512640 134550932 4294955968 18446744073709551615 103241497 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30361/tid=30364] ppid=30359 vsize=867700 CPUtime=0.11
/proc/30361/task/30364/stat : 30364 (java) S 30359 30361 29645 0 -1 64 4413 0 0 0 10 1 0 0 16 0 9 0 27374703 888524800 21015 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30361/tid=30365] ppid=30359 vsize=867700 CPUtime=0
/proc/30361/task/30365/stat : 30365 (java) S 30359 30361 29645 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 27374703 888524800 21015 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30361/tid=30366] ppid=30359 vsize=867700 CPUtime=0
/proc/30361/task/30366/stat : 30366 (java) S 30359 30361 29645 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27374703 888524800 21015 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30361/tid=30367] ppid=30359 vsize=867700 CPUtime=0
/proc/30361/task/30367/stat : 30367 (java) S 30359 30361 29645 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27374705 888524800 21015 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30361/tid=30368] ppid=30359 vsize=867700 CPUtime=0.26
/proc/30361/task/30368/stat : 30368 (java) S 30359 30361 29645 0 -1 64 750 0 0 0 26 0 0 0 15 0 9 0 27374705 888524800 21015 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30361/tid=30369] ppid=30359 vsize=867700 CPUtime=0
/proc/30361/task/30369/stat : 30369 (java) S 30359 30361 29645 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27374706 888524800 21015 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30361/tid=30370] ppid=30359 vsize=867700 CPUtime=0
/proc/30361/task/30370/stat : 30370 (java) S 30359 30361 29645 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27374706 888524800 21015 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) 867700

[startup+6.3022 s]
/proc/loadavg: 2.04 2.02 1.81 3/89 30370
/proc/meminfo: memFree=1428208/2055920 swapFree=4192812/4192956
[pid=30361] ppid=30359 vsize=867700 CPUtime=6.21
/proc/30361/stat : 30361 (java) S 30359 30361 29645 0 -1 0 24038 0 1 0 584 37 0 0 18 0 9 0 27374700 888524800 23361 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30361/statm: 216925 23361 2030 9 0 211383 0
[pid=30361/tid=30363] ppid=30359 vsize=867700 CPUtime=5.72
/proc/30361/task/30363/stat : 30363 (java) R 30359 30361 29645 0 -1 64 15832 0 1 0 538 34 0 0 25 0 9 0 27374702 888524800 23361 996147200 134512640 134550932 4294955968 18446744073709551615 4126685621 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30361/tid=30364] ppid=30359 vsize=867700 CPUtime=0.21
/proc/30361/task/30364/stat : 30364 (java) S 30359 30361 29645 0 -1 64 6751 0 0 0 19 2 0 0 16 0 9 0 27374703 888524800 23361 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30361/tid=30365] ppid=30359 vsize=867700 CPUtime=0
/proc/30361/task/30365/stat : 30365 (java) S 30359 30361 29645 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 27374703 888524800 23361 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30361/tid=30366] ppid=30359 vsize=867700 CPUtime=0
/proc/30361/task/30366/stat : 30366 (java) S 30359 30361 29645 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27374703 888524800 23361 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30361/tid=30367] ppid=30359 vsize=867700 CPUtime=0
/proc/30361/task/30367/stat : 30367 (java) S 30359 30361 29645 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27374705 888524800 23361 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30361/tid=30368] ppid=30359 vsize=867700 CPUtime=0.27
/proc/30361/task/30368/stat : 30368 (java) S 30359 30361 29645 0 -1 64 753 0 0 0 27 0 0 0 16 0 9 0 27374705 888524800 23361 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30361/tid=30369] ppid=30359 vsize=867700 CPUtime=0
/proc/30361/task/30369/stat : 30369 (java) S 30359 30361 29645 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27374706 888524800 23361 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30361/tid=30370] ppid=30359 vsize=867700 CPUtime=0
/proc/30361/task/30370/stat : 30370 (java) S 30359 30361 29645 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27374706 888524800 23361 996147200 134512640 134550932 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) 867700

[startup+12.7014 s]
/proc/loadavg: 2.04 2.02 1.81 3/89 30374
/proc/meminfo: memFree=1390632/2055920 swapFree=4192812/4192956
[pid=30361] ppid=30359 vsize=869048 CPUtime=12.6
/proc/30361/stat : 30361 (java) S 30359 30361 29645 0 -1 0 53410 916 1 0 1192 47 19 2 18 0 9 0 27374700 889905152 32150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30361/statm: 217262 32150 2639 9 0 211720 0
[pid=30361/tid=30363] ppid=30359 vsize=869048 CPUtime=11.61
/proc/30361/task/30363/stat : 30363 (java) R 30359 30361 29645 0 -1 64 24904 916 1 0 1104 36 19 2 25 0 9 0 27374702 889905152 32150 996147200 134512640 134550932 4294955968 18446744073709551615 4126783536 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30361/tid=30364] ppid=30359 vsize=869048 CPUtime=0.78
/proc/30361/task/30364/stat : 30364 (java) S 30359 30361 29645 0 -1 64 26654 916 0 0 49 8 19 2 17 0 9 0 27374703 889905152 32150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30361/tid=30365] ppid=30359 vsize=869048 CPUtime=0.21
/proc/30361/task/30365/stat : 30365 (java) S 30359 30361 29645 0 -1 64 22 916 0 0 0 0 19 2 16 0 9 0 27374703 889905152 32150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30361/tid=30366] ppid=30359 vsize=869048 CPUtime=0.21
/proc/30361/task/30366/stat : 30366 (java) S 30359 30361 29645 0 -1 64 26 916 0 0 0 0 19 2 16 0 9 0 27374703 889905152 32150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30361/tid=30367] ppid=30359 vsize=869048 CPUtime=0.21
/proc/30361/task/30367/stat : 30367 (java) S 30359 30361 29645 0 -1 64 2 916 0 0 0 0 19 2 18 0 9 0 27374705 889905152 32150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30361/tid=30368] ppid=30359 vsize=869048 CPUtime=0.59
/proc/30361/task/30368/stat : 30368 (java) S 30359 30361 29645 0 -1 64 978 916 0 0 38 0 19 2 15 0 9 0 27374705 889905152 32150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30361/tid=30369] ppid=30359 vsize=869048 CPUtime=0.21
/proc/30361/task/30369/stat : 30369 (java) S 30359 30361 29645 0 -1 64 1 916 0 0 0 0 19 2 19 0 9 0 27374706 889905152 32150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30361/tid=30370] ppid=30359 vsize=869048 CPUtime=0.21
/proc/30361/task/30370/stat : 30370 (java) S 30359 30361 29645 0 -1 64 14 916 0 0 0 0 19 2 15 0 9 0 27374706 889905152 32150 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 869048

[startup+25.5029 s]
/proc/loadavg: 2.03 2.02 1.81 3/89 30374
/proc/meminfo: memFree=1390568/2055920 swapFree=4192812/4192956
[pid=30361] ppid=30359 vsize=869048 CPUtime=25.39
/proc/30361/stat : 30361 (java) S 30359 30361 29645 0 -1 0 53445 916 1 0 2471 47 19 2 18 0 9 0 27374700 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30361/statm: 217262 32167 2639 9 0 211720 0
[pid=30361/tid=30363] ppid=30359 vsize=869048 CPUtime=24.33
/proc/30361/task/30363/stat : 30363 (java) R 30359 30361 29645 0 -1 64 24912 916 1 0 2375 37 19 2 25 0 9 0 27374702 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4127330625 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30361/tid=30364] ppid=30359 vsize=869048 CPUtime=0.81
/proc/30361/task/30364/stat : 30364 (java) S 30359 30361 29645 0 -1 64 26654 916 0 0 52 8 19 2 16 0 9 0 27374703 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30361/tid=30365] ppid=30359 vsize=869048 CPUtime=0.21
/proc/30361/task/30365/stat : 30365 (java) S 30359 30361 29645 0 -1 64 22 916 0 0 0 0 19 2 16 0 9 0 27374703 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30361/tid=30366] ppid=30359 vsize=869048 CPUtime=0.21
/proc/30361/task/30366/stat : 30366 (java) S 30359 30361 29645 0 -1 64 26 916 0 0 0 0 19 2 16 0 9 0 27374703 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30361/tid=30367] ppid=30359 vsize=869048 CPUtime=0.21
/proc/30361/task/30367/stat : 30367 (java) S 30359 30361 29645 0 -1 64 2 916 0 0 0 0 19 2 18 0 9 0 27374705 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30361/tid=30368] ppid=30359 vsize=869048 CPUtime=0.63
/proc/30361/task/30368/stat : 30368 (java) S 30359 30361 29645 0 -1 64 1005 916 0 0 42 0 19 2 16 0 9 0 27374705 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30361/tid=30369] ppid=30359 vsize=869048 CPUtime=0.21
/proc/30361/task/30369/stat : 30369 (java) S 30359 30361 29645 0 -1 64 1 916 0 0 0 0 19 2 19 0 9 0 27374706 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30361/tid=30370] ppid=30359 vsize=869048 CPUtime=0.21
/proc/30361/task/30370/stat : 30370 (java) S 30359 30361 29645 0 -1 64 14 916 0 0 0 0 19 2 15 0 9 0 27374706 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 869048

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

[startup+28.7015 s]
/proc/loadavg: 2.03 2.02 1.82 3/89 30374
/proc/meminfo: memFree=1390568/2055920 swapFree=4192812/4192956
[pid=30361] ppid=30359 vsize=869048 CPUtime=28.59
/proc/30361/stat : 30361 (java) S 30359 30361 29645 0 -1 0 53446 916 1 0 2791 47 19 2 18 0 9 0 27374700 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30361/statm: 217262 32167 2639 9 0 211720 0
[pid=30361/tid=30363] ppid=30359 vsize=869048 CPUtime=27.52
/proc/30361/task/30363/stat : 30363 (java) R 30359 30361 29645 0 -1 64 24913 916 1 0 2694 37 19 2 25 0 9 0 27374702 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4127270072 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30361/tid=30364] ppid=30359 vsize=869048 CPUtime=0.82
/proc/30361/task/30364/stat : 30364 (java) S 30359 30361 29645 0 -1 64 26654 916 0 0 53 8 19 2 16 0 9 0 27374703 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30361/tid=30365] ppid=30359 vsize=869048 CPUtime=0.21
/proc/30361/task/30365/stat : 30365 (java) S 30359 30361 29645 0 -1 64 22 916 0 0 0 0 19 2 16 0 9 0 27374703 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30361/tid=30366] ppid=30359 vsize=869048 CPUtime=0.21
/proc/30361/task/30366/stat : 30366 (java) S 30359 30361 29645 0 -1 64 26 916 0 0 0 0 19 2 16 0 9 0 27374703 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30361/tid=30367] ppid=30359 vsize=869048 CPUtime=0.21
/proc/30361/task/30367/stat : 30367 (java) S 30359 30361 29645 0 -1 64 2 916 0 0 0 0 19 2 18 0 9 0 27374705 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30361/tid=30368] ppid=30359 vsize=869048 CPUtime=0.63
/proc/30361/task/30368/stat : 30368 (java) S 30359 30361 29645 0 -1 64 1005 916 0 0 42 0 19 2 16 0 9 0 27374705 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30361/tid=30369] ppid=30359 vsize=869048 CPUtime=0.21
/proc/30361/task/30369/stat : 30369 (java) S 30359 30361 29645 0 -1 64 1 916 0 0 0 0 19 2 19 0 9 0 27374706 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30361/tid=30370] ppid=30359 vsize=869048 CPUtime=0.21
/proc/30361/task/30370/stat : 30370 (java) S 30359 30361 29645 0 -1 64 14 916 0 0 0 0 19 2 15 0 9 0 27374706 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 28.59
Current children cumulated vsize (KiB) 869048

[startup+31.9071 s]
/proc/loadavg: 2.02 2.02 1.82 3/89 30374
/proc/meminfo: memFree=1390568/2055920 swapFree=4192812/4192956
[pid=30361] ppid=30359 vsize=869048 CPUtime=31.79
/proc/30361/stat : 30361 (java) S 30359 30361 29645 0 -1 0 53447 916 1 0 3111 47 19 2 18 0 9 0 27374700 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30361/statm: 217262 32167 2639 9 0 211720 0
[pid=30361/tid=30363] ppid=30359 vsize=869048 CPUtime=30.71
/proc/30361/task/30363/stat : 30363 (java) R 30359 30361 29645 0 -1 64 24914 916 1 0 3013 37 19 2 25 0 9 0 27374702 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4127324812 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30361/tid=30364] ppid=30359 vsize=869048 CPUtime=0.83
/proc/30361/task/30364/stat : 30364 (java) S 30359 30361 29645 0 -1 64 26654 916 0 0 54 8 19 2 16 0 9 0 27374703 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30361/tid=30365] ppid=30359 vsize=869048 CPUtime=0.21
/proc/30361/task/30365/stat : 30365 (java) S 30359 30361 29645 0 -1 64 22 916 0 0 0 0 19 2 16 0 9 0 27374703 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30361/tid=30366] ppid=30359 vsize=869048 CPUtime=0.21
/proc/30361/task/30366/stat : 30366 (java) S 30359 30361 29645 0 -1 64 26 916 0 0 0 0 19 2 16 0 9 0 27374703 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30361/tid=30367] ppid=30359 vsize=869048 CPUtime=0.21
/proc/30361/task/30367/stat : 30367 (java) S 30359 30361 29645 0 -1 64 2 916 0 0 0 0 19 2 18 0 9 0 27374705 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30361/tid=30368] ppid=30359 vsize=869048 CPUtime=0.63
/proc/30361/task/30368/stat : 30368 (java) S 30359 30361 29645 0 -1 64 1005 916 0 0 42 0 19 2 16 0 9 0 27374705 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30361/tid=30369] ppid=30359 vsize=869048 CPUtime=0.21
/proc/30361/task/30369/stat : 30369 (java) S 30359 30361 29645 0 -1 64 1 916 0 0 0 0 19 2 19 0 9 0 27374706 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30361/tid=30370] ppid=30359 vsize=869048 CPUtime=0.21
/proc/30361/task/30370/stat : 30370 (java) S 30359 30361 29645 0 -1 64 14 916 0 0 0 0 19 2 15 0 9 0 27374706 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.79
Current children cumulated vsize (KiB) 869048

[startup+32.7012 s]
/proc/loadavg: 2.02 2.02 1.82 3/89 30374
/proc/meminfo: memFree=1390568/2055920 swapFree=4192812/4192956
[pid=30361] ppid=30359 vsize=869048 CPUtime=32.59
/proc/30361/stat : 30361 (java) S 30359 30361 29645 0 -1 0 53448 916 1 0 3191 47 19 2 18 0 9 0 27374700 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30361/statm: 217262 32167 2639 9 0 211720 0
[pid=30361/tid=30363] ppid=30359 vsize=869048 CPUtime=31.5
/proc/30361/task/30363/stat : 30363 (java) R 30359 30361 29645 0 -1 64 24915 916 1 0 3092 37 19 2 25 0 9 0 27374702 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4127341107 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30361/tid=30364] ppid=30359 vsize=869048 CPUtime=0.84
/proc/30361/task/30364/stat : 30364 (java) S 30359 30361 29645 0 -1 64 26654 916 0 0 55 8 19 2 16 0 9 0 27374703 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30361/tid=30365] ppid=30359 vsize=869048 CPUtime=0.21
/proc/30361/task/30365/stat : 30365 (java) S 30359 30361 29645 0 -1 64 22 916 0 0 0 0 19 2 16 0 9 0 27374703 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30361/tid=30366] ppid=30359 vsize=869048 CPUtime=0.21
/proc/30361/task/30366/stat : 30366 (java) S 30359 30361 29645 0 -1 64 26 916 0 0 0 0 19 2 16 0 9 0 27374703 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30361/tid=30367] ppid=30359 vsize=869048 CPUtime=0.21
/proc/30361/task/30367/stat : 30367 (java) S 30359 30361 29645 0 -1 64 2 916 0 0 0 0 19 2 18 0 9 0 27374705 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30361/tid=30368] ppid=30359 vsize=869048 CPUtime=0.63
/proc/30361/task/30368/stat : 30368 (java) S 30359 30361 29645 0 -1 64 1005 916 0 0 42 0 19 2 16 0 9 0 27374705 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30361/tid=30369] ppid=30359 vsize=869048 CPUtime=0.21
/proc/30361/task/30369/stat : 30369 (java) S 30359 30361 29645 0 -1 64 1 916 0 0 0 0 19 2 19 0 9 0 27374706 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30361/tid=30370] ppid=30359 vsize=869048 CPUtime=0.21
/proc/30361/task/30370/stat : 30370 (java) S 30359 30361 29645 0 -1 64 14 916 0 0 0 0 19 2 15 0 9 0 27374706 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 32.59
Current children cumulated vsize (KiB) 869048

[startup+33.5014 s]
/proc/loadavg: 2.02 2.02 1.82 3/89 30374
/proc/meminfo: memFree=1390568/2055920 swapFree=4192812/4192956
[pid=30361] ppid=30359 vsize=869048 CPUtime=33.39
/proc/30361/stat : 30361 (java) S 30359 30361 29645 0 -1 0 53448 916 1 0 3271 47 19 2 18 0 9 0 27374700 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30361/statm: 217262 32167 2639 9 0 211720 0
[pid=30361/tid=30363] ppid=30359 vsize=869048 CPUtime=32.3
/proc/30361/task/30363/stat : 30363 (java) R 30359 30361 29645 0 -1 64 24915 916 1 0 3172 37 19 2 25 0 9 0 27374702 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4127342784 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30361/tid=30364] ppid=30359 vsize=869048 CPUtime=0.84
/proc/30361/task/30364/stat : 30364 (java) S 30359 30361 29645 0 -1 64 26654 916 0 0 55 8 19 2 16 0 9 0 27374703 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30361/tid=30365] ppid=30359 vsize=869048 CPUtime=0.21
/proc/30361/task/30365/stat : 30365 (java) S 30359 30361 29645 0 -1 64 22 916 0 0 0 0 19 2 16 0 9 0 27374703 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30361/tid=30366] ppid=30359 vsize=869048 CPUtime=0.21
/proc/30361/task/30366/stat : 30366 (java) S 30359 30361 29645 0 -1 64 26 916 0 0 0 0 19 2 16 0 9 0 27374703 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30361/tid=30367] ppid=30359 vsize=869048 CPUtime=0.21
/proc/30361/task/30367/stat : 30367 (java) S 30359 30361 29645 0 -1 64 2 916 0 0 0 0 19 2 18 0 9 0 27374705 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30361/tid=30368] ppid=30359 vsize=869048 CPUtime=0.63
/proc/30361/task/30368/stat : 30368 (java) S 30359 30361 29645 0 -1 64 1005 916 0 0 42 0 19 2 16 0 9 0 27374705 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30361/tid=30369] ppid=30359 vsize=869048 CPUtime=0.21
/proc/30361/task/30369/stat : 30369 (java) S 30359 30361 29645 0 -1 64 1 916 0 0 0 0 19 2 19 0 9 0 27374706 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30361/tid=30370] ppid=30359 vsize=869048 CPUtime=0.21
/proc/30361/task/30370/stat : 30370 (java) S 30359 30361 29645 0 -1 64 14 916 0 0 0 0 19 2 15 0 9 0 27374706 889905152 32167 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33.39
Current children cumulated vsize (KiB) 869048

[startup+33.9015 s]
/proc/loadavg: 2.02 2.02 1.82 3/89 30374
/proc/meminfo: memFree=1390568/2055920 swapFree=4192812/4192956
[pid=30361] ppid=30359 vsize=0 CPUtime=33.76
/proc/30361/stat : 30361 (java) Z 30359 30361 29645 0 -1 12 53483 916 1 0 3307 48 19 2 16 0 2 0 27374700 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30361/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 33.76
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 33.919
CPU time (s): 33.7899
CPU user time (s): 33.2699
CPU system time (s): 0.51992
CPU usage (%): 99.6194
Max. virtual memory (cumulated for all children) (KiB): 874012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.2699
system time used= 0.51992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54399
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= 2580
involuntary context switches= 2426

runsolver used 0.055991 second user time and 0.111982 second system time

The end

Launcher Data

Begin job on node59 at 2009-07-12 14:51:56
IDJOB=2094262
IDBENCH=54101
IDSOLVER=774
FILE ID=node59/2094262-1247403116
PBS_JOBID= 9510527
Free space on /tmp= 66384 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/compet08/normalized-patat-08-comp-11.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-2094262-1247403116/watcher-2094262-1247403116 -o /tmp/evaluation-result-2094262-1247403116/solver-2094262-1247403116 -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-2094262-1247403116.xml

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

MD5SUM BENCH= 41854dee96060ea80d0fae628dff97c2
RANDOM SEED=240266802

node59.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.263
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.263
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:       1509976 kB
Buffers:         88468 kB
Cached:         308312 kB
SwapCached:          0 kB
Active:         253052 kB
Inactive:       206736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1509976 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3144 kB
Writeback:           0 kB
Mapped:          83404 kB
Slab:            71140 kB
Committed_AS:  1006712 kB
PageTables:       1988 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= 66384 MiB
End job on node59 at 2009-07-12 14:52:30