Trace number 2095603

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 30.2024 30.5492

DiagnosticValue
CHECKS8643860
NODES6797

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-21-09.xml
MD5SUM0bc53c36f68ea6a14fb106d8ba5208f9
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 benchmark4.74428
Satisfiable
(Un)Satisfiability was proved
Number of variables366
Number of constraints3224
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension144
Number of constraints which are defined in intension3080
Global constraints used (with number of constraints)

Solver Data

0.04/0.09	
0.04/0.09	Abscon 112 (May, 2008)
0.18/0.27	
0.18/0.27	   configuration
0.18/0.27	     name=mac.xml
0.29/0.31	   
0.29/0.31	   instance
0.29/0.31	     name=HOME/instance-2095603-1247407811.xml
0.29/0.34	   
0.29/0.34	   domains being loaded...
0.29/0.35	   
0.29/0.35	   variables being loaded...
0.38/0.44	     nbVariables=366  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=9516
0.38/0.44	       =>  wckTime=0.173  cpuTime=0.13  mem=8M867
0.38/0.44	   
0.38/0.44	   relations being loaded...
0.48/0.50	   
0.48/0.50	   predicates being loaded...
0.48/0.57	   
0.48/0.57	   constraints being loaded...
1.17/1.28	   Too large in ConstraintConflictsSTructure
1.17/1.29	   Too large in ConstraintConflictsSTructure
2.84/3.00	     nbConstraints=3225  nbRelationTypes=6  nbGlobalConstraints=145  nbExtensionStructures=6
2.84/3.00	     nbSharedExtensionStructures=138  nbConflictsStructures=4  nbSharedConflictsStructures=120
2.84/3.00	     nbUnbuiltConflictsStructures=8  nbSharedBinaryRepresentations=0  nbEvaluationManagers=6
2.84/3.00	     nbSharedEvaluationManagers=3074  minDegree=14  maxDegree=143  minArity=3  avgArity=9.76  maxArity=356
2.84/3.00	     nbGenerators=1  nbFusions=0  symmetryWckTime=0.575  symmetryCpuTime=0.3
2.84/3.00	       =>  wckTime=2.725  cpuTime=2.07  mem=58M847
3.04/3.16	   
3.04/3.16	   solver IterativeSystematicSolver being built... 
3.64/3.71	   
3.64/3.71	   INFO : Forward propagation technique limited 
3.64/3.79	       =>  wckTime=3.515  cpuTime=2.46  mem=93M179
3.84/3.97	   
3.84/3.97	   preprocessing
3.84/3.97	     nbConstraintChecks=0  nbValidityChecks=783074  nbPropagations=392  nbRevisions=0  nbUselessRevisions=0
3.84/3.97	     nbRemovedValues=403  detectedInconsistency=no
3.84/3.97	       =>  wckTime=0.184  cpuTime=0.16  mem=95M154
8.89/9.05	   
8.89/9.05	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=97M162)
30.08/30.47	   
30.08/30.47	   search
30.08/30.47	     run=10  nbConstraintChecks=8643858  nbValidityChecks=57909368  minDepth=11  maxDepth=366  nbPropagations=333959
30.08/30.47	     nbRevisions=11212636  nbUselessRevisions=11211691  nbAssignments=6797  nbFailedAssignments=1308  nbBacktracks=2878
30.08/30.47	     nbVisitedNodes=8901  nbRestartNogoods=174  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=52.28
30.08/30.47	     nbIEliminables=259.6  nbDEliminables=0  nbPEliminables=0
30.08/30.47	       =>  wckTime=26.681  cpuTime=26.3  mem=97M162
30.08/30.47	   
30.08/30.47	   global
30.08/30.47	     nbConstraintChecks=8643858  nbValidityChecks=58692442  nbPropagations=334351  nbRevisions=11212636
30.08/30.47	     nbUselessRevisions=11211691  nbRestartNogoods=174  solvingWckTime=26.684  solvingCpuTime=26.3  expiredTime=no
30.08/30.47	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=28.75  globalCpuTime=28.81
30.08/30.47	       =>  wckTime=30.203  cpuTime=28.76  mem=97M162
30.08/30.47	   
30.08/30.47	s SATISFIABLE
30.08/30.47	v 0 19 11 0 18 2 0 17 8 1 20 15 18 4 19 0 21 8 0 17 24 20 18 20 0 11 17 4 19 0 8 11 1 20 8 11 19 8 13 2 7 8 13 0 1 14 0 19 12 0 13 0 6 14 7 4 0 17 10 4 13 18 11 0 13 6 4 19 0 12 4 13 3 18 15 14 14 13 18 19 14 13 24 15 14 4 19 1 0 8 17 3 18 0 14 12 0 20 21 4 19 0 20 13 19 8 13 2 20 17 17 4 3 1 14 20 11 4 6 17 8 19 19 24 12 0 13 18 18 0 13 19 0 12 14 0 13 3 0 7 11 8 0 19 0 18 19 4 3 8 14 2 4 18 0 13 0 6 0 8 13 3 4 11 0 24 2 4 0 18 4 12 1 0 21 4 8 13 18 4 15 0 11 5 17 0 12 4 22 4 0 10 8 13 10 18 7 8 4 3 7 0 8 19 8 5 0 11 18 4 18 19 20 12 15 0 6 4 12 0 17 18 7 1 0 11 11 4 3 4 0 17 13 9 14 13 0 18 12 0 20 11 7 4 2 0 19 4 10 4 24 4 3 1 0 17 13 0 1 0 18 4 11 0 19 4 2 0 17 4 24 2 0 13 0 1 14 17 19 0 11 11 24 2 0 19 4 17 15 0 17 8 18 24 22 2 0 17 8 3 18 0 11 4 12 7 4 13 1 0 13 4 11 0 6 19 14 4 13 0 8 11 8 18 0 0 2 2 14 11 11 8 3 4 19 17 8 20 13 4 0 15 0 2 4 0 17 11 4 13 4 0 11 3 4 17 7 0 6 4 17 11 4 0 21 4 
30.08/30.47	d NODES 6797
30.08/30.48	d CHECKS 8643858
30.08/30.48	   
30.08/30.48	   totalWckTime=30.277  totalCpuTime=28.82

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-2095603-1247407811/watcher-2095603-1247407811 -o /tmp/evaluation-result-2095603-1247407811/solver-2095603-1247407811 -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-2095603-1247407811.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.00 2.01 2.00 3/80 29736
/proc/meminfo: memFree=1147528/2055920 swapFree=4192812/4192956
[pid=29736] ppid=29734 vsize=18576 CPUtime=0
/proc/29736/stat : 29736 (runsolver) R 29734 29736 28528 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 27844904 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 258939088167 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/29736/statm: 4644 284 249 26 0 2626 0

[startup+0.0549331 s]
/proc/loadavg: 2.00 2.01 2.00 3/80 29736
/proc/meminfo: memFree=1147528/2055920 swapFree=4192812/4192956
[pid=29736] ppid=29734 vsize=863616 CPUtime=0.04
/proc/29736/stat : 29736 (java) S 29734 29736 28528 0 -1 0 2429 0 1 0 3 1 0 0 18 0 9 0 27844904 884342784 2000 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29736/statm: 215904 2000 909 9 0 210819 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 863616

[startup+0.102939 s]
/proc/loadavg: 2.00 2.01 2.00 3/80 29736
/proc/meminfo: memFree=1147528/2055920 swapFree=4192812/4192956
[pid=29736] ppid=29734 vsize=865984 CPUtime=0.09
/proc/29736/stat : 29736 (java) S 29734 29736 28528 0 -1 0 3726 0 1 0 7 2 0 0 18 0 9 0 27844904 886767616 3194 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29736/statm: 216496 3194 1695 9 0 210981 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.302978 s]
/proc/loadavg: 2.00 2.01 2.00 3/80 29736
/proc/meminfo: memFree=1147528/2055920 swapFree=4192812/4192956
[pid=29736] ppid=29734 vsize=866300 CPUtime=0.29
/proc/29736/stat : 29736 (java) S 29734 29736 28528 0 -1 0 5713 0 1 0 25 4 0 0 18 0 9 0 27844904 887091200 5116 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29736/statm: 216575 5116 1928 9 0 211053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866300

[startup+0.701061 s]
/proc/loadavg: 2.00 2.01 2.00 3/80 29736
/proc/meminfo: memFree=1147528/2055920 swapFree=4192812/4192956
[pid=29736] ppid=29734 vsize=867156 CPUtime=0.68
/proc/29736/stat : 29736 (java) S 29734 29736 28528 0 -1 0 9398 0 1 0 61 7 0 0 18 0 9 0 27844904 887967744 8752 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29736/statm: 216789 8752 2037 9 0 211225 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867156

[startup+1.5012 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 29745
/proc/meminfo: memFree=1103488/2055920 swapFree=4192812/4192956
[pid=29736] ppid=29734 vsize=867692 CPUtime=1.47
/proc/29736/stat : 29736 (java) S 29734 29736 28528 0 -1 0 18899 0 1 0 135 12 0 0 18 0 9 0 27844904 888516608 18225 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29736/statm: 216923 18225 2033 9 0 211381 0
[pid=29736/tid=29738] ppid=29734 vsize=867692 CPUtime=1.17
/proc/29736/task/29738/stat : 29738 (java) R 29734 29736 28528 0 -1 64 15837 0 1 0 107 10 0 0 25 0 9 0 27844906 888516608 18225 996147200 134512640 134550932 4294955968 18446744073709551615 4126763074 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29739] ppid=29734 vsize=867692 CPUtime=0.04
/proc/29736/task/29739/stat : 29739 (java) S 29734 29736 28528 0 -1 64 1650 0 0 0 4 0 0 0 16 0 9 0 27844907 888516608 18225 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29740] ppid=29734 vsize=867692 CPUtime=0
/proc/29736/task/29740/stat : 29740 (java) S 29734 29736 28528 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27844907 888516608 18225 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29741] ppid=29734 vsize=867692 CPUtime=0
/proc/29736/task/29741/stat : 29741 (java) S 29734 29736 28528 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27844907 888516608 18225 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29742] ppid=29734 vsize=867692 CPUtime=0
/proc/29736/task/29742/stat : 29742 (java) S 29734 29736 28528 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 27844909 888516608 18225 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29743] ppid=29734 vsize=867692 CPUtime=0.22
/proc/29736/task/29743/stat : 29743 (java) S 29734 29736 28528 0 -1 64 709 0 0 0 22 0 0 0 15 0 9 0 27844909 888516608 18225 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29744] ppid=29734 vsize=867692 CPUtime=0
/proc/29736/task/29744/stat : 29744 (java) S 29734 29736 28528 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27844910 888516608 18225 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29745] ppid=29734 vsize=867692 CPUtime=0
/proc/29736/task/29745/stat : 29745 (java) S 29734 29736 28528 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27844910 888516608 18225 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) 867692

[startup+3.10249 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 29745
/proc/meminfo: memFree=1067072/2055920 swapFree=4192812/4192956
[pid=29736] ppid=29734 vsize=868160 CPUtime=3.04
/proc/29736/stat : 29736 (java) S 29734 29736 28528 0 -1 0 32266 824 1 0 253 28 23 0 18 0 10 0 27844904 888995840 22223 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29736/statm: 217040 22223 2120 9 0 211498 0
[pid=29736/tid=29738] ppid=29734 vsize=868160 CPUtime=2.51
/proc/29736/task/29738/stat : 29738 (java) R 29734 29736 28528 0 -1 64 18304 824 1 0 205 23 23 0 23 0 10 0 27844906 888995840 22223 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29739] ppid=29734 vsize=868160 CPUtime=0.44
/proc/29736/task/29739/stat : 29739 (java) R 29734 29736 28528 0 -1 64 12269 824 0 0 19 2 23 0 17 0 10 0 27844907 888995840 22223 996147200 134512640 134550932 4294955968 18446744073709551615 104065473 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29740] ppid=29734 vsize=868160 CPUtime=0.23
/proc/29736/task/29740/stat : 29740 (java) S 29734 29736 28528 0 -1 64 16 824 0 0 0 0 23 0 16 0 10 0 27844907 888995840 22223 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29741] ppid=29734 vsize=868160 CPUtime=0.23
/proc/29736/task/29741/stat : 29741 (java) S 29734 29736 28528 0 -1 64 5 824 0 0 0 0 23 0 16 0 10 0 27844907 888995840 22223 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29742] ppid=29734 vsize=868160 CPUtime=0.23
/proc/29736/task/29742/stat : 29742 (java) S 29734 29736 28528 0 -1 64 2 824 0 0 0 0 23 0 18 0 10 0 27844909 888995840 22223 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29743] ppid=29734 vsize=868160 CPUtime=0.51
/proc/29736/task/29743/stat : 29743 (java) S 29734 29736 28528 0 -1 64 857 824 0 0 28 0 23 0 15 0 10 0 27844909 888995840 22223 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29744] ppid=29734 vsize=868160 CPUtime=0.23
/proc/29736/task/29744/stat : 29744 (java) S 29734 29736 28528 0 -1 64 1 824 0 0 0 0 23 0 19 0 10 0 27844910 888995840 22223 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29745] ppid=29734 vsize=868160 CPUtime=0.23
/proc/29736/task/29745/stat : 29745 (java) S 29734 29736 28528 0 -1 64 13 824 0 0 0 0 23 0 15 0 10 0 27844910 888995840 22223 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 868160

[startup+6.30107 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 29749
/proc/meminfo: memFree=1021760/2055920 swapFree=4192812/4192956
[pid=29736] ppid=29734 vsize=868196 CPUtime=6.22
/proc/29736/stat : 29736 (java) S 29734 29736 28528 0 -1 0 54020 949 1 0 561 37 23 1 18 0 9 0 27844904 889032704 33885 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29736/statm: 217049 33885 2661 9 0 211485 0
[pid=29736/tid=29738] ppid=29734 vsize=868196 CPUtime=5.31
/proc/29736/task/29738/stat : 29738 (java) R 29734 29736 28528 0 -1 64 26724 949 1 0 482 25 23 1 25 0 9 0 27844906 889032704 33885 996147200 134512640 134550932 4294955968 18446744073709551615 4127266563 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29739] ppid=29734 vsize=868196 CPUtime=0.69
/proc/29736/task/29739/stat : 29739 (java) S 29734 29736 28528 0 -1 64 25408 949 0 0 37 8 23 1 17 0 9 0 27844907 889032704 33885 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29740] ppid=29734 vsize=868196 CPUtime=0.24
/proc/29736/task/29740/stat : 29740 (java) S 29734 29736 28528 0 -1 64 20 949 0 0 0 0 23 1 16 0 9 0 27844907 889032704 33885 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29741] ppid=29734 vsize=868196 CPUtime=0.24
/proc/29736/task/29741/stat : 29741 (java) S 29734 29736 28528 0 -1 64 9 949 0 0 0 0 23 1 15 0 9 0 27844907 889032704 33885 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29742] ppid=29734 vsize=868196 CPUtime=0.24
/proc/29736/task/29742/stat : 29742 (java) S 29734 29736 28528 0 -1 64 2 949 0 0 0 0 23 1 18 0 9 0 27844909 889032704 33885 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29743] ppid=29734 vsize=868196 CPUtime=0.65
/proc/29736/task/29743/stat : 29743 (java) S 29734 29736 28528 0 -1 64 1015 949 0 0 40 1 23 1 16 0 9 0 27844909 889032704 33885 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29744] ppid=29734 vsize=868196 CPUtime=0.24
/proc/29736/task/29744/stat : 29744 (java) S 29734 29736 28528 0 -1 64 1 949 0 0 0 0 23 1 19 0 9 0 27844910 889032704 33885 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29745] ppid=29734 vsize=868196 CPUtime=0.24
/proc/29736/task/29745/stat : 29745 (java) S 29734 29736 28528 0 -1 64 39 949 0 0 0 0 23 1 15 0 9 0 27844910 889032704 33885 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) 868196

[startup+12.7012 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 29749
/proc/meminfo: memFree=1021632/2055920 swapFree=4192812/4192956
[pid=29736] ppid=29734 vsize=868196 CPUtime=12.55
/proc/29736/stat : 29736 (java) S 29734 29736 28528 0 -1 0 54068 949 1 0 1194 37 23 1 18 0 9 0 27844904 889032704 33901 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29736/statm: 217049 33901 2661 9 0 211485 0
[pid=29736/tid=29738] ppid=29734 vsize=868196 CPUtime=11.61
/proc/29736/task/29738/stat : 29738 (java) R 29734 29736 28528 0 -1 64 26730 949 1 0 1112 25 23 1 25 0 9 0 27844906 889032704 33901 996147200 134512640 134550932 4294955968 18446744073709551615 4127341863 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29739] ppid=29734 vsize=868196 CPUtime=0.69
/proc/29736/task/29739/stat : 29739 (java) S 29734 29736 28528 0 -1 64 25408 949 0 0 37 8 23 1 16 0 9 0 27844907 889032704 33901 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29740] ppid=29734 vsize=868196 CPUtime=0.24
/proc/29736/task/29740/stat : 29740 (java) S 29734 29736 28528 0 -1 64 20 949 0 0 0 0 23 1 16 0 9 0 27844907 889032704 33901 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29741] ppid=29734 vsize=868196 CPUtime=0.24
/proc/29736/task/29741/stat : 29741 (java) S 29734 29736 28528 0 -1 64 9 949 0 0 0 0 23 1 15 0 9 0 27844907 889032704 33901 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29742] ppid=29734 vsize=868196 CPUtime=0.24
/proc/29736/task/29742/stat : 29742 (java) S 29734 29736 28528 0 -1 64 2 949 0 0 0 0 23 1 18 0 9 0 27844909 889032704 33901 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29743] ppid=29734 vsize=868196 CPUtime=0.68
/proc/29736/task/29743/stat : 29743 (java) S 29734 29736 28528 0 -1 64 1057 949 0 0 43 1 23 1 17 0 9 0 27844909 889032704 33901 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29744] ppid=29734 vsize=868196 CPUtime=0.24
/proc/29736/task/29744/stat : 29744 (java) S 29734 29736 28528 0 -1 64 1 949 0 0 0 0 23 1 19 0 9 0 27844910 889032704 33901 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29745] ppid=29734 vsize=868196 CPUtime=0.24
/proc/29736/task/29745/stat : 29745 (java) S 29734 29736 28528 0 -1 64 39 949 0 0 0 0 23 1 15 0 9 0 27844910 889032704 33901 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) 868196

[startup+25.5026 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 29749
/proc/meminfo: memFree=1021696/2055920 swapFree=4192812/4192956
[pid=29736] ppid=29734 vsize=868196 CPUtime=25.23
/proc/29736/stat : 29736 (java) S 29734 29736 28528 0 -1 0 54079 949 1 0 2462 37 23 1 18 0 9 0 27844904 889032704 33905 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29736/statm: 217049 33905 2661 9 0 211485 0
[pid=29736/tid=29738] ppid=29734 vsize=868196 CPUtime=24.29
/proc/29736/task/29738/stat : 29738 (java) R 29734 29736 28528 0 -1 64 26732 949 1 0 2379 26 23 1 25 0 9 0 27844906 889032704 33905 996147200 134512640 134550932 4294955968 18446744073709551615 4127300224 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29739] ppid=29734 vsize=868196 CPUtime=0.69
/proc/29736/task/29739/stat : 29739 (java) S 29734 29736 28528 0 -1 64 25408 949 0 0 37 8 23 1 16 0 9 0 27844907 889032704 33905 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29740] ppid=29734 vsize=868196 CPUtime=0.24
/proc/29736/task/29740/stat : 29740 (java) S 29734 29736 28528 0 -1 64 20 949 0 0 0 0 23 1 16 0 9 0 27844907 889032704 33905 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29741] ppid=29734 vsize=868196 CPUtime=0.24
/proc/29736/task/29741/stat : 29741 (java) S 29734 29736 28528 0 -1 64 9 949 0 0 0 0 23 1 15 0 9 0 27844907 889032704 33905 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29742] ppid=29734 vsize=868196 CPUtime=0.24
/proc/29736/task/29742/stat : 29742 (java) S 29734 29736 28528 0 -1 64 2 949 0 0 0 0 23 1 18 0 9 0 27844909 889032704 33905 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29743] ppid=29734 vsize=868196 CPUtime=0.7
/proc/29736/task/29743/stat : 29743 (java) S 29734 29736 28528 0 -1 64 1066 949 0 0 45 1 23 1 16 0 9 0 27844909 889032704 33905 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29744] ppid=29734 vsize=868196 CPUtime=0.24
/proc/29736/task/29744/stat : 29744 (java) S 29734 29736 28528 0 -1 64 1 949 0 0 0 0 23 1 19 0 9 0 27844910 889032704 33905 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29745] ppid=29734 vsize=868196 CPUtime=0.24
/proc/29736/task/29745/stat : 29745 (java) S 29734 29736 28528 0 -1 64 39 949 0 0 0 0 23 1 15 0 9 0 27844910 889032704 33905 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) 868196

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

[startup+28.7021 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 29749
/proc/meminfo: memFree=1021760/2055920 swapFree=4192812/4192956
[pid=29736] ppid=29734 vsize=868196 CPUtime=28.4
/proc/29736/stat : 29736 (java) S 29734 29736 28528 0 -1 0 54080 949 1 0 2779 37 23 1 18 0 9 0 27844904 889032704 33905 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29736/statm: 217049 33905 2661 9 0 211485 0
[pid=29736/tid=29738] ppid=29734 vsize=868196 CPUtime=27.46
/proc/29736/task/29738/stat : 29738 (java) R 29734 29736 28528 0 -1 64 26733 949 1 0 2696 26 23 1 25 0 9 0 27844906 889032704 33905 996147200 134512640 134550932 4294955968 18446744073709551615 4127339845 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29739] ppid=29734 vsize=868196 CPUtime=0.69
/proc/29736/task/29739/stat : 29739 (java) S 29734 29736 28528 0 -1 64 25408 949 0 0 37 8 23 1 16 0 9 0 27844907 889032704 33905 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29740] ppid=29734 vsize=868196 CPUtime=0.24
/proc/29736/task/29740/stat : 29740 (java) S 29734 29736 28528 0 -1 64 20 949 0 0 0 0 23 1 16 0 9 0 27844907 889032704 33905 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29741] ppid=29734 vsize=868196 CPUtime=0.24
/proc/29736/task/29741/stat : 29741 (java) S 29734 29736 28528 0 -1 64 9 949 0 0 0 0 23 1 15 0 9 0 27844907 889032704 33905 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29742] ppid=29734 vsize=868196 CPUtime=0.24
/proc/29736/task/29742/stat : 29742 (java) S 29734 29736 28528 0 -1 64 2 949 0 0 0 0 23 1 18 0 9 0 27844909 889032704 33905 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29743] ppid=29734 vsize=868196 CPUtime=0.7
/proc/29736/task/29743/stat : 29743 (java) S 29734 29736 28528 0 -1 64 1066 949 0 0 45 1 23 1 16 0 9 0 27844909 889032704 33905 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29744] ppid=29734 vsize=868196 CPUtime=0.24
/proc/29736/task/29744/stat : 29744 (java) S 29734 29736 28528 0 -1 64 1 949 0 0 0 0 23 1 19 0 9 0 27844910 889032704 33905 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29745] ppid=29734 vsize=868196 CPUtime=0.24
/proc/29736/task/29745/stat : 29745 (java) S 29734 29736 28528 0 -1 64 39 949 0 0 0 0 23 1 15 0 9 0 27844910 889032704 33905 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) 868196

[startup+29.5023 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 29749
/proc/meminfo: memFree=1021760/2055920 swapFree=4192812/4192956
[pid=29736] ppid=29734 vsize=868196 CPUtime=29.19
/proc/29736/stat : 29736 (java) S 29734 29736 28528 0 -1 0 54080 949 1 0 2858 37 23 1 18 0 9 0 27844904 889032704 33905 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29736/statm: 217049 33905 2661 9 0 211485 0
[pid=29736/tid=29738] ppid=29734 vsize=868196 CPUtime=28.25
/proc/29736/task/29738/stat : 29738 (java) R 29734 29736 28528 0 -1 64 26733 949 1 0 2775 26 23 1 25 0 9 0 27844906 889032704 33905 996147200 134512640 134550932 4294955968 18446744073709551615 4127341910 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29739] ppid=29734 vsize=868196 CPUtime=0.69
/proc/29736/task/29739/stat : 29739 (java) S 29734 29736 28528 0 -1 64 25408 949 0 0 37 8 23 1 16 0 9 0 27844907 889032704 33905 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29740] ppid=29734 vsize=868196 CPUtime=0.24
/proc/29736/task/29740/stat : 29740 (java) S 29734 29736 28528 0 -1 64 20 949 0 0 0 0 23 1 16 0 9 0 27844907 889032704 33905 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29741] ppid=29734 vsize=868196 CPUtime=0.24
/proc/29736/task/29741/stat : 29741 (java) S 29734 29736 28528 0 -1 64 9 949 0 0 0 0 23 1 15 0 9 0 27844907 889032704 33905 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29742] ppid=29734 vsize=868196 CPUtime=0.24
/proc/29736/task/29742/stat : 29742 (java) S 29734 29736 28528 0 -1 64 2 949 0 0 0 0 23 1 18 0 9 0 27844909 889032704 33905 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29743] ppid=29734 vsize=868196 CPUtime=0.7
/proc/29736/task/29743/stat : 29743 (java) S 29734 29736 28528 0 -1 64 1066 949 0 0 45 1 23 1 16 0 9 0 27844909 889032704 33905 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29744] ppid=29734 vsize=868196 CPUtime=0.24
/proc/29736/task/29744/stat : 29744 (java) S 29734 29736 28528 0 -1 64 1 949 0 0 0 0 23 1 19 0 9 0 27844910 889032704 33905 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29745] ppid=29734 vsize=868196 CPUtime=0.24
/proc/29736/task/29745/stat : 29745 (java) S 29734 29736 28528 0 -1 64 39 949 0 0 0 0 23 1 15 0 9 0 27844910 889032704 33905 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 29.19
Current children cumulated vsize (KiB) 868196

[startup+30.3024 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 29749
/proc/meminfo: memFree=1021760/2055920 swapFree=4192812/4192956
[pid=29736] ppid=29734 vsize=868196 CPUtime=29.98
/proc/29736/stat : 29736 (java) S 29734 29736 28528 0 -1 0 54081 949 1 0 2937 37 23 1 18 0 9 0 27844904 889032704 33906 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29736/statm: 217049 33906 2661 9 0 211485 0
[pid=29736/tid=29738] ppid=29734 vsize=868196 CPUtime=29.04
/proc/29736/task/29738/stat : 29738 (java) R 29734 29736 28528 0 -1 64 26733 949 1 0 2854 26 23 1 25 0 9 0 27844906 889032704 33906 996147200 134512640 134550932 4294955968 18446744073709551615 4127266551 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29739] ppid=29734 vsize=868196 CPUtime=0.69
/proc/29736/task/29739/stat : 29739 (java) S 29734 29736 28528 0 -1 64 25408 949 0 0 37 8 23 1 16 0 9 0 27844907 889032704 33906 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29740] ppid=29734 vsize=868196 CPUtime=0.24
/proc/29736/task/29740/stat : 29740 (java) S 29734 29736 28528 0 -1 64 20 949 0 0 0 0 23 1 16 0 9 0 27844907 889032704 33906 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29741] ppid=29734 vsize=868196 CPUtime=0.24
/proc/29736/task/29741/stat : 29741 (java) S 29734 29736 28528 0 -1 64 9 949 0 0 0 0 23 1 15 0 9 0 27844907 889032704 33906 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29742] ppid=29734 vsize=868196 CPUtime=0.24
/proc/29736/task/29742/stat : 29742 (java) S 29734 29736 28528 0 -1 64 2 949 0 0 0 0 23 1 18 0 9 0 27844909 889032704 33906 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29743] ppid=29734 vsize=868196 CPUtime=0.7
/proc/29736/task/29743/stat : 29743 (java) S 29734 29736 28528 0 -1 64 1067 949 0 0 45 1 23 1 16 0 9 0 27844909 889032704 33906 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29744] ppid=29734 vsize=868196 CPUtime=0.24
/proc/29736/task/29744/stat : 29744 (java) S 29734 29736 28528 0 -1 64 1 949 0 0 0 0 23 1 19 0 9 0 27844910 889032704 33906 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29745] ppid=29734 vsize=868196 CPUtime=0.24
/proc/29736/task/29745/stat : 29745 (java) S 29734 29736 28528 0 -1 64 39 949 0 0 0 0 23 1 15 0 9 0 27844910 889032704 33906 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 29.98
Current children cumulated vsize (KiB) 868196

[startup+30.5025 s]
/proc/loadavg: 2.00 2.01 2.00 3/89 29749
/proc/meminfo: memFree=1021760/2055920 swapFree=4192812/4192956
[pid=29736] ppid=29734 vsize=868196 CPUtime=30.16
/proc/29736/stat : 29736 (java) S 29734 29736 28528 0 -1 0 54085 949 1 0 2955 37 23 1 18 0 9 0 27844904 889032704 33908 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29736/statm: 217049 33908 2661 9 0 211485 0
[pid=29736/tid=29738] ppid=29734 vsize=868196 CPUtime=29.22
/proc/29736/task/29738/stat : 29738 (java) S 29734 29736 28528 0 -1 64 26737 949 1 0 2872 26 23 1 25 0 9 0 27844906 889032704 33908 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29739] ppid=29734 vsize=868196 CPUtime=0.69
/proc/29736/task/29739/stat : 29739 (java) S 29734 29736 28528 0 -1 64 25408 949 0 0 37 8 23 1 17 0 9 0 27844907 889032704 33908 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29740] ppid=29734 vsize=868196 CPUtime=0.24
/proc/29736/task/29740/stat : 29740 (java) S 29734 29736 28528 0 -1 64 20 949 0 0 0 0 23 1 16 0 9 0 27844907 889032704 33908 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29741] ppid=29734 vsize=868196 CPUtime=0.24
/proc/29736/task/29741/stat : 29741 (java) S 29734 29736 28528 0 -1 64 9 949 0 0 0 0 23 1 15 0 9 0 27844907 889032704 33908 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29742] ppid=29734 vsize=868196 CPUtime=0.24
/proc/29736/task/29742/stat : 29742 (java) S 29734 29736 28528 0 -1 64 2 949 0 0 0 0 23 1 18 0 9 0 27844909 889032704 33908 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29743] ppid=29734 vsize=868196 CPUtime=0.7
/proc/29736/task/29743/stat : 29743 (java) S 29734 29736 28528 0 -1 64 1067 949 0 0 45 1 23 1 16 0 9 0 27844909 889032704 33908 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29744] ppid=29734 vsize=868196 CPUtime=0.24
/proc/29736/task/29744/stat : 29744 (java) S 29734 29736 28528 0 -1 64 1 949 0 0 0 0 23 1 19 0 9 0 27844910 889032704 33908 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29736/tid=29745] ppid=29734 vsize=868196 CPUtime=0.24
/proc/29736/task/29745/stat : 29745 (java) S 29734 29736 28528 0 -1 64 39 949 0 0 0 0 23 1 15 0 9 0 27844910 889032704 33908 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.16
Current children cumulated vsize (KiB) 868196

Child status: 0
Real time (s): 30.5492
CPU time (s): 30.2024
CPU user time (s): 29.7885
CPU system time (s): 0.413937
CPU usage (%): 98.8648
Max. virtual memory (cumulated for all children) (KiB): 868196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.7885
system time used= 0.413937
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55063
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= 2687
involuntary context switches= 3411

runsolver used 0.034994 second user time and 0.111982 second system time

The end

Launcher Data

Begin job on node45 at 2009-07-12 16:10:11
IDJOB=2095603
IDBENCH=55461
IDSOLVER=773
FILE ID=node45/2095603-1247407811
PBS_JOBID= 9510553
Free space on /tmp= 66456 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-21-09.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-2095603-1247407811/watcher-2095603-1247407811 -o /tmp/evaluation-result-2095603-1247407811/solver-2095603-1247407811 -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-2095603-1247407811.xml

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

MD5SUM BENCH= 0bc53c36f68ea6a14fb106d8ba5208f9
RANDOM SEED=76153264

node45.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.281
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.281
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:       1148008 kB
Buffers:         38912 kB
Cached:         124492 kB
SwapCached:          0 kB
Active:         780904 kB
Inactive:        69568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1148008 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3136 kB
Writeback:           0 kB
Mapped:         707552 kB
Slab:            41404 kB
Committed_AS:  1004048 kB
PageTables:       3076 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= 66452 MiB
End job on node45 at 2009-07-12 16:10:42