Trace number 1045290

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 21.6467 21.8691

DiagnosticValue
CHECKS6040920
NODES11994

General information on the benchmark

Namecsp/QG3/
normalized-quasigroup3-7.xml
MD5SUMfafe0dcba984bf536ec9e261fa39bfe8
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.62875
Satisfiable
(Un)Satisfiability was proved
Number of variables154
Number of constraints111
Maximum constraint arity51
Maximum domain size49
Number of constraints which are defined in extension0
Number of constraints which are defined in intension48
Global constraints used (with number of constraints)alldifferent(14),element(49)

Solver Data (download as text)

0.01/0.09	
0.01/0.09	Abscon 112 (May, 2008)
0.17/0.24	
0.17/0.24	   configuration
0.17/0.24	     name=esac.xml
0.17/0.29	   
0.17/0.29	   instance
0.17/0.29	     name=HOME/instance-1045290-1215028437.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.38/0.40	     nbVariables=154  nbDomainTypes=30  minDomainSize=1  maxDomainSize=49  nbTotalValues=2962
0.38/0.40	       =>  wckTime=0.155  cpuTime=0.14  mem=8M67
0.38/0.40	   
0.38/0.40	   predicates being loaded...
0.38/0.48	   
0.38/0.48	   constraints being loaded...
1.15/1.29	     nbConstraints=2463  nbUnaryConstraints=6  nbGlobalConstraints=20  nbSingletonDomainVariables=62  nbPurgedValues=288
1.15/1.29	     nbDisconnectedVariables=7  nbConflictsStructures=413  nbSharedConflictsStructures=2030
1.15/1.29	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=413  nbSharedEvaluationManagers=2030  minDegree=1
1.15/1.29	     maxDegree=53  minArity=2  avgArity=3.01  maxArity=6  nbGenerators=6  nbFusions=0  symmetryWckTime=0.193
1.15/1.29	     symmetryCpuTime=0.11
1.15/1.29	       =>  wckTime=1.048  cpuTime=0.74  mem=36M455
1.36/1.41	   
1.36/1.41	   solver IterativeSystematicSolver being built... 
1.45/1.57	   
1.45/1.57	   INFO : Forward propagation technique limited 
1.56/1.64	       =>  wckTime=1.398  cpuTime=0.95  mem=42M511
1.86/1.97	   
1.86/1.97	   preprocessing
1.86/1.97	     nbConstraintChecks=119930  nbValidityChecks=51038  nbPropagations=2838  nbRevisions=61182  nbUselessRevisions=56770
1.86/1.97	     nbSingletonTests=235  nbEffectiveSingletonTests=0  nbACRemovals=1235  nbFoundSingletons=0  nbRemovedValues=1235
1.86/1.97	     detectedInconsistency=no
1.86/1.97	       =>  wckTime=0.327  cpuTime=0.3  mem=43M488
2.55/2.64	   
2.55/2.64	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=44M613)
21.58/21.83	   
21.58/21.83	   search
21.58/21.83	     run=11  nbConstraintChecks=5920986  nbValidityChecks=6204961  minDepth=0  maxDepth=18  nbPropagations=865549
21.58/21.83	     nbRevisions=26174301  nbUselessRevisions=24975909  nbAssignments=11994  nbFailedAssignments=2406  nbBacktracks=8885
21.58/21.83	     nbVisitedNodes=16759  nbRestartNogoods=50  nbSEliminables=0  nbREliminables=77.81  nbIEliminables=45.66
21.58/21.83	     nbDEliminables=0  nbPEliminables=0
21.58/21.83	       =>  wckTime=20.187  cpuTime=19.85  mem=21M399
21.58/21.83	   
21.58/21.83	   global
21.58/21.83	     nbConstraintChecks=6040916  nbValidityChecks=6255999  nbPropagations=868387  nbRevisions=26235483
21.58/21.83	     nbUselessRevisions=25032679  nbRestartNogoods=50  solvingWckTime=20.189  solvingCpuTime=19.86  expiredTime=no
21.58/21.83	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=20.88
21.58/21.83	       =>  wckTime=21.589  cpuTime=20.82  mem=21M399
21.58/21.83	   
21.58/21.83	s UNSATISFIABLE
21.58/21.83	d NODES 11994
21.58/21.83	d CHECKS 6040916
21.58/21.83	   
21.58/21.83	   totalWckTime=21.645  totalCpuTime=20.88

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-1045290-1215028437/watcher-1045290-1215028437 -o /tmp/evaluation-result-1045290-1215028437/solver-1045290-1215028437 -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-1045290-1215028437.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.00 2.00 1.98 3/72 12595
/proc/meminfo: memFree=1669736/2055920 swapFree=4180688/4192956
[pid=12595] ppid=12593 vsize=1616 CPUtime=0
/proc/12595/stat : 12595 (java) D 12593 12595 11112 0 -1 0 177 0 0 0 0 0 0 0 18 0 1 0 1981816696 1654784 145 996147200 134512640 134550740 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/12595/statm: 404 145 119 9 0 46 0

[startup+0.026978 s]
/proc/loadavg: 2.00 2.00 1.98 3/72 12595
/proc/meminfo: memFree=1669736/2055920 swapFree=4180688/4192956
[pid=12595] ppid=12593 vsize=861228 CPUtime=0.01
/proc/12595/stat : 12595 (java) S 12593 12595 11112 0 -1 0 1709 0 1 0 0 1 0 0 18 0 3 0 1981816696 881897472 1406 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/12595/statm: 215307 1406 563 9 0 210286 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 861228

[startup+0.102161 s]
/proc/loadavg: 2.00 2.00 1.98 3/72 12595
/proc/meminfo: memFree=1669736/2055920 swapFree=4180688/4192956
[pid=12595] ppid=12593 vsize=865884 CPUtime=0.08
/proc/12595/stat : 12595 (java) S 12593 12595 11112 0 -1 0 3689 0 1 0 6 2 0 0 18 0 9 0 1981816696 886665216 3163 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12595/statm: 216471 3163 1681 9 0 211026 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865884

[startup+0.301177 s]
/proc/loadavg: 2.00 2.00 1.98 3/72 12595
/proc/meminfo: memFree=1669736/2055920 swapFree=4180688/4192956
[pid=12595] ppid=12593 vsize=866128 CPUtime=0.28
/proc/12595/stat : 12595 (java) S 12593 12595 11112 0 -1 0 5724 0 1 0 24 4 0 0 18 0 9 0 1981816696 886915072 5098 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12595/statm: 216532 5098 1950 9 0 211060 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866128

[startup+0.701215 s]
/proc/loadavg: 2.00 2.00 1.98 3/72 12595
/proc/meminfo: memFree=1669736/2055920 swapFree=4180688/4192956
[pid=12595] ppid=12593 vsize=866608 CPUtime=0.67
/proc/12595/stat : 12595 (java) S 12593 12595 11112 0 -1 0 7866 0 1 0 61 6 0 0 18 0 9 0 1981816696 887406592 7226 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12595/statm: 216652 7226 2010 9 0 211158 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 866608

[startup+1.50229 s]
/proc/loadavg: 2.00 2.00 1.98 4/81 12604
/proc/meminfo: memFree=1635232/2055920 swapFree=4180688/4192956
[pid=12595] ppid=12593 vsize=868464 CPUtime=1.45
/proc/12595/stat : 12595 (java) S 12593 12595 11112 0 -1 0 23917 468 1 0 129 12 4 0 18 0 9 0 1981816696 889307136 14738 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12595/statm: 217116 14738 2631 9 0 211622 0
[pid=12595/tid=12597] ppid=12593 vsize=868464 CPUtime=1.08
/proc/12595/task/12597/stat : 12597 (java) R 12593 12595 11112 0 -1 64 14875 468 1 0 95 9 4 0 21 0 9 0 1981816697 889307136 14738 996147200 134512640 134550740 4294955968 18446744073709551615 4126557944 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12598] ppid=12593 vsize=868464 CPUtime=0.12
/proc/12595/task/12598/stat : 12598 (java) S 12593 12595 11112 0 -1 64 7274 468 0 0 8 0 4 0 16 0 9 0 1981816699 889307136 14738 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12599] ppid=12593 vsize=868464 CPUtime=0.04
/proc/12595/task/12599/stat : 12599 (java) S 12593 12595 11112 0 -1 64 15 468 0 0 0 0 4 0 16 0 9 0 1981816699 889307136 14738 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12600] ppid=12593 vsize=868464 CPUtime=0.04
/proc/12595/task/12600/stat : 12600 (java) S 12593 12595 11112 0 -1 64 11 468 0 0 0 0 4 0 16 0 9 0 1981816699 889307136 14738 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12601] ppid=12593 vsize=868464 CPUtime=0.04
/proc/12595/task/12601/stat : 12601 (java) S 12593 12595 11112 0 -1 64 0 468 0 0 0 0 4 0 18 0 9 0 1981816701 889307136 14738 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12602] ppid=12593 vsize=868464 CPUtime=0.29
/proc/12595/task/12602/stat : 12602 (java) S 12593 12595 11112 0 -1 64 914 468 0 0 25 0 4 0 16 0 9 0 1981816701 889307136 14738 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12603] ppid=12593 vsize=868464 CPUtime=0.04
/proc/12595/task/12603/stat : 12603 (java) S 12593 12595 11112 0 -1 64 2 468 0 0 0 0 4 0 19 0 9 0 1981816701 889307136 14738 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12604] ppid=12593 vsize=868464 CPUtime=0.04
/proc/12595/task/12604/stat : 12604 (java) S 12593 12595 11112 0 -1 64 9 468 0 0 0 0 4 0 15 0 9 0 1981816701 889307136 14738 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 868464

[startup+3.10244 s]
/proc/loadavg: 2.00 2.00 1.98 3/81 12608
/proc/meminfo: memFree=1614304/2055920 swapFree=4180688/4192956
[pid=12595] ppid=12593 vsize=868464 CPUtime=3.05
/proc/12595/stat : 12595 (java) S 12593 12595 11112 0 -1 0 27172 468 1 0 286 15 4 0 18 0 9 0 1981816696 889307136 16655 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12595/statm: 217116 16655 2633 9 0 211622 0
[pid=12595/tid=12597] ppid=12593 vsize=868464 CPUtime=2.58
/proc/12595/task/12597/stat : 12597 (java) R 12593 12595 11112 0 -1 64 18079 468 1 0 243 11 4 0 25 0 9 0 1981816697 889307136 16655 996147200 134512640 134550740 4294955968 18446744073709551615 4127135076 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12598] ppid=12593 vsize=868464 CPUtime=0.12
/proc/12595/task/12598/stat : 12598 (java) S 12593 12595 11112 0 -1 64 7275 468 0 0 8 0 4 0 17 0 9 0 1981816699 889307136 16655 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12599] ppid=12593 vsize=868464 CPUtime=0.04
/proc/12595/task/12599/stat : 12599 (java) S 12593 12595 11112 0 -1 64 15 468 0 0 0 0 4 0 16 0 9 0 1981816699 889307136 16655 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12600] ppid=12593 vsize=868464 CPUtime=0.04
/proc/12595/task/12600/stat : 12600 (java) S 12593 12595 11112 0 -1 64 11 468 0 0 0 0 4 0 16 0 9 0 1981816699 889307136 16655 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12601] ppid=12593 vsize=868464 CPUtime=0.04
/proc/12595/task/12601/stat : 12601 (java) S 12593 12595 11112 0 -1 64 0 468 0 0 0 0 4 0 18 0 9 0 1981816701 889307136 16655 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12602] ppid=12593 vsize=868464 CPUtime=0.37
/proc/12595/task/12602/stat : 12602 (java) S 12593 12595 11112 0 -1 64 964 468 0 0 33 0 4 0 15 0 9 0 1981816701 889307136 16655 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12603] ppid=12593 vsize=868464 CPUtime=0.04
/proc/12595/task/12603/stat : 12603 (java) S 12593 12595 11112 0 -1 64 2 468 0 0 0 0 4 0 19 0 9 0 1981816701 889307136 16655 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12604] ppid=12593 vsize=868464 CPUtime=0.04
/proc/12595/task/12604/stat : 12604 (java) S 12593 12595 11112 0 -1 64 9 468 0 0 0 0 4 0 15 0 9 0 1981816701 889307136 16655 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) 868464

[startup+6.30171 s]
/proc/loadavg: 2.00 2.00 1.98 3/81 12608
/proc/meminfo: memFree=1610528/2055920 swapFree=4180688/4192956
[pid=12595] ppid=12593 vsize=868464 CPUtime=6.21
/proc/12595/stat : 12595 (java) S 12593 12595 11112 0 -1 0 28040 468 1 0 601 16 4 0 18 0 9 0 1981816696 889307136 17493 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12595/statm: 217116 17493 2633 9 0 211622 0
[pid=12595/tid=12597] ppid=12593 vsize=868464 CPUtime=5.72
/proc/12595/task/12597/stat : 12597 (java) R 12593 12595 11112 0 -1 64 18906 468 1 0 556 12 4 0 25 0 9 0 1981816697 889307136 17493 996147200 134512640 134550740 4294955968 18446744073709551615 4127127091 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12598] ppid=12593 vsize=868464 CPUtime=0.12
/proc/12595/task/12598/stat : 12598 (java) S 12593 12595 11112 0 -1 64 7275 468 0 0 8 0 4 0 16 0 9 0 1981816699 889307136 17493 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12595/tid=12599] ppid=12593 vsize=868464 CPUtime=0.04
/proc/12595/task/12599/stat : 12599 (java) S 12593 12595 11112 0 -1 64 15 468 0 0 0 0 4 0 16 0 9 0 1981816699 889307136 17493 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12600] ppid=12593 vsize=868464 CPUtime=0.04
/proc/12595/task/12600/stat : 12600 (java) S 12593 12595 11112 0 -1 64 11 468 0 0 0 0 4 0 16 0 9 0 1981816699 889307136 17493 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12601] ppid=12593 vsize=868464 CPUtime=0.04
/proc/12595/task/12601/stat : 12601 (java) S 12593 12595 11112 0 -1 64 0 468 0 0 0 0 4 0 18 0 9 0 1981816701 889307136 17493 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12602] ppid=12593 vsize=868464 CPUtime=0.41
/proc/12595/task/12602/stat : 12602 (java) S 12593 12595 11112 0 -1 64 980 468 0 0 36 1 4 0 15 0 9 0 1981816701 889307136 17493 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12603] ppid=12593 vsize=868464 CPUtime=0.04
/proc/12595/task/12603/stat : 12603 (java) S 12593 12595 11112 0 -1 64 2 468 0 0 0 0 4 0 19 0 9 0 1981816701 889307136 17493 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12604] ppid=12593 vsize=868464 CPUtime=0.04
/proc/12595/task/12604/stat : 12604 (java) S 12593 12595 11112 0 -1 64 34 468 0 0 0 0 4 0 15 0 9 0 1981816701 889307136 17493 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 868464

[startup+12.7023 s]
/proc/loadavg: 2.00 2.00 1.98 3/81 12608
/proc/meminfo: memFree=1597216/2055920 swapFree=4180688/4192956
[pid=12595] ppid=12593 vsize=868376 CPUtime=12.55
/proc/12595/stat : 12595 (java) S 12593 12595 11112 0 -1 0 31209 468 1 0 1234 17 4 0 18 0 9 0 1981816696 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12595/statm: 217094 20512 2615 9 0 211622 0
[pid=12595/tid=12597] ppid=12593 vsize=868376 CPUtime=12.01
/proc/12595/task/12597/stat : 12597 (java) R 12593 12595 11112 0 -1 64 19922 468 1 0 1184 13 4 0 25 0 9 0 1981816697 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4127142411 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12598] ppid=12593 vsize=868376 CPUtime=0.18
/proc/12595/task/12598/stat : 12598 (java) S 12593 12595 11112 0 -1 64 9425 468 0 0 13 1 4 0 16 0 9 0 1981816699 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12599] ppid=12593 vsize=868376 CPUtime=0.04
/proc/12595/task/12599/stat : 12599 (java) S 12593 12595 11112 0 -1 64 15 468 0 0 0 0 4 0 16 0 9 0 1981816699 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12600] ppid=12593 vsize=868376 CPUtime=0.04
/proc/12595/task/12600/stat : 12600 (java) S 12593 12595 11112 0 -1 64 11 468 0 0 0 0 4 0 16 0 9 0 1981816699 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12601] ppid=12593 vsize=868376 CPUtime=0.04
/proc/12595/task/12601/stat : 12601 (java) S 12593 12595 11112 0 -1 64 0 468 0 0 0 0 4 0 18 0 9 0 1981816701 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12602] ppid=12593 vsize=868376 CPUtime=0.41
/proc/12595/task/12602/stat : 12602 (java) S 12593 12595 11112 0 -1 64 983 468 0 0 36 1 4 0 15 0 9 0 1981816701 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12603] ppid=12593 vsize=868376 CPUtime=0.04
/proc/12595/task/12603/stat : 12603 (java) S 12593 12595 11112 0 -1 64 2 468 0 0 0 0 4 0 19 0 9 0 1981816701 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12604] ppid=12593 vsize=868376 CPUtime=0.04
/proc/12595/task/12604/stat : 12604 (java) S 12593 12595 11112 0 -1 64 34 468 0 0 0 0 4 0 15 0 9 0 1981816701 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 868376

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

[startup+15.9016 s]
/proc/loadavg: 2.00 2.00 1.98 3/81 12608
/proc/meminfo: memFree=1597280/2055920 swapFree=4180688/4192956
[pid=12595] ppid=12593 vsize=868376 CPUtime=15.72
/proc/12595/stat : 12595 (java) S 12593 12595 11112 0 -1 0 31213 468 1 0 1551 17 4 0 18 0 9 0 1981816696 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12595/statm: 217094 20512 2615 9 0 211622 0
[pid=12595/tid=12597] ppid=12593 vsize=868376 CPUtime=15.18
/proc/12595/task/12597/stat : 12597 (java) R 12593 12595 11112 0 -1 64 19925 468 1 0 1501 13 4 0 25 0 9 0 1981816697 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4126095722 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12598] ppid=12593 vsize=868376 CPUtime=0.18
/proc/12595/task/12598/stat : 12598 (java) S 12593 12595 11112 0 -1 64 9425 468 0 0 13 1 4 0 16 0 9 0 1981816699 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12599] ppid=12593 vsize=868376 CPUtime=0.04
/proc/12595/task/12599/stat : 12599 (java) S 12593 12595 11112 0 -1 64 15 468 0 0 0 0 4 0 16 0 9 0 1981816699 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12600] ppid=12593 vsize=868376 CPUtime=0.04
/proc/12595/task/12600/stat : 12600 (java) S 12593 12595 11112 0 -1 64 11 468 0 0 0 0 4 0 16 0 9 0 1981816699 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12601] ppid=12593 vsize=868376 CPUtime=0.04
/proc/12595/task/12601/stat : 12601 (java) S 12593 12595 11112 0 -1 64 0 468 0 0 0 0 4 0 18 0 9 0 1981816701 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12602] ppid=12593 vsize=868376 CPUtime=0.41
/proc/12595/task/12602/stat : 12602 (java) S 12593 12595 11112 0 -1 64 984 468 0 0 36 1 4 0 17 0 9 0 1981816701 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12603] ppid=12593 vsize=868376 CPUtime=0.04
/proc/12595/task/12603/stat : 12603 (java) S 12593 12595 11112 0 -1 64 2 468 0 0 0 0 4 0 19 0 9 0 1981816701 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12604] ppid=12593 vsize=868376 CPUtime=0.04
/proc/12595/task/12604/stat : 12604 (java) S 12593 12595 11112 0 -1 64 34 468 0 0 0 0 4 0 15 0 9 0 1981816701 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.72
Current children cumulated vsize (KiB) 868376

[startup+19.1028 s]
/proc/loadavg: 2.00 2.00 1.98 3/81 12608
/proc/meminfo: memFree=1597280/2055920 swapFree=4180688/4192956
[pid=12595] ppid=12593 vsize=868376 CPUtime=18.9
/proc/12595/stat : 12595 (java) S 12593 12595 11112 0 -1 0 31213 468 1 0 1869 17 4 0 18 0 9 0 1981816696 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12595/statm: 217094 20512 2615 9 0 211622 0
[pid=12595/tid=12597] ppid=12593 vsize=868376 CPUtime=18.35
/proc/12595/task/12597/stat : 12597 (java) R 12593 12595 11112 0 -1 64 19925 468 1 0 1818 13 4 0 25 0 9 0 1981816697 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4127162250 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12598] ppid=12593 vsize=868376 CPUtime=0.18
/proc/12595/task/12598/stat : 12598 (java) S 12593 12595 11112 0 -1 64 9425 468 0 0 13 1 4 0 16 0 9 0 1981816699 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12599] ppid=12593 vsize=868376 CPUtime=0.04
/proc/12595/task/12599/stat : 12599 (java) S 12593 12595 11112 0 -1 64 15 468 0 0 0 0 4 0 16 0 9 0 1981816699 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12600] ppid=12593 vsize=868376 CPUtime=0.04
/proc/12595/task/12600/stat : 12600 (java) S 12593 12595 11112 0 -1 64 11 468 0 0 0 0 4 0 16 0 9 0 1981816699 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12601] ppid=12593 vsize=868376 CPUtime=0.04
/proc/12595/task/12601/stat : 12601 (java) S 12593 12595 11112 0 -1 64 0 468 0 0 0 0 4 0 18 0 9 0 1981816701 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12602] ppid=12593 vsize=868376 CPUtime=0.41
/proc/12595/task/12602/stat : 12602 (java) S 12593 12595 11112 0 -1 64 984 468 0 0 36 1 4 0 17 0 9 0 1981816701 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12603] ppid=12593 vsize=868376 CPUtime=0.04
/proc/12595/task/12603/stat : 12603 (java) S 12593 12595 11112 0 -1 64 2 468 0 0 0 0 4 0 19 0 9 0 1981816701 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12604] ppid=12593 vsize=868376 CPUtime=0.04
/proc/12595/task/12604/stat : 12604 (java) S 12593 12595 11112 0 -1 64 34 468 0 0 0 0 4 0 15 0 9 0 1981816701 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 18.9
Current children cumulated vsize (KiB) 868376

[startup+20.703 s]
/proc/loadavg: 2.00 2.00 1.98 3/81 12608
/proc/meminfo: memFree=1597280/2055920 swapFree=4180688/4192956
[pid=12595] ppid=12593 vsize=868376 CPUtime=20.49
/proc/12595/stat : 12595 (java) S 12593 12595 11112 0 -1 0 31213 468 1 0 2028 17 4 0 18 0 9 0 1981816696 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12595/statm: 217094 20512 2615 9 0 211622 0
[pid=12595/tid=12597] ppid=12593 vsize=868376 CPUtime=19.94
/proc/12595/task/12597/stat : 12597 (java) R 12593 12595 11112 0 -1 64 19925 468 1 0 1977 13 4 0 25 0 9 0 1981816697 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4127125052 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12598] ppid=12593 vsize=868376 CPUtime=0.18
/proc/12595/task/12598/stat : 12598 (java) S 12593 12595 11112 0 -1 64 9425 468 0 0 13 1 4 0 16 0 9 0 1981816699 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12599] ppid=12593 vsize=868376 CPUtime=0.04
/proc/12595/task/12599/stat : 12599 (java) S 12593 12595 11112 0 -1 64 15 468 0 0 0 0 4 0 16 0 9 0 1981816699 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12600] ppid=12593 vsize=868376 CPUtime=0.04
/proc/12595/task/12600/stat : 12600 (java) S 12593 12595 11112 0 -1 64 11 468 0 0 0 0 4 0 16 0 9 0 1981816699 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12601] ppid=12593 vsize=868376 CPUtime=0.04
/proc/12595/task/12601/stat : 12601 (java) S 12593 12595 11112 0 -1 64 0 468 0 0 0 0 4 0 18 0 9 0 1981816701 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12602] ppid=12593 vsize=868376 CPUtime=0.41
/proc/12595/task/12602/stat : 12602 (java) S 12593 12595 11112 0 -1 64 984 468 0 0 36 1 4 0 17 0 9 0 1981816701 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12603] ppid=12593 vsize=868376 CPUtime=0.04
/proc/12595/task/12603/stat : 12603 (java) S 12593 12595 11112 0 -1 64 2 468 0 0 0 0 4 0 19 0 9 0 1981816701 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12604] ppid=12593 vsize=868376 CPUtime=0.04
/proc/12595/task/12604/stat : 12604 (java) S 12593 12595 11112 0 -1 64 34 468 0 0 0 0 4 0 15 0 9 0 1981816701 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20.49
Current children cumulated vsize (KiB) 868376

[startup+21.5021 s]
/proc/loadavg: 2.00 2.00 1.98 3/81 12608
/proc/meminfo: memFree=1597280/2055920 swapFree=4180688/4192956
[pid=12595] ppid=12593 vsize=868376 CPUtime=21.28
/proc/12595/stat : 12595 (java) S 12593 12595 11112 0 -1 0 31213 468 1 0 2107 17 4 0 18 0 9 0 1981816696 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12595/statm: 217094 20512 2615 9 0 211622 0
[pid=12595/tid=12597] ppid=12593 vsize=868376 CPUtime=20.73
/proc/12595/task/12597/stat : 12597 (java) R 12593 12595 11112 0 -1 64 19925 468 1 0 2056 13 4 0 25 0 9 0 1981816697 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4127127085 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12598] ppid=12593 vsize=868376 CPUtime=0.18
/proc/12595/task/12598/stat : 12598 (java) S 12593 12595 11112 0 -1 64 9425 468 0 0 13 1 4 0 16 0 9 0 1981816699 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12599] ppid=12593 vsize=868376 CPUtime=0.04
/proc/12595/task/12599/stat : 12599 (java) S 12593 12595 11112 0 -1 64 15 468 0 0 0 0 4 0 16 0 9 0 1981816699 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12600] ppid=12593 vsize=868376 CPUtime=0.04
/proc/12595/task/12600/stat : 12600 (java) S 12593 12595 11112 0 -1 64 11 468 0 0 0 0 4 0 16 0 9 0 1981816699 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12601] ppid=12593 vsize=868376 CPUtime=0.04
/proc/12595/task/12601/stat : 12601 (java) S 12593 12595 11112 0 -1 64 0 468 0 0 0 0 4 0 18 0 9 0 1981816701 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12602] ppid=12593 vsize=868376 CPUtime=0.41
/proc/12595/task/12602/stat : 12602 (java) S 12593 12595 11112 0 -1 64 984 468 0 0 36 1 4 0 17 0 9 0 1981816701 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12603] ppid=12593 vsize=868376 CPUtime=0.04
/proc/12595/task/12603/stat : 12603 (java) S 12593 12595 11112 0 -1 64 2 468 0 0 0 0 4 0 19 0 9 0 1981816701 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12604] ppid=12593 vsize=868376 CPUtime=0.04
/proc/12595/task/12604/stat : 12604 (java) S 12593 12595 11112 0 -1 64 34 468 0 0 0 0 4 0 15 0 9 0 1981816701 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.28
Current children cumulated vsize (KiB) 868376

[startup+21.7021 s]
/proc/loadavg: 2.00 2.00 1.98 3/81 12608
/proc/meminfo: memFree=1597280/2055920 swapFree=4180688/4192956
[pid=12595] ppid=12593 vsize=868376 CPUtime=21.48
/proc/12595/stat : 12595 (java) S 12593 12595 11112 0 -1 0 31213 468 1 0 2127 17 4 0 18 0 9 0 1981816696 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12595/statm: 217094 20512 2615 9 0 211622 0
[pid=12595/tid=12597] ppid=12593 vsize=868376 CPUtime=20.93
/proc/12595/task/12597/stat : 12597 (java) R 12593 12595 11112 0 -1 64 19925 468 1 0 2076 13 4 0 25 0 9 0 1981816697 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4127218003 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12598] ppid=12593 vsize=868376 CPUtime=0.18
/proc/12595/task/12598/stat : 12598 (java) S 12593 12595 11112 0 -1 64 9425 468 0 0 13 1 4 0 16 0 9 0 1981816699 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12599] ppid=12593 vsize=868376 CPUtime=0.04
/proc/12595/task/12599/stat : 12599 (java) S 12593 12595 11112 0 -1 64 15 468 0 0 0 0 4 0 16 0 9 0 1981816699 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12600] ppid=12593 vsize=868376 CPUtime=0.04
/proc/12595/task/12600/stat : 12600 (java) S 12593 12595 11112 0 -1 64 11 468 0 0 0 0 4 0 16 0 9 0 1981816699 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12601] ppid=12593 vsize=868376 CPUtime=0.04
/proc/12595/task/12601/stat : 12601 (java) S 12593 12595 11112 0 -1 64 0 468 0 0 0 0 4 0 18 0 9 0 1981816701 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12602] ppid=12593 vsize=868376 CPUtime=0.41
/proc/12595/task/12602/stat : 12602 (java) S 12593 12595 11112 0 -1 64 984 468 0 0 36 1 4 0 17 0 9 0 1981816701 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12603] ppid=12593 vsize=868376 CPUtime=0.04
/proc/12595/task/12603/stat : 12603 (java) S 12593 12595 11112 0 -1 64 2 468 0 0 0 0 4 0 19 0 9 0 1981816701 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12604] ppid=12593 vsize=868376 CPUtime=0.04
/proc/12595/task/12604/stat : 12604 (java) S 12593 12595 11112 0 -1 64 34 468 0 0 0 0 4 0 15 0 9 0 1981816701 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.48
Current children cumulated vsize (KiB) 868376

[startup+21.8011 s]
/proc/loadavg: 2.00 2.00 1.98 3/81 12608
/proc/meminfo: memFree=1597280/2055920 swapFree=4180688/4192956
[pid=12595] ppid=12593 vsize=868376 CPUtime=21.58
/proc/12595/stat : 12595 (java) S 12593 12595 11112 0 -1 0 31213 468 1 0 2137 17 4 0 18 0 9 0 1981816696 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12595/statm: 217094 20512 2615 9 0 211622 0
[pid=12595/tid=12597] ppid=12593 vsize=868376 CPUtime=21.03
/proc/12595/task/12597/stat : 12597 (java) R 12593 12595 11112 0 -1 64 19925 468 1 0 2086 13 4 0 25 0 9 0 1981816697 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4127184543 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12598] ppid=12593 vsize=868376 CPUtime=0.18
/proc/12595/task/12598/stat : 12598 (java) S 12593 12595 11112 0 -1 64 9425 468 0 0 13 1 4 0 16 0 9 0 1981816699 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12599] ppid=12593 vsize=868376 CPUtime=0.04
/proc/12595/task/12599/stat : 12599 (java) S 12593 12595 11112 0 -1 64 15 468 0 0 0 0 4 0 16 0 9 0 1981816699 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12600] ppid=12593 vsize=868376 CPUtime=0.04
/proc/12595/task/12600/stat : 12600 (java) S 12593 12595 11112 0 -1 64 11 468 0 0 0 0 4 0 16 0 9 0 1981816699 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12601] ppid=12593 vsize=868376 CPUtime=0.04
/proc/12595/task/12601/stat : 12601 (java) S 12593 12595 11112 0 -1 64 0 468 0 0 0 0 4 0 18 0 9 0 1981816701 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12602] ppid=12593 vsize=868376 CPUtime=0.41
/proc/12595/task/12602/stat : 12602 (java) S 12593 12595 11112 0 -1 64 984 468 0 0 36 1 4 0 17 0 9 0 1981816701 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12603] ppid=12593 vsize=868376 CPUtime=0.04
/proc/12595/task/12603/stat : 12603 (java) S 12593 12595 11112 0 -1 64 2 468 0 0 0 0 4 0 19 0 9 0 1981816701 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12595/tid=12604] ppid=12593 vsize=868376 CPUtime=0.04
/proc/12595/task/12604/stat : 12604 (java) S 12593 12595 11112 0 -1 64 34 468 0 0 0 0 4 0 15 0 9 0 1981816701 889217024 20512 996147200 134512640 134550740 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 21.58
Current children cumulated vsize (KiB) 868376

Child status: 0
Real time (s): 21.8691
CPU time (s): 21.6467
CPU user time (s): 21.4457
CPU system time (s): 0.200969
CPU usage (%): 98.9833
Max. virtual memory (cumulated for all children) (KiB): 868464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.4457
system time used= 0.200969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31711
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= 1809
involuntary context switches= 1877

runsolver used 0.038994 second user time and 0.078987 second system time

The end

Launcher Data (download as text)

Begin job on node41 at 2008-07-02 21:53:57
IDJOB=1045290
IDBENCH=53929
IDSOLVER=364
FILE ID=node41/1045290-1215028437
PBS_JOBID= 7874388
Free space on /tmp= 66196 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/QG3/normalized-quasigroup3-7.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-1045290-1215028437/watcher-1045290-1215028437 -o /tmp/evaluation-result-1045290-1215028437/solver-1045290-1215028437 -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-1045290-1215028437.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= fafe0dcba984bf536ec9e261fa39bfe8
RANDOM SEED=1432145861

node41.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.232
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.232
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:       1670152 kB
Buffers:         26984 kB
Cached:         170420 kB
SwapCached:       6596 kB
Active:         245008 kB
Inactive:        86284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1670152 kB
SwapTotal:     4192956 kB
SwapFree:      4180688 kB
Dirty:            2072 kB
Writeback:           0 kB
Mapped:         141380 kB
Slab:            39768 kB
Committed_AS:  3621116 kB
PageTables:       1928 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= 66192 MiB
End job on node41 at 2008-07-02 21:54:19