Trace number 2094234

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 14.6728 14.7325

DiagnosticValue
CHECKS5816170
NODES225

General information on the benchmark

Namecsp/radar-9-28-4-2/
normalized-radar-9-28-4-2-16.xml
MD5SUM73412f9649fea75dab18916cdb12332a
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.078987
Satisfiable
(Un)Satisfiability was proved
Number of variables168
Number of constraints81
Maximum constraint arity23
Maximum domain size5
Number of constraints which are defined in extension0
Number of constraints which are defined in intension81
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	
0.00/0.08	Abscon 112 (May, 2008)
0.19/0.24	
0.19/0.24	   configuration
0.19/0.24	     name=esac.xml
0.19/0.27	   
0.19/0.27	   instance
0.19/0.27	     name=HOME/instance-2094234-1247403029.xml
0.29/0.31	   
0.29/0.31	   domains being loaded...
0.29/0.32	   
0.29/0.32	   variables being loaded...
0.29/0.37	     nbVariables=168  nbDomainTypes=1  minDomainSize=5  maxDomainSize=5  nbTotalValues=840
0.29/0.37	       =>  wckTime=0.129  cpuTime=0.1  mem=8M867
0.29/0.37	   
0.29/0.37	   predicates being loaded...
0.48/0.59	   
0.48/0.59	   constraints being loaded...
1.77/1.84	     nbConstraints=97  nbGlobalConstraints=16  nbDisconnectedVariables=16  nbConflictsStructures=2
1.77/1.84	     nbSharedConflictsStructures=0  nbUnbuiltConflictsStructures=79  nbSharedBinaryRepresentations=0
1.77/1.85	     nbEvaluationManagers=81  nbSharedEvaluationManagers=0  minDegree=1  maxDegree=10  minArity=2  avgArity=11.46
1.77/1.85	     maxArity=23  nbGenerators=16  nbFusions=0  symmetryWckTime=0.086  symmetryCpuTime=0.03
1.77/1.85	       =>  wckTime=1.603  cpuTime=1.41  mem=48M862
1.86/1.91	   
1.86/1.91	   solver IterativeSystematicSolver being built... 
1.96/2.00	   
1.96/2.00	   INFO : Forward propagation technique limited 
1.96/2.07	       =>  wckTime=1.829  cpuTime=1.55  mem=23M144
4.26/4.36	   
4.26/4.36	   preprocessing
4.26/4.36	     nbConstraintChecks=1317757  nbValidityChecks=8445  nbPropagations=420  nbRevisions=2426  nbUselessRevisions=2323
4.26/4.36	     nbSingletonTests=173  nbEffectiveSingletonTests=0  nbACRemovals=28  nbFoundSingletons=0  nbRemovedValues=28
4.26/4.36	     detectedInconsistency=no
4.26/4.36	       =>  wckTime=2.284  cpuTime=2.27  mem=24M111
14.56/14.67	   
14.56/14.67	   search
14.56/14.67	     run=1  nbConstraintChecks=4498416  nbValidityChecks=22734  minDepth=42  maxDepth=168  nbPropagations=1354
14.56/14.67	     nbRevisions=11923  nbUselessRevisions=11319  nbAssignments=225  nbFailedAssignments=18  nbBacktracks=6
14.56/14.67	     nbVisitedNodes=246  nbRestartNogoods=6  nbFoundSolutions=1  mapSize=6  nbInferences=0  nbTooLargeKeys=0
14.56/14.67	     nbSEliminables=0  nbREliminables=84.36  nbIEliminables=32.51  nbDEliminables=0  nbPEliminables=0
14.56/14.67	       =>  wckTime=12.599  cpuTime=12.55  mem=25M127
14.56/14.67	   
14.56/14.67	   global
14.56/14.67	     nbConstraintChecks=5816173  nbValidityChecks=31179  nbPropagations=1774  nbRevisions=14349
14.56/14.67	     nbUselessRevisions=13642  nbRestartNogoods=6  solvingWckTime=12.602  solvingCpuTime=12.56  expiredTime=no
14.56/14.68	     totalExploration=no  nbFoundSolutions=1  firstSolutionCpuTime=14.1  globalCpuTime=14.15
14.56/14.68	       =>  wckTime=14.433  cpuTime=14.11  mem=25M127
14.56/14.68	   
14.56/14.68	s SATISFIABLE
14.56/14.68	v 0 0 0 3 0 0 0 0 0 3 0 0 0 0 0 0 4 0 1 4 0 2 0 0 1 0 0 0 0 4 1 4 4 0 0 3 2 3 0 0 0 2 0 0 0 0 2 3 2 4 2 0 2 2 1 0 0 0 1 2 0 4 0 2 0 2 3 2 2 0 0 3 0 0 3 0 0 0 3 0 0 2 1 0 4 0 0 1 3 2 2 0 0 2 1 0 0 2 4 1 0 0 0 0 4 3 1 0 0 3 0 1 0 3 3 0 3 2 3 1 0 0 0 2 2 1 1 3 3 1 1 0 3 1 2 0 2 3 0 0 3 0 0 0 3 0 2 1 1 2 0 0 4 1 3 0 3 4 3 1 1 0 4 0 0 0 1 0 
14.56/14.68	d NODES 225
14.56/14.68	d CHECKS 5816173
14.56/14.68	   
14.56/14.68	   totalWckTime=14.499  totalCpuTime=14.15

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-2094234-1247403029/watcher-2094234-1247403029 -o /tmp/evaluation-result-2094234-1247403029/solver-2094234-1247403029 -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-2094234-1247403029.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.95 1.72 4/80 31659
/proc/meminfo: memFree=1781184/2055920 swapFree=4192812/4192956
[pid=31659] ppid=31657 vsize=200 CPUtime=0
/proc/31659/stat : 31659 (java) R 31657 31659 31284 0 -1 0 212 0 0 0 0 0 0 0 18 0 1 0 27368875 204800 33 996147200 134512640 134550932 4294955968 18446744073709551615 10945316 0 0 4096 0 0 0 0 17 0 0 0
/proc/31659/statm: 68 36 27 9 0 6 0

[startup+0.0092831 s]
/proc/loadavg: 1.92 1.95 1.72 4/80 31659
/proc/meminfo: memFree=1781184/2055920 swapFree=4192812/4192956
[pid=31659] ppid=31657 vsize=10676 CPUtime=0
/proc/31659/stat : 31659 (java) S 31657 31659 31284 0 -1 0 688 0 0 0 0 0 0 0 18 0 2 0 27368875 10932224 482 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/31659/statm: 2670 482 209 9 0 1185 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10676

[startup+0.101295 s]
/proc/loadavg: 1.92 1.95 1.72 4/80 31659
/proc/meminfo: memFree=1781184/2055920 swapFree=4192812/4192956
[pid=31659] ppid=31657 vsize=865940 CPUtime=0.09
/proc/31659/stat : 31659 (java) S 31657 31659 31284 0 -1 0 3806 0 1 0 8 1 0 0 18 0 9 0 27368875 886722560 3257 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31659/statm: 216485 3257 1718 9 0 210970 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 865940

[startup+0.301318 s]
/proc/loadavg: 1.92 1.95 1.72 4/80 31659
/proc/meminfo: memFree=1781184/2055920 swapFree=4192812/4192956
[pid=31659] ppid=31657 vsize=866432 CPUtime=0.29
/proc/31659/stat : 31659 (java) S 31657 31659 31284 0 -1 0 6015 0 1 0 26 3 0 0 18 0 9 0 27368875 887226368 5381 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31659/statm: 216608 5381 1986 9 0 211066 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 866432

[startup+0.701365 s]
/proc/loadavg: 1.92 1.95 1.72 4/80 31659
/proc/meminfo: memFree=1781184/2055920 swapFree=4192812/4192956
[pid=31659] ppid=31657 vsize=867232 CPUtime=0.68
/proc/31659/stat : 31659 (java) S 31657 31659 31284 0 -1 0 10625 0 1 0 63 5 0 0 18 0 9 0 27368875 888045568 9979 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31659/statm: 216808 9980 2035 9 0 211244 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 867232

[startup+1.50146 s]
/proc/loadavg: 1.92 1.95 1.72 3/89 31668
/proc/meminfo: memFree=1732536/2055920 swapFree=4192812/4192956
[pid=31659] ppid=31657 vsize=867144 CPUtime=1.49
/proc/31659/stat : 31659 (java) S 31657 31659 31284 0 -1 0 17347 0 1 0 140 9 0 0 18 0 9 0 27368875 887955456 16675 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31659/statm: 216786 16675 2026 9 0 211244 0
[pid=31659/tid=31661] ppid=31657 vsize=867144 CPUtime=1.3
/proc/31659/task/31661/stat : 31661 (java) R 31657 31659 31284 0 -1 64 15819 0 1 0 123 7 0 0 25 0 9 0 27368876 887955456 16675 996147200 134512640 134550932 4294955968 18446744073709551615 103822182 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31662] ppid=31657 vsize=867144 CPUtime=0.01
/proc/31659/task/31662/stat : 31662 (java) S 31657 31659 31284 0 -1 64 299 0 0 0 1 0 0 0 16 0 9 0 27368877 887955456 16675 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31663] ppid=31657 vsize=867144 CPUtime=0
/proc/31659/task/31663/stat : 31663 (java) S 31657 31659 31284 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 27368878 887955456 16675 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31664] ppid=31657 vsize=867144 CPUtime=0
/proc/31659/task/31664/stat : 31664 (java) S 31657 31659 31284 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 27368878 887955456 16675 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31665] ppid=31657 vsize=867144 CPUtime=0
/proc/31659/task/31665/stat : 31665 (java) S 31657 31659 31284 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 27368879 887955456 16675 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31666] ppid=31657 vsize=867144 CPUtime=0.15
/proc/31659/task/31666/stat : 31666 (java) S 31657 31659 31284 0 -1 64 527 0 0 0 15 0 0 0 15 0 9 0 27368879 887955456 16675 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31667] ppid=31657 vsize=867144 CPUtime=0
/proc/31659/task/31667/stat : 31667 (java) S 31657 31659 31284 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 27368880 887955456 16675 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31668] ppid=31657 vsize=867144 CPUtime=0
/proc/31659/task/31668/stat : 31668 (java) S 31657 31659 31284 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 27368880 887955456 16675 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 867144

[startup+3.10165 s]
/proc/loadavg: 2.09 1.99 1.73 3/89 31672
/proc/meminfo: memFree=1719352/2055920 swapFree=4192812/4192956
[pid=31659] ppid=31657 vsize=867880 CPUtime=3.06
/proc/31659/stat : 31659 (java) S 31657 31659 31284 0 -1 0 26541 305 1 0 295 11 0 0 18 0 9 0 27368875 888709120 18022 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31659/statm: 216970 18022 2661 9 0 211406 0
[pid=31659/tid=31661] ppid=31657 vsize=867880 CPUtime=2.74
/proc/31659/task/31661/stat : 31661 (java) R 31657 31659 31284 0 -1 64 21919 305 1 0 266 8 0 0 25 0 9 0 27368876 888709120 18022 996147200 134512640 134550932 4294955968 18446744073709551615 4126738564 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31662] ppid=31657 vsize=867880 CPUtime=0.06
/proc/31659/task/31662/stat : 31662 (java) S 31657 31659 31284 0 -1 64 3050 305 0 0 6 0 0 0 17 0 9 0 27368877 888709120 18022 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31663] ppid=31657 vsize=867880 CPUtime=0
/proc/31659/task/31663/stat : 31663 (java) S 31657 31659 31284 0 -1 64 19 305 0 0 0 0 0 0 16 0 9 0 27368878 888709120 18022 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31664] ppid=31657 vsize=867880 CPUtime=0
/proc/31659/task/31664/stat : 31664 (java) S 31657 31659 31284 0 -1 64 8 305 0 0 0 0 0 0 15 0 9 0 27368878 888709120 18022 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31665] ppid=31657 vsize=867880 CPUtime=0
/proc/31659/task/31665/stat : 31665 (java) S 31657 31659 31284 0 -1 64 1 305 0 0 0 0 0 0 24 0 9 0 27368879 888709120 18022 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31666] ppid=31657 vsize=867880 CPUtime=0.21
/proc/31659/task/31666/stat : 31666 (java) S 31657 31659 31284 0 -1 64 724 305 0 0 21 0 0 0 16 0 9 0 27368879 888709120 18022 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31667] ppid=31657 vsize=867880 CPUtime=0
/proc/31659/task/31667/stat : 31667 (java) S 31657 31659 31284 0 -1 64 1 305 0 0 0 0 0 0 25 0 9 0 27368880 888709120 18022 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31668] ppid=31657 vsize=867880 CPUtime=0
/proc/31659/task/31668/stat : 31668 (java) S 31657 31659 31284 0 -1 64 6 305 0 0 0 0 0 0 15 0 9 0 27368880 888709120 18022 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 867880

[startup+6.30204 s]
/proc/loadavg: 2.09 1.99 1.73 3/89 31672
/proc/meminfo: memFree=1718968/2055920 swapFree=4192812/4192956
[pid=31659] ppid=31657 vsize=867880 CPUtime=6.27
/proc/31659/stat : 31659 (java) S 31657 31659 31284 0 -1 0 26807 305 1 0 615 12 0 0 18 0 9 0 27368875 888709120 18035 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31659/statm: 216970 18035 2661 9 0 211406 0
[pid=31659/tid=31661] ppid=31657 vsize=867880 CPUtime=5.93
/proc/31659/task/31661/stat : 31661 (java) R 31657 31659 31284 0 -1 64 22163 305 1 0 584 9 0 0 25 0 9 0 27368876 888709120 18035 996147200 134512640 134550932 4294955968 18446744073709551615 4126987677 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31662] ppid=31657 vsize=867880 CPUtime=0.06
/proc/31659/task/31662/stat : 31662 (java) S 31657 31659 31284 0 -1 64 3050 305 0 0 6 0 0 0 16 0 9 0 27368877 888709120 18035 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31663] ppid=31657 vsize=867880 CPUtime=0
/proc/31659/task/31663/stat : 31663 (java) S 31657 31659 31284 0 -1 64 19 305 0 0 0 0 0 0 16 0 9 0 27368878 888709120 18035 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31664] ppid=31657 vsize=867880 CPUtime=0
/proc/31659/task/31664/stat : 31664 (java) S 31657 31659 31284 0 -1 64 8 305 0 0 0 0 0 0 15 0 9 0 27368878 888709120 18035 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31665] ppid=31657 vsize=867880 CPUtime=0
/proc/31659/task/31665/stat : 31665 (java) S 31657 31659 31284 0 -1 64 1 305 0 0 0 0 0 0 24 0 9 0 27368879 888709120 18035 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31666] ppid=31657 vsize=867880 CPUtime=0.23
/proc/31659/task/31666/stat : 31666 (java) S 31657 31659 31284 0 -1 64 734 305 0 0 23 0 0 0 15 0 9 0 27368879 888709120 18035 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31667] ppid=31657 vsize=867880 CPUtime=0
/proc/31659/task/31667/stat : 31667 (java) S 31657 31659 31284 0 -1 64 1 305 0 0 0 0 0 0 25 0 9 0 27368880 888709120 18035 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31668] ppid=31657 vsize=867880 CPUtime=0
/proc/31659/task/31668/stat : 31668 (java) S 31657 31659 31284 0 -1 64 18 305 0 0 0 0 0 0 15 0 9 0 27368880 888709120 18035 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 867880

[startup+12.7028 s]
/proc/loadavg: 2.07 1.99 1.73 3/89 31672
/proc/meminfo: memFree=1718776/2055920 swapFree=4192812/4192956
[pid=31659] ppid=31657 vsize=867880 CPUtime=12.66
/proc/31659/stat : 31659 (java) S 31657 31659 31284 0 -1 0 26811 305 1 0 1254 12 0 0 18 0 9 0 27368875 888709120 18036 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31659/statm: 216970 18036 2661 9 0 211406 0
[pid=31659/tid=31661] ppid=31657 vsize=867880 CPUtime=12.32
/proc/31659/task/31661/stat : 31661 (java) R 31657 31659 31284 0 -1 64 22166 305 1 0 1223 9 0 0 25 0 9 0 27368876 888709120 18036 996147200 134512640 134550932 4294955968 18446744073709551615 4126730912 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31662] ppid=31657 vsize=867880 CPUtime=0.06
/proc/31659/task/31662/stat : 31662 (java) S 31657 31659 31284 0 -1 64 3050 305 0 0 6 0 0 0 17 0 9 0 27368877 888709120 18036 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31663] ppid=31657 vsize=867880 CPUtime=0
/proc/31659/task/31663/stat : 31663 (java) S 31657 31659 31284 0 -1 64 19 305 0 0 0 0 0 0 16 0 9 0 27368878 888709120 18036 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31664] ppid=31657 vsize=867880 CPUtime=0
/proc/31659/task/31664/stat : 31664 (java) S 31657 31659 31284 0 -1 64 8 305 0 0 0 0 0 0 15 0 9 0 27368878 888709120 18036 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31665] ppid=31657 vsize=867880 CPUtime=0
/proc/31659/task/31665/stat : 31665 (java) S 31657 31659 31284 0 -1 64 1 305 0 0 0 0 0 0 24 0 9 0 27368879 888709120 18036 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31666] ppid=31657 vsize=867880 CPUtime=0.23
/proc/31659/task/31666/stat : 31666 (java) S 31657 31659 31284 0 -1 64 735 305 0 0 23 0 0 0 16 0 9 0 27368879 888709120 18036 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31667] ppid=31657 vsize=867880 CPUtime=0
/proc/31659/task/31667/stat : 31667 (java) S 31657 31659 31284 0 -1 64 1 305 0 0 0 0 0 0 25 0 9 0 27368880 888709120 18036 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31668] ppid=31657 vsize=867880 CPUtime=0
/proc/31659/task/31668/stat : 31668 (java) S 31657 31659 31284 0 -1 64 18 305 0 0 0 0 0 0 15 0 9 0 27368880 888709120 18036 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 867880

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

[startup+13.5029 s]
/proc/loadavg: 2.07 1.99 1.73 3/89 31674
/proc/meminfo: memFree=1718520/2055920 swapFree=4192812/4192956
[pid=31659] ppid=31657 vsize=867880 CPUtime=13.46
/proc/31659/stat : 31659 (java) S 31657 31659 31284 0 -1 0 26812 305 1 0 1334 12 0 0 18 0 9 0 27368875 888709120 18036 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31659/statm: 216970 18036 2661 9 0 211406 0
[pid=31659/tid=31661] ppid=31657 vsize=867880 CPUtime=13.12
/proc/31659/task/31661/stat : 31661 (java) R 31657 31659 31284 0 -1 64 22167 305 1 0 1303 9 0 0 25 0 9 0 27368876 888709120 18036 996147200 134512640 134550932 4294955968 18446744073709551615 4126737136 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31662] ppid=31657 vsize=867880 CPUtime=0.06
/proc/31659/task/31662/stat : 31662 (java) S 31657 31659 31284 0 -1 64 3050 305 0 0 6 0 0 0 16 0 9 0 27368877 888709120 18036 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31663] ppid=31657 vsize=867880 CPUtime=0
/proc/31659/task/31663/stat : 31663 (java) S 31657 31659 31284 0 -1 64 19 305 0 0 0 0 0 0 16 0 9 0 27368878 888709120 18036 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31664] ppid=31657 vsize=867880 CPUtime=0
/proc/31659/task/31664/stat : 31664 (java) S 31657 31659 31284 0 -1 64 8 305 0 0 0 0 0 0 15 0 9 0 27368878 888709120 18036 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31665] ppid=31657 vsize=867880 CPUtime=0
/proc/31659/task/31665/stat : 31665 (java) S 31657 31659 31284 0 -1 64 1 305 0 0 0 0 0 0 24 0 9 0 27368879 888709120 18036 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31666] ppid=31657 vsize=867880 CPUtime=0.23
/proc/31659/task/31666/stat : 31666 (java) S 31657 31659 31284 0 -1 64 735 305 0 0 23 0 0 0 16 0 9 0 27368879 888709120 18036 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31667] ppid=31657 vsize=867880 CPUtime=0
/proc/31659/task/31667/stat : 31667 (java) S 31657 31659 31284 0 -1 64 1 305 0 0 0 0 0 0 25 0 9 0 27368880 888709120 18036 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31668] ppid=31657 vsize=867880 CPUtime=0
/proc/31659/task/31668/stat : 31668 (java) S 31657 31659 31284 0 -1 64 18 305 0 0 0 0 0 0 15 0 9 0 27368880 888709120 18036 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.46
Current children cumulated vsize (KiB) 867880

[startup+14.307 s]
/proc/loadavg: 2.07 1.99 1.73 4/89 31674
/proc/meminfo: memFree=1718584/2055920 swapFree=4192812/4192956
[pid=31659] ppid=31657 vsize=867880 CPUtime=14.27
/proc/31659/stat : 31659 (java) S 31657 31659 31284 0 -1 0 26844 305 1 0 1415 12 0 0 18 0 9 0 27368875 888709120 18041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31659/statm: 216970 18041 2661 9 0 211406 0
[pid=31659/tid=31661] ppid=31657 vsize=867880 CPUtime=13.92
/proc/31659/task/31661/stat : 31661 (java) R 31657 31659 31284 0 -1 64 22170 305 1 0 1383 9 0 0 25 0 9 0 27368876 888709120 18041 996147200 134512640 134550932 4294955968 18446744073709551615 4125952204 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31662] ppid=31657 vsize=867880 CPUtime=0.06
/proc/31659/task/31662/stat : 31662 (java) S 31657 31659 31284 0 -1 64 3050 305 0 0 6 0 0 0 17 0 9 0 27368877 888709120 18041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31663] ppid=31657 vsize=867880 CPUtime=0
/proc/31659/task/31663/stat : 31663 (java) S 31657 31659 31284 0 -1 64 19 305 0 0 0 0 0 0 16 0 9 0 27368878 888709120 18041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31664] ppid=31657 vsize=867880 CPUtime=0
/proc/31659/task/31664/stat : 31664 (java) S 31657 31659 31284 0 -1 64 8 305 0 0 0 0 0 0 15 0 9 0 27368878 888709120 18041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31665] ppid=31657 vsize=867880 CPUtime=0
/proc/31659/task/31665/stat : 31665 (java) S 31657 31659 31284 0 -1 64 1 305 0 0 0 0 0 0 24 0 9 0 27368879 888709120 18041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31666] ppid=31657 vsize=867880 CPUtime=0.24
/proc/31659/task/31666/stat : 31666 (java) S 31657 31659 31284 0 -1 64 764 305 0 0 24 0 0 0 15 0 9 0 27368879 888709120 18041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31667] ppid=31657 vsize=867880 CPUtime=0
/proc/31659/task/31667/stat : 31667 (java) S 31657 31659 31284 0 -1 64 1 305 0 0 0 0 0 0 25 0 9 0 27368880 888709120 18041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31668] ppid=31657 vsize=867880 CPUtime=0
/proc/31659/task/31668/stat : 31668 (java) S 31657 31659 31284 0 -1 64 18 305 0 0 0 0 0 0 15 0 9 0 27368880 888709120 18041 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.27
Current children cumulated vsize (KiB) 867880

[startup+14.702 s]
/proc/loadavg: 2.07 1.99 1.73 4/89 31674
/proc/meminfo: memFree=1718584/2055920 swapFree=4192812/4192956
[pid=31659] ppid=31657 vsize=867880 CPUtime=14.64
/proc/31659/stat : 31659 (java) S 31657 31659 31284 0 -1 0 26958 305 1 0 1452 12 0 0 18 0 9 0 27368875 888709120 18044 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31659/statm: 216970 18044 2661 9 0 211406 0
[pid=31659/tid=31661] ppid=31657 vsize=867880 CPUtime=14.29
/proc/31659/task/31661/stat : 31661 (java) S 31657 31659 31284 0 -1 64 22284 305 1 0 1420 9 0 0 25 0 9 0 27368876 888709120 18044 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31662] ppid=31657 vsize=867880 CPUtime=0.06
/proc/31659/task/31662/stat : 31662 (java) S 31657 31659 31284 0 -1 64 3050 305 0 0 6 0 0 0 17 0 9 0 27368877 888709120 18044 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31663] ppid=31657 vsize=867880 CPUtime=0
/proc/31659/task/31663/stat : 31663 (java) S 31657 31659 31284 0 -1 64 19 305 0 0 0 0 0 0 16 0 9 0 27368878 888709120 18044 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31664] ppid=31657 vsize=867880 CPUtime=0
/proc/31659/task/31664/stat : 31664 (java) S 31657 31659 31284 0 -1 64 8 305 0 0 0 0 0 0 15 0 9 0 27368878 888709120 18044 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31665] ppid=31657 vsize=867880 CPUtime=0
/proc/31659/task/31665/stat : 31665 (java) S 31657 31659 31284 0 -1 64 1 305 0 0 0 0 0 0 24 0 9 0 27368879 888709120 18044 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31666] ppid=31657 vsize=867880 CPUtime=0.24
/proc/31659/task/31666/stat : 31666 (java) S 31657 31659 31284 0 -1 64 764 305 0 0 24 0 0 0 15 0 9 0 27368879 888709120 18044 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31667] ppid=31657 vsize=867880 CPUtime=0
/proc/31659/task/31667/stat : 31667 (java) S 31657 31659 31284 0 -1 64 1 305 0 0 0 0 0 0 25 0 9 0 27368880 888709120 18044 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31659/tid=31668] ppid=31657 vsize=867880 CPUtime=0
/proc/31659/task/31668/stat : 31668 (java) S 31657 31659 31284 0 -1 64 18 305 0 0 0 0 0 0 15 0 9 0 27368880 888709120 18044 996147200 134512640 134550932 4294955968 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.64
Current children cumulated vsize (KiB) 867880

Child status: 0
Real time (s): 14.7325
CPU time (s): 14.6728
CPU user time (s): 14.5298
CPU system time (s): 0.142978
CPU usage (%): 99.5947
Max. virtual memory (cumulated for all children) (KiB): 867880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.5298
system time used= 0.142978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27290
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= 1601
involuntary context switches= 2007

runsolver used 0.016997 second user time and 0.06099 second system time

The end

Launcher Data

Begin job on node33 at 2009-07-12 14:50:29
IDJOB=2094234
IDBENCH=54071
IDSOLVER=774
FILE ID=node33/2094234-1247403029
PBS_JOBID= 9510578
Free space on /tmp= 66448 MiB

SOLVER NAME= Abscon 112v4 ESAC
BENCH NAME= CPAI08/csp/radar-9-28-4-2/normalized-radar-9-28-4-2-16.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-2094234-1247403029/watcher-2094234-1247403029 -o /tmp/evaluation-result-2094234-1247403029/solver-2094234-1247403029 -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-2094234-1247403029.xml

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

MD5SUM BENCH= 73412f9649fea75dab18916cdb12332a
RANDOM SEED=1972141018

node33.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.229
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.229
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:       1781664 kB
Buffers:         34364 kB
Cached:         105172 kB
SwapCached:          0 kB
Active:         147904 kB
Inactive:        70780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1781664 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4492 kB
Writeback:           0 kB
Mapped:          99592 kB
Slab:            40648 kB
Committed_AS:  1006364 kB
PageTables:       1908 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= 66448 MiB
End job on node33 at 2009-07-12 14:50:44