Trace number 2095390

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 220.572 222.708

DiagnosticValue
CHECKS350213
NODES150889

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg6-9_ext.xml
MD5SUMc367c15edeba734010a480930fd76347
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 benchmark212.581
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

0.03/0.09	
0.03/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=esac.xml
0.27/0.31	   
0.27/0.31	   instance
0.27/0.31	     name=HOME/instance-2095390-1247407541.xml
0.27/0.34	   
0.27/0.34	   domains being loaded...
0.27/0.35	   
0.27/0.35	   variables being loaded...
0.27/0.39	     nbVariables=54  nbDomainTypes=1  minDomainSize=26  maxDomainSize=26  nbTotalValues=1404
0.27/0.39	       =>  wckTime=0.121  cpuTime=0.1  mem=7M892
0.27/0.39	   
0.27/0.39	   relations being loaded...
0.37/0.45	   
0.37/0.45	   constraints being loaded...
0.47/0.53	   Too large in ConstraintConflictsSTructure
0.47/0.57	     nbConstraints=15  nbRelationTypes=2  nbGlobalConstraints=15  nbExtensionStructures=2
0.47/0.57	     nbSharedExtensionStructures=13  nbConflictsStructures=1  nbSharedConflictsStructures=8
0.47/0.58	     nbUnbuiltConflictsStructures=1  nbSharedBinaryRepresentations=0  minDegree=2  maxDegree=2  minArity=6  avgArity=7.2
0.47/0.58	     maxArity=9  nbGenerators=0  nbFusions=0  symmetryWckTime=0.04  symmetryCpuTime=0.02
0.47/0.58	       =>  wckTime=0.309  cpuTime=0.23  mem=18M746
0.56/0.63	   
0.56/0.63	   solver IterativeSystematicSolver being built... 
0.66/0.71	   
0.66/0.71	   INFO : Forward propagation technique limited 
0.66/0.78	       =>  wckTime=0.511  cpuTime=0.35  mem=21M604
0.96/1.02	   
0.96/1.02	   preprocessing
0.96/1.02	     nbConstraintChecks=0  nbValidityChecks=2262590  nbPropagations=1271  nbRevisions=0  nbUselessRevisions=0
0.96/1.02	     nbSingletonTests=70  nbEffectiveSingletonTests=0  nbACRemovals=62  nbFoundSingletons=0  nbRemovedValues=62
0.96/1.02	     detectedInconsistency=no
0.96/1.02	       =>  wckTime=0.237  cpuTime=0.2  mem=21M604
1.56/1.61	   
1.56/1.61	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=22M580)
220.46/222.68	   
220.46/222.68	   search
220.46/222.68	     run=19  nbConstraintChecks=350213  nbValidityChecks=2169687671  minDepth=0  maxDepth=20  nbPropagations=16359082
220.46/222.68	     nbRevisions=0  nbUselessRevisions=0  nbAssignments=150889  nbFailedAssignments=66344  nbBacktracks=84342
220.46/222.68	     nbVisitedNodes=259864  nbRestartNogoods=172  nbSEliminables=0.22  nbREliminables=1.11  nbIEliminables=44.35
220.46/222.68	     nbDEliminables=0  nbPEliminables=0
220.46/222.68	       =>  wckTime=221.899  cpuTime=219.68  mem=26M480
220.46/222.68	   
220.46/222.68	   global
220.46/222.68	     nbConstraintChecks=350213  nbValidityChecks=2171950261  nbPropagations=16360353  nbRestartNogoods=172
220.46/222.68	     solvingWckTime=221.902  solvingCpuTime=219.69  expiredTime=no  totalExploration=yes  nbFoundSolutions=0
220.46/222.68	     globalCpuTime=220.07
220.46/222.68	       =>  wckTime=222.415  cpuTime=220.04  mem=26M480
220.46/222.68	   
220.46/222.68	s UNSATISFIABLE
220.46/222.68	d NODES 150889
220.46/222.68	d CHECKS 350213
220.46/222.68	   
220.46/222.69	   totalWckTime=222.486  totalCpuTime=220.07

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2095390-1247407541/watcher-2095390-1247407541 -o /tmp/evaluation-result-2095390-1247407541/solver-2095390-1247407541 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2095390-1247407541.xml 

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


[startup+0 s]
/proc/loadavg: 1.91 1.97 1.90 4/80 2768
/proc/meminfo: memFree=1722968/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=1616 CPUtime=0
/proc/2768/stat : 2768 (java) D 2766 2768 32697 0 -1 0 347 0 0 0 0 0 0 0 18 0 1 0 27818266 1654784 151 996147200 134512640 134550932 4294955968 18446744073709551615 3167012 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/2768/statm: 404 151 125 9 0 46 0
[pid=2768/tid=2769] ppid=2766 vsize=10676 CPUtime=0
/proc/2768/task/2769/stat : 2769 (java) R 2766 2768 32697 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 27818267 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4014040 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0532769 s]
/proc/loadavg: 1.91 1.97 1.90 4/80 2768
/proc/meminfo: memFree=1722968/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=862260 CPUtime=0.03
/proc/2768/stat : 2768 (java) S 2766 2768 32697 0 -1 0 2395 0 1 0 2 1 0 0 18 0 6 0 27818266 882954240 1973 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/2768/statm: 215565 1973 905 9 0 210480 0
[pid=2768/tid=2769] ppid=2766 vsize=862260 CPUtime=0.03
/proc/2768/task/2769/stat : 2769 (java) S 2766 2768 32697 0 -1 64 1702 0 1 0 2 1 0 0 17 0 6 0 27818267 882954240 1973 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800971 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 862260

[startup+0.10164 s]
/proc/loadavg: 1.91 1.97 1.90 4/80 2768
/proc/meminfo: memFree=1722968/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=865984 CPUtime=0.08
/proc/2768/stat : 2768 (java) S 2766 2768 32697 0 -1 0 3696 0 1 0 6 2 0 0 18 0 9 0 27818266 886767616 3171 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2768/statm: 216496 3171 1691 9 0 210981 0
[pid=2768/tid=2769] ppid=2766 vsize=865984 CPUtime=0.06
/proc/2768/task/2769/stat : 2769 (java) R 2766 2768 32697 0 -1 64 2781 0 1 0 5 1 0 0 18 0 9 0 27818267 886767616 3171 996147200 134512640 134550932 4294955968 18446744073709551615 102567904 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301678 s]
/proc/loadavg: 1.91 1.97 1.90 4/80 2768
/proc/meminfo: memFree=1722968/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=866300 CPUtime=0.27
/proc/2768/stat : 2768 (java) S 2766 2768 32697 0 -1 0 5677 0 1 0 24 3 0 0 18 0 9 0 27818266 887091200 5089 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2768/statm: 216575 5089 1916 9 0 211053 0
[pid=2768/tid=2769] ppid=2766 vsize=866300 CPUtime=0.21
/proc/2768/task/2769/stat : 2769 (java) R 2766 2768 32697 0 -1 64 4699 0 1 0 19 2 0 0 18 0 9 0 27818267 887091200 5089 996147200 134512640 134550932 4294955968 18446744073709551615 4125978275 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 866300

[startup+0.701754 s]
/proc/loadavg: 1.91 1.97 1.90 4/80 2768
/proc/meminfo: memFree=1722968/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=867348 CPUtime=0.66
/proc/2768/stat : 2768 (java) S 2766 2768 32697 0 -1 0 13850 266 1 0 59 7 0 0 18 0 9 0 27818266 888164352 9801 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2768/statm: 216837 9801 2652 9 0 211273 0
[pid=2768/tid=2769] ppid=2766 vsize=867348 CPUtime=0.47
/proc/2768/task/2769/stat : 2769 (java) R 2766 2768 32697 0 -1 64 9531 266 1 0 42 5 0 0 19 0 9 0 27818267 888164352 9801 996147200 134512640 134550932 4294955968 18446744073709551615 104514034 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 867348

[startup+1.5019 s]
/proc/loadavg: 1.91 1.97 1.90 3/89 2781
/proc/meminfo: memFree=1691408/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=867480 CPUtime=1.45
/proc/2768/stat : 2768 (java) S 2766 2768 32697 0 -1 0 16972 266 1 0 136 9 0 0 18 0 9 0 27818266 888299520 10741 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2768/statm: 216870 10741 2656 9 0 211306 0
[pid=2768/tid=2769] ppid=2766 vsize=867480 CPUtime=1.18
/proc/2768/task/2769/stat : 2769 (java) R 2766 2768 32697 0 -1 64 12606 266 1 0 112 6 0 0 25 0 9 0 27818267 888299520 10741 996147200 134512640 134550932 4294955968 18446744073709551615 4125978487 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2771] ppid=2766 vsize=867480 CPUtime=0.04
/proc/2768/task/2771/stat : 2771 (java) S 2766 2768 32697 0 -1 64 2984 266 0 0 4 0 0 0 16 0 9 0 27818269 888299520 10741 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2772] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2772/stat : 2772 (java) S 2766 2768 32697 0 -1 64 17 266 0 0 0 0 0 0 16 0 9 0 27818269 888299520 10741 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2773] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2773/stat : 2773 (java) S 2766 2768 32697 0 -1 64 8 266 0 0 0 0 0 0 15 0 9 0 27818269 888299520 10741 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2774] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2774/stat : 2774 (java) S 2766 2768 32697 0 -1 64 1 266 0 0 0 0 0 0 18 0 9 0 27818271 888299520 10741 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2775] ppid=2766 vsize=867480 CPUtime=0.2
/proc/2768/task/2775/stat : 2775 (java) S 2766 2768 32697 0 -1 64 544 266 0 0 20 0 0 0 16 0 9 0 27818271 888299520 10741 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2776] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2776/stat : 2776 (java) S 2766 2768 32697 0 -1 64 1 266 0 0 0 0 0 0 18 0 9 0 27818271 888299520 10741 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2777] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2777/stat : 2777 (java) S 2766 2768 32697 0 -1 64 3 266 0 0 0 0 0 0 15 0 9 0 27818271 888299520 10741 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 867480

[startup+3.1022 s]
/proc/loadavg: 1.91 1.97 1.90 3/89 2781
/proc/meminfo: memFree=1690064/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=867480 CPUtime=3.04
/proc/2768/stat : 2768 (java) S 2766 2768 32697 0 -1 0 16995 266 1 0 295 9 0 0 18 0 9 0 27818266 888299520 10762 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2768/statm: 216870 10762 2656 9 0 211306 0
[pid=2768/tid=2769] ppid=2766 vsize=867480 CPUtime=2.74
/proc/2768/task/2769/stat : 2769 (java) R 2766 2768 32697 0 -1 64 12619 266 1 0 268 6 0 0 25 0 9 0 27818267 888299520 10762 996147200 134512640 134550932 4294955968 18446744073709551615 4126771765 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2771] ppid=2766 vsize=867480 CPUtime=0.04
/proc/2768/task/2771/stat : 2771 (java) S 2766 2768 32697 0 -1 64 2984 266 0 0 4 0 0 0 17 0 9 0 27818269 888299520 10762 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2772] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2772/stat : 2772 (java) S 2766 2768 32697 0 -1 64 17 266 0 0 0 0 0 0 16 0 9 0 27818269 888299520 10762 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2773] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2773/stat : 2773 (java) S 2766 2768 32697 0 -1 64 8 266 0 0 0 0 0 0 15 0 9 0 27818269 888299520 10762 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2774] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2774/stat : 2774 (java) S 2766 2768 32697 0 -1 64 1 266 0 0 0 0 0 0 18 0 9 0 27818271 888299520 10762 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2775] ppid=2766 vsize=867480 CPUtime=0.21
/proc/2768/task/2775/stat : 2775 (java) S 2766 2768 32697 0 -1 64 554 266 0 0 21 0 0 0 15 0 9 0 27818271 888299520 10762 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2776] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2776/stat : 2776 (java) S 2766 2768 32697 0 -1 64 1 266 0 0 0 0 0 0 18 0 9 0 27818271 888299520 10762 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2777] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2777/stat : 2777 (java) S 2766 2768 32697 0 -1 64 3 266 0 0 0 0 0 0 15 0 9 0 27818271 888299520 10762 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) 867480

[startup+6.30181 s]
/proc/loadavg: 1.92 1.97 1.90 4/89 2781
/proc/meminfo: memFree=1689680/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=867480 CPUtime=6.21
/proc/2768/stat : 2768 (java) S 2766 2768 32697 0 -1 0 17028 266 1 0 612 9 0 0 18 0 9 0 27818266 888299520 10792 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2768/statm: 216870 10792 2656 9 0 211306 0
[pid=2768/tid=2769] ppid=2766 vsize=867480 CPUtime=5.9
/proc/2768/task/2769/stat : 2769 (java) R 2766 2768 32697 0 -1 64 12636 266 1 0 583 7 0 0 25 0 9 0 27818267 888299520 10792 996147200 134512640 134550932 4294955968 18446744073709551615 4126771739 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2771] ppid=2766 vsize=867480 CPUtime=0.04
/proc/2768/task/2771/stat : 2771 (java) S 2766 2768 32697 0 -1 64 2984 266 0 0 4 0 0 0 17 0 9 0 27818269 888299520 10792 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2772] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2772/stat : 2772 (java) S 2766 2768 32697 0 -1 64 17 266 0 0 0 0 0 0 16 0 9 0 27818269 888299520 10792 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2773] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2773/stat : 2773 (java) S 2766 2768 32697 0 -1 64 8 266 0 0 0 0 0 0 15 0 9 0 27818269 888299520 10792 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2774] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2774/stat : 2774 (java) S 2766 2768 32697 0 -1 64 1 266 0 0 0 0 0 0 18 0 9 0 27818271 888299520 10792 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2775] ppid=2766 vsize=867480 CPUtime=0.23
/proc/2768/task/2775/stat : 2775 (java) S 2766 2768 32697 0 -1 64 570 266 0 0 23 0 0 0 15 0 9 0 27818271 888299520 10792 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2776] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2776/stat : 2776 (java) S 2766 2768 32697 0 -1 64 1 266 0 0 0 0 0 0 18 0 9 0 27818271 888299520 10792 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2777] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2777/stat : 2777 (java) S 2766 2768 32697 0 -1 64 3 266 0 0 0 0 0 0 15 0 9 0 27818271 888299520 10792 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 867480

[startup+12.703 s]
/proc/loadavg: 1.93 1.97 1.90 3/89 2781
/proc/meminfo: memFree=1689488/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=867480 CPUtime=12.54
/proc/2768/stat : 2768 (java) S 2766 2768 32697 0 -1 0 17062 266 1 0 1245 9 0 0 18 0 9 0 27818266 888299520 10825 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2768/statm: 216870 10825 2656 9 0 211306 0
[pid=2768/tid=2769] ppid=2766 vsize=867480 CPUtime=12.24
/proc/2768/task/2769/stat : 2769 (java) R 2766 2768 32697 0 -1 64 12669 266 1 0 1217 7 0 0 25 0 9 0 27818267 888299520 10825 996147200 134512640 134550932 4294955968 18446744073709551615 4126760993 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2771] ppid=2766 vsize=867480 CPUtime=0.04
/proc/2768/task/2771/stat : 2771 (java) S 2766 2768 32697 0 -1 64 2984 266 0 0 4 0 0 0 17 0 9 0 27818269 888299520 10825 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2772] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2772/stat : 2772 (java) S 2766 2768 32697 0 -1 64 17 266 0 0 0 0 0 0 16 0 9 0 27818269 888299520 10825 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2773] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2773/stat : 2773 (java) S 2766 2768 32697 0 -1 64 8 266 0 0 0 0 0 0 15 0 9 0 27818269 888299520 10825 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2774] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2774/stat : 2774 (java) S 2766 2768 32697 0 -1 64 1 266 0 0 0 0 0 0 18 0 9 0 27818271 888299520 10825 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2775] ppid=2766 vsize=867480 CPUtime=0.24
/proc/2768/task/2775/stat : 2775 (java) S 2766 2768 32697 0 -1 64 571 266 0 0 24 0 0 0 16 0 9 0 27818271 888299520 10825 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2776] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2776/stat : 2776 (java) S 2766 2768 32697 0 -1 64 1 266 0 0 0 0 0 0 18 0 9 0 27818271 888299520 10825 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2777] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2777/stat : 2777 (java) S 2766 2768 32697 0 -1 64 3 266 0 0 0 0 0 0 15 0 9 0 27818271 888299520 10825 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 867480

[startup+25.5014 s]
/proc/loadavg: 1.94 1.97 1.91 3/89 2781
/proc/meminfo: memFree=1689432/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=867480 CPUtime=25.23
/proc/2768/stat : 2768 (java) S 2766 2768 32697 0 -1 0 17131 266 1 0 2513 10 0 0 18 0 9 0 27818266 888299520 10892 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2768/statm: 216870 10892 2656 9 0 211306 0
[pid=2768/tid=2769] ppid=2766 vsize=867480 CPUtime=24.91
/proc/2768/task/2769/stat : 2769 (java) R 2766 2768 32697 0 -1 64 12737 266 1 0 2484 7 0 0 25 0 9 0 27818267 888299520 10892 996147200 134512640 134550932 4294955968 18446744073709551615 4126771714 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2771] ppid=2766 vsize=867480 CPUtime=0.04
/proc/2768/task/2771/stat : 2771 (java) S 2766 2768 32697 0 -1 64 2984 266 0 0 4 0 0 0 16 0 9 0 27818269 888299520 10892 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2772] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2772/stat : 2772 (java) S 2766 2768 32697 0 -1 64 17 266 0 0 0 0 0 0 16 0 9 0 27818269 888299520 10892 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2773] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2773/stat : 2773 (java) S 2766 2768 32697 0 -1 64 8 266 0 0 0 0 0 0 15 0 9 0 27818269 888299520 10892 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2774] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2774/stat : 2774 (java) S 2766 2768 32697 0 -1 64 1 266 0 0 0 0 0 0 18 0 9 0 27818271 888299520 10892 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2775] ppid=2766 vsize=867480 CPUtime=0.24
/proc/2768/task/2775/stat : 2775 (java) S 2766 2768 32697 0 -1 64 572 266 0 0 24 0 0 0 16 0 9 0 27818271 888299520 10892 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2776] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2776/stat : 2776 (java) S 2766 2768 32697 0 -1 64 1 266 0 0 0 0 0 0 18 0 9 0 27818271 888299520 10892 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2777] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2777/stat : 2777 (java) S 2766 2768 32697 0 -1 64 3 266 0 0 0 0 0 0 15 0 9 0 27818271 888299520 10892 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) 867480

[startup+51.1013 s]
/proc/loadavg: 1.96 1.97 1.91 3/89 2781
/proc/meminfo: memFree=1689048/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=867480 CPUtime=50.59
/proc/2768/stat : 2768 (java) S 2766 2768 32697 0 -1 0 17239 266 1 0 5049 10 0 0 18 0 9 0 27818266 888299520 11000 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2768/statm: 216870 11000 2656 9 0 211306 0
[pid=2768/tid=2769] ppid=2766 vsize=867480 CPUtime=50.27
/proc/2768/task/2769/stat : 2769 (java) R 2766 2768 32697 0 -1 64 12845 266 1 0 5020 7 0 0 25 0 9 0 27818267 888299520 11000 996147200 134512640 134550932 4294955968 18446744073709551615 4126771886 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2771] ppid=2766 vsize=867480 CPUtime=0.04
/proc/2768/task/2771/stat : 2771 (java) S 2766 2768 32697 0 -1 64 2984 266 0 0 4 0 0 0 16 0 9 0 27818269 888299520 11000 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2772] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2772/stat : 2772 (java) S 2766 2768 32697 0 -1 64 17 266 0 0 0 0 0 0 16 0 9 0 27818269 888299520 11000 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2773] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2773/stat : 2773 (java) S 2766 2768 32697 0 -1 64 8 266 0 0 0 0 0 0 15 0 9 0 27818269 888299520 11000 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2774] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2774/stat : 2774 (java) S 2766 2768 32697 0 -1 64 1 266 0 0 0 0 0 0 18 0 9 0 27818271 888299520 11000 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2775] ppid=2766 vsize=867480 CPUtime=0.24
/proc/2768/task/2775/stat : 2775 (java) S 2766 2768 32697 0 -1 64 572 266 0 0 24 0 0 0 16 0 9 0 27818271 888299520 11000 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2776] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2776/stat : 2776 (java) S 2766 2768 32697 0 -1 64 1 266 0 0 0 0 0 0 18 0 9 0 27818271 888299520 11000 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2777] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2777/stat : 2777 (java) S 2766 2768 32697 0 -1 64 3 266 0 0 0 0 0 0 15 0 9 0 27818271 888299520 11000 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 867480

[startup+102.307 s]
/proc/loadavg: 1.98 1.97 1.91 3/89 2781
/proc/meminfo: memFree=1688152/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=867480 CPUtime=101.31
/proc/2768/stat : 2768 (java) S 2766 2768 32697 0 -1 0 17446 266 1 0 10121 10 0 0 18 0 9 0 27818266 888299520 11206 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2768/statm: 216870 11206 2656 9 0 211306 0
[pid=2768/tid=2769] ppid=2766 vsize=867480 CPUtime=100.99
/proc/2768/task/2769/stat : 2769 (java) R 2766 2768 32697 0 -1 64 13052 266 1 0 10092 7 0 0 25 0 9 0 27818267 888299520 11206 996147200 134512640 134550932 4294955968 18446744073709551615 4126772336 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2771] ppid=2766 vsize=867480 CPUtime=0.04
/proc/2768/task/2771/stat : 2771 (java) S 2766 2768 32697 0 -1 64 2984 266 0 0 4 0 0 0 16 0 9 0 27818269 888299520 11206 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2772] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2772/stat : 2772 (java) S 2766 2768 32697 0 -1 64 17 266 0 0 0 0 0 0 16 0 9 0 27818269 888299520 11206 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2773] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2773/stat : 2773 (java) S 2766 2768 32697 0 -1 64 8 266 0 0 0 0 0 0 15 0 9 0 27818269 888299520 11206 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2774] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2774/stat : 2774 (java) S 2766 2768 32697 0 -1 64 1 266 0 0 0 0 0 0 18 0 9 0 27818271 888299520 11206 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2775] ppid=2766 vsize=867480 CPUtime=0.24
/proc/2768/task/2775/stat : 2775 (java) S 2766 2768 32697 0 -1 64 572 266 0 0 24 0 0 0 16 0 9 0 27818271 888299520 11206 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2776] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2776/stat : 2776 (java) S 2766 2768 32697 0 -1 64 1 266 0 0 0 0 0 0 18 0 9 0 27818271 888299520 11206 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2777] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2777/stat : 2777 (java) S 2766 2768 32697 0 -1 64 3 266 0 0 0 0 0 0 15 0 9 0 27818271 888299520 11206 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.31
Current children cumulated vsize (KiB) 867480

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/89 2781
/proc/meminfo: memFree=1687064/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=867480 CPUtime=160.73
/proc/2768/stat : 2768 (java) S 2766 2768 32697 0 -1 0 17678 266 1 0 16063 10 0 0 18 0 9 0 27818266 888299520 11438 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2768/statm: 216870 11438 2656 9 0 211306 0
[pid=2768/tid=2769] ppid=2766 vsize=867480 CPUtime=160.42
/proc/2768/task/2769/stat : 2769 (java) R 2766 2768 32697 0 -1 64 13284 266 1 0 16035 7 0 0 25 0 9 0 27818267 888299520 11438 996147200 134512640 134550932 4294955968 18446744073709551615 4126772336 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2771] ppid=2766 vsize=867480 CPUtime=0.04
/proc/2768/task/2771/stat : 2771 (java) S 2766 2768 32697 0 -1 64 2984 266 0 0 4 0 0 0 16 0 9 0 27818269 888299520 11438 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2772] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2772/stat : 2772 (java) S 2766 2768 32697 0 -1 64 17 266 0 0 0 0 0 0 16 0 9 0 27818269 888299520 11438 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2773] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2773/stat : 2773 (java) S 2766 2768 32697 0 -1 64 8 266 0 0 0 0 0 0 15 0 9 0 27818269 888299520 11438 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2774] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2774/stat : 2774 (java) S 2766 2768 32697 0 -1 64 1 266 0 0 0 0 0 0 18 0 9 0 27818271 888299520 11438 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2775] ppid=2766 vsize=867480 CPUtime=0.24
/proc/2768/task/2775/stat : 2775 (java) S 2766 2768 32697 0 -1 64 572 266 0 0 24 0 0 0 16 0 9 0 27818271 888299520 11438 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2776] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2776/stat : 2776 (java) S 2766 2768 32697 0 -1 64 1 266 0 0 0 0 0 0 18 0 9 0 27818271 888299520 11438 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2777] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2777/stat : 2777 (java) S 2766 2768 32697 0 -1 64 3 266 0 0 0 0 0 0 15 0 9 0 27818271 888299520 11438 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.73
Current children cumulated vsize (KiB) 867480

[startup+222.303 s]
/proc/loadavg: 1.99 1.97 1.91 3/89 2781
/proc/meminfo: memFree=1686232/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=867480 CPUtime=220.17
/proc/2768/stat : 2768 (java) S 2766 2768 32697 0 -1 0 17901 266 1 0 22007 10 0 0 18 0 9 0 27818266 888299520 11660 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2768/statm: 216870 11660 2656 9 0 211306 0
[pid=2768/tid=2769] ppid=2766 vsize=867480 CPUtime=219.85
/proc/2768/task/2769/stat : 2769 (java) R 2766 2768 32697 0 -1 64 13507 266 1 0 21978 7 0 0 25 0 9 0 27818267 888299520 11660 996147200 134512640 134550932 4294955968 18446744073709551615 4126771988 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2771] ppid=2766 vsize=867480 CPUtime=0.04
/proc/2768/task/2771/stat : 2771 (java) S 2766 2768 32697 0 -1 64 2984 266 0 0 4 0 0 0 16 0 9 0 27818269 888299520 11660 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2772] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2772/stat : 2772 (java) S 2766 2768 32697 0 -1 64 17 266 0 0 0 0 0 0 16 0 9 0 27818269 888299520 11660 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2773] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2773/stat : 2773 (java) S 2766 2768 32697 0 -1 64 8 266 0 0 0 0 0 0 15 0 9 0 27818269 888299520 11660 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2774] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2774/stat : 2774 (java) S 2766 2768 32697 0 -1 64 1 266 0 0 0 0 0 0 18 0 9 0 27818271 888299520 11660 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2775] ppid=2766 vsize=867480 CPUtime=0.24
/proc/2768/task/2775/stat : 2775 (java) S 2766 2768 32697 0 -1 64 572 266 0 0 24 0 0 0 16 0 9 0 27818271 888299520 11660 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2776] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2776/stat : 2776 (java) S 2766 2768 32697 0 -1 64 1 266 0 0 0 0 0 0 18 0 9 0 27818271 888299520 11660 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2768/tid=2777] ppid=2766 vsize=867480 CPUtime=0
/proc/2768/task/2777/stat : 2777 (java) S 2766 2768 32697 0 -1 64 3 266 0 0 0 0 0 0 15 0 9 0 27818271 888299520 11660 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.17
Current children cumulated vsize (KiB) 867480

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

[startup+222.703 s]
/proc/loadavg: 1.99 1.97 1.91 3/89 2781
/proc/meminfo: memFree=1686232/2055920 swapFree=4192812/4192956
[pid=2768] ppid=2766 vsize=0 CPUtime=220.55
/proc/2768/stat : 2768 (java) Z 2766 2768 32697 0 -1 12 18017 266 1 0 22045 10 0 0 16 0 2 0 27818266 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2768/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 220.55
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 222.708
CPU time (s): 220.572
CPU user time (s): 220.454
CPU system time (s): 0.117982
CPU usage (%): 99.0409
Max. virtual memory (cumulated for all children) (KiB): 867480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 220.454
system time used= 0.117982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18283
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= 5770
involuntary context switches= 14762

runsolver used 0.290955 second user time and 0.732888 second system time

The end

Launcher Data

Begin job on node37 at 2009-07-12 16:05:41
IDJOB=2095390
IDBENCH=55129
IDSOLVER=774
FILE ID=node37/2095390-1247407541
PBS_JOBID= 9510570
Free space on /tmp= 66428 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2095390-1247407541/watcher-2095390-1247407541 -o /tmp/evaluation-result-2095390-1247407541/solver-2095390-1247407541 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution esac.xml 1 XSax HOME/instance-2095390-1247407541.xml

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

MD5SUM BENCH= c367c15edeba734010a480930fd76347
RANDOM SEED=905317907

node37.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.260
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.260
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:       1723448 kB
Buffers:         33424 kB
Cached:         119372 kB
SwapCached:          0 kB
Active:         210240 kB
Inactive:        68764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1723448 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2256 kB
Writeback:           0 kB
Mapped:         146712 kB
Slab:            38576 kB
Committed_AS:  1021148 kB
PageTables:       1984 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= 66428 MiB
End job on node37 at 2009-07-12 16:09:24