Trace number 2094638

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 ESACSAT 2.35064 2.41881

DiagnosticValue
CHECKS2364350
NODES7549

General information on the benchmark

Namecsp/allIntervalSeries/
normalized-series-12.xml
MD5SUM8a34f075a2e97800a08bc907fba1011a
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.012997
Satisfiable
(Un)Satisfiability was proved
Number of variables23
Number of constraints132
Maximum constraint arity3
Maximum domain size12
Number of constraints which are defined in extension0
Number of constraints which are defined in intension132
Global constraints used (with number of constraints)

Solver Data

0.05/0.09	
0.05/0.09	Abscon 112 (May, 2008)
0.18/0.26	
0.18/0.26	   configuration
0.18/0.26	     name=esac.xml
0.28/0.30	   
0.28/0.30	   instance
0.28/0.30	     name=HOME/instance-2094638-1247404780.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.28/0.37	     nbVariables=23  nbDomainTypes=2  minDomainSize=11  maxDomainSize=12  nbTotalValues=265
0.28/0.37	       =>  wckTime=0.108  cpuTime=0.1  mem=7M892
0.28/0.37	   
0.28/0.37	   predicates being loaded...
0.38/0.44	   
0.38/0.44	   constraints being loaded...
0.57/0.62	     nbConstraints=135  nbGlobalConstraints=3  nbConvertedConstraints=121  nbConvertConstraintsChecks=1993
0.57/0.62	     nbExtensionStructures=3  nbSharedExtensionStructures=118  nbConflictsStructures=4  nbSharedConflictsStructures=128
0.57/0.62	     nbSharedBinaryRepresentations=23  nbEvaluationManagers=1  nbSharedEvaluationManagers=10  minDegree=12  maxDegree=15
0.57/0.62	     minArity=2  avgArity=2.37  maxArity=22  nbGenerators=1  nbFusions=1  symmetryWckTime=0.055  symmetryCpuTime=0.03
0.57/0.62	     nbCliques=2
0.57/0.62	       =>  wckTime=0.352  cpuTime=0.26  mem=14M819
0.57/0.67	   
0.57/0.67	   solver IterativeSystematicSolver being built... 
0.67/0.74	   
0.67/0.74	   INFO : Forward propagation technique limited 
0.77/0.81	       =>  wckTime=0.543  cpuTime=0.39  mem=20M470
0.77/0.87	   
0.77/0.87	   preprocessing
0.77/0.87	     nbConstraintChecks=43075  nbValidityChecks=6722  nbPropagations=502  nbRevisions=1212  nbUselessRevisions=626
0.77/0.87	     nbSingletonTests=35  nbEffectiveSingletonTests=0  nbACRemovals=2  nbFoundSingletons=0  nbRemovedValues=2
0.77/0.87	     nbRemovedTuples=66  detectedInconsistency=no
0.77/0.87	       =>  wckTime=0.064  cpuTime=0.04  mem=20M470
0.97/1.01	   
0.97/1.01	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=21M478)
2.25/2.38	   
2.25/2.38	   search
2.25/2.38	     run=12  nbConstraintChecks=2321277  nbValidityChecks=583610  minDepth=6  maxDepth=23  nbPropagations=297153
2.25/2.38	     nbRevisions=1041897  nbUselessRevisions=597514  nbAssignments=7549  nbFailedAssignments=2742  nbBacktracks=4691
2.25/2.38	     nbVisitedNodes=12325  nbRestartNogoods=80  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=0.86
2.25/2.38	     nbIEliminables=15.12  nbDEliminables=0  nbPEliminables=0
2.25/2.38	       =>  wckTime=1.567  cpuTime=1.44  mem=21M478
2.25/2.38	   
2.25/2.38	   global
2.25/2.38	     nbConstraintChecks=2364352  nbValidityChecks=590332  nbPropagations=297655  nbRevisions=1043109
2.25/2.38	     nbUselessRevisions=598140  nbRestartNogoods=80  solvingWckTime=1.569  solvingCpuTime=1.44  expiredTime=no
2.25/2.38	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=1.83  globalCpuTime=1.87
2.25/2.38	       =>  wckTime=2.114  cpuTime=1.83  mem=21M478
2.25/2.38	   
2.25/2.38	s SATISFIABLE
2.25/2.38	v 0 11 1 10 2 9 3 8 4 7 5 6 10 9 8 7 6 5 4 3 2 1 0 
2.25/2.38	d NODES 7549
2.25/2.38	d CHECKS 2364352
2.25/2.38	   
2.25/2.38	   totalWckTime=2.184  totalCpuTime=1.87

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-2094638-1247404780/watcher-2094638-1247404780 -o /tmp/evaluation-result-2094638-1247404780/solver-2094638-1247404780 -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-2094638-1247404780.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.95 1.97 1.91 4/80 30311
/proc/meminfo: memFree=1808288/2055920 swapFree=4192812/4192956
[pid=30311] ppid=30309 vsize=18576 CPUtime=0
/proc/30311/stat : 30311 (runsolver) R 30309 30311 29832 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 27544508 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 221236489511 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/30311/statm: 4644 284 249 26 0 2626 0

[startup+0.0656931 s]
/proc/loadavg: 1.95 1.97 1.91 4/80 30311
/proc/meminfo: memFree=1808288/2055920 swapFree=4192812/4192956
[pid=30311] ppid=30309 vsize=864024 CPUtime=0.05
/proc/30311/stat : 30311 (java) S 30309 30311 29832 0 -1 0 2829 0 1 0 3 2 0 0 18 0 9 0 27544508 884760576 2363 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30311/statm: 216006 2363 1119 9 0 210899 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 864024

[startup+0.102697 s]
/proc/loadavg: 1.95 1.97 1.91 4/80 30311
/proc/meminfo: memFree=1808288/2055920 swapFree=4192812/4192956
[pid=30311] ppid=30309 vsize=865984 CPUtime=0.09
/proc/30311/stat : 30311 (java) S 30309 30311 29832 0 -1 0 3735 0 1 0 7 2 0 0 18 0 9 0 27544508 886767616 3203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30311/statm: 216496 3203 1700 9 0 210981 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865984

[startup+0.301722 s]
/proc/loadavg: 1.95 1.97 1.91 4/80 30311
/proc/meminfo: memFree=1808288/2055920 swapFree=4192812/4192956
[pid=30311] ppid=30309 vsize=866380 CPUtime=0.28
/proc/30311/stat : 30311 (java) S 30309 30311 29832 0 -1 0 5832 0 1 0 25 3 0 0 18 0 9 0 27544508 887173120 5203 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30311/statm: 216595 5203 1978 9 0 211053 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866380

[startup+0.701763 s]
/proc/loadavg: 1.95 1.97 1.91 4/80 30311
/proc/meminfo: memFree=1808288/2055920 swapFree=4192812/4192956
[pid=30311] ppid=30309 vsize=867368 CPUtime=0.67
/proc/30311/stat : 30311 (java) S 30309 30311 29832 0 -1 0 11718 282 1 0 61 6 0 0 18 0 9 0 27544508 888184832 8382 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30311/statm: 216842 8382 2651 9 0 211278 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 867368

[startup+1.50285 s]
/proc/loadavg: 1.95 1.97 1.91 4/89 30324
/proc/meminfo: memFree=1776664/2055920 swapFree=4192812/4192956
[pid=30311] ppid=30309 vsize=867500 CPUtime=1.46
/proc/30311/stat : 30311 (java) S 30309 30311 29832 0 -1 0 15728 282 1 0 137 9 0 0 18 0 9 0 27544508 888320000 10504 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30311/statm: 216875 10504 2655 9 0 211311 0
[pid=30311/tid=30313] ppid=30309 vsize=867500 CPUtime=1.16
/proc/30311/task/30313/stat : 30313 (java) R 30309 30311 29832 0 -1 64 12094 282 1 0 110 6 0 0 25 0 9 0 27544510 888320000 10504 996147200 134512640 134550932 4294955968 18446744073709551615 4125952251 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30311/tid=30314] ppid=30309 vsize=867500 CPUtime=0.03
/proc/30311/task/30314/stat : 30314 (java) S 30309 30311 29832 0 -1 64 2206 282 0 0 3 0 0 0 16 0 9 0 27544511 888320000 10504 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30311/tid=30315] ppid=30309 vsize=867500 CPUtime=0
/proc/30311/task/30315/stat : 30315 (java) S 30309 30311 29832 0 -1 64 19 282 0 0 0 0 0 0 16 0 9 0 27544511 888320000 10504 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30311/tid=30316] ppid=30309 vsize=867500 CPUtime=0
/proc/30311/task/30316/stat : 30316 (java) S 30309 30311 29832 0 -1 64 10 282 0 0 0 0 0 0 15 0 9 0 27544511 888320000 10504 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30311/tid=30317] ppid=30309 vsize=867500 CPUtime=0
/proc/30311/task/30317/stat : 30317 (java) S 30309 30311 29832 0 -1 64 1 282 0 0 0 0 0 0 18 0 9 0 27544513 888320000 10504 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30311/tid=30318] ppid=30309 vsize=867500 CPUtime=0.22
/proc/30311/task/30318/stat : 30318 (java) S 30309 30311 29832 0 -1 64 593 282 0 0 22 0 0 0 16 0 9 0 27544513 888320000 10504 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30311/tid=30319] ppid=30309 vsize=867500 CPUtime=0
/proc/30311/task/30319/stat : 30319 (java) S 30309 30311 29832 0 -1 64 0 282 0 0 0 0 0 0 19 0 9 0 27544514 888320000 10504 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30311/tid=30320] ppid=30309 vsize=867500 CPUtime=0
/proc/30311/task/30320/stat : 30320 (java) S 30309 30311 29832 0 -1 64 2 282 0 0 0 0 0 0 15 0 9 0 27544514 888320000 10504 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) 867500

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

[startup+1.90289 s]
/proc/loadavg: 1.95 1.97 1.91 4/89 30324
/proc/meminfo: memFree=1776664/2055920 swapFree=4192812/4192956
[pid=30311] ppid=30309 vsize=867500 CPUtime=1.86
/proc/30311/stat : 30311 (java) S 30309 30311 29832 0 -1 0 15732 282 1 0 177 9 0 0 18 0 9 0 27544508 888320000 10507 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30311/statm: 216875 10507 2655 9 0 211311 0
[pid=30311/tid=30313] ppid=30309 vsize=867500 CPUtime=1.55
/proc/30311/task/30313/stat : 30313 (java) R 30309 30311 29832 0 -1 64 12095 282 1 0 149 6 0 0 25 0 9 0 27544510 888320000 10507 996147200 134512640 134550932 4294955968 18446744073709551615 4126778843 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30311/tid=30314] ppid=30309 vsize=867500 CPUtime=0.03
/proc/30311/task/30314/stat : 30314 (java) S 30309 30311 29832 0 -1 64 2206 282 0 0 3 0 0 0 17 0 9 0 27544511 888320000 10507 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30311/tid=30315] ppid=30309 vsize=867500 CPUtime=0
/proc/30311/task/30315/stat : 30315 (java) S 30309 30311 29832 0 -1 64 19 282 0 0 0 0 0 0 16 0 9 0 27544511 888320000 10507 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30311/tid=30316] ppid=30309 vsize=867500 CPUtime=0
/proc/30311/task/30316/stat : 30316 (java) S 30309 30311 29832 0 -1 64 10 282 0 0 0 0 0 0 15 0 9 0 27544511 888320000 10507 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30311/tid=30317] ppid=30309 vsize=867500 CPUtime=0
/proc/30311/task/30317/stat : 30317 (java) S 30309 30311 29832 0 -1 64 1 282 0 0 0 0 0 0 18 0 9 0 27544513 888320000 10507 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30311/tid=30318] ppid=30309 vsize=867500 CPUtime=0.23
/proc/30311/task/30318/stat : 30318 (java) S 30309 30311 29832 0 -1 64 596 282 0 0 23 0 0 0 15 0 9 0 27544513 888320000 10507 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30311/tid=30319] ppid=30309 vsize=867500 CPUtime=0
/proc/30311/task/30319/stat : 30319 (java) S 30309 30311 29832 0 -1 64 0 282 0 0 0 0 0 0 19 0 9 0 27544514 888320000 10507 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30311/tid=30320] ppid=30309 vsize=867500 CPUtime=0
/proc/30311/task/30320/stat : 30320 (java) S 30309 30311 29832 0 -1 64 2 282 0 0 0 0 0 0 15 0 9 0 27544514 888320000 10507 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 867500

[startup+2.30823 s]
/proc/loadavg: 1.95 1.97 1.91 4/89 30324
/proc/meminfo: memFree=1776280/2055920 swapFree=4192812/4192956
[pid=30311] ppid=30309 vsize=867500 CPUtime=2.25
/proc/30311/stat : 30311 (java) S 30309 30311 29832 0 -1 0 15733 282 1 0 216 9 0 0 18 0 9 0 27544508 888320000 10508 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30311/statm: 216875 10508 2655 9 0 211311 0
[pid=30311/tid=30313] ppid=30309 vsize=867500 CPUtime=1.95
/proc/30311/task/30313/stat : 30313 (java) R 30309 30311 29832 0 -1 64 12095 282 1 0 189 6 0 0 25 0 9 0 27544510 888320000 10508 996147200 134512640 134550932 4294955968 18446744073709551615 4126381367 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30311/tid=30314] ppid=30309 vsize=867500 CPUtime=0.03
/proc/30311/task/30314/stat : 30314 (java) S 30309 30311 29832 0 -1 64 2206 282 0 0 3 0 0 0 17 0 9 0 27544511 888320000 10508 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30311/tid=30315] ppid=30309 vsize=867500 CPUtime=0
/proc/30311/task/30315/stat : 30315 (java) S 30309 30311 29832 0 -1 64 19 282 0 0 0 0 0 0 16 0 9 0 27544511 888320000 10508 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30311/tid=30316] ppid=30309 vsize=867500 CPUtime=0
/proc/30311/task/30316/stat : 30316 (java) S 30309 30311 29832 0 -1 64 10 282 0 0 0 0 0 0 15 0 9 0 27544511 888320000 10508 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30311/tid=30317] ppid=30309 vsize=867500 CPUtime=0
/proc/30311/task/30317/stat : 30317 (java) S 30309 30311 29832 0 -1 64 1 282 0 0 0 0 0 0 18 0 9 0 27544513 888320000 10508 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30311/tid=30318] ppid=30309 vsize=867500 CPUtime=0.23
/proc/30311/task/30318/stat : 30318 (java) S 30309 30311 29832 0 -1 64 597 282 0 0 23 0 0 0 15 0 9 0 27544513 888320000 10508 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30311/tid=30319] ppid=30309 vsize=867500 CPUtime=0
/proc/30311/task/30319/stat : 30319 (java) S 30309 30311 29832 0 -1 64 0 282 0 0 0 0 0 0 19 0 9 0 27544514 888320000 10508 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30311/tid=30320] ppid=30309 vsize=867500 CPUtime=0
/proc/30311/task/30320/stat : 30320 (java) R 30309 30311 29832 0 -1 64 2 282 0 0 0 0 0 0 15 0 9 0 27544514 888320000 10508 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 867500

[startup+2.40094 s]
/proc/loadavg: 1.95 1.97 1.91 4/89 30324
/proc/meminfo: memFree=1776280/2055920 swapFree=4192812/4192956
[pid=30311] ppid=30309 vsize=867500 CPUtime=2.33
/proc/30311/stat : 30311 (java) S 30309 30311 29832 0 -1 0 15834 282 1 0 224 9 0 0 18 0 9 0 27544508 888320000 10606 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30311/statm: 216875 10606 2655 9 0 211311 0
[pid=30311/tid=30313] ppid=30309 vsize=867500 CPUtime=2.02
/proc/30311/task/30313/stat : 30313 (java) S 30309 30311 29832 0 -1 64 12196 282 1 0 196 6 0 0 25 0 9 0 27544510 888320000 10606 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30311/tid=30314] ppid=30309 vsize=867500 CPUtime=0.03
/proc/30311/task/30314/stat : 30314 (java) S 30309 30311 29832 0 -1 64 2206 282 0 0 3 0 0 0 17 0 9 0 27544511 888320000 10606 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30311/tid=30315] ppid=30309 vsize=867500 CPUtime=0
/proc/30311/task/30315/stat : 30315 (java) S 30309 30311 29832 0 -1 64 19 282 0 0 0 0 0 0 16 0 9 0 27544511 888320000 10606 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30311/tid=30316] ppid=30309 vsize=867500 CPUtime=0
/proc/30311/task/30316/stat : 30316 (java) S 30309 30311 29832 0 -1 64 10 282 0 0 0 0 0 0 15 0 9 0 27544511 888320000 10606 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30311/tid=30317] ppid=30309 vsize=867500 CPUtime=0
/proc/30311/task/30317/stat : 30317 (java) S 30309 30311 29832 0 -1 64 1 282 0 0 0 0 0 0 18 0 9 0 27544513 888320000 10606 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30311/tid=30318] ppid=30309 vsize=867500 CPUtime=0.23
/proc/30311/task/30318/stat : 30318 (java) S 30309 30311 29832 0 -1 64 597 282 0 0 23 0 0 0 15 0 9 0 27544513 888320000 10606 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30311/tid=30319] ppid=30309 vsize=867500 CPUtime=0
/proc/30311/task/30319/stat : 30319 (java) S 30309 30311 29832 0 -1 64 0 282 0 0 0 0 0 0 19 0 9 0 27544514 888320000 10606 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30311/tid=30320] ppid=30309 vsize=867500 CPUtime=0
/proc/30311/task/30320/stat : 30320 (java) S 30309 30311 29832 0 -1 64 2 282 0 0 0 0 0 0 15 0 9 0 27544514 888320000 10606 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 867500

Child status: 0
Real time (s): 2.41881
CPU time (s): 2.35064
CPU user time (s): 2.24666
CPU system time (s): 0.103984
CPU usage (%): 97.1817
Max. virtual memory (cumulated for all children) (KiB): 867500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.24666
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= 16142
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= 1315
involuntary context switches= 1466

runsolver used 0.006998 second user time and 0.017997 second system time

The end

Launcher Data

Begin job on node21 at 2009-07-12 15:19:40
IDJOB=2094638
IDBENCH=54446
IDSOLVER=774
FILE ID=node21/2094638-1247404780
PBS_JOBID= 9510602
Free space on /tmp= 66408 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/allIntervalSeries/normalized-series-12.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-2094638-1247404780/watcher-2094638-1247404780 -o /tmp/evaluation-result-2094638-1247404780/solver-2094638-1247404780 -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-2094638-1247404780.xml

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

MD5SUM BENCH= 8a34f075a2e97800a08bc907fba1011a
RANDOM SEED=1841000774

node21.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.240
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.240
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:       1808768 kB
Buffers:         38072 kB
Cached:         102484 kB
SwapCached:          0 kB
Active:         138200 kB
Inactive:        52364 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1808768 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2144 kB
Writeback:           0 kB
Mapped:          70400 kB
Slab:            41844 kB
Committed_AS:   984668 kB
PageTables:       1836 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= 66404 MiB
End job on node21 at 2009-07-12 15:19:43