Trace number 2094203

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 112v4 ACSAT 4.01439 4.06419

DiagnosticValue
CHECKS6177420
NODES108

General information on the benchmark

Namecsp/primes-25/
normalized-primes-25-80-2-5.xml
MD5SUMd454353a3b488714996f7b737ed052cb
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.022995
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints80
Maximum constraint arity7
Maximum domain size96
Number of constraints which are defined in extension0
Number of constraints which are defined in intension80
Global constraints used (with number of constraints)

Solver Data

0.00/0.09	
0.00/0.09	Abscon 112 (May, 2008)
0.18/0.24	
0.18/0.24	   configuration
0.18/0.24	     name=mac.xml
0.29/0.32	   
0.29/0.32	   instance
0.29/0.32	     name=HOME/instance-2094203-1247402990.xml
0.29/0.35	   
0.29/0.35	   domains being loaded...
0.29/0.36	   
0.29/0.36	   variables being loaded...
0.38/0.40	     nbVariables=100  nbDomainTypes=1  minDomainSize=96  maxDomainSize=96  nbTotalValues=9600
0.38/0.40	       =>  wckTime=0.163  cpuTime=0.14  mem=7M892
0.38/0.40	   
0.38/0.40	   predicates being loaded...
0.48/0.57	   
0.48/0.57	   constraints being loaded...
0.88/0.95	     nbConstraints=81  nbGlobalConstraints=1  nbDisconnectedVariables=2  nbConvertedConstraints=15
0.88/0.95	     nbConvertConstraintsChecks=138240  nbExtensionStructures=15  nbSharedExtensionStructures=0
0.88/0.95	     nbConflictsStructures=15  nbSharedConflictsStructures=0  nbUnbuiltConflictsStructures=65
0.88/0.95	     nbSharedBinaryRepresentations=2783  nbEvaluationManagers=65  nbSharedEvaluationManagers=0  minDegree=1  maxDegree=9
0.88/0.95	     minArity=2  avgArity=4.63  maxArity=7  nbGenerators=1  nbFusions=0  symmetryWckTime=0.066  symmetryCpuTime=0.05
0.88/0.95	       =>  wckTime=0.708  cpuTime=0.55  mem=24M480
0.97/1.00	   
0.97/1.00	   solver IterativeSystematicSolver being built... 
0.97/1.09	   
0.97/1.09	   INFO : Forward propagation technique limited 
1.07/1.16	       =>  wckTime=0.916  cpuTime=0.67  mem=23M347
2.26/2.39	   
2.26/2.39	   preprocessing
2.26/2.39	     nbConstraintChecks=3294492  nbValidityChecks=1031  nbPropagations=120  nbRevisions=77  nbUselessRevisions=13
2.26/2.39	     nbRemovedValues=4235  detectedInconsistency=no
2.26/2.39	       =>  wckTime=1.235  cpuTime=1.22  mem=23M347
3.95/4.03	   
3.95/4.03	   search
3.95/4.03	     run=0  nbConstraintChecks=2882933  nbValidityChecks=1482  minDepth=0  maxDepth=100  nbPropagations=363
3.95/4.03	     nbRevisions=563  nbUselessRevisions=362  nbAssignments=108  nbFailedAssignments=2  nbBacktracks=6
3.95/4.03	     nbVisitedNodes=111  nbRestartNogoods=0  nbFoundSolutions=1  mapSize=2  nbInferences=0  nbTooLargeKeys=0
3.95/4.03	     nbSEliminables=0  nbREliminables=14.23  nbIEliminables=84.29  nbDEliminables=0  nbPEliminables=0
3.95/4.03	       =>  wckTime=2.868  cpuTime=2.82  mem=24M315
3.95/4.03	   
3.95/4.03	   global
3.95/4.03	     nbConstraintChecks=6177425  nbValidityChecks=2513  nbPropagations=483  nbRevisions=640  nbUselessRevisions=375
3.95/4.03	     nbRestartNogoods=0  solvingWckTime=2.87  solvingCpuTime=2.82  expiredTime=no  totalExploration=no
3.95/4.03	     nbFoundSolutions=1  firstSolutionCpuTime=3.49  globalCpuTime=3.54
3.95/4.03	       =>  wckTime=3.788  cpuTime=3.49  mem=24M315
3.95/4.03	   
3.95/4.03	s SATISFIABLE
3.95/4.03	v 23 37 5 2 67 31 37 61 97 79 41 5 53 29 43 3 53 3 83 37 37 67 61 11 19 13 41 89 61 31 11 5 83 23 71 61 67 17 37 61 11 89 79 71 29 41 89 97 53 73 43 3 2 13 17 89 41 73 79 17 13 2 29 5 37 13 79 11 43 19 97 73 19 73 47 61 29 47 67 2 41 23 3 7 43 29 7 3 11 97 19 31 3 67 47 41 3 37 71 47 
3.95/4.03	d NODES 108
3.95/4.03	d CHECKS 6177425
3.95/4.03	   
3.95/4.03	   totalWckTime=3.844  totalCpuTime=3.55

Verifier Data

OK

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.92 1.97 1.69 4/80 32550
/proc/meminfo: memFree=1747488/2055920 swapFree=4192812/4192956
[pid=32550] ppid=32548 vsize=10676 CPUtime=0
/proc/32550/stat : 32550 (java) S 32548 32550 32187 0 -1 0 678 0 0 0 0 0 0 0 18 0 2 0 27365599 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 1 0 0
/proc/32550/statm: 2669 474 207 9 0 1184 0
[pid=32550/tid=32551] ppid=32548 vsize=10676 CPUtime=0
/proc/32550/task/32551/stat : 32551 (java) R 32548 32550 32187 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 27365600 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 13438936 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.105679 s]
/proc/loadavg: 1.92 1.97 1.69 4/80 32550
/proc/meminfo: memFree=1747488/2055920 swapFree=4192812/4192956
[pid=32550] ppid=32548 vsize=865984 CPUtime=0.09
/proc/32550/stat : 32550 (java) S 32548 32550 32187 0 -1 0 3821 0 1 0 7 2 0 0 18 0 9 0 27365599 886767616 3264 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32550/statm: 216496 3264 1720 9 0 210981 0
[pid=32550/tid=32551] ppid=32548 vsize=865984 CPUtime=0.07
/proc/32550/task/32551/stat : 32551 (java) R 32548 32550 32187 0 -1 64 2913 0 1 0 6 1 0 0 18 0 9 0 27365600 886767616 3264 996147200 134512640 134550932 4294955968 18446744073709551615 102845681 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.201693 s]
/proc/loadavg: 1.92 1.97 1.69 4/80 32550
/proc/meminfo: memFree=1747488/2055920 swapFree=4192812/4192956
[pid=32550] ppid=32548 vsize=866144 CPUtime=0.18
/proc/32550/stat : 32550 (java) S 32548 32550 32187 0 -1 0 4728 0 1 0 16 2 0 0 18 0 9 0 27365599 886931456 4145 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32550/statm: 216536 4145 1878 9 0 211014 0
[pid=32550/tid=32551] ppid=32548 vsize=866144 CPUtime=0.17
/proc/32550/task/32551/stat : 32551 (java) R 32548 32550 32187 0 -1 64 3820 0 1 0 16 1 0 0 18 0 9 0 27365600 886931456 4145 996147200 134512640 134550932 4294955968 18446744073709551615 102639912 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 866144

[startup+0.301703 s]
/proc/loadavg: 1.92 1.97 1.69 4/80 32550
/proc/meminfo: memFree=1747488/2055920 swapFree=4192812/4192956
[pid=32550] ppid=32548 vsize=866296 CPUtime=0.29
/proc/32550/stat : 32550 (java) S 32548 32550 32187 0 -1 0 5698 0 1 0 26 3 0 0 18 0 9 0 27365599 887087104 5101 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32550/statm: 216574 5101 1927 9 0 211052 0
[pid=32550/tid=32551] ppid=32548 vsize=866296 CPUtime=0.24
/proc/32550/task/32551/stat : 32551 (java) R 32548 32550 32187 0 -1 64 4727 0 1 0 22 2 0 0 19 0 9 0 27365600 887087104 5101 996147200 134512640 134550932 4294955968 18446744073709551615 12591908 0 2147483391 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866296

[startup+0.701749 s]
/proc/loadavg: 1.92 1.97 1.69 4/80 32550
/proc/meminfo: memFree=1747488/2055920 swapFree=4192812/4192956
[pid=32550] ppid=32548 vsize=867188 CPUtime=0.68
/proc/32550/stat : 32550 (java) S 32548 32550 32187 0 -1 0 8263 0 1 0 64 4 0 0 18 0 9 0 27365599 888000512 7614 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32550/statm: 216797 7614 2039 9 0 211233 0
[pid=32550/tid=32551] ppid=32548 vsize=867188 CPUtime=0.55
/proc/32550/task/32551/stat : 32551 (java) R 32548 32550 32187 0 -1 64 7069 0 1 0 52 3 0 0 20 0 9 0 27365600 888000512 7614 996147200 134512640 134550932 4294955968 18446744073709551615 102724545 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867188

[startup+1.50184 s]
/proc/loadavg: 1.92 1.97 1.69 3/89 32563
/proc/meminfo: memFree=1713432/2055920 swapFree=4192812/4192956
[pid=32550] ppid=32548 vsize=867968 CPUtime=1.46
/proc/32550/stat : 32550 (java) S 32548 32550 32187 0 -1 0 18747 285 1 0 138 8 0 0 18 0 9 0 27365599 888799232 11101 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32550/statm: 216992 11101 2656 9 0 211428 0
[pid=32550/tid=32551] ppid=32548 vsize=867968 CPUtime=1.21
/proc/32550/task/32551/stat : 32551 (java) R 32548 32550 32187 0 -1 64 14360 285 1 0 115 6 0 0 25 0 9 0 27365600 888799232 11101 996147200 134512640 134550932 4294955968 18446744073709551615 4126717662 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32550/tid=32553] ppid=32548 vsize=867968 CPUtime=0.04
/proc/32550/task/32553/stat : 32553 (java) S 32548 32550 32187 0 -1 64 2814 285 0 0 4 0 0 0 16 0 9 0 27365602 888799232 11101 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32550/tid=32554] ppid=32548 vsize=867968 CPUtime=0
/proc/32550/task/32554/stat : 32554 (java) S 32548 32550 32187 0 -1 64 19 285 0 0 0 0 0 0 17 0 9 0 27365602 888799232 11101 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32550/tid=32555] ppid=32548 vsize=867968 CPUtime=0
/proc/32550/task/32555/stat : 32555 (java) S 32548 32550 32187 0 -1 64 12 285 0 0 0 0 0 0 16 0 9 0 27365602 888799232 11101 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32550/tid=32556] ppid=32548 vsize=867968 CPUtime=0
/proc/32550/task/32556/stat : 32556 (java) S 32548 32550 32187 0 -1 64 2 285 0 0 0 0 0 0 18 0 9 0 27365604 888799232 11101 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32550/tid=32557] ppid=32548 vsize=867968 CPUtime=0.18
/proc/32550/task/32557/stat : 32557 (java) S 32548 32550 32187 0 -1 64 732 285 0 0 18 0 0 0 16 0 9 0 27365604 888799232 11101 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32550/tid=32558] ppid=32548 vsize=867968 CPUtime=0
/proc/32550/task/32558/stat : 32558 (java) S 32548 32550 32187 0 -1 64 0 285 0 0 0 0 0 0 19 0 9 0 27365604 888799232 11101 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32550/tid=32559] ppid=32548 vsize=867968 CPUtime=0
/proc/32550/task/32559/stat : 32559 (java) S 32548 32550 32187 0 -1 64 3 285 0 0 0 0 0 0 15 0 9 0 27365604 888799232 11101 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 867968

[startup+3.10203 s]
/proc/loadavg: 1.92 1.97 1.69 3/89 32563
/proc/meminfo: memFree=1713112/2055920 swapFree=4192812/4192956
[pid=32550] ppid=32548 vsize=867968 CPUtime=3.06
/proc/32550/stat : 32550 (java) S 32548 32550 32187 0 -1 0 18971 285 1 0 298 8 0 0 18 0 9 0 27365599 888799232 11320 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32550/statm: 216992 11320 2658 9 0 211428 0
[pid=32550/tid=32551] ppid=32548 vsize=867968 CPUtime=2.78
/proc/32550/task/32551/stat : 32551 (java) R 32548 32550 32187 0 -1 64 14564 285 1 0 272 6 0 0 25 0 9 0 27365600 888799232 11320 996147200 134512640 134550932 4294955968 18446744073709551615 4126944103 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32550/tid=32553] ppid=32548 vsize=867968 CPUtime=0.04
/proc/32550/task/32553/stat : 32553 (java) S 32548 32550 32187 0 -1 64 2815 285 0 0 4 0 0 0 17 0 9 0 27365602 888799232 11320 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32550/tid=32554] ppid=32548 vsize=867968 CPUtime=0
/proc/32550/task/32554/stat : 32554 (java) S 32548 32550 32187 0 -1 64 19 285 0 0 0 0 0 0 17 0 9 0 27365602 888799232 11320 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32550/tid=32555] ppid=32548 vsize=867968 CPUtime=0
/proc/32550/task/32555/stat : 32555 (java) S 32548 32550 32187 0 -1 64 12 285 0 0 0 0 0 0 16 0 9 0 27365602 888799232 11320 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32550/tid=32556] ppid=32548 vsize=867968 CPUtime=0
/proc/32550/task/32556/stat : 32556 (java) S 32548 32550 32187 0 -1 64 2 285 0 0 0 0 0 0 18 0 9 0 27365604 888799232 11320 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32550/tid=32557] ppid=32548 vsize=867968 CPUtime=0.2
/proc/32550/task/32557/stat : 32557 (java) S 32548 32550 32187 0 -1 64 751 285 0 0 20 0 0 0 15 0 9 0 27365604 888799232 11320 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32550/tid=32558] ppid=32548 vsize=867968 CPUtime=0
/proc/32550/task/32558/stat : 32558 (java) S 32548 32550 32187 0 -1 64 0 285 0 0 0 0 0 0 19 0 9 0 27365604 888799232 11320 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32550/tid=32559] ppid=32548 vsize=867968 CPUtime=0
/proc/32550/task/32559/stat : 32559 (java) S 32548 32550 32187 0 -1 64 3 285 0 0 0 0 0 0 15 0 9 0 27365604 888799232 11320 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) 867968

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

[startup+3.20204 s]
/proc/loadavg: 1.92 1.97 1.69 3/89 32563
/proc/meminfo: memFree=1713112/2055920 swapFree=4192812/4192956
[pid=32550] ppid=32548 vsize=867968 CPUtime=3.16
/proc/32550/stat : 32550 (java) S 32548 32550 32187 0 -1 0 18971 285 1 0 308 8 0 0 18 0 9 0 27365599 888799232 11320 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32550/statm: 216992 11320 2658 9 0 211428 0
[pid=32550/tid=32551] ppid=32548 vsize=867968 CPUtime=2.88
/proc/32550/task/32551/stat : 32551 (java) R 32548 32550 32187 0 -1 64 14564 285 1 0 282 6 0 0 25 0 9 0 27365600 888799232 11320 996147200 134512640 134550932 4294955968 18446744073709551615 4126716109 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32550/tid=32553] ppid=32548 vsize=867968 CPUtime=0.04
/proc/32550/task/32553/stat : 32553 (java) S 32548 32550 32187 0 -1 64 2815 285 0 0 4 0 0 0 17 0 9 0 27365602 888799232 11320 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32550/tid=32554] ppid=32548 vsize=867968 CPUtime=0
/proc/32550/task/32554/stat : 32554 (java) S 32548 32550 32187 0 -1 64 19 285 0 0 0 0 0 0 17 0 9 0 27365602 888799232 11320 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32550/tid=32555] ppid=32548 vsize=867968 CPUtime=0
/proc/32550/task/32555/stat : 32555 (java) S 32548 32550 32187 0 -1 64 12 285 0 0 0 0 0 0 16 0 9 0 27365602 888799232 11320 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32550/tid=32556] ppid=32548 vsize=867968 CPUtime=0
/proc/32550/task/32556/stat : 32556 (java) S 32548 32550 32187 0 -1 64 2 285 0 0 0 0 0 0 18 0 9 0 27365604 888799232 11320 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32550/tid=32557] ppid=32548 vsize=867968 CPUtime=0.2
/proc/32550/task/32557/stat : 32557 (java) S 32548 32550 32187 0 -1 64 751 285 0 0 20 0 0 0 15 0 9 0 27365604 888799232 11320 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32550/tid=32558] ppid=32548 vsize=867968 CPUtime=0
/proc/32550/task/32558/stat : 32558 (java) S 32548 32550 32187 0 -1 64 0 285 0 0 0 0 0 0 19 0 9 0 27365604 888799232 11320 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32550/tid=32559] ppid=32548 vsize=867968 CPUtime=0
/proc/32550/task/32559/stat : 32559 (java) S 32548 32550 32187 0 -1 64 3 285 0 0 0 0 0 0 15 0 9 0 27365604 888799232 11320 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.16
Current children cumulated vsize (KiB) 867968

[startup+3.60109 s]
/proc/loadavg: 1.92 1.97 1.69 3/89 32563
/proc/meminfo: memFree=1712152/2055920 swapFree=4192812/4192956
[pid=32550] ppid=32548 vsize=867968 CPUtime=3.55
/proc/32550/stat : 32550 (java) S 32548 32550 32187 0 -1 0 18971 285 1 0 347 8 0 0 18 0 9 0 27365599 888799232 11320 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32550/statm: 216992 11320 2658 9 0 211428 0
[pid=32550/tid=32551] ppid=32548 vsize=867968 CPUtime=3.27
/proc/32550/task/32551/stat : 32551 (java) R 32548 32550 32187 0 -1 64 14564 285 1 0 321 6 0 0 25 0 9 0 27365600 888799232 11320 996147200 134512640 134550932 4294955968 18446744073709551615 4126716109 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32550/tid=32553] ppid=32548 vsize=867968 CPUtime=0.04
/proc/32550/task/32553/stat : 32553 (java) S 32548 32550 32187 0 -1 64 2815 285 0 0 4 0 0 0 17 0 9 0 27365602 888799232 11320 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32550/tid=32554] ppid=32548 vsize=867968 CPUtime=0
/proc/32550/task/32554/stat : 32554 (java) S 32548 32550 32187 0 -1 64 19 285 0 0 0 0 0 0 17 0 9 0 27365602 888799232 11320 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32550/tid=32555] ppid=32548 vsize=867968 CPUtime=0
/proc/32550/task/32555/stat : 32555 (java) S 32548 32550 32187 0 -1 64 12 285 0 0 0 0 0 0 16 0 9 0 27365602 888799232 11320 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32550/tid=32556] ppid=32548 vsize=867968 CPUtime=0
/proc/32550/task/32556/stat : 32556 (java) S 32548 32550 32187 0 -1 64 2 285 0 0 0 0 0 0 18 0 9 0 27365604 888799232 11320 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32550/tid=32557] ppid=32548 vsize=867968 CPUtime=0.2
/proc/32550/task/32557/stat : 32557 (java) S 32548 32550 32187 0 -1 64 751 285 0 0 20 0 0 0 15 0 9 0 27365604 888799232 11320 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32550/tid=32558] ppid=32548 vsize=867968 CPUtime=0
/proc/32550/task/32558/stat : 32558 (java) S 32548 32550 32187 0 -1 64 0 285 0 0 0 0 0 0 19 0 9 0 27365604 888799232 11320 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32550/tid=32559] ppid=32548 vsize=867968 CPUtime=0
/proc/32550/task/32559/stat : 32559 (java) S 32548 32550 32187 0 -1 64 3 285 0 0 0 0 0 0 15 0 9 0 27365604 888799232 11320 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 867968

[startup+4.00114 s]
/proc/loadavg: 1.92 1.97 1.69 3/89 32563
/proc/meminfo: memFree=1712152/2055920 swapFree=4192812/4192956
[pid=32550] ppid=32548 vsize=867968 CPUtime=3.95
/proc/32550/stat : 32550 (java) S 32548 32550 32187 0 -1 0 18975 285 1 0 387 8 0 0 18 0 9 0 27365599 888799232 11323 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32550/statm: 216992 11323 2658 9 0 211428 0
[pid=32550/tid=32551] ppid=32548 vsize=867968 CPUtime=3.67
/proc/32550/task/32551/stat : 32551 (java) R 32548 32550 32187 0 -1 64 14565 285 1 0 361 6 0 0 25 0 9 0 27365600 888799232 11323 996147200 134512640 134550932 4294955968 18446744073709551615 4126716128 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32550/tid=32553] ppid=32548 vsize=867968 CPUtime=0.04
/proc/32550/task/32553/stat : 32553 (java) S 32548 32550 32187 0 -1 64 2815 285 0 0 4 0 0 0 17 0 9 0 27365602 888799232 11323 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32550/tid=32554] ppid=32548 vsize=867968 CPUtime=0
/proc/32550/task/32554/stat : 32554 (java) S 32548 32550 32187 0 -1 64 19 285 0 0 0 0 0 0 17 0 9 0 27365602 888799232 11323 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32550/tid=32555] ppid=32548 vsize=867968 CPUtime=0
/proc/32550/task/32555/stat : 32555 (java) S 32548 32550 32187 0 -1 64 12 285 0 0 0 0 0 0 16 0 9 0 27365602 888799232 11323 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32550/tid=32556] ppid=32548 vsize=867968 CPUtime=0
/proc/32550/task/32556/stat : 32556 (java) S 32548 32550 32187 0 -1 64 2 285 0 0 0 0 0 0 18 0 9 0 27365604 888799232 11323 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32550/tid=32557] ppid=32548 vsize=867968 CPUtime=0.2
/proc/32550/task/32557/stat : 32557 (java) S 32548 32550 32187 0 -1 64 754 285 0 0 20 0 0 0 15 0 9 0 27365604 888799232 11323 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32550/tid=32558] ppid=32548 vsize=867968 CPUtime=0
/proc/32550/task/32558/stat : 32558 (java) S 32548 32550 32187 0 -1 64 0 285 0 0 0 0 0 0 19 0 9 0 27365604 888799232 11323 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32550/tid=32559] ppid=32548 vsize=867968 CPUtime=0
/proc/32550/task/32559/stat : 32559 (java) S 32548 32550 32187 0 -1 64 3 285 0 0 0 0 0 0 15 0 9 0 27365604 888799232 11323 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.95
Current children cumulated vsize (KiB) 867968

Child status: 0
Real time (s): 4.06419
CPU time (s): 4.01439
CPU user time (s): 3.91041
CPU system time (s): 0.103984
CPU usage (%): 98.7747
Max. virtual memory (cumulated for all children) (KiB): 867968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.9104
system time used= 0.103984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19393
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= 990
involuntary context switches= 1044

runsolver used 0.006998 second user time and 0.020996 second system time

The end

Launcher Data

Begin job on node28 at 2009-07-12 14:49:50
IDJOB=2094203
IDBENCH=54041
IDSOLVER=773
FILE ID=node28/2094203-1247402990
PBS_JOBID= 9510587
Free space on /tmp= 66116 MiB

SOLVER NAME= Abscon 112v4 AC
BENCH NAME= CPAI08/csp/primes-25/normalized-primes-25-80-2-5.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-2094203-1247402990/watcher-2094203-1247402990 -o /tmp/evaluation-result-2094203-1247402990/solver-2094203-1247402990 -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-2094203-1247402990.xml

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

MD5SUM BENCH= d454353a3b488714996f7b737ed052cb
RANDOM SEED=1972141018

node28.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.230
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.230
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:       1747968 kB
Buffers:         33136 kB
Cached:         114084 kB
SwapCached:          0 kB
Active:         189704 kB
Inactive:        62932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1747968 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2092 kB
Writeback:           0 kB
Mapped:         122776 kB
Slab:            40316 kB
Committed_AS:  1004740 kB
PageTables:       2004 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= 66116 MiB
End job on node28 at 2009-07-12 14:49:54