Trace number 2097943

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 ACUNSAT 22.5346 22.766

DiagnosticValue
CHECKS629391
NODES0

General information on the benchmark

Namecsp/fapp/fapp03/
normalized-fapp03-0300-6.xml
MD5SUMe5750d7da62e3db9c442eec5d476918a
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark22.4116
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints4377
Maximum constraint arity2
Maximum domain size250
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4377
Global constraints used (with number of constraints)

Solver Data

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=mac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-2097943-1247414180.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.37	   
0.28/0.37	   variables being loaded...
0.38/0.44	     nbVariables=300  nbDomainTypes=13  minDomainSize=42  maxDomainSize=250  nbTotalValues=53536
0.38/0.44	       =>  wckTime=0.179  cpuTime=0.14  mem=9M871
0.38/0.44	   
0.38/0.44	   predicates being loaded...
0.47/0.51	   
0.47/0.51	   constraints being loaded...
20.49/20.77	   
20.49/20.77	   INFO : Stopping converting binary constraints (cpu=20.05, mem = 46M212)
21.76/22.09	     nbConstraints=2326  nbMergedConstraints=2051  nbConvertedConstraints=1178  nbConvertConstraintsChecks=38246868
21.76/22.09	     nbExtensionStructures=1073  nbSharedExtensionStructures=287  nbConflictsStructures=1279
21.76/22.09	     nbSharedConflictsStructures=309  nbUnbuiltConflictsStructures=828  nbSharedBinaryRepresentations=289467
21.76/22.09	     nbEvaluationManagers=1034  nbSharedEvaluationManagers=114  minDegree=6  maxDegree=19  minArity=2  maxArity=2
21.76/22.09	     nbGenerators=0  nbFusions=0  symmetryWckTime=0.264  symmetryCpuTime=0.18
21.76/22.09	       =>  wckTime=21.821  cpuTime=21.07  mem=50M129
21.96/22.25	   
21.96/22.25	   solver IterativeSystematicSolver being built... 
22.16/22.42	       =>  wckTime=22.154  cpuTime=21.2  mem=46M994
22.46/22.73	   
22.46/22.73	   preprocessing
22.46/22.73	     nbConstraintChecks=629391  nbValidityChecks=21717  nbPropagations=120  nbRevisions=1400  nbUselessRevisions=968
22.46/22.73	     nbRemovedValues=14516  detectedInconsistency=yes
22.46/22.73	       =>  wckTime=0.308  cpuTime=0.29  mem=47M972
22.46/22.73	   
22.46/22.73	   global
22.46/22.73	     nbConstraintChecks=629391  nbValidityChecks=21717  nbPropagations=120  nbRevisions=1400  nbUselessRevisions=968
22.46/22.73	     nbRestartNogoods=0  solvingWckTime=0.312  solvingCpuTime=0.29  expiredTime=no  totalExploration=yes
22.46/22.73	     nbFoundSolutions=0  globalCpuTime=21.53
22.46/22.73	       =>  wckTime=22.468  cpuTime=21.49  mem=47M972
22.46/22.74	   
22.46/22.74	s UNSATISFIABLE
22.46/22.74	d NODES 0
22.46/22.74	d CHECKS 629391
22.46/22.74	   
22.46/22.74	   totalWckTime=22.543  totalCpuTime=21.53

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2097943-1247414180/watcher-2097943-1247414180 -o /tmp/evaluation-result-2097943-1247414180/solver-2097943-1247414180 -C 1800 -W 2000 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2097943-1247414180.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.09 2.05 2.01 4/80 1250
/proc/meminfo: memFree=1714784/2055920 swapFree=4192812/4192956
[pid=1250] ppid=1248 vsize=18576 CPUtime=0
/proc/1250/stat : 1250 (runsolver) R 1248 1250 31432 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 28485367 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 244671114535 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/1250/statm: 4644 284 249 26 0 2626 0

[startup+0.100817 s]
/proc/loadavg: 2.09 2.05 2.01 4/80 1250
/proc/meminfo: memFree=1714784/2055920 swapFree=4192812/4192956
[pid=1250] ppid=1248 vsize=865984 CPUtime=0.08
/proc/1250/stat : 1250 (java) S 1248 1250 31432 0 -1 0 3672 0 1 0 6 2 0 0 18 0 9 0 28485367 886767616 3153 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1250/statm: 216496 3153 1685 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.201832 s]
/proc/loadavg: 2.09 2.05 2.01 4/80 1250
/proc/meminfo: memFree=1714784/2055920 swapFree=4192812/4192956
[pid=1250] ppid=1248 vsize=866144 CPUtime=0.18
/proc/1250/stat : 1250 (java) S 1248 1250 31432 0 -1 0 4591 0 1 0 16 2 0 0 18 0 9 0 28485367 886931456 4012 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1250/statm: 216536 4012 1881 9 0 211014 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 866144

[startup+0.301843 s]
/proc/loadavg: 2.09 2.05 2.01 4/80 1250
/proc/meminfo: memFree=1714784/2055920 swapFree=4192812/4192956
[pid=1250] ppid=1248 vsize=866380 CPUtime=0.28
/proc/1250/stat : 1250 (java) S 1248 1250 31432 0 -1 0 5815 0 1 0 25 3 0 0 18 0 9 0 28485367 887173120 5191 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1250/statm: 216595 5191 1976 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701886 s]
/proc/loadavg: 2.09 2.05 2.01 4/80 1250
/proc/meminfo: memFree=1714784/2055920 swapFree=4192812/4192956
[pid=1250] ppid=1248 vsize=867776 CPUtime=0.68
/proc/1250/stat : 1250 (java) S 1248 1250 31432 0 -1 0 8976 0 1 0 62 6 0 0 18 0 9 0 28485367 888602624 8330 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1250/statm: 216944 8330 2036 9 0 211380 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867776

[startup+1.50296 s]
/proc/loadavg: 2.09 2.05 2.01 3/89 1259
/proc/meminfo: memFree=1674456/2055920 swapFree=4192812/4192956
[pid=1250] ppid=1248 vsize=867776 CPUtime=1.47
/proc/1250/stat : 1250 (java) S 1248 1250 31432 0 -1 0 13028 0 1 0 138 9 0 0 18 0 9 0 28485367 888602624 12379 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1250/statm: 216944 12379 2041 9 0 211380 0
[pid=1250/tid=1252] ppid=1248 vsize=867776 CPUtime=1.25
/proc/1250/task/1252/stat : 1252 (java) R 1248 1250 31432 0 -1 64 11640 0 1 0 118 7 0 0 25 0 9 0 28485368 888602624 12379 996147200 134512640 134550932 4294955968 18446744073709551615 4126941757 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1253] ppid=1248 vsize=867776 CPUtime=0
/proc/1250/task/1253/stat : 1253 (java) S 1248 1250 31432 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28485370 888602624 12379 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1254] ppid=1248 vsize=867776 CPUtime=0
/proc/1250/task/1254/stat : 1254 (java) S 1248 1250 31432 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28485370 888602624 12379 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1255] ppid=1248 vsize=867776 CPUtime=0
/proc/1250/task/1255/stat : 1255 (java) S 1248 1250 31432 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 28485370 888602624 12379 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1256] ppid=1248 vsize=867776 CPUtime=0
/proc/1250/task/1256/stat : 1256 (java) S 1248 1250 31432 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28485372 888602624 12379 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1257] ppid=1248 vsize=867776 CPUtime=0.2
/proc/1250/task/1257/stat : 1257 (java) S 1248 1250 31432 0 -1 64 690 0 0 0 19 1 0 0 15 0 9 0 28485372 888602624 12379 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1258] ppid=1248 vsize=867776 CPUtime=0
/proc/1250/task/1258/stat : 1258 (java) S 1248 1250 31432 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28485372 888602624 12379 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1259] ppid=1248 vsize=867776 CPUtime=0
/proc/1250/task/1259/stat : 1259 (java) S 1248 1250 31432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28485372 888602624 12379 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 867776

[startup+3.10213 s]
/proc/loadavg: 2.09 2.05 2.01 3/89 1259
/proc/meminfo: memFree=1671448/2055920 swapFree=4192812/4192956
[pid=1250] ppid=1248 vsize=867776 CPUtime=3.06
/proc/1250/stat : 1250 (java) S 1248 1250 31432 0 -1 0 13934 0 1 0 296 10 0 0 18 0 9 0 28485367 888602624 13283 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1250/statm: 216944 13283 2041 9 0 211380 0
[pid=1250/tid=1252] ppid=1248 vsize=867776 CPUtime=2.82
/proc/1250/task/1252/stat : 1252 (java) R 1248 1250 31432 0 -1 64 12521 0 1 0 274 8 0 0 25 0 9 0 28485368 888602624 13283 996147200 134512640 134550932 4294955968 18446744073709551615 4126901104 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1253] ppid=1248 vsize=867776 CPUtime=0
/proc/1250/task/1253/stat : 1253 (java) S 1248 1250 31432 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 28485370 888602624 13283 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1254] ppid=1248 vsize=867776 CPUtime=0
/proc/1250/task/1254/stat : 1254 (java) S 1248 1250 31432 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28485370 888602624 13283 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1255] ppid=1248 vsize=867776 CPUtime=0
/proc/1250/task/1255/stat : 1255 (java) S 1248 1250 31432 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 28485370 888602624 13283 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1256] ppid=1248 vsize=867776 CPUtime=0
/proc/1250/task/1256/stat : 1256 (java) S 1248 1250 31432 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28485372 888602624 13283 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1257] ppid=1248 vsize=867776 CPUtime=0.22
/proc/1250/task/1257/stat : 1257 (java) S 1248 1250 31432 0 -1 64 715 0 0 0 21 1 0 0 15 0 9 0 28485372 888602624 13283 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1258] ppid=1248 vsize=867776 CPUtime=0
/proc/1250/task/1258/stat : 1258 (java) S 1248 1250 31432 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28485372 888602624 13283 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1259] ppid=1248 vsize=867776 CPUtime=0
/proc/1250/task/1259/stat : 1259 (java) S 1248 1250 31432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28485372 888602624 13283 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867776

[startup+6.30147 s]
/proc/loadavg: 2.08 2.05 2.01 3/89 1259
/proc/meminfo: memFree=1663576/2055920 swapFree=4192812/4192956
[pid=1250] ppid=1248 vsize=867776 CPUtime=6.22
/proc/1250/stat : 1250 (java) S 1248 1250 31432 0 -1 0 15877 0 1 0 610 12 0 0 18 0 9 0 28485367 888602624 15224 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1250/statm: 216944 15224 2041 9 0 211380 0
[pid=1250/tid=1252] ppid=1248 vsize=867776 CPUtime=5.98
/proc/1250/task/1252/stat : 1252 (java) R 1248 1250 31432 0 -1 64 14462 0 1 0 588 10 0 0 25 0 9 0 28485368 888602624 15224 996147200 134512640 134550932 4294955968 18446744073709551615 4126901153 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1253] ppid=1248 vsize=867776 CPUtime=0
/proc/1250/task/1253/stat : 1253 (java) S 1248 1250 31432 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 28485370 888602624 15224 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1254] ppid=1248 vsize=867776 CPUtime=0
/proc/1250/task/1254/stat : 1254 (java) S 1248 1250 31432 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 28485370 888602624 15224 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1255] ppid=1248 vsize=867776 CPUtime=0
/proc/1250/task/1255/stat : 1255 (java) S 1248 1250 31432 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 28485370 888602624 15224 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1256] ppid=1248 vsize=867776 CPUtime=0
/proc/1250/task/1256/stat : 1256 (java) S 1248 1250 31432 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28485372 888602624 15224 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1257] ppid=1248 vsize=867776 CPUtime=0.23
/proc/1250/task/1257/stat : 1257 (java) S 1248 1250 31432 0 -1 64 717 0 0 0 22 1 0 0 15 0 9 0 28485372 888602624 15224 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1258] ppid=1248 vsize=867776 CPUtime=0
/proc/1250/task/1258/stat : 1258 (java) S 1248 1250 31432 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28485372 888602624 15224 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1259] ppid=1248 vsize=867776 CPUtime=0
/proc/1250/task/1259/stat : 1259 (java) S 1248 1250 31432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28485372 888602624 15224 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 867776

[startup+12.7011 s]
/proc/loadavg: 2.07 2.05 2.01 3/89 1259
/proc/meminfo: memFree=1646104/2055920 swapFree=4192812/4192956
[pid=1250] ppid=1248 vsize=867688 CPUtime=12.56
/proc/1250/stat : 1250 (java) S 1248 1250 31432 0 -1 0 19682 0 1 0 1240 16 0 0 18 0 9 0 28485367 888512512 19002 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1250/statm: 216922 19002 2029 9 0 211380 0
[pid=1250/tid=1252] ppid=1248 vsize=867688 CPUtime=12.21
/proc/1250/task/1252/stat : 1252 (java) R 1248 1250 31432 0 -1 64 15838 0 1 0 1208 13 0 0 25 0 9 0 28485368 888512512 19002 996147200 134512640 134550932 4294955968 18446744073709551615 4126902353 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1253] ppid=1248 vsize=867688 CPUtime=0.08
/proc/1250/task/1253/stat : 1253 (java) S 1248 1250 31432 0 -1 64 2417 0 0 0 8 0 0 0 16 0 9 0 28485370 888512512 19002 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1254] ppid=1248 vsize=867688 CPUtime=0
/proc/1250/task/1254/stat : 1254 (java) S 1248 1250 31432 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28485370 888512512 19002 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1255] ppid=1248 vsize=867688 CPUtime=0
/proc/1250/task/1255/stat : 1255 (java) S 1248 1250 31432 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28485370 888512512 19002 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1256] ppid=1248 vsize=867688 CPUtime=0
/proc/1250/task/1256/stat : 1256 (java) S 1248 1250 31432 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28485372 888512512 19002 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1257] ppid=1248 vsize=867688 CPUtime=0.24
/proc/1250/task/1257/stat : 1257 (java) S 1248 1250 31432 0 -1 64 725 0 0 0 23 1 0 0 16 0 9 0 28485372 888512512 19002 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1258] ppid=1248 vsize=867688 CPUtime=0
/proc/1250/task/1258/stat : 1258 (java) S 1248 1250 31432 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28485372 888512512 19002 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1259] ppid=1248 vsize=867688 CPUtime=0
/proc/1250/task/1259/stat : 1259 (java) S 1248 1250 31432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28485372 888512512 19002 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 867688

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

[startup+12.8012 s]
/proc/loadavg: 2.07 2.05 2.01 3/89 1259
/proc/meminfo: memFree=1646104/2055920 swapFree=4192812/4192956
[pid=1250] ppid=1248 vsize=867688 CPUtime=12.66
/proc/1250/stat : 1250 (java) S 1248 1250 31432 0 -1 0 19682 0 1 0 1250 16 0 0 18 0 9 0 28485367 888512512 19002 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1250/statm: 216922 19002 2029 9 0 211380 0
[pid=1250/tid=1252] ppid=1248 vsize=867688 CPUtime=12.31
/proc/1250/task/1252/stat : 1252 (java) R 1248 1250 31432 0 -1 64 15838 0 1 0 1218 13 0 0 25 0 9 0 28485368 888512512 19002 996147200 134512640 134550932 4294955968 18446744073709551615 4126932678 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1253] ppid=1248 vsize=867688 CPUtime=0.08
/proc/1250/task/1253/stat : 1253 (java) S 1248 1250 31432 0 -1 64 2417 0 0 0 8 0 0 0 16 0 9 0 28485370 888512512 19002 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1254] ppid=1248 vsize=867688 CPUtime=0
/proc/1250/task/1254/stat : 1254 (java) S 1248 1250 31432 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28485370 888512512 19002 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1255] ppid=1248 vsize=867688 CPUtime=0
/proc/1250/task/1255/stat : 1255 (java) S 1248 1250 31432 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28485370 888512512 19002 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1256] ppid=1248 vsize=867688 CPUtime=0
/proc/1250/task/1256/stat : 1256 (java) S 1248 1250 31432 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28485372 888512512 19002 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1257] ppid=1248 vsize=867688 CPUtime=0.24
/proc/1250/task/1257/stat : 1257 (java) S 1248 1250 31432 0 -1 64 725 0 0 0 23 1 0 0 16 0 9 0 28485372 888512512 19002 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1258] ppid=1248 vsize=867688 CPUtime=0
/proc/1250/task/1258/stat : 1258 (java) S 1248 1250 31432 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28485372 888512512 19002 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1259] ppid=1248 vsize=867688 CPUtime=0
/proc/1250/task/1259/stat : 1259 (java) S 1248 1250 31432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28485372 888512512 19002 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 867688

[startup+19.2028 s]
/proc/loadavg: 2.06 2.05 2.01 3/89 1259
/proc/meminfo: memFree=1646232/2055920 swapFree=4192812/4192956
[pid=1250] ppid=1248 vsize=867688 CPUtime=19
/proc/1250/stat : 1250 (java) S 1248 1250 31432 0 -1 0 19686 0 1 0 1882 18 0 0 18 0 9 0 28485367 888512512 19006 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1250/statm: 216922 19006 2029 9 0 211380 0
[pid=1250/tid=1252] ppid=1248 vsize=867688 CPUtime=18.64
/proc/1250/task/1252/stat : 1252 (java) R 1248 1250 31432 0 -1 64 15840 0 1 0 1849 15 0 0 25 0 9 0 28485368 888512512 19006 996147200 134512640 134550932 4294955968 18446744073709551615 102639109 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1253] ppid=1248 vsize=867688 CPUtime=0.08
/proc/1250/task/1253/stat : 1253 (java) S 1248 1250 31432 0 -1 64 2417 0 0 0 8 0 0 0 16 0 9 0 28485370 888512512 19006 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1254] ppid=1248 vsize=867688 CPUtime=0
/proc/1250/task/1254/stat : 1254 (java) S 1248 1250 31432 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28485370 888512512 19006 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1255] ppid=1248 vsize=867688 CPUtime=0
/proc/1250/task/1255/stat : 1255 (java) S 1248 1250 31432 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28485370 888512512 19006 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1256] ppid=1248 vsize=867688 CPUtime=0
/proc/1250/task/1256/stat : 1256 (java) S 1248 1250 31432 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28485372 888512512 19006 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1257] ppid=1248 vsize=867688 CPUtime=0.24
/proc/1250/task/1257/stat : 1257 (java) S 1248 1250 31432 0 -1 64 727 0 0 0 23 1 0 0 16 0 9 0 28485372 888512512 19006 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1258] ppid=1248 vsize=867688 CPUtime=0
/proc/1250/task/1258/stat : 1258 (java) S 1248 1250 31432 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28485372 888512512 19006 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1259] ppid=1248 vsize=867688 CPUtime=0
/proc/1250/task/1259/stat : 1259 (java) S 1248 1250 31432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28485372 888512512 19006 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19
Current children cumulated vsize (KiB) 867688

[startup+20.803 s]
/proc/loadavg: 2.06 2.05 2.01 3/89 1259
/proc/meminfo: memFree=1646168/2055920 swapFree=4192812/4192956
[pid=1250] ppid=1248 vsize=867688 CPUtime=20.59
/proc/1250/stat : 1250 (java) S 1248 1250 31432 0 -1 0 19696 0 1 0 2040 19 0 0 18 0 9 0 28485367 888512512 19015 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1250/statm: 216922 19015 2032 9 0 211380 0
[pid=1250/tid=1252] ppid=1248 vsize=867688 CPUtime=20.22
/proc/1250/task/1252/stat : 1252 (java) R 1248 1250 31432 0 -1 64 15842 0 1 0 2006 16 0 0 25 0 9 0 28485368 888512512 19015 996147200 134512640 134550932 4294955968 18446744073709551615 104749641 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1253] ppid=1248 vsize=867688 CPUtime=0.08
/proc/1250/task/1253/stat : 1253 (java) S 1248 1250 31432 0 -1 64 2418 0 0 0 8 0 0 0 16 0 9 0 28485370 888512512 19015 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1254] ppid=1248 vsize=867688 CPUtime=0
/proc/1250/task/1254/stat : 1254 (java) S 1248 1250 31432 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28485370 888512512 19015 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1255] ppid=1248 vsize=867688 CPUtime=0
/proc/1250/task/1255/stat : 1255 (java) S 1248 1250 31432 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28485370 888512512 19015 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1256] ppid=1248 vsize=867688 CPUtime=0
/proc/1250/task/1256/stat : 1256 (java) S 1248 1250 31432 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28485372 888512512 19015 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1257] ppid=1248 vsize=867688 CPUtime=0.25
/proc/1250/task/1257/stat : 1257 (java) S 1248 1250 31432 0 -1 64 734 0 0 0 24 1 0 0 15 0 9 0 28485372 888512512 19015 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1258] ppid=1248 vsize=867688 CPUtime=0
/proc/1250/task/1258/stat : 1258 (java) S 1248 1250 31432 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28485372 888512512 19015 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1259] ppid=1248 vsize=867688 CPUtime=0
/proc/1250/task/1259/stat : 1259 (java) S 1248 1250 31432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28485372 888512512 19015 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.59
Current children cumulated vsize (KiB) 867688

[startup+21.6011 s]
/proc/loadavg: 2.06 2.05 2.01 3/89 1259
/proc/meminfo: memFree=1646104/2055920 swapFree=4192812/4192956
[pid=1250] ppid=1248 vsize=867688 CPUtime=21.38
/proc/1250/stat : 1250 (java) S 1248 1250 31432 0 -1 0 23305 0 1 0 2117 21 0 0 18 0 9 0 28485367 888512512 22623 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1250/statm: 216922 22623 2032 9 0 211380 0
[pid=1250/tid=1252] ppid=1248 vsize=867688 CPUtime=20.85
/proc/1250/task/1252/stat : 1252 (java) R 1248 1250 31432 0 -1 64 15843 0 1 0 2069 16 0 0 25 0 9 0 28485368 888512512 22623 996147200 134512640 134550932 4294955968 18446744073709551615 4126899692 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1253] ppid=1248 vsize=867688 CPUtime=0.23
/proc/1250/task/1253/stat : 1253 (java) S 1248 1250 31432 0 -1 64 6016 0 0 0 21 2 0 0 17 0 9 0 28485370 888512512 22623 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1254] ppid=1248 vsize=867688 CPUtime=0
/proc/1250/task/1254/stat : 1254 (java) S 1248 1250 31432 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 28485370 888512512 22623 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1255] ppid=1248 vsize=867688 CPUtime=0
/proc/1250/task/1255/stat : 1255 (java) S 1248 1250 31432 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 28485370 888512512 22623 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1256] ppid=1248 vsize=867688 CPUtime=0
/proc/1250/task/1256/stat : 1256 (java) S 1248 1250 31432 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 28485372 888512512 22623 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1257] ppid=1248 vsize=867688 CPUtime=0.27
/proc/1250/task/1257/stat : 1257 (java) S 1248 1250 31432 0 -1 64 744 0 0 0 26 1 0 0 15 0 9 0 28485372 888512512 22623 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1258] ppid=1248 vsize=867688 CPUtime=0
/proc/1250/task/1258/stat : 1258 (java) S 1248 1250 31432 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 28485372 888512512 22623 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1259] ppid=1248 vsize=867688 CPUtime=0
/proc/1250/task/1259/stat : 1259 (java) S 1248 1250 31432 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 28485372 888512512 22623 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 21.38
Current children cumulated vsize (KiB) 867688

[startup+22.4012 s]
/proc/loadavg: 2.06 2.05 2.01 4/90 1263
/proc/meminfo: memFree=1631312/2055920 swapFree=4192812/4192956
[pid=1250] ppid=1248 vsize=868424 CPUtime=22.16
/proc/1250/stat : 1250 (java) S 1248 1250 31432 0 -1 0 38094 417 1 0 2188 25 2 1 18 0 9 0 28485367 889266176 25313 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1250/statm: 217106 25313 2660 9 0 211542 0
[pid=1250/tid=1252] ppid=1248 vsize=868424 CPUtime=21.4
/proc/1250/task/1252/stat : 1252 (java) R 1248 1250 31432 0 -1 64 20334 417 1 0 2120 17 2 1 24 0 9 0 28485368 889266176 25313 996147200 134512640 134550932 4294955968 18446744073709551615 103219760 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1253] ppid=1248 vsize=868424 CPUtime=0.41
/proc/1250/task/1253/stat : 1253 (java) S 1248 1250 31432 0 -1 64 15954 417 0 0 35 3 2 1 17 0 9 0 28485370 889266176 25313 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1254] ppid=1248 vsize=868424 CPUtime=0.03
/proc/1250/task/1254/stat : 1254 (java) S 1248 1250 31432 0 -1 64 21 417 0 0 0 0 2 1 17 0 9 0 28485370 889266176 25313 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1255] ppid=1248 vsize=868424 CPUtime=0.03
/proc/1250/task/1255/stat : 1255 (java) S 1248 1250 31432 0 -1 64 15 417 0 0 0 0 2 1 16 0 9 0 28485370 889266176 25313 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1256] ppid=1248 vsize=868424 CPUtime=0.03
/proc/1250/task/1256/stat : 1256 (java) S 1248 1250 31432 0 -1 64 1 417 0 0 0 0 2 1 18 0 9 0 28485372 889266176 25313 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1257] ppid=1248 vsize=868424 CPUtime=0.37
/proc/1250/task/1257/stat : 1257 (java) S 1248 1250 31432 0 -1 64 942 417 0 0 32 2 2 1 15 0 9 0 28485372 889266176 25313 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1258] ppid=1248 vsize=868424 CPUtime=0.03
/proc/1250/task/1258/stat : 1258 (java) S 1248 1250 31432 0 -1 64 1 417 0 0 0 0 2 1 19 0 9 0 28485372 889266176 25313 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1259] ppid=1248 vsize=868424 CPUtime=0.03
/proc/1250/task/1259/stat : 1259 (java) S 1248 1250 31432 0 -1 64 11 417 0 0 0 0 2 1 15 0 9 0 28485372 889266176 25313 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.16
Current children cumulated vsize (KiB) 868424

[startup+22.6012 s]
/proc/loadavg: 2.06 2.05 2.01 4/90 1263
/proc/meminfo: memFree=1631312/2055920 swapFree=4192812/4192956
[pid=1250] ppid=1248 vsize=868424 CPUtime=22.36
/proc/1250/stat : 1250 (java) S 1248 1250 31432 0 -1 0 38973 417 1 0 2208 25 2 1 18 0 9 0 28485367 889266176 25342 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1250/statm: 217106 25342 2662 9 0 211542 0
[pid=1250/tid=1252] ppid=1248 vsize=868424 CPUtime=21.58
/proc/1250/task/1252/stat : 1252 (java) R 1248 1250 31432 0 -1 64 21203 417 1 0 2138 17 2 1 25 0 9 0 28485368 889266176 25342 996147200 134512640 134550932 4294955968 18446744073709551615 4126467435 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1253] ppid=1248 vsize=868424 CPUtime=0.41
/proc/1250/task/1253/stat : 1253 (java) S 1248 1250 31432 0 -1 64 15954 417 0 0 35 3 2 1 17 0 9 0 28485370 889266176 25342 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1254] ppid=1248 vsize=868424 CPUtime=0.03
/proc/1250/task/1254/stat : 1254 (java) S 1248 1250 31432 0 -1 64 21 417 0 0 0 0 2 1 17 0 9 0 28485370 889266176 25342 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1255] ppid=1248 vsize=868424 CPUtime=0.03
/proc/1250/task/1255/stat : 1255 (java) S 1248 1250 31432 0 -1 64 15 417 0 0 0 0 2 1 16 0 9 0 28485370 889266176 25342 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1256] ppid=1248 vsize=868424 CPUtime=0.03
/proc/1250/task/1256/stat : 1256 (java) S 1248 1250 31432 0 -1 64 1 417 0 0 0 0 2 1 18 0 9 0 28485372 889266176 25342 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1257] ppid=1248 vsize=868424 CPUtime=0.39
/proc/1250/task/1257/stat : 1257 (java) S 1248 1250 31432 0 -1 64 952 417 0 0 34 2 2 1 15 0 9 0 28485372 889266176 25342 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1258] ppid=1248 vsize=868424 CPUtime=0.03
/proc/1250/task/1258/stat : 1258 (java) S 1248 1250 31432 0 -1 64 1 417 0 0 0 0 2 1 19 0 9 0 28485372 889266176 25342 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1259] ppid=1248 vsize=868424 CPUtime=0.03
/proc/1250/task/1259/stat : 1259 (java) S 1248 1250 31432 0 -1 64 11 417 0 0 0 0 2 1 15 0 9 0 28485372 889266176 25342 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.36
Current children cumulated vsize (KiB) 868424

[startup+22.7012 s]
/proc/loadavg: 2.06 2.05 2.01 4/90 1263
/proc/meminfo: memFree=1631312/2055920 swapFree=4192812/4192956
[pid=1250] ppid=1248 vsize=868424 CPUtime=22.46
/proc/1250/stat : 1250 (java) S 1248 1250 31432 0 -1 0 38974 417 1 0 2218 25 2 1 18 0 9 0 28485367 889266176 25343 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1250/statm: 217106 25343 2662 9 0 211542 0
[pid=1250/tid=1252] ppid=1248 vsize=868424 CPUtime=21.67
/proc/1250/task/1252/stat : 1252 (java) R 1248 1250 31432 0 -1 64 21203 417 1 0 2147 17 2 1 25 0 9 0 28485368 889266176 25343 996147200 134512640 134550932 4294955968 18446744073709551615 4127126647 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1253] ppid=1248 vsize=868424 CPUtime=0.41
/proc/1250/task/1253/stat : 1253 (java) S 1248 1250 31432 0 -1 64 15954 417 0 0 35 3 2 1 17 0 9 0 28485370 889266176 25343 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1254] ppid=1248 vsize=868424 CPUtime=0.03
/proc/1250/task/1254/stat : 1254 (java) S 1248 1250 31432 0 -1 64 21 417 0 0 0 0 2 1 17 0 9 0 28485370 889266176 25343 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1255] ppid=1248 vsize=868424 CPUtime=0.03
/proc/1250/task/1255/stat : 1255 (java) S 1248 1250 31432 0 -1 64 15 417 0 0 0 0 2 1 16 0 9 0 28485370 889266176 25343 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1256] ppid=1248 vsize=868424 CPUtime=0.03
/proc/1250/task/1256/stat : 1256 (java) S 1248 1250 31432 0 -1 64 1 417 0 0 0 0 2 1 18 0 9 0 28485372 889266176 25343 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1257] ppid=1248 vsize=868424 CPUtime=0.39
/proc/1250/task/1257/stat : 1257 (java) S 1248 1250 31432 0 -1 64 953 417 0 0 34 2 2 1 15 0 9 0 28485372 889266176 25343 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1258] ppid=1248 vsize=868424 CPUtime=0.03
/proc/1250/task/1258/stat : 1258 (java) S 1248 1250 31432 0 -1 64 1 417 0 0 0 0 2 1 19 0 9 0 28485372 889266176 25343 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1250/tid=1259] ppid=1248 vsize=868424 CPUtime=0.03
/proc/1250/task/1259/stat : 1259 (java) S 1248 1250 31432 0 -1 64 11 417 0 0 0 0 2 1 15 0 9 0 28485372 889266176 25343 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.46
Current children cumulated vsize (KiB) 868424

Child status: 0
Real time (s): 22.766
CPU time (s): 22.5346
CPU user time (s): 22.2506
CPU system time (s): 0.283956
CPU usage (%): 98.9833
Max. virtual memory (cumulated for all children) (KiB): 868424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.2506
system time used= 0.283956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39584
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= 2318
involuntary context switches= 2782

runsolver used 0.029995 second user time and 0.086986 second system time

The end

Launcher Data

Begin job on node7 at 2009-07-12 17:56:20
IDJOB=2097943
IDBENCH=58042
IDSOLVER=773
FILE ID=node7/2097943-1247414180
PBS_JOBID= 9510629
Free space on /tmp= 66136 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/fapp/fapp03/normalized-fapp03-0300-6.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= BIN/runsolver --timestamp -w /tmp/evaluation-result-2097943-1247414180/watcher-2097943-1247414180 -o /tmp/evaluation-result-2097943-1247414180/solver-2097943-1247414180 -C 1800 -W 2000 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -cp abscon112V4.jar abscon.Resolution mac.xml 1 XSax HOME/instance-2097943-1247414180.xml

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

MD5SUM BENCH= e5750d7da62e3db9c442eec5d476918a
RANDOM SEED=1262238737

node7.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:       1715264 kB
Buffers:         40732 kB
Cached:         153136 kB
SwapCached:          0 kB
Active:         183204 kB
Inactive:        99184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1715264 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2748 kB
Writeback:           0 kB
Mapped:         108944 kB
Slab:            43244 kB
Committed_AS:  1006108 kB
PageTables:       2004 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= 66132 MiB
End job on node7 at 2009-07-12 17:56:43