Trace number 2095621

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 ACSAT 32.0261 32.1374

DiagnosticValue
CHECKS10783700
NODES6876

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-21-07.xml
MD5SUMd3bbb87c49a34df4eb9bda6df8940577
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.9767
Satisfiable
(Un)Satisfiability was proved
Number of variables368
Number of constraints2572
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension152
Number of constraints which are defined in intension2420
Global constraints used (with number of constraints)

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=mac.xml
0.18/0.28	   
0.18/0.28	   instance
0.18/0.28	     name=HOME/instance-2095621-1247407862.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.32	   
0.29/0.32	   variables being loaded...
0.38/0.40	     nbVariables=368  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=9568
0.38/0.40	       =>  wckTime=0.157  cpuTime=0.12  mem=8M867
0.38/0.40	   
0.38/0.40	   relations being loaded...
0.38/0.45	   
0.38/0.45	   predicates being loaded...
0.48/0.51	   
0.48/0.51	   constraints being loaded...
0.88/0.94	   Too large in ConstraintConflictsSTructure
0.88/0.97	   Too large in ConstraintConflictsSTructure
2.16/2.26	     nbConstraints=2573  nbRelationTypes=6  nbGlobalConstraints=153  nbExtensionStructures=6
2.16/2.26	     nbSharedExtensionStructures=146  nbConflictsStructures=4  nbSharedConflictsStructures=124
2.16/2.26	     nbUnbuiltConflictsStructures=10  nbSharedBinaryRepresentations=0  nbEvaluationManagers=8
2.16/2.26	     nbSharedEvaluationManagers=2412  minDegree=14  maxDegree=87  minArity=3  avgArity=8.65  maxArity=350
2.16/2.26	     nbGenerators=1  nbFusions=0  symmetryWckTime=0.459  symmetryCpuTime=0.21
2.16/2.26	       =>  wckTime=2.013  cpuTime=1.52  mem=29M280
2.26/2.36	   
2.26/2.36	   solver IterativeSystematicSolver being built... 
2.66/2.70	   
2.66/2.70	   INFO : Forward propagation technique limited 
2.66/2.77	       =>  wckTime=2.522  cpuTime=1.82  mem=81M123
2.86/2.92	   
2.86/2.92	   preprocessing
2.86/2.92	     nbConstraintChecks=783  nbValidityChecks=763841  nbPropagations=405  nbRevisions=72  nbUselessRevisions=72
2.86/2.92	     nbRemovedValues=514  detectedInconsistency=no
2.86/2.92	       =>  wckTime=0.152  cpuTime=0.12  mem=82M121
6.11/6.25	   
6.11/6.25	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=55M598)
31.90/32.08	   
31.90/32.08	   search
31.90/32.08	     run=10  nbConstraintChecks=10782942  nbValidityChecks=76184995  minDepth=14  maxDepth=368  nbPropagations=397887
31.90/32.08	     nbRevisions=14449189  nbUselessRevisions=14447631  nbAssignments=6876  nbFailedAssignments=1226  nbBacktracks=3139
31.90/32.08	     nbVisitedNodes=9038  nbRestartNogoods=140  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=49.06
31.90/32.08	     nbIEliminables=278.26  nbDEliminables=0  nbPEliminables=0
31.90/32.08	       =>  wckTime=29.303  cpuTime=28.97  mem=55M598
31.90/32.08	   
31.90/32.08	   global
31.90/32.08	     nbConstraintChecks=10783725  nbValidityChecks=76948836  nbPropagations=398292  nbRevisions=14449261
31.90/32.08	     nbUselessRevisions=14447703  nbRestartNogoods=140  solvingWckTime=29.305  solvingCpuTime=28.98  expiredTime=no
31.90/32.08	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=30.79  globalCpuTime=30.85
31.90/32.08	       =>  wckTime=31.832  cpuTime=30.81  mem=55M598
31.90/32.08	   
31.90/32.08	s SATISFIABLE
31.90/32.08	v 18 11 0 21 17 8 15 4 13 15 0 18 18 4 2 24 18 19 19 14 17 8 8 13 0 13 4 4 19 7 4 17 0 20 19 14 0 17 8 18 19 14 2 17 0 19 18 7 4 13 0 13 8 6 0 13 1 4 19 19 4 7 0 12 18 19 4 0 3 8 17 14 13 24 7 0 17 12 18 4 17 15 4 13 19 4 13 14 18 0 2 12 13 8 10 14 11 0 8 18 7 0 3 4 11 19 21 12 14 4 13 13 8 11 12 17 18 4 17 6 2 0 17 4 0 20 19 14 12 0 19 19 17 4 0 19 2 0 3 0 21 4 17 18 15 8 3 4 17 1 14 14 13 0 15 17 4 12 8 18 18 18 4 2 11 4 6 4 13 3 18 14 0 15 2 4 0 18 4 18 0 19 24 17 1 0 18 0 11 18 4 21 4 13 12 4 18 18 22 0 11 11 4 19 6 14 0 0 12 4 11 8 0 0 0 0 0 1 14 16 20 0 17 19 25 15 8 6 12 4 13 19 3 17 0 15 4 1 20 17 13 4 19 19 15 11 4 0 3 4 11 8 8 8 12 0 4 8 4 4 4 24 4 19 19 17 0 8 13 18 19 4 0 17 13 18 13 17 2 0 6 4 4 1 4 17 11 8 19 25 19 0 18 18 18 19 17 20 19 12 4 11 4 4 7 20 19 6 0 1 11 4 22 7 8 19 4 7 14 17 18 4 15 0 17 0 1 14 11 14 8 3 0 0 0 18 0 17 8 4 18 0 13 10 11 4 19 17 0 6 19 8 13 24 3 4 0 13 4 15 4 0 11 4 24 14 17 4 
31.90/32.08	d NODES 6876
31.90/32.08	d CHECKS 10783725
31.90/32.08	   
31.90/32.08	   totalWckTime=31.897  totalCpuTime=30.85

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-2095621-1247407862/watcher-2095621-1247407862 -o /tmp/evaluation-result-2095621-1247407862/solver-2095621-1247407862 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2095621-1247407862.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.19 2.07 2.02 4/80 31442
/proc/meminfo: memFree=1637068/2055920 swapFree=4192812/4192956
[pid=31442] ppid=31440 vsize=144 CPUtime=0
/proc/31442/stat : 31442 (java) R 31440 31442 29977 0 -1 0 30 0 0 0 0 0 0 0 18 0 1 0 27850875 147456 15 996147200 134512640 134550932 4294956128 18446744073709551615 10228000 0 0 4096 0 0 0 0 17 0 0 0
/proc/31442/statm: 37 20 14 9 0 3 0

[startup+0.0976361 s]
/proc/loadavg: 2.19 2.07 2.02 4/80 31442
/proc/meminfo: memFree=1637068/2055920 swapFree=4192812/4192956
[pid=31442] ppid=31440 vsize=866696 CPUtime=0.08
/proc/31442/stat : 31442 (java) S 31440 31442 29977 0 -1 0 3731 0 1 0 6 2 0 0 18 0 9 0 27850875 887496704 3199 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31442/statm: 216674 3199 1700 9 0 211159 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 866696

[startup+0.102634 s]
/proc/loadavg: 2.19 2.07 2.02 4/80 31442
/proc/meminfo: memFree=1637068/2055920 swapFree=4192812/4192956
[pid=31442] ppid=31440 vsize=866696 CPUtime=0.09
/proc/31442/stat : 31442 (java) S 31440 31442 29977 0 -1 0 3738 0 1 0 7 2 0 0 18 0 9 0 27850875 887496704 3206 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31442/statm: 216674 3206 1700 9 0 211159 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 866696

[startup+0.301654 s]
/proc/loadavg: 2.19 2.07 2.02 4/80 31442
/proc/meminfo: memFree=1637068/2055920 swapFree=4192812/4192956
[pid=31442] ppid=31440 vsize=867036 CPUtime=0.29
/proc/31442/stat : 31442 (java) S 31440 31442 29977 0 -1 0 5984 0 1 0 24 5 0 0 18 0 9 0 27850875 887844864 5350 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31442/statm: 216759 5350 1984 9 0 211217 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 867036

[startup+0.702697 s]
/proc/loadavg: 2.19 2.07 2.02 4/80 31442
/proc/meminfo: memFree=1637068/2055920 swapFree=4192812/4192956
[pid=31442] ppid=31440 vsize=868148 CPUtime=0.69
/proc/31442/stat : 31442 (java) S 31440 31442 29977 0 -1 0 10105 0 1 0 62 7 0 0 18 0 9 0 27850875 888983552 9459 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31442/statm: 217037 9460 2039 9 0 211473 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 868148

[startup+1.50178 s]
/proc/loadavg: 2.19 2.07 2.02 3/89 31451
/proc/meminfo: memFree=1583684/2055920 swapFree=4192812/4192956
[pid=31442] ppid=31440 vsize=868060 CPUtime=1.48
/proc/31442/stat : 31442 (java) S 31440 31442 29977 0 -1 0 19668 0 1 0 129 19 0 0 18 0 9 0 27850875 888893440 18994 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31442/statm: 217015 18994 2033 9 0 211473 0
[pid=31442/tid=31444] ppid=31440 vsize=868064 CPUtime=1.2
/proc/31442/task/31444/stat : 31444 (java) R 31440 31442 29977 0 -1 64 15809 0 1 0 103 17 0 0 25 0 9 0 27850876 888897536 18994 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31445] ppid=31440 vsize=868060 CPUtime=0.04
/proc/31442/task/31445/stat : 31445 (java) S 31440 31442 29977 0 -1 64 2400 0 0 0 4 0 0 0 16 0 9 0 27850878 888893440 18994 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31446] ppid=31440 vsize=868060 CPUtime=0
/proc/31442/task/31446/stat : 31446 (java) S 31440 31442 29977 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27850878 888893440 18994 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31447] ppid=31440 vsize=868060 CPUtime=0
/proc/31442/task/31447/stat : 31447 (java) S 31440 31442 29977 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27850878 888893440 18994 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31448] ppid=31440 vsize=868060 CPUtime=0
/proc/31442/task/31448/stat : 31448 (java) S 31440 31442 29977 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 27850880 888893440 18994 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31449] ppid=31440 vsize=868060 CPUtime=0.21
/proc/31442/task/31449/stat : 31449 (java) S 31440 31442 29977 0 -1 64 756 0 0 0 21 0 0 0 16 0 9 0 27850880 888893440 18994 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31450] ppid=31440 vsize=868064 CPUtime=0
/proc/31442/task/31450/stat : 31450 (java) S 31440 31442 29977 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 27850880 888897536 18994 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31451] ppid=31440 vsize=868060 CPUtime=0
/proc/31442/task/31451/stat : 31451 (java) S 31440 31442 29977 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 27850880 888893440 18994 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 868060

[startup+3.10194 s]
/proc/loadavg: 2.19 2.07 2.02 4/91 31453
/proc/meminfo: memFree=1553972/2055920 swapFree=4192812/4192956
[pid=31442] ppid=31440 vsize=868384 CPUtime=3.05
/proc/31442/stat : 31442 (java) S 31440 31442 29977 0 -1 0 52845 754 1 0 260 31 13 1 18 0 9 0 27850875 889225216 32445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31442/statm: 217096 32445 2639 9 0 211554 0
[pid=31442/tid=31444] ppid=31440 vsize=868384 CPUtime=2.33
/proc/31442/task/31444/stat : 31444 (java) R 31440 31442 29977 0 -1 64 29330 754 1 0 197 22 13 1 25 0 9 0 27850876 889225216 32445 996147200 134512640 134550932 4294955968 18446744073709551615 4127267712 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31445] ppid=31440 vsize=868384 CPUtime=0.5
/proc/31442/task/31445/stat : 31445 (java) S 31440 31442 29977 0 -1 64 21634 754 0 0 30 6 13 1 16 0 9 0 27850878 889225216 32445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31446] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31446/stat : 31446 (java) S 31440 31442 29977 0 -1 64 22 754 0 0 0 0 13 1 16 0 9 0 27850878 889225216 32445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31447] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31447/stat : 31447 (java) S 31440 31442 29977 0 -1 64 8 754 0 0 0 0 13 1 15 0 9 0 27850878 889225216 32445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31448] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31448/stat : 31448 (java) S 31440 31442 29977 0 -1 64 1 754 0 0 0 0 13 1 23 0 9 0 27850880 889225216 32445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31449] ppid=31440 vsize=868384 CPUtime=0.47
/proc/31442/task/31449/stat : 31449 (java) S 31440 31442 29977 0 -1 64 1025 754 0 0 32 1 13 1 15 0 9 0 27850880 889225216 32445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31450] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31450/stat : 31450 (java) S 31440 31442 29977 0 -1 64 1 754 0 0 0 0 13 1 24 0 9 0 27850880 889225216 32445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31451] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31451/stat : 31451 (java) S 31440 31442 29977 0 -1 64 13 754 0 0 0 0 13 1 15 0 9 0 27850880 889225216 32445 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 868384

[startup+6.30228 s]
/proc/loadavg: 2.25 2.08 2.03 3/89 31455
/proc/meminfo: memFree=1516860/2055920 swapFree=4192812/4192956
[pid=31442] ppid=31440 vsize=868384 CPUtime=6.21
/proc/31442/stat : 31442 (java) S 31440 31442 29977 0 -1 0 52916 754 1 0 574 33 13 1 18 0 9 0 27850875 889225216 32476 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31442/statm: 217096 32476 2639 9 0 211554 0
[pid=31442/tid=31444] ppid=31440 vsize=868384 CPUtime=5.39
/proc/31442/task/31444/stat : 31444 (java) R 31440 31442 29977 0 -1 64 29339 754 1 0 502 23 13 1 25 0 9 0 27850876 889225216 32476 996147200 134512640 134550932 4294955968 18446744073709551615 4127318852 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31445] ppid=31440 vsize=868384 CPUtime=0.55
/proc/31442/task/31445/stat : 31445 (java) S 31440 31442 29977 0 -1 64 21634 754 0 0 35 6 13 1 17 0 9 0 27850878 889225216 32476 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31446] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31446/stat : 31446 (java) S 31440 31442 29977 0 -1 64 22 754 0 0 0 0 13 1 16 0 9 0 27850878 889225216 32476 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31447] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31447/stat : 31447 (java) S 31440 31442 29977 0 -1 64 8 754 0 0 0 0 13 1 15 0 9 0 27850878 889225216 32476 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31448] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31448/stat : 31448 (java) S 31440 31442 29977 0 -1 64 1 754 0 0 0 0 13 1 23 0 9 0 27850880 889225216 32476 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31449] ppid=31440 vsize=868384 CPUtime=0.51
/proc/31442/task/31449/stat : 31449 (java) S 31440 31442 29977 0 -1 64 1063 754 0 0 36 1 13 1 16 0 9 0 27850880 889225216 32476 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31450] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31450/stat : 31450 (java) S 31440 31442 29977 0 -1 64 1 754 0 0 0 0 13 1 24 0 9 0 27850880 889225216 32476 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31451] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31451/stat : 31451 (java) S 31440 31442 29977 0 -1 64 37 754 0 0 0 0 13 1 15 0 9 0 27850880 889225216 32476 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 868384

[startup+12.7019 s]
/proc/loadavg: 2.23 2.08 2.03 3/89 31455
/proc/meminfo: memFree=1516604/2055920 swapFree=4192812/4192956
[pid=31442] ppid=31440 vsize=868384 CPUtime=12.6
/proc/31442/stat : 31442 (java) S 31440 31442 29977 0 -1 0 52962 754 1 0 1213 33 13 1 18 0 9 0 27850875 889225216 32490 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31442/statm: 217096 32490 2639 9 0 211554 0
[pid=31442/tid=31444] ppid=31440 vsize=868384 CPUtime=11.76
/proc/31442/task/31444/stat : 31444 (java) R 31440 31442 29977 0 -1 64 29345 754 1 0 1139 23 13 1 25 0 9 0 27850876 889225216 32490 996147200 134512640 134550932 4294955968 18446744073709551615 4127279691 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31445] ppid=31440 vsize=868384 CPUtime=0.55
/proc/31442/task/31445/stat : 31445 (java) S 31440 31442 29977 0 -1 64 21634 754 0 0 35 6 13 1 16 0 9 0 27850878 889225216 32490 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31446] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31446/stat : 31446 (java) S 31440 31442 29977 0 -1 64 22 754 0 0 0 0 13 1 16 0 9 0 27850878 889225216 32490 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31447] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31447/stat : 31447 (java) S 31440 31442 29977 0 -1 64 8 754 0 0 0 0 13 1 15 0 9 0 27850878 889225216 32490 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31448] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31448/stat : 31448 (java) S 31440 31442 29977 0 -1 64 1 754 0 0 0 0 13 1 23 0 9 0 27850880 889225216 32490 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31449] ppid=31440 vsize=868384 CPUtime=0.53
/proc/31442/task/31449/stat : 31449 (java) S 31440 31442 29977 0 -1 64 1103 754 0 0 38 1 13 1 16 0 9 0 27850880 889225216 32490 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31450] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31450/stat : 31450 (java) S 31440 31442 29977 0 -1 64 1 754 0 0 0 0 13 1 24 0 9 0 27850880 889225216 32490 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31451] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31451/stat : 31451 (java) S 31440 31442 29977 0 -1 64 37 754 0 0 0 0 13 1 15 0 9 0 27850880 889225216 32490 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 868384

[startup+25.5023 s]
/proc/loadavg: 2.18 2.08 2.02 3/89 31455
/proc/meminfo: memFree=1516604/2055920 swapFree=4192812/4192956
[pid=31442] ppid=31440 vsize=868384 CPUtime=25.4
/proc/31442/stat : 31442 (java) S 31440 31442 29977 0 -1 0 52967 754 1 0 2493 33 13 1 18 0 9 0 27850875 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31442/statm: 217096 32492 2639 9 0 211554 0
[pid=31442/tid=31444] ppid=31440 vsize=868384 CPUtime=24.55
/proc/31442/task/31444/stat : 31444 (java) R 31440 31442 29977 0 -1 64 29345 754 1 0 2418 23 13 1 25 0 9 0 27850876 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4127267703 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31445] ppid=31440 vsize=868384 CPUtime=0.55
/proc/31442/task/31445/stat : 31445 (java) S 31440 31442 29977 0 -1 64 21634 754 0 0 35 6 13 1 16 0 9 0 27850878 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31446] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31446/stat : 31446 (java) S 31440 31442 29977 0 -1 64 22 754 0 0 0 0 13 1 16 0 9 0 27850878 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31447] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31447/stat : 31447 (java) S 31440 31442 29977 0 -1 64 8 754 0 0 0 0 13 1 15 0 9 0 27850878 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31448] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31448/stat : 31448 (java) S 31440 31442 29977 0 -1 64 1 754 0 0 0 0 13 1 23 0 9 0 27850880 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31449] ppid=31440 vsize=868384 CPUtime=0.54
/proc/31442/task/31449/stat : 31449 (java) S 31440 31442 29977 0 -1 64 1108 754 0 0 39 1 13 1 16 0 9 0 27850880 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31450] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31450/stat : 31450 (java) S 31440 31442 29977 0 -1 64 1 754 0 0 0 0 13 1 24 0 9 0 27850880 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31451] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31451/stat : 31451 (java) S 31440 31442 29977 0 -1 64 37 754 0 0 0 0 13 1 15 0 9 0 27850880 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 868384

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

[startup+28.7016 s]
/proc/loadavg: 2.17 2.08 2.02 3/89 31455
/proc/meminfo: memFree=1516604/2055920 swapFree=4192812/4192956
[pid=31442] ppid=31440 vsize=868384 CPUtime=28.6
/proc/31442/stat : 31442 (java) S 31440 31442 29977 0 -1 0 52967 754 1 0 2813 33 13 1 18 0 9 0 27850875 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31442/statm: 217096 32492 2639 9 0 211554 0
[pid=31442/tid=31444] ppid=31440 vsize=868384 CPUtime=27.75
/proc/31442/task/31444/stat : 31444 (java) R 31440 31442 29977 0 -1 64 29345 754 1 0 2738 23 13 1 25 0 9 0 27850876 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4127315516 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31445] ppid=31440 vsize=868384 CPUtime=0.55
/proc/31442/task/31445/stat : 31445 (java) S 31440 31442 29977 0 -1 64 21634 754 0 0 35 6 13 1 16 0 9 0 27850878 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31446] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31446/stat : 31446 (java) S 31440 31442 29977 0 -1 64 22 754 0 0 0 0 13 1 16 0 9 0 27850878 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31447] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31447/stat : 31447 (java) S 31440 31442 29977 0 -1 64 8 754 0 0 0 0 13 1 15 0 9 0 27850878 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31448] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31448/stat : 31448 (java) S 31440 31442 29977 0 -1 64 1 754 0 0 0 0 13 1 23 0 9 0 27850880 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31449] ppid=31440 vsize=868384 CPUtime=0.54
/proc/31442/task/31449/stat : 31449 (java) S 31440 31442 29977 0 -1 64 1108 754 0 0 39 1 13 1 16 0 9 0 27850880 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31450] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31450/stat : 31450 (java) S 31440 31442 29977 0 -1 64 1 754 0 0 0 0 13 1 24 0 9 0 27850880 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31451] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31451/stat : 31451 (java) S 31440 31442 29977 0 -1 64 37 754 0 0 0 0 13 1 15 0 9 0 27850880 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.6
Current children cumulated vsize (KiB) 868384

[startup+30.3018 s]
/proc/loadavg: 2.17 2.08 2.02 3/89 31455
/proc/meminfo: memFree=1516604/2055920 swapFree=4192812/4192956
[pid=31442] ppid=31440 vsize=868384 CPUtime=30.2
/proc/31442/stat : 31442 (java) S 31440 31442 29977 0 -1 0 52967 754 1 0 2973 33 13 1 18 0 9 0 27850875 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31442/statm: 217096 32492 2639 9 0 211554 0
[pid=31442/tid=31444] ppid=31440 vsize=868384 CPUtime=29.35
/proc/31442/task/31444/stat : 31444 (java) R 31440 31442 29977 0 -1 64 29345 754 1 0 2898 23 13 1 25 0 9 0 27850876 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4127267690 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31445] ppid=31440 vsize=868384 CPUtime=0.55
/proc/31442/task/31445/stat : 31445 (java) S 31440 31442 29977 0 -1 64 21634 754 0 0 35 6 13 1 16 0 9 0 27850878 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31446] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31446/stat : 31446 (java) S 31440 31442 29977 0 -1 64 22 754 0 0 0 0 13 1 16 0 9 0 27850878 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31447] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31447/stat : 31447 (java) S 31440 31442 29977 0 -1 64 8 754 0 0 0 0 13 1 15 0 9 0 27850878 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31448] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31448/stat : 31448 (java) S 31440 31442 29977 0 -1 64 1 754 0 0 0 0 13 1 23 0 9 0 27850880 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31449] ppid=31440 vsize=868384 CPUtime=0.54
/proc/31442/task/31449/stat : 31449 (java) S 31440 31442 29977 0 -1 64 1108 754 0 0 39 1 13 1 16 0 9 0 27850880 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31450] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31450/stat : 31450 (java) S 31440 31442 29977 0 -1 64 1 754 0 0 0 0 13 1 24 0 9 0 27850880 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31451] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31451/stat : 31451 (java) S 31440 31442 29977 0 -1 64 37 754 0 0 0 0 13 1 15 0 9 0 27850880 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.2
Current children cumulated vsize (KiB) 868384

[startup+31.1018 s]
/proc/loadavg: 2.17 2.08 2.02 3/89 31455
/proc/meminfo: memFree=1516604/2055920 swapFree=4192812/4192956
[pid=31442] ppid=31440 vsize=868384 CPUtime=31
/proc/31442/stat : 31442 (java) S 31440 31442 29977 0 -1 0 52968 754 1 0 3053 33 13 1 18 0 9 0 27850875 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31442/statm: 217096 32492 2639 9 0 211554 0
[pid=31442/tid=31444] ppid=31440 vsize=868384 CPUtime=30.15
/proc/31442/task/31444/stat : 31444 (java) R 31440 31442 29977 0 -1 64 29346 754 1 0 2978 23 13 1 25 0 9 0 27850876 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4127317436 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31445] ppid=31440 vsize=868384 CPUtime=0.55
/proc/31442/task/31445/stat : 31445 (java) S 31440 31442 29977 0 -1 64 21634 754 0 0 35 6 13 1 16 0 9 0 27850878 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31446] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31446/stat : 31446 (java) S 31440 31442 29977 0 -1 64 22 754 0 0 0 0 13 1 16 0 9 0 27850878 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31447] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31447/stat : 31447 (java) S 31440 31442 29977 0 -1 64 8 754 0 0 0 0 13 1 15 0 9 0 27850878 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31448] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31448/stat : 31448 (java) S 31440 31442 29977 0 -1 64 1 754 0 0 0 0 13 1 23 0 9 0 27850880 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31449] ppid=31440 vsize=868384 CPUtime=0.54
/proc/31442/task/31449/stat : 31449 (java) S 31440 31442 29977 0 -1 64 1108 754 0 0 39 1 13 1 16 0 9 0 27850880 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31450] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31450/stat : 31450 (java) S 31440 31442 29977 0 -1 64 1 754 0 0 0 0 13 1 24 0 9 0 27850880 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31451] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31451/stat : 31451 (java) S 31440 31442 29977 0 -1 64 37 754 0 0 0 0 13 1 15 0 9 0 27850880 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31
Current children cumulated vsize (KiB) 868384

[startup+31.9069 s]
/proc/loadavg: 2.17 2.08 2.02 3/89 31455
/proc/meminfo: memFree=1516604/2055920 swapFree=4192812/4192956
[pid=31442] ppid=31440 vsize=868384 CPUtime=31.8
/proc/31442/stat : 31442 (java) S 31440 31442 29977 0 -1 0 52968 754 1 0 3133 33 13 1 18 0 9 0 27850875 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31442/statm: 217096 32492 2639 9 0 211554 0
[pid=31442/tid=31444] ppid=31440 vsize=868384 CPUtime=30.95
/proc/31442/task/31444/stat : 31444 (java) R 31440 31442 29977 0 -1 64 29346 754 1 0 3058 23 13 1 25 0 9 0 27850876 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4127322832 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31445] ppid=31440 vsize=868384 CPUtime=0.55
/proc/31442/task/31445/stat : 31445 (java) S 31440 31442 29977 0 -1 64 21634 754 0 0 35 6 13 1 16 0 9 0 27850878 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31446] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31446/stat : 31446 (java) S 31440 31442 29977 0 -1 64 22 754 0 0 0 0 13 1 16 0 9 0 27850878 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31447] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31447/stat : 31447 (java) S 31440 31442 29977 0 -1 64 8 754 0 0 0 0 13 1 15 0 9 0 27850878 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31448] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31448/stat : 31448 (java) S 31440 31442 29977 0 -1 64 1 754 0 0 0 0 13 1 23 0 9 0 27850880 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31449] ppid=31440 vsize=868384 CPUtime=0.54
/proc/31442/task/31449/stat : 31449 (java) S 31440 31442 29977 0 -1 64 1108 754 0 0 39 1 13 1 16 0 9 0 27850880 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31450] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31450/stat : 31450 (java) S 31440 31442 29977 0 -1 64 1 754 0 0 0 0 13 1 24 0 9 0 27850880 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31451] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31451/stat : 31451 (java) S 31440 31442 29977 0 -1 64 37 754 0 0 0 0 13 1 15 0 9 0 27850880 889225216 32492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.8
Current children cumulated vsize (KiB) 868384

[startup+32.1029 s]
/proc/loadavg: 2.17 2.08 2.02 3/89 31455
/proc/meminfo: memFree=1516604/2055920 swapFree=4192812/4192956
[pid=31442] ppid=31440 vsize=868384 CPUtime=31.98
/proc/31442/stat : 31442 (java) S 31440 31442 29977 0 -1 0 52975 754 1 0 3151 33 13 1 18 0 9 0 27850875 889225216 32495 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31442/statm: 217096 32495 2639 9 0 211554 0
[pid=31442/tid=31444] ppid=31440 vsize=868384 CPUtime=31.13
/proc/31442/task/31444/stat : 31444 (java) S 31440 31442 29977 0 -1 64 29352 754 1 0 3076 23 13 1 25 0 9 0 27850876 889225216 32495 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31445] ppid=31440 vsize=868384 CPUtime=0.55
/proc/31442/task/31445/stat : 31445 (java) S 31440 31442 29977 0 -1 64 21634 754 0 0 35 6 13 1 16 0 9 0 27850878 889225216 32495 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31446] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31446/stat : 31446 (java) S 31440 31442 29977 0 -1 64 22 754 0 0 0 0 13 1 16 0 9 0 27850878 889225216 32495 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31447] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31447/stat : 31447 (java) S 31440 31442 29977 0 -1 64 8 754 0 0 0 0 13 1 15 0 9 0 27850878 889225216 32495 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31448] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31448/stat : 31448 (java) S 31440 31442 29977 0 -1 64 1 754 0 0 0 0 13 1 23 0 9 0 27850880 889225216 32495 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31449] ppid=31440 vsize=868384 CPUtime=0.54
/proc/31442/task/31449/stat : 31449 (java) S 31440 31442 29977 0 -1 64 1109 754 0 0 39 1 13 1 17 0 9 0 27850880 889225216 32495 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31450] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31450/stat : 31450 (java) S 31440 31442 29977 0 -1 64 1 754 0 0 0 0 13 1 24 0 9 0 27850880 889225216 32495 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31442/tid=31451] ppid=31440 vsize=868384 CPUtime=0.14
/proc/31442/task/31451/stat : 31451 (java) S 31440 31442 29977 0 -1 64 37 754 0 0 0 0 13 1 15 0 9 0 27850880 889225216 32495 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.98
Current children cumulated vsize (KiB) 868384

Child status: 0
Real time (s): 32.1374
CPU time (s): 32.0261
CPU user time (s): 31.6512
CPU system time (s): 0.374943
CPU usage (%): 99.6539
Max. virtual memory (cumulated for all children) (KiB): 872368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.6512
system time used= 0.374943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53759
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= 2729
involuntary context switches= 2900

runsolver used 0.036994 second user time and 0.107983 second system time

The end

Launcher Data

Begin job on node90 at 2009-07-12 16:11:02
IDJOB=2095621
IDBENCH=55481
IDSOLVER=773
FILE ID=node90/2095621-1247407862
PBS_JOBID= 9510472
Free space on /tmp= 66296 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-21-07.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2095621-1247407862/watcher-2095621-1247407862 -o /tmp/evaluation-result-2095621-1247407862/solver-2095621-1247407862 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2095621-1247407862.xml

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

MD5SUM BENCH= d3bbb87c49a34df4eb9bda6df8940577
RANDOM SEED=1208968135

node90.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.212
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.212
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1637548 kB
Buffers:         63684 kB
Cached:         231980 kB
SwapCached:          0 kB
Active:         207624 kB
Inactive:       145332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1637548 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2728 kB
Writeback:           0 kB
Mapped:          71500 kB
Slab:            50620 kB
Committed_AS:  1016012 kB
PageTables:       1920 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= 66296 MiB
End job on node90 at 2009-07-12 16:11:34