Trace number 2094504

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 ESAC? 20.3609 20.5445

General information on the benchmark

Namecsp/fischer/
normalized-fischer-1-3-fair.xml
MD5SUMf5fa2b1ab1e1b760100093009122d806
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.051991
Satisfiable
(Un)Satisfiability was proved
Number of variables883
Number of constraints828
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension828
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=esac.xml
0.19/0.28	   
0.19/0.28	   instance
0.19/0.28	     name=HOME/instance-2094504-1247404713.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.32	   
0.29/0.32	   variables being loaded...
1.39/1.46	     nbVariables=883  nbDomainTypes=3  minDomainSize=2  maxDomainSize=20001  nbTotalValues=14782619
1.39/1.46	       =>  wckTime=1.212  cpuTime=0.59  mem=298M935
1.39/1.46	   
1.39/1.46	   predicates being loaded...
1.48/1.51	   
1.48/1.51	   constraints being loaded...
1.95/2.05	     nbConstraints=826  nbUnaryConstraints=2  nbSingletonDomainVariables=2  nbPurgedValues=40000
1.95/2.05	     nbConvertedConstraints=158  nbConvertConstraintsChecks=80004  nbExtensionStructures=2
1.95/2.05	     nbSharedExtensionStructures=156  nbConflictsStructures=2  nbSharedConflictsStructures=156
1.95/2.05	     nbUnbuiltConflictsStructures=12  nbSharedBinaryRepresentations=40001  nbEvaluationManagers=13
1.95/2.05	     nbSharedEvaluationManagers=655  minDegree=1  maxDegree=16  minArity=2  avgArity=2.81  maxArity=3  nbGenerators=0
1.95/2.05	     nbFusions=0  symmetryWckTime=0.181  symmetryCpuTime=0.09
1.95/2.05	       =>  wckTime=1.808  cpuTime=0.99  mem=313M293
2.16/2.23	   
2.16/2.23	   solver IterativeSystematicSolver being built... 
16.73/16.93	   
16.73/16.93	   INFO : Tentative number 1
16.73/16.93	
16.73/16.93	   configuration
16.73/16.93	     name=esac.xml
16.73/16.94	   
16.73/16.94	   instance
16.73/16.94	     name=HOME/instance-2094504-1247404713.xml
16.73/16.94	   
16.73/16.94	   domains being loaded...
16.73/16.94	   
16.73/16.94	   variables being loaded...
17.62/17.84	     nbVariables=883  nbDomainTypes=3  minDomainSize=2  maxDomainSize=20001  nbTotalValues=14782619
17.62/17.84	       =>  wckTime=0.894  cpuTime=0.48  mem=633M953
17.62/17.84	   
17.62/17.84	   predicates being loaded...
17.62/17.84	   
17.62/17.84	   constraints being loaded...
17.72/17.96	     nbConstraints=826  nbUnaryConstraints=2  nbSingletonDomainVariables=2  nbPurgedValues=40000
17.72/17.96	     nbUnbuiltConflictsStructures=14  nbSharedBinaryRepresentations=0  nbEvaluationManagers=15
17.72/17.96	     nbSharedEvaluationManagers=811  minDegree=1  maxDegree=16  minArity=2  avgArity=2.81  maxArity=3
17.72/17.96	       =>  wckTime=1.023  cpuTime=0.59  mem=639M838
18.42/18.68	   
18.42/18.68	   solver IterativeSystematicSolver being built... 
20.23/20.40	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2094504-1247404713/watcher-2094504-1247404713 -o /tmp/evaluation-result-2094504-1247404713/solver-2094504-1247404713 -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-2094504-1247404713.xml 

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


[startup+0 s]
/proc/loadavg: 2.05 2.06 1.95 3/80 31050
/proc/meminfo: memFree=1560704/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=152 CPUtime=0
/proc/31050/stat : 31050 (java) R 31048 31050 29987 0 -1 0 205 0 0 0 0 0 0 0 18 0 1 0 27531620 155648 26 996147200 134512640 134550932 4294955968 18446744073709551615 3809579 0 0 4096 0 0 0 0 17 0 0 0
/proc/31050/statm: 50 28 21 9 0 4 0

[startup+0.102447 s]
/proc/loadavg: 2.05 2.06 1.95 3/80 31050
/proc/meminfo: memFree=1560704/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=865980 CPUtime=0.09
/proc/31050/stat : 31050 (java) S 31048 31050 29987 0 -1 0 3827 0 1 0 6 3 0 0 18 0 9 0 27531620 886763520 3272 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31050/statm: 216495 3276 1730 9 0 210980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865980

[startup+0.201459 s]
/proc/loadavg: 2.05 2.06 1.95 3/80 31050
/proc/meminfo: memFree=1560704/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=866144 CPUtime=0.19
/proc/31050/stat : 31050 (java) S 31048 31050 29987 0 -1 0 4889 0 1 0 13 6 0 0 18 0 9 0 27531620 886931456 4306 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31050/statm: 216536 4307 1888 9 0 211014 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 866144

[startup+0.301473 s]
/proc/loadavg: 2.05 2.06 1.95 3/80 31050
/proc/meminfo: memFree=1560704/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=866380 CPUtime=0.29
/proc/31050/stat : 31050 (java) S 31048 31050 29987 0 -1 0 5996 0 1 0 22 7 0 0 18 0 9 0 27531620 887173120 5362 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31050/statm: 216595 5363 1986 9 0 211053 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866380

[startup+0.701535 s]
/proc/loadavg: 2.05 2.06 1.95 3/80 31050
/proc/meminfo: memFree=1560704/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=866628 CPUtime=0.69
/proc/31050/stat : 31050 (java) S 31048 31050 29987 0 -1 0 37379 0 1 0 49 20 0 0 18 0 9 0 27531620 887427072 36737 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31050/statm: 216657 36748 2009 9 0 211115 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 866628

[startup+1.50164 s]
/proc/loadavg: 2.05 2.06 1.95 3/89 31059
/proc/meminfo: memFree=1315192/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=867176 CPUtime=1.48
/proc/31050/stat : 31050 (java) S 31048 31050 29987 0 -1 0 87651 0 1 0 108 40 0 0 18 0 9 0 27531620 887988224 86998 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31050/statm: 216794 86998 2040 9 0 211230 0
[pid=31050/tid=31052] ppid=31048 vsize=867176 CPUtime=0.81
/proc/31050/task/31052/stat : 31052 (java) R 31048 31050 29987 0 -1 64 15776 0 1 0 71 10 0 0 25 0 9 0 27531621 887988224 86998 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31050/tid=31053] ppid=31048 vsize=867176 CPUtime=0.53
/proc/31050/task/31053/stat : 31053 (java) S 31048 31050 29987 0 -1 64 70680 0 0 0 25 28 0 0 17 0 9 0 27531623 887988224 86998 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31050/tid=31054] ppid=31048 vsize=867176 CPUtime=0
/proc/31050/task/31054/stat : 31054 (java) S 31048 31050 29987 0 -1 64 16 0 0 0 0 0 0 0 15 0 9 0 27531623 887988224 86998 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31050/tid=31055] ppid=31048 vsize=867176 CPUtime=0
/proc/31050/task/31055/stat : 31055 (java) S 31048 31050 29987 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 27531623 887988224 86998 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31050/tid=31056] ppid=31048 vsize=867176 CPUtime=0
/proc/31050/task/31056/stat : 31056 (java) S 31048 31050 29987 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 27531625 887988224 86998 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31050/tid=31057] ppid=31048 vsize=867176 CPUtime=0.11
/proc/31050/task/31057/stat : 31057 (java) S 31048 31050 29987 0 -1 64 493 0 0 0 11 0 0 0 16 0 9 0 27531625 887988224 86998 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31050/tid=31058] ppid=31048 vsize=867176 CPUtime=0
/proc/31050/task/31058/stat : 31058 (java) S 31048 31050 29987 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 27531625 887988224 86998 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31050/tid=31059] ppid=31048 vsize=867176 CPUtime=0
/proc/31050/task/31059/stat : 31059 (java) S 31048 31050 29987 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27531625 887988224 86998 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867176

[startup+3.10287 s]
/proc/loadavg: 2.05 2.06 1.95 4/91 31063
/proc/meminfo: memFree=1205672/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=868144 CPUtime=3.05
/proc/31050/stat : 31050 (java) S 31048 31050 29987 0 -1 0 131321 223 1 0 245 58 1 1 18 0 10 0 27531620 888979456 109712 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31050/statm: 217036 109712 2638 9 0 211494 0
[pid=31063] ppid=31050 vsize=44 CPUtime=0.01
/proc/31063/stat : 31063 (rm) R 31050 31050 29987 0 -1 4194304 22 0 0 0 0 1 0 0 19 0 1 0 27531817 45056 2 996147200 0 0 548682069478 18446744073709551615 4294960144 0 4 0 0 0 0 0 17 1 0 0
/proc/31063/statm: 11 2 0 0 0 1 0
[pid=31050/tid=31052] ppid=31048 vsize=868144 CPUtime=1.66
/proc/31050/task/31052/stat : 31052 (java) S 31048 31050 29987 0 -1 64 26884 223 1 0 150 14 1 1 17 0 10 0 27531621 888979456 109712 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31050/tid=31053] ppid=31048 vsize=868144 CPUtime=1.1
/proc/31050/task/31053/stat : 31053 (java) R 31048 31050 29987 0 -1 64 102680 223 0 0 69 39 1 1 18 0 10 0 27531623 888979456 109712 996147200 134512640 134550932 4294955968 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31050/tid=31054] ppid=31048 vsize=868144 CPUtime=0.02
/proc/31050/task/31054/stat : 31054 (java) S 31048 31050 29987 0 -1 64 22 223 0 0 0 0 1 1 15 0 10 0 27531623 888979456 109712 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31050/tid=31055] ppid=31048 vsize=868144 CPUtime=0.02
/proc/31050/task/31055/stat : 31055 (java) S 31048 31050 29987 0 -1 64 12 223 0 0 0 0 1 1 15 0 10 0 27531623 888979456 109712 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31050/tid=31056] ppid=31048 vsize=868144 CPUtime=0.02
/proc/31050/task/31056/stat : 31056 (java) S 31048 31050 29987 0 -1 64 1 223 0 0 0 0 1 1 24 0 10 0 27531625 888979456 109712 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31050/tid=31057] ppid=31048 vsize=868144 CPUtime=0.28
/proc/31050/task/31057/stat : 31057 (java) S 31048 31050 29987 0 -1 64 909 223 0 0 25 1 1 1 15 0 10 0 27531625 888979456 109712 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31050/tid=31058] ppid=31048 vsize=868144 CPUtime=0.02
/proc/31050/task/31058/stat : 31058 (java) S 31048 31050 29987 0 -1 64 1 223 0 0 0 0 1 1 25 0 10 0 27531625 888979456 109712 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31050/tid=31059] ppid=31048 vsize=868144 CPUtime=0.02
/proc/31050/task/31059/stat : 31059 (java) S 31048 31050 29987 0 -1 64 16 223 0 0 0 0 1 1 15 0 10 0 27531625 888979456 109712 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31050/tid=31062] ppid=31048 vsize=868144 CPUtime=0.03
/proc/31050/task/31062/stat : 31062 (java) S 31048 31050 29987 0 -1 64 43 223 0 0 0 1 1 1 18 0 10 0 27531817 888979456 109712 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 868188

[startup+6.30233 s]
/proc/loadavg: 2.12 2.07 1.95 4/89 31063
/proc/meminfo: memFree=921776/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=868144 CPUtime=6.24
/proc/31050/stat : 31050 (java) S 31048 31050 29987 0 -1 0 207130 346 1 0 528 92 1 3 18 0 9 0 27531620 888979456 185476 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31050/statm: 217036 185476 2638 9 0 211494 0
[pid=31050/tid=31052] ppid=31048 vsize=868144 CPUtime=2.93
/proc/31050/task/31052/stat : 31052 (java) S 31048 31050 29987 0 -1 64 26892 346 1 0 275 14 1 3 17 0 9 0 27531621 888979456 185476 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31050/tid=31053] ppid=31048 vsize=868144 CPUtime=3.03
/proc/31050/task/31053/stat : 31053 (java) R 31048 31050 29987 0 -1 64 178442 346 0 0 226 73 1 3 25 0 9 0 27531623 888979456 185476 996147200 134512640 134550932 4294955968 18446744073709551615 102549442 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31050/tid=31054] ppid=31048 vsize=868144 CPUtime=0.04
/proc/31050/task/31054/stat : 31054 (java) S 31048 31050 29987 0 -1 64 22 346 0 0 0 0 1 3 15 0 9 0 27531623 888979456 185476 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31050/tid=31055] ppid=31048 vsize=868144 CPUtime=0.04
/proc/31050/task/31055/stat : 31055 (java) S 31048 31050 29987 0 -1 64 12 346 0 0 0 0 1 3 15 0 9 0 27531623 888979456 185476 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31050/tid=31056] ppid=31048 vsize=868144 CPUtime=0.04
/proc/31050/task/31056/stat : 31056 (java) S 31048 31050 29987 0 -1 64 1 346 0 0 0 0 1 3 24 0 9 0 27531625 888979456 185476 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31050/tid=31057] ppid=31048 vsize=868144 CPUtime=0.3
/proc/31050/task/31057/stat : 31057 (java) S 31048 31050 29987 0 -1 64 911 346 0 0 25 1 1 3 15 0 9 0 27531625 888979456 185476 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31050/tid=31058] ppid=31048 vsize=868144 CPUtime=0.04
/proc/31050/task/31058/stat : 31058 (java) S 31048 31050 29987 0 -1 64 1 346 0 0 0 0 1 3 25 0 9 0 27531625 888979456 185476 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31050/tid=31059] ppid=31048 vsize=868144 CPUtime=0.04
/proc/31050/task/31059/stat : 31059 (java) S 31048 31050 29987 0 -1 64 49 346 0 0 0 0 1 3 15 0 9 0 27531625 888979456 185476 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 868144

[startup+12.7022 s]
/proc/loadavg: 2.11 2.07 1.95 3/89 31063
/proc/meminfo: memFree=771120/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=868144 CPUtime=12.57
/proc/31050/stat : 31050 (java) S 31048 31050 29987 0 -1 0 276960 346 1 0 1143 110 1 3 18 0 9 0 27531620 888979456 199485 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31050/statm: 217036 199485 2637 9 0 211494 0
[pid=31050/tid=31052] ppid=31048 vsize=868144 CPUtime=3.48
/proc/31050/task/31052/stat : 31052 (java) S 31048 31050 29987 0 -1 64 26902 346 1 0 330 14 1 3 17 0 9 0 27531621 888979456 199485 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31050/tid=31053] ppid=31048 vsize=868144 CPUtime=8.82
/proc/31050/task/31053/stat : 31053 (java) R 31048 31050 29987 0 -1 64 248262 346 0 0 787 91 1 3 25 0 9 0 27531623 888979456 199485 996147200 134512640 134550932 4294955968 18446744073709551615 104190884 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31050/tid=31054] ppid=31048 vsize=868144 CPUtime=0.04
/proc/31050/task/31054/stat : 31054 (java) S 31048 31050 29987 0 -1 64 22 346 0 0 0 0 1 3 16 0 9 0 27531623 888979456 199485 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31050/tid=31055] ppid=31048 vsize=868144 CPUtime=0.04
/proc/31050/task/31055/stat : 31055 (java) S 31048 31050 29987 0 -1 64 12 346 0 0 0 0 1 3 16 0 9 0 27531623 888979456 199485 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31050/tid=31056] ppid=31048 vsize=868144 CPUtime=0.04
/proc/31050/task/31056/stat : 31056 (java) S 31048 31050 29987 0 -1 64 1 346 0 0 0 0 1 3 24 0 9 0 27531625 888979456 199485 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31050/tid=31057] ppid=31048 vsize=868144 CPUtime=0.3
/proc/31050/task/31057/stat : 31057 (java) S 31048 31050 29987 0 -1 64 911 346 0 0 25 1 1 3 15 0 9 0 27531625 888979456 199485 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31050/tid=31058] ppid=31048 vsize=868144 CPUtime=0.04
/proc/31050/task/31058/stat : 31058 (java) S 31048 31050 29987 0 -1 64 1 346 0 0 0 0 1 3 25 0 9 0 27531625 888979456 199485 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31050/tid=31059] ppid=31048 vsize=868144 CPUtime=0.04
/proc/31050/task/31059/stat : 31059 (java) S 31048 31050 29987 0 -1 64 49 346 0 0 0 0 1 3 15 0 9 0 27531625 888979456 199485 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 868144

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

[startup+12.8023 s]
/proc/loadavg: 2.11 2.07 1.95 3/89 31063
/proc/meminfo: memFree=771120/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=868144 CPUtime=12.67
/proc/31050/stat : 31050 (java) S 31048 31050 29987 0 -1 0 276960 346 1 0 1153 110 1 3 18 0 9 0 27531620 888979456 199485 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31050/statm: 217036 199485 2637 9 0 211494 0
[pid=31050/tid=31052] ppid=31048 vsize=868144 CPUtime=3.48
/proc/31050/task/31052/stat : 31052 (java) S 31048 31050 29987 0 -1 64 26902 346 1 0 330 14 1 3 17 0 9 0 27531621 888979456 199485 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31050/tid=31053] ppid=31048 vsize=868144 CPUtime=8.92
/proc/31050/task/31053/stat : 31053 (java) R 31048 31050 29987 0 -1 64 248262 346 0 0 797 91 1 3 25 0 9 0 27531623 888979456 199485 996147200 134512640 134550932 4294955968 18446744073709551615 104191208 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31050/tid=31054] ppid=31048 vsize=868144 CPUtime=0.04
/proc/31050/task/31054/stat : 31054 (java) S 31048 31050 29987 0 -1 64 22 346 0 0 0 0 1 3 16 0 9 0 27531623 888979456 199485 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31050/tid=31055] ppid=31048 vsize=868144 CPUtime=0.04
/proc/31050/task/31055/stat : 31055 (java) S 31048 31050 29987 0 -1 64 12 346 0 0 0 0 1 3 16 0 9 0 27531623 888979456 199485 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31050/tid=31056] ppid=31048 vsize=868144 CPUtime=0.04
/proc/31050/task/31056/stat : 31056 (java) S 31048 31050 29987 0 -1 64 1 346 0 0 0 0 1 3 24 0 9 0 27531625 888979456 199485 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31050/tid=31057] ppid=31048 vsize=868144 CPUtime=0.3
/proc/31050/task/31057/stat : 31057 (java) S 31048 31050 29987 0 -1 64 911 346 0 0 25 1 1 3 15 0 9 0 27531625 888979456 199485 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31050/tid=31058] ppid=31048 vsize=868144 CPUtime=0.04
/proc/31050/task/31058/stat : 31058 (java) S 31048 31050 29987 0 -1 64 1 346 0 0 0 0 1 3 25 0 9 0 27531625 888979456 199485 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31050/tid=31059] ppid=31048 vsize=868144 CPUtime=0.04
/proc/31050/task/31059/stat : 31059 (java) S 31048 31050 29987 0 -1 64 49 346 0 0 0 0 1 3 15 0 9 0 27531625 888979456 199485 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 868144

[startup+16.0017 s]
/proc/loadavg: 2.11 2.07 1.95 3/89 31063
/proc/meminfo: memFree=771120/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=868144 CPUtime=15.84
/proc/31050/stat : 31050 (java) S 31048 31050 29987 0 -1 0 276965 346 1 0 1470 110 1 3 18 0 9 0 27531620 888979456 199489 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31050/statm: 217036 199489 2637 9 0 211494 0
[pid=31050/tid=31052] ppid=31048 vsize=868144 CPUtime=3.49
/proc/31050/task/31052/stat : 31052 (java) S 31048 31050 29987 0 -1 64 26903 346 1 0 331 14 1 3 17 0 9 0 27531621 888979456 199489 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31050/tid=31053] ppid=31048 vsize=868144 CPUtime=12.08
/proc/31050/task/31053/stat : 31053 (java) R 31048 31050 29987 0 -1 64 248266 346 0 0 1113 91 1 3 25 0 9 0 27531623 888979456 199489 996147200 134512640 134550932 4294955968 18446744073709551615 103831000 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31050/tid=31054] ppid=31048 vsize=868144 CPUtime=0.04
/proc/31050/task/31054/stat : 31054 (java) S 31048 31050 29987 0 -1 64 22 346 0 0 0 0 1 3 16 0 9 0 27531623 888979456 199489 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31050/tid=31055] ppid=31048 vsize=868144 CPUtime=0.04
/proc/31050/task/31055/stat : 31055 (java) S 31048 31050 29987 0 -1 64 12 346 0 0 0 0 1 3 16 0 9 0 27531623 888979456 199489 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31050/tid=31056] ppid=31048 vsize=868144 CPUtime=0.04
/proc/31050/task/31056/stat : 31056 (java) S 31048 31050 29987 0 -1 64 1 346 0 0 0 0 1 3 24 0 9 0 27531625 888979456 199489 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31050/tid=31057] ppid=31048 vsize=868144 CPUtime=0.3
/proc/31050/task/31057/stat : 31057 (java) S 31048 31050 29987 0 -1 64 911 346 0 0 25 1 1 3 15 0 9 0 27531625 888979456 199489 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31050/tid=31058] ppid=31048 vsize=868144 CPUtime=0.04
/proc/31050/task/31058/stat : 31058 (java) S 31048 31050 29987 0 -1 64 1 346 0 0 0 0 1 3 25 0 9 0 27531625 888979456 199489 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31050/tid=31059] ppid=31048 vsize=868144 CPUtime=0.04
/proc/31050/task/31059/stat : 31059 (java) S 31048 31050 29987 0 -1 64 49 346 0 0 0 0 1 3 15 0 9 0 27531625 888979456 199489 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.84
Current children cumulated vsize (KiB) 868144

[startup+17.6019 s]
/proc/loadavg: 2.10 2.07 1.95 3/89 31063
/proc/meminfo: memFree=771120/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=868144 CPUtime=17.43
/proc/31050/stat : 31050 (java) S 31048 31050 29987 0 -1 0 276988 346 1 0 1629 110 1 3 18 0 9 0 27531620 888979456 199492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31050/statm: 217036 199492 2637 9 0 211494 0
[pid=31050/tid=31052] ppid=31048 vsize=868144 CPUtime=3.87
/proc/31050/task/31052/stat : 31052 (java) S 31048 31050 29987 0 -1 64 26925 346 1 0 369 14 1 3 16 0 9 0 27531621 888979456 199492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31050/tid=31053] ppid=31048 vsize=868144 CPUtime=13.28
/proc/31050/task/31053/stat : 31053 (java) R 31048 31050 29987 0 -1 64 248266 346 0 0 1233 91 1 3 25 0 9 0 27531623 888979456 199492 996147200 134512640 134550932 4294955968 18446744073709551615 102709373 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31050/tid=31054] ppid=31048 vsize=868144 CPUtime=0.04
/proc/31050/task/31054/stat : 31054 (java) S 31048 31050 29987 0 -1 64 22 346 0 0 0 0 1 3 15 0 9 0 27531623 888979456 199492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31050/tid=31055] ppid=31048 vsize=868144 CPUtime=0.04
/proc/31050/task/31055/stat : 31055 (java) S 31048 31050 29987 0 -1 64 12 346 0 0 0 0 1 3 16 0 9 0 27531623 888979456 199492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31050/tid=31056] ppid=31048 vsize=868144 CPUtime=0.04
/proc/31050/task/31056/stat : 31056 (java) S 31048 31050 29987 0 -1 64 1 346 0 0 0 0 1 3 24 0 9 0 27531625 888979456 199492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31050/tid=31057] ppid=31048 vsize=868144 CPUtime=0.3
/proc/31050/task/31057/stat : 31057 (java) S 31048 31050 29987 0 -1 64 912 346 0 0 25 1 1 3 16 0 9 0 27531625 888979456 199492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31050/tid=31058] ppid=31048 vsize=868144 CPUtime=0.04
/proc/31050/task/31058/stat : 31058 (java) S 31048 31050 29987 0 -1 64 1 346 0 0 0 0 1 3 25 0 9 0 27531625 888979456 199492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31050/tid=31059] ppid=31048 vsize=868144 CPUtime=0.04
/proc/31050/task/31059/stat : 31059 (java) S 31048 31050 29987 0 -1 64 49 346 0 0 0 0 1 3 15 0 9 0 27531625 888979456 199492 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.43
Current children cumulated vsize (KiB) 868144

[startup+19.2022 s]
/proc/loadavg: 2.10 2.07 1.95 3/89 31063
/proc/meminfo: memFree=771120/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=868232 CPUtime=19.03
/proc/31050/stat : 31050 (java) S 31048 31050 29987 0 -1 0 277068 346 1 0 1788 111 1 3 18 0 9 0 27531620 889069568 199536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31050/statm: 217058 199536 2659 9 0 211494 0
[pid=31050/tid=31052] ppid=31048 vsize=868232 CPUtime=4.23
/proc/31050/task/31052/stat : 31052 (java) S 31048 31050 29987 0 -1 64 26966 346 1 0 405 14 1 3 16 0 9 0 27531621 889069568 199536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31050/tid=31053] ppid=31048 vsize=868232 CPUtime=14.49
/proc/31050/task/31053/stat : 31053 (java) R 31048 31050 29987 0 -1 64 248276 346 0 0 1354 91 1 3 19 0 9 0 27531623 889069568 199536 996147200 134512640 134550932 4294955968 18446744073709551615 104191090 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31050/tid=31054] ppid=31048 vsize=868232 CPUtime=0.04
/proc/31050/task/31054/stat : 31054 (java) S 31048 31050 29987 0 -1 64 22 346 0 0 0 0 1 3 15 0 9 0 27531623 889069568 199536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31050/tid=31055] ppid=31048 vsize=868232 CPUtime=0.04
/proc/31050/task/31055/stat : 31055 (java) S 31048 31050 29987 0 -1 64 13 346 0 0 0 0 1 3 16 0 9 0 27531623 889069568 199536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31050/tid=31056] ppid=31048 vsize=868232 CPUtime=0.04
/proc/31050/task/31056/stat : 31056 (java) S 31048 31050 29987 0 -1 64 1 346 0 0 0 0 1 3 24 0 9 0 27531625 889069568 199536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31050/tid=31057] ppid=31048 vsize=868232 CPUtime=0.33
/proc/31050/task/31057/stat : 31057 (java) S 31048 31050 29987 0 -1 64 940 346 0 0 28 1 1 3 15 0 9 0 27531625 889069568 199536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31050/tid=31058] ppid=31048 vsize=868232 CPUtime=0.04
/proc/31050/task/31058/stat : 31058 (java) S 31048 31050 29987 0 -1 64 1 346 0 0 0 0 1 3 25 0 9 0 27531625 889069568 199536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31050/tid=31059] ppid=31048 vsize=868232 CPUtime=0.04
/proc/31050/task/31059/stat : 31059 (java) S 31048 31050 29987 0 -1 64 49 346 0 0 0 0 1 3 15 0 9 0 27531625 889069568 199536 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.03
Current children cumulated vsize (KiB) 868232

[startup+20.0023 s]
/proc/loadavg: 2.10 2.07 1.95 3/89 31063
/proc/meminfo: memFree=771120/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=868144 CPUtime=19.83
/proc/31050/stat : 31050 (java) S 31048 31050 29987 0 -1 0 277077 346 1 0 1868 111 1 3 18 0 9 0 27531620 888979456 199520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31050/statm: 217036 199520 2639 9 0 211494 0
[pid=31050/tid=31052] ppid=31048 vsize=868144 CPUtime=4.28
/proc/31050/task/31052/stat : 31052 (java) S 31048 31050 29987 0 -1 64 26972 346 1 0 410 14 1 3 16 0 9 0 27531621 888979456 199520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31050/tid=31053] ppid=31048 vsize=868144 CPUtime=15.24
/proc/31050/task/31053/stat : 31053 (java) R 31048 31050 29987 0 -1 64 248276 346 0 0 1429 91 1 3 25 0 9 0 27531623 888979456 199520 996147200 134512640 134550932 4294955968 18446744073709551615 104191090 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31050/tid=31054] ppid=31048 vsize=868144 CPUtime=0.04
/proc/31050/task/31054/stat : 31054 (java) S 31048 31050 29987 0 -1 64 22 346 0 0 0 0 1 3 15 0 9 0 27531623 888979456 199520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31050/tid=31055] ppid=31048 vsize=868144 CPUtime=0.04
/proc/31050/task/31055/stat : 31055 (java) S 31048 31050 29987 0 -1 64 14 346 0 0 0 0 1 3 15 0 9 0 27531623 888979456 199520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31050/tid=31056] ppid=31048 vsize=868144 CPUtime=0.04
/proc/31050/task/31056/stat : 31056 (java) S 31048 31050 29987 0 -1 64 1 346 0 0 0 0 1 3 24 0 9 0 27531625 888979456 199520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31050/tid=31057] ppid=31048 vsize=868144 CPUtime=0.33
/proc/31050/task/31057/stat : 31057 (java) S 31048 31050 29987 0 -1 64 942 346 0 0 28 1 1 3 15 0 9 0 27531625 888979456 199520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31050/tid=31058] ppid=31048 vsize=868144 CPUtime=0.04
/proc/31050/task/31058/stat : 31058 (java) S 31048 31050 29987 0 -1 64 1 346 0 0 0 0 1 3 25 0 9 0 27531625 888979456 199520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31050/tid=31059] ppid=31048 vsize=868144 CPUtime=0.04
/proc/31050/task/31059/stat : 31059 (java) S 31048 31050 29987 0 -1 64 49 346 0 0 0 0 1 3 15 0 9 0 27531625 888979456 199520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.83
Current children cumulated vsize (KiB) 868144

[startup+20.4023 s]
/proc/loadavg: 2.10 2.07 1.95 3/89 31063
/proc/meminfo: memFree=771120/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=868144 CPUtime=20.23
/proc/31050/stat : 31050 (java) S 31048 31050 29987 0 -1 0 277078 346 1 0 1908 111 1 3 18 0 9 0 27531620 888979456 199520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31050/statm: 217036 199520 2639 9 0 211494 0
[pid=31050/tid=31052] ppid=31048 vsize=868144 CPUtime=4.28
/proc/31050/task/31052/stat : 31052 (java) S 31048 31050 29987 0 -1 64 26972 346 1 0 410 14 1 3 16 0 9 0 27531621 888979456 199520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31050/tid=31053] ppid=31048 vsize=868144 CPUtime=15.64
/proc/31050/task/31053/stat : 31053 (java) R 31048 31050 29987 0 -1 64 248276 346 0 0 1469 91 1 3 25 0 9 0 27531623 888979456 199520 996147200 134512640 134550932 4294955968 18446744073709551615 102768136 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31050/tid=31054] ppid=31048 vsize=868144 CPUtime=0.04
/proc/31050/task/31054/stat : 31054 (java) S 31048 31050 29987 0 -1 64 22 346 0 0 0 0 1 3 16 0 9 0 27531623 888979456 199520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31050/tid=31055] ppid=31048 vsize=868144 CPUtime=0.04
/proc/31050/task/31055/stat : 31055 (java) S 31048 31050 29987 0 -1 64 15 346 0 0 0 0 1 3 17 0 9 0 27531623 888979456 199520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31050/tid=31056] ppid=31048 vsize=868144 CPUtime=0.04
/proc/31050/task/31056/stat : 31056 (java) S 31048 31050 29987 0 -1 64 1 346 0 0 0 0 1 3 24 0 9 0 27531625 888979456 199520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31050/tid=31057] ppid=31048 vsize=868144 CPUtime=0.33
/proc/31050/task/31057/stat : 31057 (java) S 31048 31050 29987 0 -1 64 942 346 0 0 28 1 1 3 15 0 9 0 27531625 888979456 199520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31050/tid=31058] ppid=31048 vsize=868144 CPUtime=0.04
/proc/31050/task/31058/stat : 31058 (java) S 31048 31050 29987 0 -1 64 1 346 0 0 0 0 1 3 25 0 9 0 27531625 888979456 199520 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31050/tid=31059] ppid=31048 vsize=868144 CPUtime=0.04
/proc/31050/task/31059/stat : 31059 (java) S 31048 31050 29987 0 -1 64 49 346 0 0 0 0 1 3 15 0 9 0 27531625 888979456 199520 996147200 134512640 134550932 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) 868144

[startup+20.5023 s]
/proc/loadavg: 2.10 2.07 1.95 3/89 31063
/proc/meminfo: memFree=771120/2055920 swapFree=4192812/4192956
[pid=31050] ppid=31048 vsize=0 CPUtime=20.3
/proc/31050/stat : 31050 (java) Z 31048 31050 29987 0 -1 12 277107 346 1 0 1908 118 1 3 16 0 2 0 27531620 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31050/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 20.3
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 20.5445
CPU time (s): 20.3609
CPU user time (s): 19.1011
CPU system time (s): 1.25981
CPU usage (%): 99.1064
Max. virtual memory (cumulated for all children) (KiB): 868276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.1011
system time used= 1.25981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 277453
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= 1699
involuntary context switches= 2297

runsolver used 0.026995 second user time and 0.076988 second system time

The end

Launcher Data

Begin job on node49 at 2009-07-12 15:18:33
IDJOB=2094504
IDBENCH=54330
IDSOLVER=774
FILE ID=node49/2094504-1247404713
PBS_JOBID= 9510547
Free space on /tmp= 66420 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-1-3-fair.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-2094504-1247404713/watcher-2094504-1247404713 -o /tmp/evaluation-result-2094504-1247404713/solver-2094504-1247404713 -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-2094504-1247404713.xml

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

MD5SUM BENCH= f5fa2b1ab1e1b760100093009122d806
RANDOM SEED=574568180

node49.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:       1561184 kB
Buffers:         75516 kB
Cached:         238100 kB
SwapCached:          0 kB
Active:         273040 kB
Inactive:       146292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1561184 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2400 kB
Writeback:           0 kB
Mapped:         126124 kB
Slab:            60228 kB
Committed_AS:  1021224 kB
PageTables:       1964 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= 66416 MiB
End job on node49 at 2009-07-12 15:18:53