Trace number 1078109

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 20.2639 20.827

DiagnosticValue
CHECKS67825
NODES8430

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-46_ext.xml
MD5SUM8e926b636faf75b8ca3d443ef326b3ff
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.678895
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints57
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension57
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.08	
0.02/0.08	Abscon 112 (May, 2008)
0.19/0.23	
0.19/0.23	   configuration
0.19/0.23	     name=mac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-1078109-1215205624.xml
0.29/0.30	   
0.29/0.30	   domains being loaded...
0.29/0.31	   
0.29/0.31	   variables being loaded...
0.29/0.34	     nbVariables=20  nbDomainTypes=1  minDomainSize=20  maxDomainSize=20  nbTotalValues=400
0.29/0.34	       =>  wckTime=0.099  cpuTime=0.08  mem=7M919
0.29/0.34	   
0.29/0.34	   relations being loaded...
0.49/0.55	   
0.49/0.55	   constraints being loaded...
0.68/0.77	     nbConstraints=57  nbRelationTypes=57  nbGlobalConstraints=57  nbExtensionStructures=57
0.68/0.77	     nbSharedExtensionStructures=0  nbConflictsStructures=57  nbSharedConflictsStructures=0
0.68/0.77	     nbSharedBinaryRepresentations=0  minDegree=4  maxDegree=14  minArity=3  maxArity=3  nbGenerators=0  nbFusions=0
0.68/0.77	     symmetryWckTime=0.04  symmetryCpuTime=0.02
0.68/0.77	       =>  wckTime=0.529  cpuTime=0.44  mem=46M227
0.77/0.88	   
0.77/0.88	   solver IterativeSystematicSolver being built... 
0.87/0.94	   
0.87/0.95	   INFO : Forward propagation technique limited 
0.97/1.02	       =>  wckTime=0.782  cpuTime=0.56  mem=28M938
0.97/1.05	   
0.97/1.06	   preprocessing
0.97/1.06	     nbConstraintChecks=0  nbValidityChecks=162218  nbPropagations=20  nbRevisions=0  nbUselessRevisions=0
0.97/1.06	     nbRemovedValues=0  detectedInconsistency=no
0.97/1.06	       =>  wckTime=0.035  cpuTime=0.03  mem=28M938
1.76/1.83	   
1.76/1.83	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=29M889)
20.15/20.78	   
20.15/20.78	   search
20.15/20.78	     run=13  nbConstraintChecks=67825  nbValidityChecks=269754832  minDepth=1  maxDepth=20  nbPropagations=339966
20.15/20.78	     nbRevisions=0  nbUselessRevisions=0  nbAssignments=8430  nbFailedAssignments=4394  nbBacktracks=3969
20.15/20.78	     nbVisitedNodes=15400  nbRestartNogoods=175  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=4.28
20.15/20.78	     nbIEliminables=11.13  nbDEliminables=0  nbPEliminables=0
20.15/20.78	       =>  wckTime=19.758  cpuTime=19.05  mem=30M839
20.15/20.78	   
20.15/20.78	   global
20.15/20.78	     nbConstraintChecks=67825  nbValidityChecks=269917050  nbPropagations=339986  nbRestartNogoods=175
20.15/20.78	     solvingWckTime=19.761  solvingCpuTime=19.05  expiredTime=no  totalExploration=no  nbFoundSolutions=1
20.15/20.78	     firstSolutionCpuTime=19.62  globalCpuTime=19.66
20.15/20.78	       =>  wckTime=20.546  cpuTime=19.63  mem=30M839
20.15/20.78	   
20.15/20.78	s SATISFIABLE
20.15/20.78	v 19 8 10 14 18 11 12 0 3 13 10 9 14 10 11 4 8 14 13 12 
20.15/20.78	d NODES 8430
20.15/20.78	d CHECKS 67825
20.15/20.78	   
20.15/20.78	   totalWckTime=20.61  totalCpuTime=19.67

Verifier Data (download as text)

OK

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-1078109-1215205624/watcher-1078109-1215205624 -o /tmp/evaluation-result-1078109-1215205624/solver-1078109-1215205624 -C 1800 -W 2200 -M 900 --output-limit 1,15 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1078109-1215205624.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: 2.14 2.41 2.42 4/73 10822
/proc/meminfo: memFree=1848232/2055920 swapFree=4192812/4192956
[pid=10822] ppid=10820 vsize=152 CPUtime=0
/proc/10822/stat : 10822 (java) R 10820 10822 10038 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 147947691 155648 26 996147200 134512640 134550740 4294955968 18446744073709551615 12591908 0 0 4096 0 0 0 0 17 0 0 0
/proc/10822/statm: 68 33 26 9 0 4 0

[startup+0.0322619 s]
/proc/loadavg: 2.14 2.41 2.42 4/73 10822
/proc/meminfo: memFree=1848232/2055920 swapFree=4192812/4192956
[pid=10822] ppid=10820 vsize=861876 CPUtime=0.02
/proc/10822/stat : 10822 (java) S 10820 10822 10038 0 -1 0 2200 0 1 0 1 1 0 0 18 0 5 0 147947691 882561024 1826 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/10822/statm: 215469 1826 837 9 0 210448 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 861876

[startup+0.101272 s]
/proc/loadavg: 2.14 2.41 2.42 4/73 10822
/proc/meminfo: memFree=1848232/2055920 swapFree=4192812/4192956
[pid=10822] ppid=10820 vsize=865884 CPUtime=0.09
/proc/10822/stat : 10822 (java) S 10820 10822 10038 0 -1 0 3808 0 1 0 7 2 0 0 18 0 9 0 147947691 886665216 3259 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10822/statm: 216471 3259 1724 9 0 211026 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865884

[startup+0.301297 s]
/proc/loadavg: 2.14 2.41 2.42 4/73 10822
/proc/meminfo: memFree=1848232/2055920 swapFree=4192812/4192956
[pid=10822] ppid=10820 vsize=866400 CPUtime=0.29
/proc/10822/stat : 10822 (java) S 10820 10822 10038 0 -1 0 6048 0 1 0 25 4 0 0 18 0 9 0 147947691 887193600 5422 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10822/statm: 216600 5422 1958 9 0 211128 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866400

[startup+0.701351 s]
/proc/loadavg: 2.14 2.41 2.42 4/73 10822
/proc/meminfo: memFree=1848232/2055920 swapFree=4192812/4192956
[pid=10822] ppid=10820 vsize=866520 CPUtime=0.68
/proc/10822/stat : 10822 (java) S 10820 10822 10038 0 -1 0 14410 0 1 0 61 7 0 0 18 0 9 0 147947691 887316480 13770 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10822/statm: 216630 13772 1977 9 0 211158 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 866520

[startup+1.50247 s]
/proc/loadavg: 2.13 2.40 2.42 6/84 10835
/proc/meminfo: memFree=1784968/2055920 swapFree=4192812/4192956
[pid=10822] ppid=10820 vsize=866932 CPUtime=1.46
/proc/10822/stat : 10822 (java) S 10820 10822 10038 0 -1 0 27250 269 1 0 135 11 0 0 18 0 9 0 147947691 887738368 18353 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10822/statm: 216733 18353 2631 9 0 211239 0
[pid=10822/tid=10824] ppid=10820 vsize=866932 CPUtime=1.18
/proc/10822/task/10824/stat : 10824 (java) R 10820 10822 10038 0 -1 64 18758 269 1 0 110 8 0 0 20 0 9 0 147947692 887738368 18353 996147200 134512640 134550740 4294955968 18446744073709551615 4126771224 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10822/tid=10825] ppid=10820 vsize=866932 CPUtime=0.09
/proc/10822/task/10825/stat : 10825 (java) S 10820 10822 10038 0 -1 64 7147 269 0 0 8 1 0 0 17 0 9 0 147947693 887738368 18353 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10822/tid=10826] ppid=10820 vsize=866932 CPUtime=0
/proc/10822/task/10826/stat : 10826 (java) S 10820 10822 10038 0 -1 64 16 269 0 0 0 0 0 0 16 0 9 0 147947693 887738368 18353 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10822/tid=10827] ppid=10820 vsize=866932 CPUtime=0
/proc/10822/task/10827/stat : 10827 (java) S 10820 10822 10038 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 147947693 887738368 18353 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10822/tid=10828] ppid=10820 vsize=866932 CPUtime=0
/proc/10822/task/10828/stat : 10828 (java) S 10820 10822 10038 0 -1 64 1 269 0 0 0 0 0 0 24 0 9 0 147947695 887738368 18353 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10822/tid=10829] ppid=10820 vsize=866932 CPUtime=0.16
/proc/10822/task/10829/stat : 10829 (java) S 10820 10822 10038 0 -1 64 510 269 0 0 16 0 0 0 16 0 9 0 147947695 887738368 18353 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10822/tid=10830] ppid=10820 vsize=866932 CPUtime=0
/proc/10822/task/10830/stat : 10830 (java) S 10820 10822 10038 0 -1 64 1 269 0 0 0 0 0 0 25 0 9 0 147947695 887738368 18353 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10822/tid=10831] ppid=10820 vsize=866932 CPUtime=0
/proc/10822/task/10831/stat : 10831 (java) S 10820 10822 10038 0 -1 64 2 269 0 0 0 0 0 0 15 0 9 0 147947695 887738368 18353 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) 866932

[startup+3.10269 s]
/proc/loadavg: 2.13 2.40 2.42 3/82 10835
/proc/meminfo: memFree=1784528/2055920 swapFree=4192812/4192956
[pid=10822] ppid=10820 vsize=866932 CPUtime=3.06
/proc/10822/stat : 10822 (java) S 10820 10822 10038 0 -1 0 27270 269 1 0 295 11 0 0 18 0 9 0 147947691 887738368 18363 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10822/statm: 216733 18363 2631 9 0 211239 0
[pid=10822/tid=10824] ppid=10820 vsize=866932 CPUtime=2.76
/proc/10822/task/10824/stat : 10824 (java) R 10820 10822 10038 0 -1 64 18769 269 1 0 268 8 0 0 25 0 9 0 147947692 887738368 18363 996147200 134512640 134550740 4294955968 18446744073709551615 4126746443 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10822/tid=10825] ppid=10820 vsize=866932 CPUtime=0.09
/proc/10822/task/10825/stat : 10825 (java) R 10820 10822 10038 0 -1 64 7147 269 0 0 8 1 0 0 16 0 9 0 147947693 887738368 18363 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10822/tid=10826] ppid=10820 vsize=866932 CPUtime=0
/proc/10822/task/10826/stat : 10826 (java) S 10820 10822 10038 0 -1 64 16 269 0 0 0 0 0 0 16 0 9 0 147947693 887738368 18363 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10822/tid=10827] ppid=10820 vsize=866932 CPUtime=0
/proc/10822/task/10827/stat : 10827 (java) S 10820 10822 10038 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 147947693 887738368 18363 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10822/tid=10828] ppid=10820 vsize=866932 CPUtime=0
/proc/10822/task/10828/stat : 10828 (java) S 10820 10822 10038 0 -1 64 1 269 0 0 0 0 0 0 24 0 9 0 147947695 887738368 18363 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10822/tid=10829] ppid=10820 vsize=866932 CPUtime=0.17
/proc/10822/task/10829/stat : 10829 (java) S 10820 10822 10038 0 -1 64 519 269 0 0 17 0 0 0 15 0 9 0 147947695 887738368 18363 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10822/tid=10830] ppid=10820 vsize=866932 CPUtime=0
/proc/10822/task/10830/stat : 10830 (java) S 10820 10822 10038 0 -1 64 1 269 0 0 0 0 0 0 25 0 9 0 147947695 887738368 18363 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10822/tid=10831] ppid=10820 vsize=866932 CPUtime=0
/proc/10822/task/10831/stat : 10831 (java) S 10820 10822 10038 0 -1 64 2 269 0 0 0 0 0 0 15 0 9 0 147947695 887738368 18363 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 866932

[startup+6.3011 s]
/proc/loadavg: 2.12 2.39 2.42 3/82 10835
/proc/meminfo: memFree=1784400/2055920 swapFree=4192812/4192956
[pid=10822] ppid=10820 vsize=866932 CPUtime=5.76
/proc/10822/stat : 10822 (java) S 10820 10822 10038 0 -1 0 27291 269 1 0 558 18 0 0 18 0 9 0 147947691 887738368 18374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10822/statm: 216733 18374 2631 9 0 211239 0
[pid=10822/tid=10824] ppid=10820 vsize=866932 CPUtime=5.35
/proc/10822/task/10824/stat : 10824 (java) R 10820 10822 10038 0 -1 64 18776 269 1 0 525 10 0 0 25 0 9 0 147947692 887738368 18374 996147200 134512640 134550740 4294955968 18446744073709551615 4126746626 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10822/tid=10825] ppid=10820 vsize=866932 CPUtime=0.14
/proc/10822/task/10825/stat : 10825 (java) S 10820 10822 10038 0 -1 64 7147 269 0 0 11 3 0 0 16 0 9 0 147947693 887738368 18374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10822/tid=10826] ppid=10820 vsize=866932 CPUtime=0
/proc/10822/task/10826/stat : 10826 (java) S 10820 10822 10038 0 -1 64 16 269 0 0 0 0 0 0 16 0 9 0 147947693 887738368 18374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10822/tid=10827] ppid=10820 vsize=866932 CPUtime=0
/proc/10822/task/10827/stat : 10827 (java) S 10820 10822 10038 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 147947693 887738368 18374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10822/tid=10828] ppid=10820 vsize=866932 CPUtime=0
/proc/10822/task/10828/stat : 10828 (java) S 10820 10822 10038 0 -1 64 1 269 0 0 0 0 0 0 24 0 9 0 147947695 887738368 18374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10822/tid=10829] ppid=10820 vsize=866932 CPUtime=0.21
/proc/10822/task/10829/stat : 10829 (java) S 10820 10822 10038 0 -1 64 533 269 0 0 20 1 0 0 15 0 9 0 147947695 887738368 18374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10822/tid=10830] ppid=10820 vsize=866932 CPUtime=0
/proc/10822/task/10830/stat : 10830 (java) S 10820 10822 10038 0 -1 64 1 269 0 0 0 0 0 0 25 0 9 0 147947695 887738368 18374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10822/tid=10831] ppid=10820 vsize=866932 CPUtime=0.01
/proc/10822/task/10831/stat : 10831 (java) S 10820 10822 10038 0 -1 64 2 269 0 0 0 1 0 0 15 0 9 0 147947695 887738368 18374 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.76
Current children cumulated vsize (KiB) 866932

[startup+12.7019 s]
/proc/loadavg: 2.11 2.39 2.41 3/82 10835
/proc/meminfo: memFree=1784144/2055920 swapFree=4192812/4192956
[pid=10822] ppid=10820 vsize=866932 CPUtime=12.15
/proc/10822/stat : 10822 (java) S 10820 10822 10038 0 -1 0 27304 269 1 0 1196 19 0 0 18 0 9 0 147947691 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10822/statm: 216733 18377 2631 9 0 211239 0
[pid=10822/tid=10824] ppid=10820 vsize=866932 CPUtime=11.72
/proc/10822/task/10824/stat : 10824 (java) R 10820 10822 10038 0 -1 64 18785 269 1 0 1161 11 0 0 25 0 9 0 147947692 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4126746707 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10822/tid=10825] ppid=10820 vsize=866932 CPUtime=0.14
/proc/10822/task/10825/stat : 10825 (java) S 10820 10822 10038 0 -1 64 7147 269 0 0 11 3 0 0 16 0 9 0 147947693 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10822/tid=10826] ppid=10820 vsize=866932 CPUtime=0
/proc/10822/task/10826/stat : 10826 (java) S 10820 10822 10038 0 -1 64 16 269 0 0 0 0 0 0 16 0 9 0 147947693 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10822/tid=10827] ppid=10820 vsize=866932 CPUtime=0
/proc/10822/task/10827/stat : 10827 (java) S 10820 10822 10038 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 147947693 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10822/tid=10828] ppid=10820 vsize=866932 CPUtime=0
/proc/10822/task/10828/stat : 10828 (java) S 10820 10822 10038 0 -1 64 1 269 0 0 0 0 0 0 24 0 9 0 147947695 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10822/tid=10829] ppid=10820 vsize=866932 CPUtime=0.22
/proc/10822/task/10829/stat : 10829 (java) S 10820 10822 10038 0 -1 64 537 269 0 0 21 1 0 0 15 0 9 0 147947695 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10822/tid=10830] ppid=10820 vsize=866932 CPUtime=0
/proc/10822/task/10830/stat : 10830 (java) S 10820 10822 10038 0 -1 64 1 269 0 0 0 0 0 0 25 0 9 0 147947695 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10822/tid=10831] ppid=10820 vsize=866932 CPUtime=0.01
/proc/10822/task/10831/stat : 10831 (java) S 10820 10822 10038 0 -1 64 2 269 0 0 0 1 0 0 15 0 9 0 147947695 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.15
Current children cumulated vsize (KiB) 866932

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

[startup+15.9014 s]
/proc/loadavg: 2.10 2.38 2.41 3/82 10835
/proc/meminfo: memFree=1784152/2055920 swapFree=4192812/4192956
[pid=10822] ppid=10820 vsize=866932 CPUtime=15.35
/proc/10822/stat : 10822 (java) S 10820 10822 10038 0 -1 0 27304 269 1 0 1516 19 0 0 18 0 9 0 147947691 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10822/statm: 216733 18377 2631 9 0 211239 0
[pid=10822/tid=10824] ppid=10820 vsize=866932 CPUtime=14.92
/proc/10822/task/10824/stat : 10824 (java) R 10820 10822 10038 0 -1 64 18785 269 1 0 1481 11 0 0 25 0 9 0 147947692 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4126746636 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10822/tid=10825] ppid=10820 vsize=866932 CPUtime=0.14
/proc/10822/task/10825/stat : 10825 (java) S 10820 10822 10038 0 -1 64 7147 269 0 0 11 3 0 0 16 0 9 0 147947693 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10822/tid=10826] ppid=10820 vsize=866932 CPUtime=0
/proc/10822/task/10826/stat : 10826 (java) S 10820 10822 10038 0 -1 64 16 269 0 0 0 0 0 0 16 0 9 0 147947693 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10822/tid=10827] ppid=10820 vsize=866932 CPUtime=0
/proc/10822/task/10827/stat : 10827 (java) S 10820 10822 10038 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 147947693 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10822/tid=10828] ppid=10820 vsize=866932 CPUtime=0
/proc/10822/task/10828/stat : 10828 (java) S 10820 10822 10038 0 -1 64 1 269 0 0 0 0 0 0 24 0 9 0 147947695 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10822/tid=10829] ppid=10820 vsize=866932 CPUtime=0.22
/proc/10822/task/10829/stat : 10829 (java) S 10820 10822 10038 0 -1 64 537 269 0 0 21 1 0 0 15 0 9 0 147947695 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10822/tid=10830] ppid=10820 vsize=866932 CPUtime=0
/proc/10822/task/10830/stat : 10830 (java) S 10820 10822 10038 0 -1 64 1 269 0 0 0 0 0 0 25 0 9 0 147947695 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10822/tid=10831] ppid=10820 vsize=866932 CPUtime=0.01
/proc/10822/task/10831/stat : 10831 (java) S 10820 10822 10038 0 -1 64 2 269 0 0 0 1 0 0 15 0 9 0 147947695 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.35
Current children cumulated vsize (KiB) 866932

[startup+19.1028 s]
/proc/loadavg: 2.10 2.38 2.41 3/82 10835
/proc/meminfo: memFree=1784152/2055920 swapFree=4192812/4192956
[pid=10822] ppid=10820 vsize=866932 CPUtime=18.55
/proc/10822/stat : 10822 (java) S 10820 10822 10038 0 -1 0 27313 269 1 0 1836 19 0 0 18 0 9 0 147947691 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10822/statm: 216733 18377 2631 9 0 211239 0
[pid=10822/tid=10824] ppid=10820 vsize=866932 CPUtime=18.12
/proc/10822/task/10824/stat : 10824 (java) R 10820 10822 10038 0 -1 64 18794 269 1 0 1801 11 0 0 25 0 9 0 147947692 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4126747108 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10822/tid=10825] ppid=10820 vsize=866932 CPUtime=0.14
/proc/10822/task/10825/stat : 10825 (java) S 10820 10822 10038 0 -1 64 7147 269 0 0 11 3 0 0 16 0 9 0 147947693 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10822/tid=10826] ppid=10820 vsize=866932 CPUtime=0
/proc/10822/task/10826/stat : 10826 (java) S 10820 10822 10038 0 -1 64 16 269 0 0 0 0 0 0 16 0 9 0 147947693 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10822/tid=10827] ppid=10820 vsize=866932 CPUtime=0
/proc/10822/task/10827/stat : 10827 (java) S 10820 10822 10038 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 147947693 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10822/tid=10828] ppid=10820 vsize=866932 CPUtime=0
/proc/10822/task/10828/stat : 10828 (java) S 10820 10822 10038 0 -1 64 1 269 0 0 0 0 0 0 24 0 9 0 147947695 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10822/tid=10829] ppid=10820 vsize=866932 CPUtime=0.22
/proc/10822/task/10829/stat : 10829 (java) S 10820 10822 10038 0 -1 64 537 269 0 0 21 1 0 0 15 0 9 0 147947695 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10822/tid=10830] ppid=10820 vsize=866932 CPUtime=0
/proc/10822/task/10830/stat : 10830 (java) S 10820 10822 10038 0 -1 64 1 269 0 0 0 0 0 0 25 0 9 0 147947695 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10822/tid=10831] ppid=10820 vsize=866932 CPUtime=0.01
/proc/10822/task/10831/stat : 10831 (java) S 10820 10822 10038 0 -1 64 2 269 0 0 0 1 0 0 15 0 9 0 147947695 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.55
Current children cumulated vsize (KiB) 866932

[startup+19.9029 s]
/proc/loadavg: 2.10 2.38 2.41 3/82 10835
/proc/meminfo: memFree=1784088/2055920 swapFree=4192812/4192956
[pid=10822] ppid=10820 vsize=866932 CPUtime=19.35
/proc/10822/stat : 10822 (java) S 10820 10822 10038 0 -1 0 27315 269 1 0 1916 19 0 0 18 0 9 0 147947691 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10822/statm: 216733 18377 2631 9 0 211239 0
[pid=10822/tid=10824] ppid=10820 vsize=866932 CPUtime=18.92
/proc/10822/task/10824/stat : 10824 (java) R 10820 10822 10038 0 -1 64 18796 269 1 0 1881 11 0 0 25 0 9 0 147947692 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4126746523 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10822/tid=10825] ppid=10820 vsize=866932 CPUtime=0.14
/proc/10822/task/10825/stat : 10825 (java) S 10820 10822 10038 0 -1 64 7147 269 0 0 11 3 0 0 16 0 9 0 147947693 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10822/tid=10826] ppid=10820 vsize=866932 CPUtime=0
/proc/10822/task/10826/stat : 10826 (java) S 10820 10822 10038 0 -1 64 16 269 0 0 0 0 0 0 16 0 9 0 147947693 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10822/tid=10827] ppid=10820 vsize=866932 CPUtime=0
/proc/10822/task/10827/stat : 10827 (java) S 10820 10822 10038 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 147947693 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10822/tid=10828] ppid=10820 vsize=866932 CPUtime=0
/proc/10822/task/10828/stat : 10828 (java) S 10820 10822 10038 0 -1 64 1 269 0 0 0 0 0 0 24 0 9 0 147947695 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10822/tid=10829] ppid=10820 vsize=866932 CPUtime=0.22
/proc/10822/task/10829/stat : 10829 (java) S 10820 10822 10038 0 -1 64 537 269 0 0 21 1 0 0 15 0 9 0 147947695 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10822/tid=10830] ppid=10820 vsize=866932 CPUtime=0
/proc/10822/task/10830/stat : 10830 (java) S 10820 10822 10038 0 -1 64 1 269 0 0 0 0 0 0 25 0 9 0 147947695 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10822/tid=10831] ppid=10820 vsize=866932 CPUtime=0.01
/proc/10822/task/10831/stat : 10831 (java) S 10820 10822 10038 0 -1 64 2 269 0 0 0 1 0 0 15 0 9 0 147947695 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.35
Current children cumulated vsize (KiB) 866932

[startup+20.303 s]
/proc/loadavg: 2.10 2.38 2.41 3/82 10835
/proc/meminfo: memFree=1784088/2055920 swapFree=4192812/4192956
[pid=10822] ppid=10820 vsize=866932 CPUtime=19.75
/proc/10822/stat : 10822 (java) S 10820 10822 10038 0 -1 0 27316 269 1 0 1956 19 0 0 18 0 9 0 147947691 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10822/statm: 216733 18377 2631 9 0 211239 0
[pid=10822/tid=10824] ppid=10820 vsize=866932 CPUtime=19.32
/proc/10822/task/10824/stat : 10824 (java) R 10820 10822 10038 0 -1 64 18797 269 1 0 1921 11 0 0 25 0 9 0 147947692 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4126746626 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10822/tid=10825] ppid=10820 vsize=866932 CPUtime=0.14
/proc/10822/task/10825/stat : 10825 (java) S 10820 10822 10038 0 -1 64 7147 269 0 0 11 3 0 0 16 0 9 0 147947693 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10822/tid=10826] ppid=10820 vsize=866932 CPUtime=0
/proc/10822/task/10826/stat : 10826 (java) S 10820 10822 10038 0 -1 64 16 269 0 0 0 0 0 0 16 0 9 0 147947693 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10822/tid=10827] ppid=10820 vsize=866932 CPUtime=0
/proc/10822/task/10827/stat : 10827 (java) S 10820 10822 10038 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 147947693 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10822/tid=10828] ppid=10820 vsize=866932 CPUtime=0
/proc/10822/task/10828/stat : 10828 (java) S 10820 10822 10038 0 -1 64 1 269 0 0 0 0 0 0 24 0 9 0 147947695 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10822/tid=10829] ppid=10820 vsize=866932 CPUtime=0.22
/proc/10822/task/10829/stat : 10829 (java) S 10820 10822 10038 0 -1 64 537 269 0 0 21 1 0 0 15 0 9 0 147947695 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10822/tid=10830] ppid=10820 vsize=866932 CPUtime=0
/proc/10822/task/10830/stat : 10830 (java) S 10820 10822 10038 0 -1 64 1 269 0 0 0 0 0 0 25 0 9 0 147947695 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10822/tid=10831] ppid=10820 vsize=866932 CPUtime=0.01
/proc/10822/task/10831/stat : 10831 (java) S 10820 10822 10038 0 -1 64 2 269 0 0 0 1 0 0 15 0 9 0 147947695 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.75
Current children cumulated vsize (KiB) 866932

[startup+20.702 s]
/proc/loadavg: 2.10 2.38 2.41 3/82 10835
/proc/meminfo: memFree=1784088/2055920 swapFree=4192812/4192956
[pid=10822] ppid=10820 vsize=866932 CPUtime=20.15
/proc/10822/stat : 10822 (java) S 10820 10822 10038 0 -1 0 27317 269 1 0 1996 19 0 0 18 0 9 0 147947691 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10822/statm: 216733 18377 2631 9 0 211239 0
[pid=10822/tid=10824] ppid=10820 vsize=866932 CPUtime=19.72
/proc/10822/task/10824/stat : 10824 (java) R 10820 10822 10038 0 -1 64 18798 269 1 0 1961 11 0 0 25 0 9 0 147947692 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4126735386 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10822/tid=10825] ppid=10820 vsize=866932 CPUtime=0.14
/proc/10822/task/10825/stat : 10825 (java) S 10820 10822 10038 0 -1 64 7147 269 0 0 11 3 0 0 16 0 9 0 147947693 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10822/tid=10826] ppid=10820 vsize=866932 CPUtime=0
/proc/10822/task/10826/stat : 10826 (java) S 10820 10822 10038 0 -1 64 16 269 0 0 0 0 0 0 16 0 9 0 147947693 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10822/tid=10827] ppid=10820 vsize=866932 CPUtime=0
/proc/10822/task/10827/stat : 10827 (java) S 10820 10822 10038 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 147947693 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10822/tid=10828] ppid=10820 vsize=866932 CPUtime=0
/proc/10822/task/10828/stat : 10828 (java) S 10820 10822 10038 0 -1 64 1 269 0 0 0 0 0 0 24 0 9 0 147947695 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10822/tid=10829] ppid=10820 vsize=866932 CPUtime=0.22
/proc/10822/task/10829/stat : 10829 (java) S 10820 10822 10038 0 -1 64 537 269 0 0 21 1 0 0 15 0 9 0 147947695 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10822/tid=10830] ppid=10820 vsize=866932 CPUtime=0
/proc/10822/task/10830/stat : 10830 (java) S 10820 10822 10038 0 -1 64 1 269 0 0 0 0 0 0 25 0 9 0 147947695 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10822/tid=10831] ppid=10820 vsize=866932 CPUtime=0.01
/proc/10822/task/10831/stat : 10831 (java) S 10820 10822 10038 0 -1 64 2 269 0 0 0 1 0 0 15 0 9 0 147947695 887738368 18377 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.15
Current children cumulated vsize (KiB) 866932

[startup+20.802 s]
/proc/loadavg: 2.09 2.37 2.41 2/82 10835
/proc/meminfo: memFree=1784088/2055920 swapFree=4192812/4192956
[pid=10822] ppid=10820 vsize=866932 CPUtime=20.23
/proc/10822/stat : 10822 (java) S 10820 10822 10038 0 -1 0 27393 269 1 0 2004 19 0 0 18 0 9 0 147947691 887738368 18382 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10822/statm: 216733 18382 2631 9 0 211239 0
[pid=10822/tid=10824] ppid=10820 vsize=866932 CPUtime=19.81
/proc/10822/task/10824/stat : 10824 (java) S 10820 10822 10038 0 -1 64 18873 269 1 0 1970 11 0 0 25 0 9 0 147947692 887738368 18382 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10822/tid=10825] ppid=10820 vsize=866932 CPUtime=0.14
/proc/10822/task/10825/stat : 10825 (java) S 10820 10822 10038 0 -1 64 7147 269 0 0 11 3 0 0 16 0 9 0 147947693 887738368 18382 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10822/tid=10826] ppid=10820 vsize=866932 CPUtime=0
/proc/10822/task/10826/stat : 10826 (java) S 10820 10822 10038 0 -1 64 16 269 0 0 0 0 0 0 16 0 9 0 147947693 887738368 18382 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10822/tid=10827] ppid=10820 vsize=866932 CPUtime=0
/proc/10822/task/10827/stat : 10827 (java) S 10820 10822 10038 0 -1 64 9 269 0 0 0 0 0 0 16 0 9 0 147947693 887738368 18382 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10822/tid=10828] ppid=10820 vsize=866932 CPUtime=0
/proc/10822/task/10828/stat : 10828 (java) S 10820 10822 10038 0 -1 64 1 269 0 0 0 0 0 0 24 0 9 0 147947695 887738368 18382 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10822/tid=10829] ppid=10820 vsize=866932 CPUtime=0.22
/proc/10822/task/10829/stat : 10829 (java) S 10820 10822 10038 0 -1 64 538 269 0 0 21 1 0 0 16 0 9 0 147947695 887738368 18382 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10822/tid=10830] ppid=10820 vsize=866932 CPUtime=0
/proc/10822/task/10830/stat : 10830 (java) S 10820 10822 10038 0 -1 64 1 269 0 0 0 0 0 0 25 0 9 0 147947695 887738368 18382 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10822/tid=10831] ppid=10820 vsize=866932 CPUtime=0.01
/proc/10822/task/10831/stat : 10831 (java) S 10820 10822 10038 0 -1 64 2 269 0 0 0 1 0 0 15 0 9 0 147947695 887738368 18382 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.23
Current children cumulated vsize (KiB) 866932

Child status: 0
Real time (s): 20.827
CPU time (s): 20.2639
CPU user time (s): 20.049
CPU system time (s): 0.214967
CPU usage (%): 97.2964
Max. virtual memory (cumulated for all children) (KiB): 867068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.049
system time used= 0.214967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27690
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= 1451
involuntary context switches= 1174

runsolver used 0.041993 second user time and 0.069989 second system time

The end

Launcher Data (download as text)

Begin job on node28 at 2008-07-04 23:07:04
IDJOB=1078109
IDBENCH=56761
IDSOLVER=363
FILE ID=node28/1078109-1215205624
PBS_JOBID= 7881692
Free space on /tmp= 66476 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/rand-3-20-20-fcd/normalized-rand-3-20-20-60-632-fcd-46_ext.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= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1078109-1215205624/watcher-1078109-1215205624 -o /tmp/evaluation-result-1078109-1215205624/solver-1078109-1215205624 -C 1800 -W 2200 -M 900 --output-limit 1,15  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-1078109-1215205624.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8e926b636faf75b8ca3d443ef326b3ff
RANDOM SEED=91900703

node28.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.231
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.231
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:       1848712 kB
Buffers:         16888 kB
Cached:         122444 kB
SwapCached:          0 kB
Active:         124480 kB
Inactive:        32248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1848712 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3300 kB
Writeback:           0 kB
Mapped:          28828 kB
Slab:            35748 kB
Committed_AS:   324320 kB
PageTables:       1832 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66476 MiB
End job on node28 at 2008-07-04 23:07:25