Trace number 1079069

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ESACUNSAT 28.9516 29.2399

DiagnosticValue
CHECKS39520
NODES20961

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg6-9_ext.xml
MD5SUMc9d9ea8ddcadf95a92e600c8dcfa9334
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark28.9516
Satisfiable
(Un)Satisfiability was proved
Number of variables54
Number of constraints15
Maximum constraint arity9
Maximum domain size26
Number of constraints which are defined in extension15
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=esac.xml
0.18/0.27	   
0.18/0.27	   instance
0.18/0.27	     name=HOME/instance-1079069-1215209284.xml
0.28/0.31	   
0.28/0.31	   domains being loaded...
0.28/0.31	   
0.28/0.31	   variables being loaded...
0.28/0.35	     nbVariables=54  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=1404
0.28/0.35	       =>  wckTime=0.106  cpuTime=0.1  mem=7M919
0.28/0.35	   
0.28/0.35	   relations being loaded...
0.28/0.39	   
0.28/0.39	   constraints being loaded...
0.38/0.46	   Too large in ConstraintConflictsSTructure
0.47/0.50	     nbConstraints=15  nbRelationTypes=2  nbGlobalConstraints=15  nbExtensionStructures=2
0.47/0.50	     nbSharedExtensionStructures=13  nbConflictsStructures=1  nbSharedConflictsStructures=8
0.47/0.50	     nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=0  minDegree=2  maxDegree=2  minArity=6  avgArity=7.2
0.47/0.50	     maxArity=9  nbGenerators=0  nbFusions=0  symmetryWckTime=0.039  symmetryCpuTime=0.02
0.47/0.50	       =>  wckTime=0.263  cpuTime=0.2  mem=16M6
0.47/0.55	   
0.47/0.55	   solver IterativeSystematicSolver being built... 
0.57/0.63	   
0.57/0.63	   INFO : Forward propagation technique limited 
0.67/0.70	       =>  wckTime=0.461  cpuTime=0.32  mem=20M801
0.78/0.86	   
0.78/0.86	   preprocessing
0.78/0.86	     nbConstraintChecks=0  nbValidityChecks=1146144  nbPropagations=1165  nbRevisions=0  nbUselessRevisions=0
0.78/0.86	     nbSingletonTests=62  nbEffectiveSingletonTests=0  nbACRemovals=49  nbFoundSingletons=0  nbRemovedValues=49
0.78/0.86	     detectedInconsistency=no
0.78/0.86	       =>  wckTime=0.152  cpuTime=0.12  mem=20M801
1.36/1.43	   
1.36/1.43	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=21M809)
28.90/29.22	   
28.90/29.22	   search
28.90/29.22	     run=15  nbConstraintChecks=39520  nbValidityChecks=263721135  minDepth=0  maxDepth=14  nbPropagations=3023354
28.90/29.22	     nbRevisions=0  nbUselessRevisions=0  nbAssignments=20961  nbFailedAssignments=9052  nbBacktracks=11790
28.90/29.22	     nbVisitedNodes=35501  nbRestartNogoods=132  nbSEliminables=0  nbREliminables=0.97  nbIEliminables=46.55
28.90/29.22	     nbDEliminables=0  nbPEliminables=0
28.90/29.22	       =>  wckTime=28.511  cpuTime=28.15  mem=21M809
28.90/29.22	   
28.90/29.22	   global
28.90/29.22	     nbConstraintChecks=39520  nbValidityChecks=264867279  nbPropagations=3024519  nbRestartNogoods=132
28.90/29.22	     solvingWckTime=28.514  solvingCpuTime=28.15  expiredTime=no  totalExploration=yes  nbFoundSolutions=0
28.90/29.22	     globalCpuTime=28.5
28.90/29.22	       =>  wckTime=28.977  cpuTime=28.47  mem=21M809
28.90/29.22	   
28.90/29.22	s UNSATISFIABLE
28.90/29.22	d NODES 20961
28.90/29.22	d CHECKS 39520
28.90/29.22	   
28.90/29.22	   totalWckTime=29.042  totalCpuTime=28.5

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1079069-1215209284/watcher-1079069-1215209284 -o /tmp/evaluation-result-1079069-1215209284/solver-1079069-1215209284 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1079069-1215209284.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.99 1.99 4/80 31220
/proc/meminfo: memFree=1637920/2055920 swapFree=4179464/4192956
[pid=31220] ppid=31218 vsize=140 CPUtime=0
/proc/31220/stat : 31220 (java) R 31218 31220 29597 0 -1 0 184 0 0 0 0 0 0 0 18 0 1 0 1999903293 143360 5 996147200 134512640 134550740 4294955968 18446744073709551615 8839456 0 0 4096 0 0 0 0 17 0 0 0
/proc/31220/statm: 37 20 14 9 0 3 0

[startup+0.0991511 s]
/proc/loadavg: 1.99 1.99 1.99 4/80 31220
/proc/meminfo: memFree=1637920/2055920 swapFree=4179464/4192956
[pid=31220] ppid=31218 vsize=865884 CPUtime=0.08
/proc/31220/stat : 31220 (java) S 31218 31220 29597 0 -1 0 3698 0 1 0 6 2 0 0 18 0 9 0 1999903293 886665216 3173 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31220/statm: 216471 3174 1685 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.101149 s]
/proc/loadavg: 1.99 1.99 1.99 4/80 31220
/proc/meminfo: memFree=1637920/2055920 swapFree=4179464/4192956
[pid=31220] ppid=31218 vsize=865884 CPUtime=0.08
/proc/31220/stat : 31220 (java) S 31218 31220 29597 0 -1 0 3726 0 1 0 6 2 0 0 18 0 9 0 1999903293 886665216 3192 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31220/statm: 216471 3193 1692 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301178 s]
/proc/loadavg: 1.99 1.99 1.99 4/80 31220
/proc/meminfo: memFree=1637920/2055920 swapFree=4179464/4192956
[pid=31220] ppid=31218 vsize=866284 CPUtime=0.28
/proc/31220/stat : 31220 (java) S 31218 31220 29597 0 -1 0 5999 0 1 0 24 4 0 0 18 0 9 0 1999903293 887074816 5373 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31220/statm: 216571 5373 1956 9 0 211099 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866284

[startup+0.701239 s]
/proc/loadavg: 1.99 1.99 1.99 4/80 31220
/proc/meminfo: memFree=1637920/2055920 swapFree=4179464/4192956
[pid=31220] ppid=31218 vsize=866928 CPUtime=0.67
/proc/31220/stat : 31220 (java) S 31218 31220 29597 0 -1 0 15416 267 1 0 60 7 0 0 18 0 9 0 1999903293 887734272 9897 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31220/statm: 216732 9897 2628 9 0 211238 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 866928

[startup+1.50234 s]
/proc/loadavg: 1.99 1.99 1.99 3/89 31233
/proc/meminfo: memFree=1606680/2055920 swapFree=4179464/4192956
[pid=31220] ppid=31218 vsize=866928 CPUtime=1.46
/proc/31220/stat : 31220 (java) S 31218 31220 29597 0 -1 0 15946 267 1 0 138 8 0 0 18 0 9 0 1999903293 887734272 10421 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31220/statm: 216732 10421 2631 9 0 211238 0
[pid=31220/tid=31222] ppid=31218 vsize=866928 CPUtime=1.21
/proc/31220/task/31222/stat : 31222 (java) R 31218 31220 29597 0 -1 64 11960 267 1 0 115 6 0 0 25 0 9 0 1999903294 887734272 10421 996147200 134512640 134550740 4294955968 18446744073709551615 4126791568 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31220/tid=31223] ppid=31218 vsize=866928 CPUtime=0.03
/proc/31220/task/31223/stat : 31223 (java) S 31218 31220 29597 0 -1 64 2610 267 0 0 3 0 0 0 17 0 9 0 1999903295 887734272 10421 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31220/tid=31224] ppid=31218 vsize=866928 CPUtime=0
/proc/31220/task/31224/stat : 31224 (java) S 31218 31220 29597 0 -1 64 16 267 0 0 0 0 0 0 17 0 9 0 1999903295 887734272 10421 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31220/tid=31225] ppid=31218 vsize=866928 CPUtime=0
/proc/31220/task/31225/stat : 31225 (java) S 31218 31220 29597 0 -1 64 9 267 0 0 0 0 0 0 16 0 9 0 1999903295 887734272 10421 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31220/tid=31226] ppid=31218 vsize=866928 CPUtime=0
/proc/31220/task/31226/stat : 31226 (java) S 31218 31220 29597 0 -1 64 1 267 0 0 0 0 0 0 23 0 9 0 1999903297 887734272 10421 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31220/tid=31227] ppid=31218 vsize=866928 CPUtime=0.18
/proc/31220/task/31227/stat : 31227 (java) S 31218 31220 29597 0 -1 64 539 267 0 0 18 0 0 0 15 0 9 0 1999903297 887734272 10421 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31220/tid=31228] ppid=31218 vsize=866928 CPUtime=0
/proc/31220/task/31228/stat : 31228 (java) S 31218 31220 29597 0 -1 64 1 267 0 0 0 0 0 0 24 0 9 0 1999903297 887734272 10421 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31220/tid=31229] ppid=31218 vsize=866928 CPUtime=0
/proc/31220/task/31229/stat : 31229 (java) S 31218 31220 29597 0 -1 64 0 267 0 0 0 0 0 0 15 0 9 0 1999903297 887734272 10421 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 866928

[startup+3.10256 s]
/proc/loadavg: 1.99 1.99 1.99 3/89 31233
/proc/meminfo: memFree=1606360/2055920 swapFree=4179464/4192956
[pid=31220] ppid=31218 vsize=867060 CPUtime=3.05
/proc/31220/stat : 31220 (java) S 31218 31220 29597 0 -1 0 15975 267 1 0 297 8 0 0 18 0 9 0 1999903293 887869440 10448 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31220/statm: 216765 10448 2631 9 0 211271 0
[pid=31220/tid=31222] ppid=31218 vsize=867060 CPUtime=2.79
/proc/31220/task/31222/stat : 31222 (java) R 31218 31220 29597 0 -1 64 11974 267 1 0 273 6 0 0 25 0 9 0 1999903294 887869440 10448 996147200 134512640 134550740 4294955968 18446744073709551615 4126749006 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31220/tid=31223] ppid=31218 vsize=867060 CPUtime=0.03
/proc/31220/task/31223/stat : 31223 (java) S 31218 31220 29597 0 -1 64 2610 267 0 0 3 0 0 0 17 0 9 0 1999903295 887869440 10448 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31220/tid=31224] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31224/stat : 31224 (java) S 31218 31220 29597 0 -1 64 16 267 0 0 0 0 0 0 17 0 9 0 1999903295 887869440 10448 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31220/tid=31225] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31225/stat : 31225 (java) S 31218 31220 29597 0 -1 64 9 267 0 0 0 0 0 0 16 0 9 0 1999903295 887869440 10448 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31220/tid=31226] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31226/stat : 31226 (java) S 31218 31220 29597 0 -1 64 1 267 0 0 0 0 0 0 23 0 9 0 1999903297 887869440 10448 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31220/tid=31227] ppid=31218 vsize=867060 CPUtime=0.2
/proc/31220/task/31227/stat : 31227 (java) S 31218 31220 29597 0 -1 64 554 267 0 0 20 0 0 0 15 0 9 0 1999903297 887869440 10448 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31220/tid=31228] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31228/stat : 31228 (java) S 31218 31220 29597 0 -1 64 1 267 0 0 0 0 0 0 24 0 9 0 1999903297 887869440 10448 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31220/tid=31229] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31229/stat : 31229 (java) S 31218 31220 29597 0 -1 64 0 267 0 0 0 0 0 0 15 0 9 0 1999903297 887869440 10448 996147200 134512640 134550740 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) 867060

[startup+6.30199 s]
/proc/loadavg: 1.99 1.99 1.99 3/89 31233
/proc/meminfo: memFree=1606104/2055920 swapFree=4179464/4192956
[pid=31220] ppid=31218 vsize=867060 CPUtime=6.22
/proc/31220/stat : 31220 (java) S 31218 31220 29597 0 -1 0 16000 267 1 0 614 8 0 0 18 0 9 0 1999903293 887869440 10469 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31220/statm: 216765 10469 2631 9 0 211271 0
[pid=31220/tid=31222] ppid=31218 vsize=867060 CPUtime=5.94
/proc/31220/task/31222/stat : 31222 (java) R 31218 31220 29597 0 -1 64 11991 267 1 0 588 6 0 0 17 0 9 0 1999903294 887869440 10469 996147200 134512640 134550740 4294955968 18446744073709551615 4126769554 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31220/tid=31223] ppid=31218 vsize=867060 CPUtime=0.03
/proc/31220/task/31223/stat : 31223 (java) S 31218 31220 29597 0 -1 64 2610 267 0 0 3 0 0 0 16 0 9 0 1999903295 887869440 10469 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31220/tid=31224] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31224/stat : 31224 (java) S 31218 31220 29597 0 -1 64 16 267 0 0 0 0 0 0 17 0 9 0 1999903295 887869440 10469 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31220/tid=31225] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31225/stat : 31225 (java) S 31218 31220 29597 0 -1 64 9 267 0 0 0 0 0 0 16 0 9 0 1999903295 887869440 10469 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31220/tid=31226] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31226/stat : 31226 (java) S 31218 31220 29597 0 -1 64 1 267 0 0 0 0 0 0 23 0 9 0 1999903297 887869440 10469 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31220/tid=31227] ppid=31218 vsize=867060 CPUtime=0.21
/proc/31220/task/31227/stat : 31227 (java) S 31218 31220 29597 0 -1 64 562 267 0 0 21 0 0 0 15 0 9 0 1999903297 887869440 10469 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31220/tid=31228] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31228/stat : 31228 (java) S 31218 31220 29597 0 -1 64 1 267 0 0 0 0 0 0 24 0 9 0 1999903297 887869440 10469 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31220/tid=31229] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31229/stat : 31229 (java) S 31218 31220 29597 0 -1 64 0 267 0 0 0 0 0 0 15 0 9 0 1999903297 887869440 10469 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867060

[startup+12.7028 s]
/proc/loadavg: 1.99 1.99 1.99 3/89 31233
/proc/meminfo: memFree=1605784/2055920 swapFree=4179464/4192956
[pid=31220] ppid=31218 vsize=867060 CPUtime=12.56
/proc/31220/stat : 31220 (java) S 31218 31220 29597 0 -1 0 16028 267 1 0 1248 8 0 0 18 0 9 0 1999903293 887869440 10496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31220/statm: 216765 10496 2631 9 0 211271 0
[pid=31220/tid=31222] ppid=31218 vsize=867060 CPUtime=12.28
/proc/31220/task/31222/stat : 31222 (java) R 31218 31220 29597 0 -1 64 12019 267 1 0 1222 6 0 0 25 0 9 0 1999903294 887869440 10496 996147200 134512640 134550740 4294955968 18446744073709551615 4126784526 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31220/tid=31223] ppid=31218 vsize=867060 CPUtime=0.03
/proc/31220/task/31223/stat : 31223 (java) S 31218 31220 29597 0 -1 64 2610 267 0 0 3 0 0 0 16 0 9 0 1999903295 887869440 10496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31220/tid=31224] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31224/stat : 31224 (java) S 31218 31220 29597 0 -1 64 16 267 0 0 0 0 0 0 17 0 9 0 1999903295 887869440 10496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31220/tid=31225] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31225/stat : 31225 (java) S 31218 31220 29597 0 -1 64 9 267 0 0 0 0 0 0 16 0 9 0 1999903295 887869440 10496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31220/tid=31226] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31226/stat : 31226 (java) S 31218 31220 29597 0 -1 64 1 267 0 0 0 0 0 0 23 0 9 0 1999903297 887869440 10496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31220/tid=31227] ppid=31218 vsize=867060 CPUtime=0.21
/proc/31220/task/31227/stat : 31227 (java) S 31218 31220 29597 0 -1 64 562 267 0 0 21 0 0 0 15 0 9 0 1999903297 887869440 10496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31220/tid=31228] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31228/stat : 31228 (java) S 31218 31220 29597 0 -1 64 1 267 0 0 0 0 0 0 24 0 9 0 1999903297 887869440 10496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31220/tid=31229] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31229/stat : 31229 (java) S 31218 31220 29597 0 -1 64 0 267 0 0 0 0 0 0 15 0 9 0 1999903297 887869440 10496 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867060

[startup+25.5016 s]
/proc/loadavg: 1.99 1.99 1.99 3/89 31233
/proc/meminfo: memFree=1605592/2055920 swapFree=4179464/4192956
[pid=31220] ppid=31218 vsize=867060 CPUtime=25.23
/proc/31220/stat : 31220 (java) S 31218 31220 29597 0 -1 0 16085 267 1 0 2515 8 0 0 18 0 9 0 1999903293 887869440 10553 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31220/statm: 216765 10553 2631 9 0 211271 0
[pid=31220/tid=31222] ppid=31218 vsize=867060 CPUtime=24.95
/proc/31220/task/31222/stat : 31222 (java) R 31218 31220 29597 0 -1 64 12076 267 1 0 2489 6 0 0 25 0 9 0 1999903294 887869440 10553 996147200 134512640 134550740 4294955968 18446744073709551615 4126748960 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31220/tid=31223] ppid=31218 vsize=867060 CPUtime=0.03
/proc/31220/task/31223/stat : 31223 (java) S 31218 31220 29597 0 -1 64 2610 267 0 0 3 0 0 0 16 0 9 0 1999903295 887869440 10553 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31220/tid=31224] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31224/stat : 31224 (java) S 31218 31220 29597 0 -1 64 16 267 0 0 0 0 0 0 17 0 9 0 1999903295 887869440 10553 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31220/tid=31225] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31225/stat : 31225 (java) S 31218 31220 29597 0 -1 64 9 267 0 0 0 0 0 0 16 0 9 0 1999903295 887869440 10553 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31220/tid=31226] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31226/stat : 31226 (java) S 31218 31220 29597 0 -1 64 1 267 0 0 0 0 0 0 23 0 9 0 1999903297 887869440 10553 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31220/tid=31227] ppid=31218 vsize=867060 CPUtime=0.21
/proc/31220/task/31227/stat : 31227 (java) S 31218 31220 29597 0 -1 64 562 267 0 0 21 0 0 0 15 0 9 0 1999903297 887869440 10553 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31220/tid=31228] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31228/stat : 31228 (java) S 31218 31220 29597 0 -1 64 1 267 0 0 0 0 0 0 24 0 9 0 1999903297 887869440 10553 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31220/tid=31229] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31229/stat : 31229 (java) S 31218 31220 29597 0 -1 64 0 267 0 0 0 0 0 0 15 0 9 0 1999903297 887869440 10553 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 867060

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

[startup+27.1028 s]
/proc/loadavg: 1.99 1.99 1.99 3/89 31233
/proc/meminfo: memFree=1605528/2055920 swapFree=4179464/4192956
[pid=31220] ppid=31218 vsize=867060 CPUtime=26.82
/proc/31220/stat : 31220 (java) S 31218 31220 29597 0 -1 0 16092 267 1 0 2674 8 0 0 18 0 9 0 1999903293 887869440 10560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31220/statm: 216765 10560 2631 9 0 211271 0
[pid=31220/tid=31222] ppid=31218 vsize=867060 CPUtime=26.54
/proc/31220/task/31222/stat : 31222 (java) R 31218 31220 29597 0 -1 64 12083 267 1 0 2648 6 0 0 25 0 9 0 1999903294 887869440 10560 996147200 134512640 134550740 4294955968 18446744073709551615 4126748751 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31220/tid=31223] ppid=31218 vsize=867060 CPUtime=0.03
/proc/31220/task/31223/stat : 31223 (java) S 31218 31220 29597 0 -1 64 2610 267 0 0 3 0 0 0 16 0 9 0 1999903295 887869440 10560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31220/tid=31224] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31224/stat : 31224 (java) S 31218 31220 29597 0 -1 64 16 267 0 0 0 0 0 0 17 0 9 0 1999903295 887869440 10560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31220/tid=31225] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31225/stat : 31225 (java) S 31218 31220 29597 0 -1 64 9 267 0 0 0 0 0 0 16 0 9 0 1999903295 887869440 10560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31220/tid=31226] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31226/stat : 31226 (java) S 31218 31220 29597 0 -1 64 1 267 0 0 0 0 0 0 23 0 9 0 1999903297 887869440 10560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31220/tid=31227] ppid=31218 vsize=867060 CPUtime=0.21
/proc/31220/task/31227/stat : 31227 (java) S 31218 31220 29597 0 -1 64 562 267 0 0 21 0 0 0 15 0 9 0 1999903297 887869440 10560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31220/tid=31228] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31228/stat : 31228 (java) S 31218 31220 29597 0 -1 64 1 267 0 0 0 0 0 0 24 0 9 0 1999903297 887869440 10560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31220/tid=31229] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31229/stat : 31229 (java) S 31218 31220 29597 0 -1 64 0 267 0 0 0 0 0 0 15 0 9 0 1999903297 887869440 10560 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 26.82
Current children cumulated vsize (KiB) 867060

[startup+27.9029 s]
/proc/loadavg: 1.99 1.99 1.99 3/89 31233
/proc/meminfo: memFree=1605528/2055920 swapFree=4179464/4192956
[pid=31220] ppid=31218 vsize=867060 CPUtime=27.61
/proc/31220/stat : 31220 (java) S 31218 31220 29597 0 -1 0 16095 267 1 0 2753 8 0 0 18 0 9 0 1999903293 887869440 10563 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31220/statm: 216765 10563 2631 9 0 211271 0
[pid=31220/tid=31222] ppid=31218 vsize=867060 CPUtime=27.33
/proc/31220/task/31222/stat : 31222 (java) R 31218 31220 29597 0 -1 64 12086 267 1 0 2727 6 0 0 25 0 9 0 1999903294 887869440 10563 996147200 134512640 134550740 4294955968 18446744073709551615 4126748854 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31220/tid=31223] ppid=31218 vsize=867060 CPUtime=0.03
/proc/31220/task/31223/stat : 31223 (java) S 31218 31220 29597 0 -1 64 2610 267 0 0 3 0 0 0 16 0 9 0 1999903295 887869440 10563 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31220/tid=31224] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31224/stat : 31224 (java) S 31218 31220 29597 0 -1 64 16 267 0 0 0 0 0 0 17 0 9 0 1999903295 887869440 10563 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31220/tid=31225] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31225/stat : 31225 (java) S 31218 31220 29597 0 -1 64 9 267 0 0 0 0 0 0 16 0 9 0 1999903295 887869440 10563 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31220/tid=31226] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31226/stat : 31226 (java) S 31218 31220 29597 0 -1 64 1 267 0 0 0 0 0 0 23 0 9 0 1999903297 887869440 10563 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31220/tid=31227] ppid=31218 vsize=867060 CPUtime=0.21
/proc/31220/task/31227/stat : 31227 (java) S 31218 31220 29597 0 -1 64 562 267 0 0 21 0 0 0 15 0 9 0 1999903297 887869440 10563 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31220/tid=31228] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31228/stat : 31228 (java) S 31218 31220 29597 0 -1 64 1 267 0 0 0 0 0 0 24 0 9 0 1999903297 887869440 10563 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31220/tid=31229] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31229/stat : 31229 (java) S 31218 31220 29597 0 -1 64 0 267 0 0 0 0 0 0 15 0 9 0 1999903297 887869440 10563 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.61
Current children cumulated vsize (KiB) 867060

[startup+28.703 s]
/proc/loadavg: 1.99 1.99 1.99 3/89 31233
/proc/meminfo: memFree=1605528/2055920 swapFree=4179464/4192956
[pid=31220] ppid=31218 vsize=867060 CPUtime=28.4
/proc/31220/stat : 31220 (java) S 31218 31220 29597 0 -1 0 16099 267 1 0 2832 8 0 0 18 0 9 0 1999903293 887869440 10567 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31220/statm: 216765 10567 2631 9 0 211271 0
[pid=31220/tid=31222] ppid=31218 vsize=867060 CPUtime=28.12
/proc/31220/task/31222/stat : 31222 (java) R 31218 31220 29597 0 -1 64 12090 267 1 0 2806 6 0 0 25 0 9 0 1999903294 887869440 10567 996147200 134512640 134550740 4294955968 18446744073709551615 4126738502 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31220/tid=31223] ppid=31218 vsize=867060 CPUtime=0.03
/proc/31220/task/31223/stat : 31223 (java) S 31218 31220 29597 0 -1 64 2610 267 0 0 3 0 0 0 16 0 9 0 1999903295 887869440 10567 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31220/tid=31224] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31224/stat : 31224 (java) S 31218 31220 29597 0 -1 64 16 267 0 0 0 0 0 0 17 0 9 0 1999903295 887869440 10567 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31220/tid=31225] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31225/stat : 31225 (java) S 31218 31220 29597 0 -1 64 9 267 0 0 0 0 0 0 16 0 9 0 1999903295 887869440 10567 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31220/tid=31226] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31226/stat : 31226 (java) S 31218 31220 29597 0 -1 64 1 267 0 0 0 0 0 0 23 0 9 0 1999903297 887869440 10567 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31220/tid=31227] ppid=31218 vsize=867060 CPUtime=0.21
/proc/31220/task/31227/stat : 31227 (java) S 31218 31220 29597 0 -1 64 562 267 0 0 21 0 0 0 16 0 9 0 1999903297 887869440 10567 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31220/tid=31228] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31228/stat : 31228 (java) S 31218 31220 29597 0 -1 64 1 267 0 0 0 0 0 0 24 0 9 0 1999903297 887869440 10567 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31220/tid=31229] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31229/stat : 31229 (java) S 31218 31220 29597 0 -1 64 0 267 0 0 0 0 0 0 15 0 9 0 1999903297 887869440 10567 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.4
Current children cumulated vsize (KiB) 867060

[startup+29.1021 s]
/proc/loadavg: 1.99 1.99 1.99 3/89 31233
/proc/meminfo: memFree=1605528/2055920 swapFree=4179464/4192956
[pid=31220] ppid=31218 vsize=867060 CPUtime=28.8
/proc/31220/stat : 31220 (java) S 31218 31220 29597 0 -1 0 16101 267 1 0 2872 8 0 0 18 0 9 0 1999903293 887869440 10569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31220/statm: 216765 10569 2631 9 0 211271 0
[pid=31220/tid=31222] ppid=31218 vsize=867060 CPUtime=28.52
/proc/31220/task/31222/stat : 31222 (java) R 31218 31220 29597 0 -1 64 12092 267 1 0 2846 6 0 0 25 0 9 0 1999903294 887869440 10569 996147200 134512640 134550740 4294955968 18446744073709551615 4126789440 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31220/tid=31223] ppid=31218 vsize=867060 CPUtime=0.03
/proc/31220/task/31223/stat : 31223 (java) S 31218 31220 29597 0 -1 64 2610 267 0 0 3 0 0 0 16 0 9 0 1999903295 887869440 10569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31220/tid=31224] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31224/stat : 31224 (java) S 31218 31220 29597 0 -1 64 16 267 0 0 0 0 0 0 17 0 9 0 1999903295 887869440 10569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31220/tid=31225] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31225/stat : 31225 (java) S 31218 31220 29597 0 -1 64 9 267 0 0 0 0 0 0 16 0 9 0 1999903295 887869440 10569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31220/tid=31226] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31226/stat : 31226 (java) S 31218 31220 29597 0 -1 64 1 267 0 0 0 0 0 0 23 0 9 0 1999903297 887869440 10569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31220/tid=31227] ppid=31218 vsize=867060 CPUtime=0.21
/proc/31220/task/31227/stat : 31227 (java) S 31218 31220 29597 0 -1 64 562 267 0 0 21 0 0 0 16 0 9 0 1999903297 887869440 10569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31220/tid=31228] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31228/stat : 31228 (java) S 31218 31220 29597 0 -1 64 1 267 0 0 0 0 0 0 24 0 9 0 1999903297 887869440 10569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31220/tid=31229] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31229/stat : 31229 (java) S 31218 31220 29597 0 -1 64 0 267 0 0 0 0 0 0 15 0 9 0 1999903297 887869440 10569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.8
Current children cumulated vsize (KiB) 867060

[startup+29.2021 s]
/proc/loadavg: 1.99 1.99 1.99 3/89 31233
/proc/meminfo: memFree=1605528/2055920 swapFree=4179464/4192956
[pid=31220] ppid=31218 vsize=867060 CPUtime=28.9
/proc/31220/stat : 31220 (java) S 31218 31220 29597 0 -1 0 16101 267 1 0 2882 8 0 0 18 0 9 0 1999903293 887869440 10569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31220/statm: 216765 10569 2631 9 0 211271 0
[pid=31220/tid=31222] ppid=31218 vsize=867060 CPUtime=28.62
/proc/31220/task/31222/stat : 31222 (java) R 31218 31220 29597 0 -1 64 12092 267 1 0 2856 6 0 0 25 0 9 0 1999903294 887869440 10569 996147200 134512640 134550740 4294955968 18446744073709551615 4126748708 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31220/tid=31223] ppid=31218 vsize=867060 CPUtime=0.03
/proc/31220/task/31223/stat : 31223 (java) S 31218 31220 29597 0 -1 64 2610 267 0 0 3 0 0 0 16 0 9 0 1999903295 887869440 10569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31220/tid=31224] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31224/stat : 31224 (java) S 31218 31220 29597 0 -1 64 16 267 0 0 0 0 0 0 17 0 9 0 1999903295 887869440 10569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31220/tid=31225] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31225/stat : 31225 (java) S 31218 31220 29597 0 -1 64 9 267 0 0 0 0 0 0 16 0 9 0 1999903295 887869440 10569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31220/tid=31226] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31226/stat : 31226 (java) S 31218 31220 29597 0 -1 64 1 267 0 0 0 0 0 0 23 0 9 0 1999903297 887869440 10569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31220/tid=31227] ppid=31218 vsize=867060 CPUtime=0.21
/proc/31220/task/31227/stat : 31227 (java) S 31218 31220 29597 0 -1 64 562 267 0 0 21 0 0 0 16 0 9 0 1999903297 887869440 10569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31220/tid=31228] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31228/stat : 31228 (java) S 31218 31220 29597 0 -1 64 1 267 0 0 0 0 0 0 24 0 9 0 1999903297 887869440 10569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31220/tid=31229] ppid=31218 vsize=867060 CPUtime=0
/proc/31220/task/31229/stat : 31229 (java) S 31218 31220 29597 0 -1 64 0 267 0 0 0 0 0 0 15 0 9 0 1999903297 887869440 10569 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 28.9
Current children cumulated vsize (KiB) 867060

Child status: 0
Real time (s): 29.2399
CPU time (s): 28.9516
CPU user time (s): 28.8486
CPU system time (s): 0.102984
CPU usage (%): 99.0141
Max. virtual memory (cumulated for all children) (KiB): 867060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.8486
system time used= 0.102984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16487
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= 1829
involuntary context switches= 2435

runsolver used 0.030995 second user time and 0.113982 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-05 00:08:04
IDJOB=1079069
IDBENCH=56859
IDSOLVER=364
FILE ID=node10/1079069-1215209284
PBS_JOBID= 7881685
Free space on /tmp= 66504 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg6-9_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1079069-1215209284/watcher-1079069-1215209284 -o /tmp/evaluation-result-1079069-1215209284/solver-1079069-1215209284 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-1079069-1215209284.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c9d9ea8ddcadf95a92e600c8dcfa9334
RANDOM SEED=1358248653

node10.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.229
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.229
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:       1638400 kB
Buffers:         62412 kB
Cached:         224760 kB
SwapCached:       7540 kB
Active:         262028 kB
Inactive:        96836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1638400 kB
SwapTotal:     4192956 kB
SwapFree:      4179464 kB
Dirty:            2152 kB
Writeback:           0 kB
Mapped:          85280 kB
Slab:            43540 kB
Committed_AS:  4193204 kB
PageTables:       2096 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= 66500 MiB
End job on node10 at 2008-07-05 00:08:34