Trace number 227653

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, and are wall clock time (not CPU 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 109 ESACUNSAT 16.8484 16.9918

DiagnosticValue
CHECKS52326554
NODES75557

General information on the benchmark

Nametightness/tightness0.1/
rand-2-40-8-753-100-33_ext.xml
MD5SUM88abca72be6a2ff55ed5be8121655760
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.06138
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints753
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension753
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=esac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/227653-1168278622/unknown.xml
0.36	   
0.36	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=40  nbDomainTypes=1  minDomainSize=8  maxDomainSize=8
0.39	       =>  wckTime=0.095  cpuTime=0.08  mem=6M951
0.39	   
0.39	   relations being loaded...
0.49	   
0.49	   constraints being loaded...
0.66	     nbConstraints=753  nbRelationTypes=753  nbExtensionStructures=753  nbSharedExtensionStructures=0
0.66	     nbConflictsStructures=753  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=11911  maxDegree=39
0.66	     maxArity=2
0.66	       =>  wckTime=0.361  cpuTime=0.25  mem=11M844
0.70	   
0.70	   solver IterativeSystematicSolver being built... 
0.86	       =>  wckTime=0.559  cpuTime=0.37  mem=15M7
0.91	   
0.91	   preprocessing
0.91	     nbConstraintChecks=21290  nbPropagations=855  nbRevisions=4679  nbUselessRevisions=3648  nbSingletonTests=51
0.91	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
0.91	       =>  wckTime=0.05  cpuTime=0.04  mem=15M7
0.93	   
0.93	   search
0.93	     run=0  nbConstraintChecks=11333  nbPropagations=1137  nbRevisions=8032  nbUselessRevisions=6542  nbAssignments=25
0.93	     nbFailedAssignments=4  nbBacktracks=15  nbVisitedNodes=35  nbRestartNogoods=0  mapSize=8  nbInferences=0
0.93	     nbTooLargeKeys=0
0.93	       =>  wckTime=0.073  cpuTime=0.07  mem=15M7
0.95	   
0.95	   search
0.95	     run=1  nbConstraintChecks=31985  nbPropagations=2733  nbRevisions=23023  nbUselessRevisions=19067  nbAssignments=62
0.95	     nbFailedAssignments=15  nbBacktracks=32  nbVisitedNodes=91  nbRestartNogoods=1  mapSize=24  nbInferences=0
0.95	     nbTooLargeKeys=0
0.95	       =>  wckTime=0.092  cpuTime=0.08  mem=15M7
0.96	   
0.96	   search
0.96	     run=2  nbConstraintChecks=55322  nbPropagations=4809  nbRevisions=45241  nbUselessRevisions=37716
0.96	     nbAssignments=102  nbFailedAssignments=24  nbBacktracks=55  nbVisitedNodes=155  nbRestartNogoods=3  mapSize=43
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.106  cpuTime=0.09  mem=15M7
0.98	   
0.98	   search
0.98	     run=3  nbConstraintChecks=89897  nbPropagations=7605  nbRevisions=78417  nbUselessRevisions=65693
0.98	     nbAssignments=154  nbFailedAssignments=37  nbBacktracks=88  nbVisitedNodes=239  nbRestartNogoods=6  mapSize=71
0.98	     nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.121  cpuTime=0.1  mem=15M7
1.00	   
1.00	   search
1.00	     run=4  nbConstraintChecks=145477  nbPropagations=11471  nbRevisions=129754  nbUselessRevisions=109303
1.00	     nbAssignments=236  nbFailedAssignments=61  nbBacktracks=139  nbVisitedNodes=371  nbRestartNogoods=8  mapSize=114
1.00	     nbInferences=0  nbTooLargeKeys=0
1.00	       =>  wckTime=0.144  cpuTime=0.13  mem=15M7
1.04	   
1.04	   search
1.04	     run=5  nbConstraintChecks=225661  nbPropagations=16902  nbRevisions=207710  nbUselessRevisions=175915
1.04	     nbAssignments=352  nbFailedAssignments=93  nbBacktracks=216  nbVisitedNodes=554  nbRestartNogoods=11  mapSize=173
1.04	     nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.18  cpuTime=0.16  mem=15M7
1.09	   
1.09	   search
1.09	     run=6  nbConstraintChecks=349699  nbPropagations=24692  nbRevisions=325006  nbUselessRevisions=275991
1.09	     nbAssignments=528  nbFailedAssignments=144  nbBacktracks=334  nbVisitedNodes=836  nbRestartNogoods=14  mapSize=265
1.09	     nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.229  cpuTime=0.21  mem=15M7
1.15	   
1.15	   search
1.15	     run=7  nbConstraintChecks=522956  nbPropagations=35838  nbRevisions=497404  nbUselessRevisions=422703
1.15	     nbAssignments=791  nbFailedAssignments=227  nbBacktracks=506  nbVisitedNodes=1267  nbRestartNogoods=16  mapSize=412
1.15	     nbInferences=0  nbTooLargeKeys=0
1.15	       =>  wckTime=0.295  cpuTime=0.27  mem=15M7
1.25	   
1.25	   search
1.25	     run=8  nbConstraintChecks=771024  nbPropagations=51685  nbRevisions=751373  nbUselessRevisions=639533
1.25	     nbAssignments=1176  nbFailedAssignments=348  nbBacktracks=762  nbVisitedNodes=1884  nbRestartNogoods=20
1.25	     mapSize=616  nbInferences=0  nbTooLargeKeys=0
1.25	       =>  wckTime=0.39  cpuTime=0.36  mem=15M7
1.40	   
1.40	   search
1.40	     run=9  nbConstraintChecks=1129296  nbPropagations=74404  nbRevisions=1124679  nbUselessRevisions=958811
1.40	     nbAssignments=1726  nbFailedAssignments=507  nbBacktracks=1148  nbVisitedNodes=2772  nbRestartNogoods=24
1.40	     mapSize=918  nbInferences=0  nbTooLargeKeys=0
1.40	       =>  wckTime=0.539  cpuTime=0.5  mem=15M7
1.45	   
1.45	   INFO : Stopping hyperNogood (mapSize=1032, nbTooLargekeys=0, mem=15M7)
1.60	   
1.60	   search
1.60	     run=10  nbConstraintChecks=1694413  nbPropagations=107619  nbRevisions=1681424  nbUselessRevisions=1435009
1.60	     nbAssignments=2530  nbFailedAssignments=728  nbBacktracks=1724  nbVisitedNodes=4081  nbRestartNogoods=27
1.60	       =>  wckTime=0.737  cpuTime=0.68  mem=15M7
1.86	   
1.86	   search
1.86	     run=11  nbConstraintChecks=2510069  nbPropagations=156165  nbRevisions=2501931  nbUselessRevisions=2136652
1.86	     nbAssignments=3758  nbFailedAssignments=1080  nbBacktracks=2593  nbVisitedNodes=6051  nbRestartNogoods=32
1.86	       =>  wckTime=1.001  cpuTime=0.95  mem=15M7
2.25	   
2.25	   search
2.25	     run=12  nbConstraintChecks=3724774  nbPropagations=227526  nbRevisions=3725204  nbUselessRevisions=3184358
2.25	     nbAssignments=5599  nbFailedAssignments=1616  nbBacktracks=3890  nbVisitedNodes=9069  nbRestartNogoods=39
2.25	       =>  wckTime=1.394  cpuTime=1.33  mem=15M7
2.86	   
2.86	   search
2.86	     run=13  nbConstraintChecks=5629541  nbPropagations=334016  nbRevisions=5580408  nbUselessRevisions=4774799
2.86	     nbAssignments=8416  nbFailedAssignments=2483  nbBacktracks=5837  nbVisitedNodes=13663  nbRestartNogoods=41
2.86	       =>  wckTime=2.002  cpuTime=1.94  mem=15M7
3.77	   
3.78	   search
3.78	     run=14  nbConstraintChecks=8483149  nbPropagations=493565  nbRevisions=8377967  nbUselessRevisions=7175493
3.78	     nbAssignments=12567  nbFailedAssignments=3708  nbBacktracks=8756  nbVisitedNodes=20478  nbRestartNogoods=46
3.78	       =>  wckTime=2.916  cpuTime=2.86  mem=15M7
5.07	   
5.07	   search
5.07	     run=15  nbConstraintChecks=12701056  nbPropagations=731987  nbRevisions=12576764  nbUselessRevisions=10780024
5.07	     nbAssignments=18826  nbFailedAssignments=5581  nbBacktracks=13135  nbVisitedNodes=30701  nbRestartNogoods=53
5.07	       =>  wckTime=4.207  cpuTime=4.14  mem=15M7
7.02	   
7.02	   search
7.02	     run=16  nbConstraintChecks=19259666  nbPropagations=1091462  nbRevisions=18907747  nbUselessRevisions=16210183
7.02	     nbAssignments=28216  nbFailedAssignments=8396  nbBacktracks=19705  nbVisitedNodes=46103  nbRestartNogoods=63
7.02	       =>  wckTime=6.165  cpuTime=6.07  mem=15M7
9.98	   
9.98	   search
9.98	     run=17  nbConstraintChecks=29101460  nbPropagations=1632118  nbRevisions=28485970  nbUselessRevisions=24429987
9.98	     nbAssignments=42353  nbFailedAssignments=12671  nbBacktracks=29563  nbVisitedNodes=69322  nbRestartNogoods=69
9.98	       =>  wckTime=9.121  cpuTime=9.01  mem=15M7
14.30	   
14.30	   search
14.30	     run=18  nbConstraintChecks=43476717  nbPropagations=2437643  nbRevisions=42772347  nbUselessRevisions=36691992
14.30	     nbAssignments=63354  nbFailedAssignments=18889  nbBacktracks=44341  nbVisitedNodes=103701  nbRestartNogoods=76
14.30	       =>  wckTime=13.443  cpuTime=13.3  mem=15M7
16.93	   
16.93	   search
16.93	     run=19  nbConstraintChecks=52305264  nbPropagations=3403269  nbRevisions=59894154  nbUselessRevisions=51377512
16.93	     nbAssignments=75557  nbFailedAssignments=22596  nbBacktracks=52838  nbVisitedNodes=123722  nbRestartNogoods=80
16.93	       =>  wckTime=16.072  cpuTime=15.91  mem=15M7
16.93	   
16.93	   global
16.93	     nbConstraintChecks=52326554  nbPropagations=3404124  nbRevisions=59898833  nbUselessRevisions=51381160
16.93	     nbRestartNogoods=80  solvingWckTime=16.073  solvingCpuTime=15.91  expiredTime=no  totalExploration=yes
16.93	     nbFoundSolutions=0  globalCpuTime=16.33
16.93	       =>  wckTime=16.633  cpuTime=16.28  mem=15M982
16.93	   
16.93	s UNSATISFIABLE
16.93	d NODES 75557
16.93	d CHECKS 52326554
16.93	   
16.93	   totalWckTime=16.71  totalCpuTime=16.33

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node52/watcher-227653-1168278622 -o ROOT/results/node52/solver-227653-1168278622 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/227653-1168278622/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 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

/proc/loadavg: 1.63 1.93 1.78 1/68 26450
/proc/meminfo: memFree=1746624/2055920 swapFree=4192812/4192956
[pid=26449] ppid=26447 vsize=172 CPUtime=0
/proc/26449/stat : 26449 (java) R 26447 26449 26222 0 -1 0 217 0 0 0 0 0 0 0 20 0 1 0 176261043 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4309291 0 0 4096 0 0 0 0 17 1 0 0
/proc/26449/statm: 43 24 18 14 0 3 0

[startup+0.102445 s]
/proc/loadavg: 1.63 1.93 1.78 1/68 26450
/proc/meminfo: memFree=1746624/2055920 swapFree=4192812/4192956
[pid=26449] ppid=26447 vsize=914988 CPUtime=0.08
/proc/26449/stat : 26449 (java) R 26447 26449 26222 0 -1 0 3022 0 1 0 7 1 0 0 16 0 8 0 176261043 936947712 2768 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155770466 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26449/statm: 228747 2769 1437 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.514469 s]
/proc/loadavg: 1.63 1.93 1.78 1/68 26450
/proc/meminfo: memFree=1746624/2055920 swapFree=4192812/4192956
[pid=26449] ppid=26447 vsize=915328 CPUtime=0.5
/proc/26449/stat : 26449 (java) R 26447 26449 26222 0 -1 0 6463 0 1 0 45 5 0 0 16 0 8 0 176261043 937295872 6202 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073550989 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26449/statm: 228832 6203 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.34153 s]
/proc/loadavg: 1.63 1.93 1.78 2/75 26457
/proc/meminfo: memFree=1722696/2055920 swapFree=4192812/4192956
[pid=26449] ppid=26447 vsize=915584 CPUtime=1.34
/proc/26449/stat : 26449 (java) S 26447 26449 26222 0 -1 0 8770 0 1 0 126 8 0 0 16 0 8 0 176261043 937558016 8508 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26449/statm: 228896 8508 2524 14 0 215366 0
[pid=26449/tid=26451] ppid=26447 vsize=915584 CPUtime=0.03
/proc/26449/task/26451/stat : 26451 (java) S 26447 26449 26222 0 -1 64 305 0 0 0 3 0 0 0 16 0 8 0 176261047 937558016 8508 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26449/tid=26452] ppid=26447 vsize=915584 CPUtime=0
/proc/26449/task/26452/stat : 26452 (java) S 26447 26449 26222 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 176261047 937558016 8508 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26449/tid=26453] ppid=26447 vsize=915584 CPUtime=0
/proc/26449/task/26453/stat : 26453 (java) S 26447 26449 26222 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176261047 937558016 8508 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26449/tid=26454] ppid=26447 vsize=915584 CPUtime=0
/proc/26449/task/26454/stat : 26454 (java) S 26447 26449 26222 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 176261050 937558016 8508 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26449/tid=26455] ppid=26447 vsize=915584 CPUtime=0.23
/proc/26449/task/26455/stat : 26455 (java) R 26447 26449 26222 0 -1 64 411 0 0 0 22 1 0 0 16 0 8 0 176261050 937558016 8508 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153191665 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26449/tid=26456] ppid=26447 vsize=915584 CPUtime=0
/proc/26449/task/26456/stat : 26456 (java) S 26447 26449 26222 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 176261050 937558016 8508 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26449/tid=26457] ppid=26447 vsize=915584 CPUtime=0
/proc/26449/task/26457/stat : 26457 (java) S 26447 26449 26222 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 176261050 937558016 8508 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 915584

[startup+2.97764 s]
/proc/loadavg: 1.63 1.93 1.78 2/75 26493
/proc/meminfo: memFree=1719240/2055920 swapFree=4192812/4192956
[pid=26449] ppid=26447 vsize=915584 CPUtime=2.96
/proc/26449/stat : 26449 (java) R 26447 26449 26222 0 -1 0 8801 0 1 0 288 8 0 0 18 0 8 0 176261043 937558016 8538 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073911161 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26449/statm: 228896 8538 2524 14 0 215366 0
[pid=26449/tid=26451] ppid=26447 vsize=915584 CPUtime=0.03
/proc/26449/task/26451/stat : 26451 (java) S 26447 26449 26222 0 -1 64 305 0 0 0 3 0 0 0 16 0 8 0 176261047 937558016 8538 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26449/tid=26452] ppid=26447 vsize=915584 CPUtime=0
/proc/26449/task/26452/stat : 26452 (java) S 26447 26449 26222 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 176261047 937558016 8538 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26449/tid=26453] ppid=26447 vsize=915584 CPUtime=0
/proc/26449/task/26453/stat : 26453 (java) S 26447 26449 26222 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176261047 937558016 8538 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26449/tid=26454] ppid=26447 vsize=915584 CPUtime=0
/proc/26449/task/26454/stat : 26454 (java) S 26447 26449 26222 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 176261050 937558016 8538 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26449/tid=26455] ppid=26447 vsize=915584 CPUtime=0.26
/proc/26449/task/26455/stat : 26455 (java) S 26447 26449 26222 0 -1 64 420 0 0 0 24 2 0 0 16 0 8 0 176261050 937558016 8538 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26449/tid=26456] ppid=26447 vsize=915584 CPUtime=0
/proc/26449/task/26456/stat : 26456 (java) S 26447 26449 26222 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 176261050 937558016 8538 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26449/tid=26457] ppid=26447 vsize=915584 CPUtime=0
/proc/26449/task/26457/stat : 26457 (java) S 26447 26449 26222 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 176261050 937558016 8538 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915584

[startup+6.25686 s]
/proc/loadavg: 1.66 1.93 1.78 3/81 26519
/proc/meminfo: memFree=1716248/2055920 swapFree=4192812/4192956
[pid=26449] ppid=26447 vsize=915584 CPUtime=6.23
/proc/26449/stat : 26449 (java) R 26447 26449 26222 0 -1 0 8806 0 1 0 615 8 0 0 25 0 8 0 176261043 937558016 8543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073908139 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26449/statm: 228896 8543 2524 14 0 215366 0
[pid=26449/tid=26451] ppid=26447 vsize=915584 CPUtime=0.03
/proc/26449/task/26451/stat : 26451 (java) S 26447 26449 26222 0 -1 64 305 0 0 0 3 0 0 0 17 0 8 0 176261047 937558016 8543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26449/tid=26452] ppid=26447 vsize=915584 CPUtime=0
/proc/26449/task/26452/stat : 26452 (java) S 26447 26449 26222 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 176261047 937558016 8543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26449/tid=26453] ppid=26447 vsize=915584 CPUtime=0
/proc/26449/task/26453/stat : 26453 (java) S 26447 26449 26222 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176261047 937558016 8543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26449/tid=26454] ppid=26447 vsize=915584 CPUtime=0
/proc/26449/task/26454/stat : 26454 (java) S 26447 26449 26222 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 176261050 937558016 8543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26449/tid=26455] ppid=26447 vsize=915584 CPUtime=0.26
/proc/26449/task/26455/stat : 26455 (java) S 26447 26449 26222 0 -1 64 420 0 0 0 24 2 0 0 15 0 8 0 176261050 937558016 8543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26449/tid=26456] ppid=26447 vsize=915584 CPUtime=0
/proc/26449/task/26456/stat : 26456 (java) S 26447 26449 26222 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 176261050 937558016 8543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26449/tid=26457] ppid=26447 vsize=915584 CPUtime=0
/proc/26449/task/26457/stat : 26457 (java) S 26447 26449 26222 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 176261050 937558016 8543 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 915584

[startup+12.7393 s]
/proc/loadavg: 1.68 1.93 1.78 3/81 26519
/proc/meminfo: memFree=1715224/2055920 swapFree=4192812/4192956
[pid=26449] ppid=26447 vsize=915584 CPUtime=12.66
/proc/26449/stat : 26449 (java) R 26447 26449 26222 0 -1 0 8812 0 1 0 1258 8 0 0 25 0 8 0 176261043 937558016 8548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336175 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26449/statm: 228896 8548 2524 14 0 215366 0
[pid=26449/tid=26451] ppid=26447 vsize=915584 CPUtime=0.03
/proc/26449/task/26451/stat : 26451 (java) S 26447 26449 26222 0 -1 64 305 0 0 0 3 0 0 0 16 0 8 0 176261047 937558016 8548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26449/tid=26452] ppid=26447 vsize=915584 CPUtime=0
/proc/26449/task/26452/stat : 26452 (java) S 26447 26449 26222 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 176261047 937558016 8548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26449/tid=26453] ppid=26447 vsize=915584 CPUtime=0
/proc/26449/task/26453/stat : 26453 (java) S 26447 26449 26222 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176261047 937558016 8548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26449/tid=26454] ppid=26447 vsize=915584 CPUtime=0
/proc/26449/task/26454/stat : 26454 (java) S 26447 26449 26222 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 176261050 937558016 8548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26449/tid=26455] ppid=26447 vsize=915584 CPUtime=0.26
/proc/26449/task/26455/stat : 26455 (java) S 26447 26449 26222 0 -1 64 420 0 0 0 24 2 0 0 15 0 8 0 176261050 937558016 8548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26449/tid=26456] ppid=26447 vsize=915584 CPUtime=0
/proc/26449/task/26456/stat : 26456 (java) S 26447 26449 26222 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 176261050 937558016 8548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26449/tid=26457] ppid=26447 vsize=915584 CPUtime=0
/proc/26449/task/26457/stat : 26457 (java) S 26447 26449 26222 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 176261050 937558016 8548 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 915584

Child status: 0
Real time (s): 16.9918
CPU time (s): 16.8484
CPU user time (s): 16.7535
CPU system time (s): 0.094985
CPU usage (%): 99.156
Max. virtual memory (cumulated for all children) (KiB): 915584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.7535
system time used= 0.094985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8908
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= 1247
involuntary context switches= 774

runsolver used 0.020996 s user time and 0.054991 s system time

The end

Launcher Data (download as text)

Begin job on node52 on Mon Jan  8 17:50:24 UTC 2007


IDJOB= 227653
IDBENCH= 6102
FILE ID= node52/227653-1168278622

PBS_JOBID= 3483343

Free space on /tmp= 66557 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.1/rand-2-40-8-753-100-33_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/227653-1168278622/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node52/watcher-227653-1168278622 -o ROOT/results/node52/solver-227653-1168278622 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/227653-1168278622/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  88abca72be6a2ff55ed5be8121655760

RANDOM SEED= 214632051

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/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.232
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.232
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:       1747232 kB
Buffers:         59224 kB
Cached:         171160 kB
SwapCached:          0 kB
Active:         121240 kB
Inactive:       130368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1747232 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1956 kB
Writeback:           0 kB
Mapped:          31428 kB
Slab:            42792 kB
Committed_AS:  4082148 kB
PageTables:       1704 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= 66554 MiB



End job on node52 on Mon Jan  8 17:50:43 UTC 2007