Trace number 2098348

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.6336 2.67935

DiagnosticValue
CHECKS47962
NODES2196

General information on the benchmark

Namecsp/bibdVariousK/
normalized-bibd-11-11-5-5-2_glb.xml
MD5SUM5b27dca6b5d49e5ee8d535365d7c0bdb
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.105982
Satisfiable
(Un)Satisfiability was proved
Number of variables726
Number of constraints682
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension605
Global constraints used (with number of constraints)weightedsum(77)

Solver Data

0.03/0.09	
0.03/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-2098348-1247414410.xml
0.28/0.34	   
0.28/0.34	   domains being loaded...
0.28/0.35	   
0.28/0.35	   variables being loaded...
0.38/0.47	     nbVariables=726  nbDomainTypes=1  minDomainSize=2  maxDomainSize=2  nbTotalValues=1452
0.38/0.47	       =>  wckTime=0.2  cpuTime=0.15  mem=9M843
0.38/0.47	   
0.38/0.47	   predicates being loaded...
0.48/0.53	   
0.48/0.53	   constraints being loaded...
1.14/1.22	     nbConstraints=702  nbGlobalConstraints=97  nbConflictsStructures=1  nbSharedConflictsStructures=604
1.14/1.22	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=1  nbSharedEvaluationManagers=604  minDegree=4  maxDegree=16
1.14/1.22	     minArity=3  avgArity=8.81  maxArity=220  nbGenerators=20  nbFusions=0  symmetryWckTime=0.391  symmetryCpuTime=0.27
1.14/1.22	       =>  wckTime=0.953  cpuTime=0.67  mem=36M296
1.14/1.29	   
1.14/1.29	   solver IterativeSystematicSolver being built... 
1.25/1.40	   
1.25/1.40	   INFO : Forward propagation technique limited 
1.35/1.50	       =>  wckTime=1.23  cpuTime=0.84  mem=29M337
1.55/1.68	   
1.55/1.68	   preprocessing
1.55/1.68	     nbConstraintChecks=7254  nbValidityChecks=7779  nbPropagations=3161  nbRevisions=6756  nbUselessRevisions=5187
1.55/1.68	     nbSingletonTests=780  nbEffectiveSingletonTests=0  nbACRemovals=0  nbFoundSingletons=0  nbRemovedValues=0
1.55/1.68	     detectedInconsistency=no
1.55/1.68	       =>  wckTime=0.177  cpuTime=0.13  mem=29M337
2.34/2.44	   
2.34/2.44	   INFO : Stopping use of transposition table (mapSize=101, nbTooLargekeys=0, mem=31M294)
2.54/2.65	   
2.54/2.65	   search
2.54/2.65	     run=5  nbConstraintChecks=40708  nbValidityChecks=71128  minDepth=23  maxDepth=726  nbPropagations=57865
2.54/2.65	     nbRevisions=193750  nbUselessRevisions=152197  nbAssignments=2196  nbFailedAssignments=141  nbBacktracks=1044
2.54/2.65	     nbVisitedNodes=2497  nbRestartNogoods=38  nbFoundSolutions=1  nbSEliminables=0  nbREliminables=500.1
2.54/2.65	     nbIEliminables=67.18  nbDEliminables=0  nbPEliminables=0
2.54/2.65	       =>  wckTime=1.151  cpuTime=1.04  mem=31M294
2.54/2.65	   
2.54/2.65	   global
2.54/2.65	     nbConstraintChecks=47962  nbValidityChecks=78907  nbPropagations=61026  nbRevisions=200506
2.54/2.65	     nbUselessRevisions=157384  nbRestartNogoods=38  solvingWckTime=1.153  solvingCpuTime=1.04  expiredTime=no
2.54/2.65	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=1.89  globalCpuTime=1.94
2.54/2.65	       =>  wckTime=2.387  cpuTime=1.89  mem=31M294
2.54/2.65	   
2.54/2.65	s SATISFIABLE
2.54/2.65	v 0 0 0 0 0 0 1 1 1 1 1 0 0 0 1 1 1 0 0 0 1 1 0 0 1 0 1 1 0 1 1 0 0 0 1 0 1 0 1 1 0 1 0 0 0 1 1 0 1 0 1 0 0 0 1 0 1 1 1 0 0 0 1 0 1 0 1 0 0 1 1 0 1 1 0 0 0 1 0 1 0 0 1 1 0 0 1 0 1 0 1 1 0 0 0 0 1 0 1 1 1 0 0 0 1 0 1 0 0 1 1 1 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 
2.54/2.65	d NODES 2196
2.54/2.65	d CHECKS 47962
2.54/2.66	   
2.54/2.66	   totalWckTime=2.458  totalCpuTime=1.95

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-2098348-1247414410/watcher-2098348-1247414410 -o /tmp/evaluation-result-2098348-1247414410/solver-2098348-1247414410 -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-2098348-1247414410.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.15 2.11 2.03 3/80 1556
/proc/meminfo: memFree=1783536/2055920 swapFree=4192812/4192956
[pid=1556] ppid=1554 vsize=18576 CPUtime=0
/proc/1556/stat : 1556 (runsolver) R 1554 1556 30423 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 28507395 19021824 284 996147200 4194304 4302564 548682068384 18446744073709551615 238487661863 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/1556/statm: 4644 284 249 26 0 2626 0

[startup+0.0585021 s]
/proc/loadavg: 2.15 2.11 2.03 3/80 1556
/proc/meminfo: memFree=1783536/2055920 swapFree=4192812/4192956
[pid=1556] ppid=1554 vsize=863776 CPUtime=0.03
/proc/1556/stat : 1556 (java) S 1554 1556 30423 0 -1 0 2535 0 1 0 2 1 0 0 18 0 9 0 28507395 884506624 2104 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1556/statm: 215944 2104 995 9 0 210859 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 863776

[startup+0.101508 s]
/proc/loadavg: 2.15 2.11 2.03 3/80 1556
/proc/meminfo: memFree=1783536/2055920 swapFree=4192812/4192956
[pid=1556] ppid=1554 vsize=865984 CPUtime=0.08
/proc/1556/stat : 1556 (java) S 1554 1556 30423 0 -1 0 3719 0 1 0 6 2 0 0 18 0 9 0 28507395 886767616 3187 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1556/statm: 216496 3187 1695 9 0 210981 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 865984

[startup+0.301551 s]
/proc/loadavg: 2.15 2.11 2.03 3/80 1556
/proc/meminfo: memFree=1783536/2055920 swapFree=4192812/4192956
[pid=1556] ppid=1554 vsize=866384 CPUtime=0.28
/proc/1556/stat : 1556 (java) S 1554 1556 30423 0 -1 0 5768 0 1 0 25 3 0 0 18 0 9 0 28507395 887177216 5158 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1556/statm: 216596 5158 1957 9 0 211054 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 866384

[startup+0.701628 s]
/proc/loadavg: 2.15 2.11 2.03 3/80 1556
/proc/meminfo: memFree=1783536/2055920 swapFree=4192812/4192956
[pid=1556] ppid=1554 vsize=867776 CPUtime=0.68
/proc/1556/stat : 1556 (java) S 1554 1556 30423 0 -1 0 8682 0 1 0 63 5 0 0 18 0 9 0 28507395 888602624 8036 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1556/statm: 216944 8036 2036 9 0 211380 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867776

[startup+1.50278 s]
/proc/loadavg: 2.13 2.11 2.03 3/89 1569
/proc/meminfo: memFree=1752936/2055920 swapFree=4192812/4192956
[pid=1556] ppid=1554 vsize=868100 CPUtime=1.44
/proc/1556/stat : 1556 (java) S 1554 1556 30423 0 -1 0 21939 414 1 0 126 12 6 0 18 0 9 0 28507395 888934400 14920 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1556/statm: 217025 14920 2659 9 0 211461 0
[pid=1556/tid=1558] ppid=1554 vsize=868100 CPUtime=1.11
/proc/1556/task/1558/stat : 1558 (java) R 1554 1556 30423 0 -1 64 16879 414 1 0 95 10 6 0 21 0 9 0 28507396 888934400 14920 996147200 134512640 134550932 4294955968 18446744073709551615 4125950624 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1556/tid=1559] ppid=1554 vsize=868100 CPUtime=0.12
/proc/1556/task/1559/stat : 1559 (java) S 1554 1556 30423 0 -1 64 3261 414 0 0 6 0 6 0 16 0 9 0 28507398 888934400 14920 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1556/tid=1560] ppid=1554 vsize=868100 CPUtime=0.06
/proc/1556/task/1560/stat : 1560 (java) S 1554 1556 30423 0 -1 64 19 414 0 0 0 0 6 0 17 0 9 0 28507398 888934400 14920 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1556/tid=1561] ppid=1554 vsize=868100 CPUtime=0.06
/proc/1556/task/1561/stat : 1561 (java) S 1554 1556 30423 0 -1 64 12 414 0 0 0 0 6 0 16 0 9 0 28507398 888934400 14920 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1556/tid=1562] ppid=1554 vsize=868100 CPUtime=0.06
/proc/1556/task/1562/stat : 1562 (java) S 1554 1556 30423 0 -1 64 2 414 0 0 0 0 6 0 18 0 9 0 28507400 888934400 14920 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1556/tid=1563] ppid=1554 vsize=868100 CPUtime=0.31
/proc/1556/task/1563/stat : 1563 (java) S 1554 1556 30423 0 -1 64 956 414 0 0 25 0 6 0 15 0 9 0 28507400 888934400 14920 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1556/tid=1564] ppid=1554 vsize=868100 CPUtime=0.06
/proc/1556/task/1564/stat : 1564 (java) S 1554 1556 30423 0 -1 64 0 414 0 0 0 0 6 0 19 0 9 0 28507400 888934400 14920 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1556/tid=1565] ppid=1554 vsize=868100 CPUtime=0.06
/proc/1556/task/1565/stat : 1565 (java) S 1554 1556 30423 0 -1 64 8 414 0 0 0 0 6 0 15 0 9 0 28507400 888934400 14920 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 868100

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

[startup+2.30294 s]
/proc/loadavg: 2.13 2.11 2.03 3/89 1569
/proc/meminfo: memFree=1733608/2055920 swapFree=4192812/4192956
[pid=1556] ppid=1554 vsize=868228 CPUtime=2.24
/proc/1556/stat : 1556 (java) S 1554 1556 30423 0 -1 0 21997 414 1 0 205 13 6 0 18 0 9 0 28507395 889065472 14976 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1556/statm: 217057 14976 2659 9 0 211493 0
[pid=1556/tid=1558] ppid=1554 vsize=868228 CPUtime=1.82
/proc/1556/task/1558/stat : 1558 (java) R 1554 1556 30423 0 -1 64 16897 414 1 0 166 10 6 0 25 0 9 0 28507396 889065472 14976 996147200 134512640 134550932 4294955968 18446744073709551615 4127144089 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1556/tid=1559] ppid=1554 vsize=868228 CPUtime=0.12
/proc/1556/task/1559/stat : 1559 (java) S 1554 1556 30423 0 -1 64 3261 414 0 0 6 0 6 0 17 0 9 0 28507398 889065472 14976 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1556/tid=1560] ppid=1554 vsize=868228 CPUtime=0.06
/proc/1556/task/1560/stat : 1560 (java) S 1554 1556 30423 0 -1 64 19 414 0 0 0 0 6 0 17 0 9 0 28507398 889065472 14976 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1556/tid=1561] ppid=1554 vsize=868228 CPUtime=0.06
/proc/1556/task/1561/stat : 1561 (java) S 1554 1556 30423 0 -1 64 12 414 0 0 0 0 6 0 16 0 9 0 28507398 889065472 14976 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1556/tid=1562] ppid=1554 vsize=868228 CPUtime=0.06
/proc/1556/task/1562/stat : 1562 (java) S 1554 1556 30423 0 -1 64 2 414 0 0 0 0 6 0 18 0 9 0 28507400 889065472 14976 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1556/tid=1563] ppid=1554 vsize=868228 CPUtime=0.38
/proc/1556/task/1563/stat : 1563 (java) S 1554 1556 30423 0 -1 64 996 414 0 0 32 0 6 0 15 0 9 0 28507400 889065472 14976 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1556/tid=1564] ppid=1554 vsize=868228 CPUtime=0.06
/proc/1556/task/1564/stat : 1564 (java) S 1554 1556 30423 0 -1 64 0 414 0 0 0 0 6 0 19 0 9 0 28507400 889065472 14976 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1556/tid=1565] ppid=1554 vsize=868228 CPUtime=0.06
/proc/1556/task/1565/stat : 1565 (java) R 1554 1556 30423 0 -1 64 8 414 0 0 0 0 6 0 15 0 9 0 28507400 889065472 14976 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 868228

[startup+2.50298 s]
/proc/loadavg: 2.13 2.11 2.03 3/89 1569
/proc/meminfo: memFree=1733608/2055920 swapFree=4192812/4192956
[pid=1556] ppid=1554 vsize=868228 CPUtime=2.44
/proc/1556/stat : 1556 (java) S 1554 1556 30423 0 -1 0 22001 414 1 0 225 13 6 0 18 0 9 0 28507395 889065472 14980 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1556/statm: 217057 14980 2659 9 0 211493 0
[pid=1556/tid=1558] ppid=1554 vsize=868228 CPUtime=2.02
/proc/1556/task/1558/stat : 1558 (java) R 1554 1556 30423 0 -1 64 16897 414 1 0 186 10 6 0 25 0 9 0 28507396 889065472 14980 996147200 134512640 134550932 4294955968 18446744073709551615 4127263426 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1556/tid=1559] ppid=1554 vsize=868228 CPUtime=0.12
/proc/1556/task/1559/stat : 1559 (java) S 1554 1556 30423 0 -1 64 3261 414 0 0 6 0 6 0 17 0 9 0 28507398 889065472 14980 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1556/tid=1560] ppid=1554 vsize=868228 CPUtime=0.06
/proc/1556/task/1560/stat : 1560 (java) S 1554 1556 30423 0 -1 64 19 414 0 0 0 0 6 0 17 0 9 0 28507398 889065472 14980 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1556/tid=1561] ppid=1554 vsize=868228 CPUtime=0.06
/proc/1556/task/1561/stat : 1561 (java) S 1554 1556 30423 0 -1 64 12 414 0 0 0 0 6 0 16 0 9 0 28507398 889065472 14980 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1556/tid=1562] ppid=1554 vsize=868228 CPUtime=0.06
/proc/1556/task/1562/stat : 1562 (java) S 1554 1556 30423 0 -1 64 2 414 0 0 0 0 6 0 18 0 9 0 28507400 889065472 14980 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1556/tid=1563] ppid=1554 vsize=868228 CPUtime=0.39
/proc/1556/task/1563/stat : 1563 (java) S 1554 1556 30423 0 -1 64 1000 414 0 0 33 0 6 0 15 0 9 0 28507400 889065472 14980 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1556/tid=1564] ppid=1554 vsize=868228 CPUtime=0.06
/proc/1556/task/1564/stat : 1564 (java) S 1554 1556 30423 0 -1 64 0 414 0 0 0 0 6 0 19 0 9 0 28507400 889065472 14980 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1556/tid=1565] ppid=1554 vsize=868228 CPUtime=0.06
/proc/1556/task/1565/stat : 1565 (java) S 1554 1556 30423 0 -1 64 8 414 0 0 0 0 6 0 15 0 9 0 28507400 889065472 14980 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.44
Current children cumulated vsize (KiB) 868228

[startup+2.603 s]
/proc/loadavg: 2.13 2.11 2.03 3/89 1569
/proc/meminfo: memFree=1733608/2055920 swapFree=4192812/4192956
[pid=1556] ppid=1554 vsize=868228 CPUtime=2.54
/proc/1556/stat : 1556 (java) S 1554 1556 30423 0 -1 0 22007 414 1 0 235 13 6 0 18 0 9 0 28507395 889065472 14986 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1556/statm: 217057 14986 2659 9 0 211493 0
[pid=1556/tid=1558] ppid=1554 vsize=868228 CPUtime=2.11
/proc/1556/task/1558/stat : 1558 (java) R 1554 1556 30423 0 -1 64 16897 414 1 0 195 10 6 0 25 0 9 0 28507396 889065472 14986 996147200 134512640 134550932 4294955968 18446744073709551615 4127263429 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1556/tid=1559] ppid=1554 vsize=868228 CPUtime=0.12
/proc/1556/task/1559/stat : 1559 (java) S 1554 1556 30423 0 -1 64 3261 414 0 0 6 0 6 0 17 0 9 0 28507398 889065472 14986 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1556/tid=1560] ppid=1554 vsize=868228 CPUtime=0.06
/proc/1556/task/1560/stat : 1560 (java) S 1554 1556 30423 0 -1 64 19 414 0 0 0 0 6 0 17 0 9 0 28507398 889065472 14986 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1556/tid=1561] ppid=1554 vsize=868228 CPUtime=0.06
/proc/1556/task/1561/stat : 1561 (java) S 1554 1556 30423 0 -1 64 12 414 0 0 0 0 6 0 16 0 9 0 28507398 889065472 14986 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1556/tid=1562] ppid=1554 vsize=868228 CPUtime=0.06
/proc/1556/task/1562/stat : 1562 (java) S 1554 1556 30423 0 -1 64 2 414 0 0 0 0 6 0 18 0 9 0 28507400 889065472 14986 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1556/tid=1563] ppid=1554 vsize=868228 CPUtime=0.4
/proc/1556/task/1563/stat : 1563 (java) S 1554 1556 30423 0 -1 64 1006 414 0 0 34 0 6 0 15 0 9 0 28507400 889065472 14986 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1556/tid=1564] ppid=1554 vsize=868228 CPUtime=0.06
/proc/1556/task/1564/stat : 1564 (java) S 1554 1556 30423 0 -1 64 0 414 0 0 0 0 6 0 19 0 9 0 28507400 889065472 14986 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1556/tid=1565] ppid=1554 vsize=868228 CPUtime=0.06
/proc/1556/task/1565/stat : 1565 (java) S 1554 1556 30423 0 -1 64 8 414 0 0 0 0 6 0 15 0 9 0 28507400 889065472 14986 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 868228

Child status: 0
Real time (s): 2.67935
CPU time (s): 2.6336
CPU user time (s): 2.48162
CPU system time (s): 0.151976
CPU usage (%): 98.2925
Max. virtual memory (cumulated for all children) (KiB): 868228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.48162
system time used= 0.151976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22462
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= 1769
involuntary context switches= 1825

runsolver used 0.008998 second user time and 0.013997 second system time

The end

Launcher Data

Begin job on node23 at 2009-07-12 18:00:10
IDJOB=2098348
IDBENCH=58583
IDSOLVER=774
FILE ID=node23/2098348-1247414410
PBS_JOBID= 9510598
Free space on /tmp= 66360 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/bibdVariousK/normalized-bibd-11-11-5-5-2_glb.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-2098348-1247414410/watcher-2098348-1247414410 -o /tmp/evaluation-result-2098348-1247414410/solver-2098348-1247414410 -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-2098348-1247414410.xml

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

MD5SUM BENCH= 5b27dca6b5d49e5ee8d535365d7c0bdb
RANDOM SEED=395045827

node23.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.277
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.277
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:       1784016 kB
Buffers:         43764 kB
Cached:         117328 kB
SwapCached:          0 kB
Active:         148548 kB
Inactive:        65188 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1784016 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2148 kB
Writeback:           0 kB
Mapped:          72952 kB
Slab:            43340 kB
Committed_AS:  1015100 kB
PageTables:       1868 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= 66360 MiB
End job on node23 at 2009-07-12 18:00:13