Trace number 2095292

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 3.87741 3.96565

DiagnosticValue
CHECKS1261610
NODES200

General information on the benchmark

Namecsp/small/
normalized-patat-02-small-1.xml
MD5SUMa4fb04cc2e197ab867849ec0e8758342
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.178971
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2325
Maximum constraint arity15
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2266
Global constraints used (with number of constraints)alldifferent(59)

Solver Data

0.06/0.09	
0.06/0.09	Abscon 112 (May, 2008)
0.18/0.23	
0.18/0.23	   configuration
0.18/0.23	     name=esac.xml
0.18/0.29	   
0.18/0.29	   instance
0.18/0.29	     name=HOME/instance-2095292-1247407296.xml
0.28/0.33	   
0.28/0.33	   domains being loaded...
0.28/0.34	   
0.28/0.34	   variables being loaded...
0.39/0.40	     nbVariables=200  nbDomainTypes=13  minDomainSize=1  maxDomainSize=45  nbTotalValues=4665
0.39/0.40	       =>  wckTime=0.164  cpuTime=0.15  mem=8M868
0.39/0.40	   
0.39/0.40	   predicates being loaded...
0.48/0.54	   
0.48/0.54	   constraints being loaded...
1.56/1.65	     nbConstraints=2328  nbGlobalConstraints=62  nbSingletonDomainVariables=48  nbConflictsStructures=32
1.56/1.65	     nbSharedConflictsStructures=1809  nbUnbuiltConflictsStructures=28  nbSharedBinaryRepresentations=0
1.56/1.65	     nbEvaluationManagers=60  nbSharedEvaluationManagers=2206  minDegree=14  maxDegree=89  minArity=4  avgArity=4.16
1.56/1.65	     maxArity=15  nbGenerators=3  nbFusions=0  symmetryWckTime=0.214  symmetryCpuTime=0.12
1.56/1.65	       =>  wckTime=1.411  cpuTime=1.07  mem=43M154
1.66/1.77	   
1.66/1.77	   solver IterativeSystematicSolver being built... 
1.86/1.94	   
1.86/1.94	   INFO : Forward propagation technique limited 
1.96/2.01	       =>  wckTime=1.77  cpuTime=1.28  mem=52M903
3.44/3.56	   
3.44/3.56	   preprocessing
3.44/3.56	     nbConstraintChecks=1048474  nbValidityChecks=2163356  nbPropagations=8462  nbRevisions=111435
3.44/3.56	     nbUselessRevisions=106888  nbSingletonTests=543  nbEffectiveSingletonTests=1  nbACRemovals=0  nbFoundSingletons=0
3.44/3.56	     nbRemovedValues=1  detectedInconsistency=no
3.44/3.56	       =>  wckTime=1.55  cpuTime=1.49  mem=53M869
3.74/3.84	   
3.74/3.84	   search
3.74/3.84	     run=0  nbConstraintChecks=213132  nbValidityChecks=255836  minDepth=201  maxDepth=200  nbPropagations=10003
3.74/3.84	     nbRevisions=118364  nbUselessRevisions=113227  nbAssignments=200  nbFailedAssignments=0  nbBacktracks=0
3.74/3.84	     nbVisitedNodes=201  nbRestartNogoods=0  nbFoundSolutions=1  mapSize=0  nbInferences=0  nbTooLargeKeys=0
3.74/3.84	     nbSEliminables=0  nbREliminables=113.8  nbIEliminables=13.57  nbDEliminables=0  nbPEliminables=0
3.74/3.84	       =>  wckTime=1.827  cpuTime=1.75  mem=54M504
3.74/3.84	   
3.74/3.84	   global
3.74/3.84	     nbConstraintChecks=1261606  nbValidityChecks=2419192  nbPropagations=18465  nbRevisions=229799
3.74/3.84	     nbUselessRevisions=220115  nbRestartNogoods=0  solvingWckTime=1.829  solvingCpuTime=1.75  expiredTime=no
3.74/3.84	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=3.02  globalCpuTime=3.09
3.74/3.84	       =>  wckTime=3.602  cpuTime=3.03  mem=54M504
3.74/3.84	   
3.74/3.84	s SATISFIABLE
3.74/3.84	v 1 9 15 8 13 19 16 10 10 2 19 9 2 18 6 2 20 17 23 23 13 1 13 16 1 12 5 21 7 0 3 12 11 6 17 12 0 20 9 18 11 11 8 8 10 16 14 15 25 4 3 16 1 26 5 17 2 6 3 0 22 10 21 15 19 11 22 6 7 4 3 4 15 5 10 2 7 0 5 0 12 14 14 7 9 18 6 9 8 14 3 8 13 5 11 24 1 4 4 20 4 0 1 3 1 4 3 4 2 1 3 3 2 3 4 0 4 4 4 3 0 0 3 4 2 3 2 3 0 2 0 0 4 2 1 4 4 3 1 4 2 1 1 4 0 1 4 4 4 1 1 0 3 4 4 3 3 0 2 1 3 3 4 3 1 0 4 3 3 2 3 4 0 3 1 4 4 0 1 3 1 1 0 1 2 1 1 4 2 3 4 0 4 0 3 3 1 0 3 1 
3.74/3.84	d NODES 200
3.74/3.84	d CHECKS 1261606
3.84/3.91	   
3.84/3.91	   totalWckTime=3.722  totalCpuTime=3.09

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-2095292-1247407296/watcher-2095292-1247407296 -o /tmp/evaluation-result-2095292-1247407296/solver-2095292-1247407296 -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-2095292-1247407296.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.00 2.01 2.06 4/80 28643
/proc/meminfo: memFree=1708280/2055920 swapFree=4192812/4192956
[pid=28643] ppid=28641 vsize=1616 CPUtime=0
/proc/28643/stat : 28643 (java) D 28641 28643 27396 0 -1 0 347 0 0 0 0 0 0 0 18 0 1 0 27793557 1654784 151 996147200 134512640 134550932 4294955968 18446744073709551615 8106788 0 2147483391 4096 0 18446744072099937270 0 0 17 1 0 0
/proc/28643/statm: 404 151 125 9 0 46 0
[pid=28643/tid=28644] ppid=28641 vsize=10676 CPUtime=0
/proc/28643/task/28644/stat : 28644 (java) R 28641 28643 27396 0 -1 64 0 0 0 0 0 0 0 0 19 0 2 0 27793558 10932224 474 996147200 134512640 134550932 4294955968 18446744073709551615 8953816 0 0 4096 0 0 0 0 -1 1 0 0

[startup+0.0832971 s]
/proc/loadavg: 2.00 2.01 2.06 4/80 28643
/proc/meminfo: memFree=1708280/2055920 swapFree=4192812/4192956
[pid=28643] ppid=28641 vsize=865956 CPUtime=0.06
/proc/28643/stat : 28643 (java) S 28641 28643 27396 0 -1 0 3217 0 1 0 5 1 0 0 18 0 9 0 27793557 886738944 2702 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28643/statm: 216489 2702 1308 9 0 210981 0
[pid=28643/tid=28644] ppid=28641 vsize=865956 CPUtime=0.05
/proc/28643/task/28644/stat : 28644 (java) R 28641 28643 27396 0 -1 64 2311 0 1 0 5 0 0 0 18 0 9 0 27793558 886738944 2702 996147200 134512640 134550932 4294955968 18446744073709551615 4159512523 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 865956

[startup+0.1013 s]
/proc/loadavg: 2.00 2.01 2.06 4/80 28643
/proc/meminfo: memFree=1708280/2055920 swapFree=4192812/4192956
[pid=28643] ppid=28641 vsize=865984 CPUtime=0.09
/proc/28643/stat : 28643 (java) S 28641 28643 27396 0 -1 0 3771 0 1 0 7 2 0 0 18 0 9 0 27793557 886767616 3226 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28643/statm: 216496 3226 1701 9 0 210981 0
[pid=28643/tid=28644] ppid=28641 vsize=865984 CPUtime=0.07
/proc/28643/task/28644/stat : 28644 (java) R 28641 28643 27396 0 -1 64 2863 0 1 0 6 1 0 0 18 0 9 0 27793558 886767616 3226 996147200 134512640 134550932 4294955968 18446744073709551615 4125981900 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.301321 s]
/proc/loadavg: 2.00 2.01 2.06 4/80 28643
/proc/meminfo: memFree=1708280/2055920 swapFree=4192812/4192956
[pid=28643] ppid=28641 vsize=866224 CPUtime=0.28
/proc/28643/stat : 28643 (java) S 28641 28643 27396 0 -1 0 5821 0 1 0 25 3 0 0 18 0 9 0 27793557 887013376 5187 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28643/statm: 216556 5187 1980 9 0 211014 0
[pid=28643/tid=28644] ppid=28641 vsize=866224 CPUtime=0.25
/proc/28643/task/28644/stat : 28644 (java) R 28641 28643 27396 0 -1 64 4888 0 1 0 23 2 0 0 18 0 9 0 27793558 887013376 5187 996147200 134512640 134550932 4294955968 18446744073709551615 4159510158 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866224

[startup+0.701368 s]
/proc/loadavg: 2.00 2.01 2.06 4/80 28643
/proc/meminfo: memFree=1708280/2055920 swapFree=4192812/4192956
[pid=28643] ppid=28641 vsize=867192 CPUtime=0.68
/proc/28643/stat : 28643 (java) S 28641 28643 27396 0 -1 0 7923 0 1 0 63 5 0 0 18 0 9 0 27793557 888004608 7277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28643/statm: 216798 7277 2034 9 0 211234 0
[pid=28643/tid=28644] ppid=28641 vsize=867192 CPUtime=0.53
/proc/28643/task/28644/stat : 28644 (java) R 28641 28643 27396 0 -1 64 6713 0 1 0 50 3 0 0 20 0 9 0 27793558 888004608 7277 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867192

[startup+1.50246 s]
/proc/loadavg: 2.00 2.01 2.06 3/89 28652
/proc/meminfo: memFree=1676272/2055920 swapFree=4192812/4192956
[pid=28643] ppid=28641 vsize=867792 CPUtime=1.48
/proc/28643/stat : 28643 (java) S 28641 28643 27396 0 -1 0 14756 0 1 0 131 17 0 0 18 0 9 0 27793557 888619008 14109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28643/statm: 216948 14109 2042 9 0 211384 0
[pid=28643/tid=28644] ppid=28641 vsize=867792 CPUtime=1.21
/proc/28643/task/28644/stat : 28644 (java) R 28641 28643 27396 0 -1 64 13304 0 1 0 106 15 0 0 25 0 9 0 27793558 888619008 14109 996147200 134512640 134550932 4294955968 18446744073709551615 4127115539 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28643/tid=28646] ppid=28641 vsize=867792 CPUtime=0
/proc/28643/task/28646/stat : 28646 (java) S 28641 28643 27396 0 -1 64 3 0 0 0 0 0 0 0 16 0 9 0 27793560 888619008 14109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28643/tid=28647] ppid=28641 vsize=867792 CPUtime=0
/proc/28643/task/28647/stat : 28647 (java) S 28641 28643 27396 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 27793560 888619008 14109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28643/tid=28648] ppid=28641 vsize=867792 CPUtime=0
/proc/28643/task/28648/stat : 28648 (java) S 28641 28643 27396 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 27793560 888619008 14109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28643/tid=28649] ppid=28641 vsize=867792 CPUtime=0
/proc/28643/task/28649/stat : 28649 (java) S 28641 28643 27396 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 27793562 888619008 14109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28643/tid=28650] ppid=28641 vsize=867792 CPUtime=0.24
/proc/28643/task/28650/stat : 28650 (java) S 28641 28643 27396 0 -1 64 754 0 0 0 24 0 0 0 16 0 9 0 27793562 888619008 14109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28643/tid=28651] ppid=28641 vsize=867792 CPUtime=0
/proc/28643/task/28651/stat : 28651 (java) S 28641 28643 27396 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 27793562 888619008 14109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28643/tid=28652] ppid=28641 vsize=867792 CPUtime=0
/proc/28643/task/28652/stat : 28652 (java) S 28641 28643 27396 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27793562 888619008 14109 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 867792

[startup+3.10265 s]
/proc/loadavg: 2.00 2.01 2.06 3/89 28656
/proc/meminfo: memFree=1643696/2055920 swapFree=4192812/4192956
[pid=28643] ppid=28641 vsize=868560 CPUtime=3.05
/proc/28643/stat : 28643 (java) S 28641 28643 27396 0 -1 0 30770 509 1 0 277 22 5 1 18 0 9 0 27793557 889405440 18675 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28643/statm: 217140 18675 2658 9 0 211576 0
[pid=28643/tid=28644] ppid=28641 vsize=868560 CPUtime=2.59
/proc/28643/task/28644/stat : 28644 (java) R 28641 28643 27396 0 -1 64 19676 509 1 0 236 17 5 1 25 0 9 0 27793558 889405440 18675 996147200 134512640 134550932 4294955968 18446744073709551615 4127247667 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28643/tid=28646] ppid=28641 vsize=868560 CPUtime=0.16
/proc/28643/task/28646/stat : 28646 (java) S 28641 28643 27396 0 -1 64 9291 509 0 0 8 2 5 1 17 0 9 0 27793560 889405440 18675 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28643/tid=28647] ppid=28641 vsize=868560 CPUtime=0.06
/proc/28643/task/28647/stat : 28647 (java) S 28641 28643 27396 0 -1 64 18 509 0 0 0 0 5 1 16 0 9 0 27793560 889405440 18675 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28643/tid=28648] ppid=28641 vsize=868560 CPUtime=0.06
/proc/28643/task/28648/stat : 28648 (java) S 28641 28643 27396 0 -1 64 13 509 0 0 0 0 5 1 16 0 9 0 27793560 889405440 18675 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28643/tid=28649] ppid=28641 vsize=868560 CPUtime=0.06
/proc/28643/task/28649/stat : 28649 (java) S 28641 28643 27396 0 -1 64 0 509 0 0 0 0 5 1 18 0 9 0 27793562 889405440 18675 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28643/tid=28650] ppid=28641 vsize=868560 CPUtime=0.39
/proc/28643/task/28650/stat : 28650 (java) S 28641 28643 27396 0 -1 64 954 509 0 0 32 1 5 1 16 0 9 0 27793562 889405440 18675 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28643/tid=28651] ppid=28641 vsize=868560 CPUtime=0.06
/proc/28643/task/28651/stat : 28651 (java) S 28641 28643 27396 0 -1 64 1 509 0 0 0 0 5 1 19 0 9 0 27793562 889405440 18675 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28643/tid=28652] ppid=28641 vsize=868560 CPUtime=0.06
/proc/28643/task/28652/stat : 28652 (java) S 28641 28643 27396 0 -1 64 11 509 0 0 0 0 5 1 15 0 9 0 27793562 889405440 18675 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 868560

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

[startup+3.50269 s]
/proc/loadavg: 2.00 2.01 2.06 3/89 28656
/proc/meminfo: memFree=1643504/2055920 swapFree=4192812/4192956
[pid=28643] ppid=28641 vsize=868560 CPUtime=3.44
/proc/28643/stat : 28643 (java) S 28641 28643 27396 0 -1 0 30770 509 1 0 316 22 5 1 18 0 9 0 27793557 889405440 18675 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28643/statm: 217140 18675 2658 9 0 211576 0
[pid=28643/tid=28644] ppid=28641 vsize=868560 CPUtime=2.98
/proc/28643/task/28644/stat : 28644 (java) R 28641 28643 27396 0 -1 64 19676 509 1 0 275 17 5 1 25 0 9 0 27793558 889405440 18675 996147200 134512640 134550932 4294955968 18446744073709551615 4127247667 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28643/tid=28646] ppid=28641 vsize=868560 CPUtime=0.16
/proc/28643/task/28646/stat : 28646 (java) S 28641 28643 27396 0 -1 64 9291 509 0 0 8 2 5 1 17 0 9 0 27793560 889405440 18675 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28643/tid=28647] ppid=28641 vsize=868560 CPUtime=0.06
/proc/28643/task/28647/stat : 28647 (java) S 28641 28643 27396 0 -1 64 18 509 0 0 0 0 5 1 16 0 9 0 27793560 889405440 18675 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28643/tid=28648] ppid=28641 vsize=868560 CPUtime=0.06
/proc/28643/task/28648/stat : 28648 (java) S 28641 28643 27396 0 -1 64 13 509 0 0 0 0 5 1 16 0 9 0 27793560 889405440 18675 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28643/tid=28649] ppid=28641 vsize=868560 CPUtime=0.06
/proc/28643/task/28649/stat : 28649 (java) S 28641 28643 27396 0 -1 64 0 509 0 0 0 0 5 1 18 0 9 0 27793562 889405440 18675 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28643/tid=28650] ppid=28641 vsize=868560 CPUtime=0.39
/proc/28643/task/28650/stat : 28650 (java) S 28641 28643 27396 0 -1 64 954 509 0 0 32 1 5 1 16 0 9 0 27793562 889405440 18675 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28643/tid=28651] ppid=28641 vsize=868560 CPUtime=0.06
/proc/28643/task/28651/stat : 28651 (java) S 28641 28643 27396 0 -1 64 1 509 0 0 0 0 5 1 19 0 9 0 27793562 889405440 18675 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28643/tid=28652] ppid=28641 vsize=868560 CPUtime=0.06
/proc/28643/task/28652/stat : 28652 (java) S 28641 28643 27396 0 -1 64 11 509 0 0 0 0 5 1 15 0 9 0 27793562 889405440 18675 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.44
Current children cumulated vsize (KiB) 868560

[startup+3.90274 s]
/proc/loadavg: 2.00 2.01 2.06 3/89 28656
/proc/meminfo: memFree=1643504/2055920 swapFree=4192812/4192956
[pid=28643] ppid=28641 vsize=868560 CPUtime=3.84
/proc/28643/stat : 28643 (java) S 28641 28643 27396 0 -1 0 34272 509 1 0 354 24 5 1 18 0 9 0 27793557 889405440 22171 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28643/statm: 217140 22171 2661 9 0 211576 0
[pid=28643/tid=28644] ppid=28641 vsize=868560 CPUtime=3.3
/proc/28643/task/28644/stat : 28644 (java) R 28641 28643 27396 0 -1 64 20031 509 1 0 307 17 5 1 25 0 9 0 27793558 889405440 22171 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28643/tid=28646] ppid=28641 vsize=868560 CPUtime=0.21
/proc/28643/task/28646/stat : 28646 (java) R 28641 28643 27396 0 -1 64 12426 509 0 0 12 3 5 1 16 0 9 0 27793560 889405440 22171 996147200 134512640 134550932 4294955968 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28643/tid=28647] ppid=28641 vsize=868560 CPUtime=0.06
/proc/28643/task/28647/stat : 28647 (java) S 28641 28643 27396 0 -1 64 18 509 0 0 0 0 5 1 16 0 9 0 27793560 889405440 22171 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28643/tid=28648] ppid=28641 vsize=868560 CPUtime=0.06
/proc/28643/task/28648/stat : 28648 (java) S 28641 28643 27396 0 -1 64 13 509 0 0 0 0 5 1 16 0 9 0 27793560 889405440 22171 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28643/tid=28649] ppid=28641 vsize=868560 CPUtime=0.06
/proc/28643/task/28649/stat : 28649 (java) S 28641 28643 27396 0 -1 64 0 509 0 0 0 0 5 1 18 0 9 0 27793562 889405440 22171 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28643/tid=28650] ppid=28641 vsize=868560 CPUtime=0.41
/proc/28643/task/28650/stat : 28650 (java) S 28641 28643 27396 0 -1 64 966 509 0 0 34 1 5 1 16 0 9 0 27793562 889405440 22171 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28643/tid=28651] ppid=28641 vsize=868560 CPUtime=0.06
/proc/28643/task/28651/stat : 28651 (java) S 28641 28643 27396 0 -1 64 1 509 0 0 0 0 5 1 19 0 9 0 27793562 889405440 22171 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28643/tid=28652] ppid=28641 vsize=868560 CPUtime=0.06
/proc/28643/task/28652/stat : 28652 (java) S 28641 28643 27396 0 -1 64 11 509 0 0 0 0 5 1 15 0 9 0 27793562 889405440 22171 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 868560

Child status: 0
Real time (s): 3.96565
CPU time (s): 3.87741
CPU user time (s): 3.60645
CPU system time (s): 0.270958
CPU usage (%): 97.7749
Max. virtual memory (cumulated for all children) (KiB): 868560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.60645
system time used= 0.270958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34883
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= 1299
involuntary context switches= 1400

runsolver used 0.005999 second user time and 0.022996 second system time

The end

Launcher Data

Begin job on node62 at 2009-07-12 16:01:36
IDJOB=2095292
IDBENCH=55068
IDSOLVER=774
FILE ID=node62/2095292-1247407296
PBS_JOBID= 9510521
Free space on /tmp= 66348 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/small/normalized-patat-02-small-1.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-2095292-1247407296/watcher-2095292-1247407296 -o /tmp/evaluation-result-2095292-1247407296/solver-2095292-1247407296 -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-2095292-1247407296.xml

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

MD5SUM BENCH= a4fb04cc2e197ab867849ec0e8758342
RANDOM SEED=833825046

node62.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.220
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.220
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:       1708824 kB
Buffers:         35292 kB
Cached:         136204 kB
SwapCached:          0 kB
Active:         212192 kB
Inactive:        76812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1708824 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2400 kB
Writeback:           0 kB
Mapped:         137952 kB
Slab:            43004 kB
Committed_AS:  1001508 kB
PageTables:       2096 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= 66344 MiB
End job on node62 at 2009-07-12 16:01:40