Trace number 230173

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 43.6874 43.8817

DiagnosticValue
CHECKS333529047
NODES152632

General information on the benchmark

Namegeom/
geo50-20-d4-75-52_ext.xml
MD5SUM697b75829a4b2f79d1b8ce7ffe73c720
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 benchmark17.0854
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables50
Number of constraints483
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension483
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.39	   
0.39	Abscon 109 (November, 2006)
0.39	   
0.39	   configuration
0.39	     name=esac.xml
0.42	   
0.42	   instance
0.42	     name=/tmp/evaluation/230173-1168316034/unknown.xml
0.45	   
0.45	   domains being loaded...
0.45	   
0.45	   variables being loaded...
0.49	     nbVariables=50  nbDomainTypes=1  minDomainSize=20  maxDomainSize=20
0.49	       =>  wckTime=0.096  cpuTime=0.08  mem=6M951
0.49	   
0.49	   relations being loaded...
0.61	   
0.61	   constraints being loaded...
0.74	     nbConstraints=483  nbRelationTypes=483  nbExtensionStructures=483  nbSharedExtensionStructures=0
0.74	     nbConflictsStructures=483  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=4944  maxDegree=31
0.74	     maxArity=2
0.74	       =>  wckTime=0.353  cpuTime=0.26  mem=15M777
0.79	   
0.79	   solver IterativeSystematicSolver being built... 
0.94	       =>  wckTime=0.547  cpuTime=0.39  mem=15M467
1.00	   
1.00	   preprocessing
1.00	     nbConstraintChecks=88479  nbPropagations=1117  nbRevisions=9060  nbUselessRevisions=7502  nbSingletonTests=60
1.00	     nbEffectiveSingletonTests=0  nbESACBranches=8  nbRemovedValues=0  detectedInconsistency=no
1.00	       =>  wckTime=0.057  cpuTime=0.03  mem=15M467
1.02	   
1.02	   search
1.02	     run=0  nbConstraintChecks=51857  nbPropagations=1649  nbRevisions=17643  nbUselessRevisions=14842  nbAssignments=24
1.02	     nbFailedAssignments=9  nbBacktracks=10  nbVisitedNodes=42  nbRestartNogoods=0  mapSize=10  nbInferences=0
1.02	     nbTooLargeKeys=0
1.02	       =>  wckTime=0.085  cpuTime=0.05  mem=15M467
1.05	   
1.05	   search
1.05	     run=1  nbConstraintChecks=121520  nbPropagations=3964  nbRevisions=46680  nbUselessRevisions=39295
1.05	     nbAssignments=58  nbFailedAssignments=24  nbBacktracks=26  nbVisitedNodes=101  nbRestartNogoods=3  mapSize=25
1.05	     nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.107  cpuTime=0.06  mem=15M467
1.06	   
1.06	   search
1.06	     run=2  nbConstraintChecks=219126  nbPropagations=7254  nbRevisions=92036  nbUselessRevisions=77614
1.06	     nbAssignments=106  nbFailedAssignments=44  nbBacktracks=48  nbVisitedNodes=185  nbRestartNogoods=4  mapSize=46
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.125  cpuTime=0.08  mem=15M467
1.09	   
1.09	   search
1.09	     run=3  nbConstraintChecks=368631  nbPropagations=11869  nbRevisions=160023  nbUselessRevisions=134834
1.09	     nbAssignments=174  nbFailedAssignments=75  nbBacktracks=81  nbVisitedNodes=308  nbRestartNogoods=9  mapSize=76
1.09	     nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.15  cpuTime=0.1  mem=15M467
1.13	   
1.13	   search
1.13	     run=4  nbConstraintChecks=590146  nbPropagations=18462  nbRevisions=263986  nbUselessRevisions=222261
1.13	     nbAssignments=280  nbFailedAssignments=126  nbBacktracks=133  nbVisitedNodes=501  nbRestartNogoods=11  mapSize=124
1.13	     nbInferences=0  nbTooLargeKeys=0
1.13	       =>  wckTime=0.187  cpuTime=0.14  mem=15M467
1.18	   
1.18	   search
1.18	     run=5  nbConstraintChecks=894708  nbPropagations=27985  nbRevisions=421135  nbUselessRevisions=354527
1.18	     nbAssignments=434  nbFailedAssignments=201  nbBacktracks=208  nbVisitedNodes=783  nbRestartNogoods=13  mapSize=196
1.18	     nbInferences=0  nbTooLargeKeys=0
1.18	       =>  wckTime=0.242  cpuTime=0.19  mem=15M467
1.26	   
1.26	   search
1.26	     run=6  nbConstraintChecks=1398943  nbPropagations=42023  nbRevisions=657524  nbUselessRevisions=552267
1.26	     nbAssignments=679  nbFailedAssignments=327  nbBacktracks=322  nbVisitedNodes=1239  nbRestartNogoods=19  mapSize=307
1.26	     nbInferences=0  nbTooLargeKeys=0
1.26	       =>  wckTime=0.322  cpuTime=0.27  mem=15M467
1.37	   
1.37	   search
1.37	     run=7  nbConstraintChecks=2052449  nbPropagations=62282  nbRevisions=1004299  nbUselessRevisions=842843
1.37	     nbAssignments=1016  nbFailedAssignments=488  nbBacktracks=495  nbVisitedNodes=1851  nbRestartNogoods=28
1.37	     mapSize=468  nbInferences=0  nbTooLargeKeys=0
1.37	       =>  wckTime=0.427  cpuTime=0.37  mem=15M467
1.52	   
1.52	   search
1.52	     run=8  nbConstraintChecks=3027624  nbPropagations=91414  nbRevisions=1510374  nbUselessRevisions=1267209
1.52	     nbAssignments=1497  nbFailedAssignments=708  nbBacktracks=752  nbVisitedNodes=2731  nbRestartNogoods=33
1.52	     mapSize=716  nbInferences=0  nbTooLargeKeys=0
1.52	       =>  wckTime=0.585  cpuTime=0.52  mem=15M467
1.73	   
1.73	   INFO : Stopping hyperNogood (mapSize=1047, nbTooLargekeys=0, mem=15M467)
1.75	   
1.75	   search
1.75	     run=9  nbConstraintChecks=4579985  nbPropagations=134077  nbRevisions=2258463  nbUselessRevisions=1893310
1.75	     nbAssignments=2220  nbFailedAssignments=1043  nbBacktracks=1136  nbVisitedNodes=4069  nbRestartNogoods=44
1.75	       =>  wckTime=0.811  cpuTime=0.73  mem=15M467
2.07	   
2.07	   search
2.07	     run=10  nbConstraintChecks=6922022  nbPropagations=197727  nbRevisions=3391966  nbUselessRevisions=2841727
2.07	     nbAssignments=3347  nbFailedAssignments=1590  nbBacktracks=1712  nbVisitedNodes=6160  nbRestartNogoods=51
2.07	       =>  wckTime=1.132  cpuTime=1.04  mem=15M467
2.53	   
2.53	   search
2.53	     run=11  nbConstraintChecks=10487889  nbPropagations=292091  nbRevisions=5062339  nbUselessRevisions=4230965
2.53	     nbAssignments=4989  nbFailedAssignments=2354  nbBacktracks=2577  nbVisitedNodes=9170  nbRestartNogoods=60
2.53	       =>  wckTime=1.588  cpuTime=1.5  mem=15M467
3.21	   
3.21	   search
3.21	     run=12  nbConstraintChecks=15724018  nbPropagations=432738  nbRevisions=7606632  nbUselessRevisions=6354348
3.21	     nbAssignments=7515  nbFailedAssignments=3579  nbBacktracks=3874  nbVisitedNodes=13846  nbRestartNogoods=71
3.21	       =>  wckTime=2.271  cpuTime=2.18  mem=15M467
4.30	   
4.30	   search
4.30	     run=13  nbConstraintChecks=24096462  nbPropagations=646687  nbRevisions=11518451  nbUselessRevisions=9626029
4.30	     nbAssignments=11405  nbFailedAssignments=5517  nbBacktracks=5821  nbVisitedNodes=21096  nbRestartNogoods=83
4.30	       =>  wckTime=3.356  cpuTime=3.26  mem=15M467
5.87	   
5.87	   search
5.87	     run=14  nbConstraintChecks=36433288  nbPropagations=967543  nbRevisions=17407923  nbUselessRevisions=14553241
5.87	     nbAssignments=17093  nbFailedAssignments=8282  nbBacktracks=8740  nbVisitedNodes=31618  nbRestartNogoods=92
5.87	       =>  wckTime=4.93  cpuTime=4.84  mem=15M467
8.22	   
8.22	   search
8.22	     run=15  nbConstraintChecks=54561461  nbPropagations=1447932  nbRevisions=26292722  nbUselessRevisions=22000594
8.22	     nbAssignments=25680  nbFailedAssignments=12468  nbBacktracks=13119  nbVisitedNodes=47552  nbRestartNogoods=106
8.22	       =>  wckTime=7.278  cpuTime=7.18  mem=15M467
11.69	   
11.69	   search
11.69	     run=16  nbConstraintChecks=81647534  nbPropagations=2166842  nbRevisions=39618013  nbUselessRevisions=33176224
11.69	     nbAssignments=38515  nbFailedAssignments=18731  nbBacktracks=19687  nbVisitedNodes=71356  nbRestartNogoods=120
11.69	       =>  wckTime=10.747  cpuTime=10.65  mem=15M467
16.99	   
16.99	   search
16.99	     run=17  nbConstraintChecks=123169752  nbPropagations=3248294  nbRevisions=59793557  nbUselessRevisions=50114128
16.99	     nbAssignments=57878  nbFailedAssignments=28239  nbBacktracks=29539  nbVisitedNodes=107329  nbRestartNogoods=135
16.99	       =>  wckTime=16.053  cpuTime=15.96  mem=15M467
24.96	   
24.96	   search
24.96	     run=18  nbConstraintChecks=184972475  nbPropagations=4872363  nbRevisions=89989044  nbUselessRevisions=75441027
24.96	     nbAssignments=86347  nbFailedAssignments=41925  nbBacktracks=44317  nbVisitedNodes=160111  nbRestartNogoods=145
24.96	       =>  wckTime=24.025  cpuTime=23.92  mem=15M467
37.24	   
37.24	   search
37.24	     run=19  nbConstraintChecks=281992537  nbPropagations=7328064  nbRevisions=135703353  nbUselessRevisions=113760668
37.24	     nbAssignments=129609  nbFailedAssignments=63015  nbBacktracks=66485  nbVisitedNodes=240431  nbRestartNogoods=156
37.25	       =>  wckTime=36.306  cpuTime=36.19  mem=15M467
43.83	   
43.83	   search
43.83	     run=20  nbConstraintChecks=333440568  nbPropagations=10224506  nbRevisions=189781404  nbUselessRevisions=159108401
43.83	     nbAssignments=152632  nbFailedAssignments=74275  nbBacktracks=78249  nbVisitedNodes=283187  nbRestartNogoods=166
43.83	       =>  wckTime=42.887  cpuTime=42.75  mem=15M467
43.83	   
43.83	   global
43.83	     nbConstraintChecks=333529047  nbPropagations=10225623  nbRevisions=189790464  nbUselessRevisions=159115903
43.83	     nbRestartNogoods=166  solvingWckTime=42.888  solvingCpuTime=42.75  expiredTime=no  totalExploration=yes
43.83	     nbFoundSolutions=0  globalCpuTime=43.19
43.83	       =>  wckTime=43.438  cpuTime=43.14  mem=15M467
43.83	   
43.83	s UNSATISFIABLE
43.83	d NODES 152632
43.83	d CHECKS 333529047
43.83	   
43.83	   totalWckTime=43.514  totalCpuTime=43.19

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/node56/watcher-230173-1168316034 -o ROOT/results/node56/solver-230173-1168316034 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/230173-1168316034/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.95 1.96 1.98 4/81 10127
/proc/meminfo: memFree=1559192/2055920 swapFree=4184772/4192956
[pid=10126] ppid=10124 vsize=172 CPUtime=0
/proc/10126/stat : 10126 (java) R 10124 10126 8992 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 180001567 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 10027307 0 0 4096 0 0 0 0 17 0 0 0
/proc/10126/statm: 43 24 18 14 0 3 0

[startup+0.108061 s]
/proc/loadavg: 1.95 1.96 1.98 4/81 10127
/proc/meminfo: memFree=1559192/2055920 swapFree=4184772/4192956
[pid=10126] ppid=10124 vsize=914988 CPUtime=0.07
/proc/10126/stat : 10126 (java) D 10124 10126 8992 0 -1 0 2989 0 1 0 6 1 0 0 24 0 8 0 180001567 936947712 2735 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10126/statm: 228747 2735 1426 14 0 215242 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 914988

[startup+0.516099 s]
/proc/loadavg: 1.95 1.96 1.98 4/81 10127
/proc/meminfo: memFree=1559192/2055920 swapFree=4184772/4192956
[pid=10126] ppid=10124 vsize=915328 CPUtime=0.4
/proc/10126/stat : 10126 (java) R 10124 10126 8992 0 -1 0 6183 0 1 0 36 4 0 0 19 0 8 0 180001567 937295872 5922 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073567214 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10126/statm: 228832 5923 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 915328

[startup+1.33918 s]
/proc/loadavg: 1.95 1.96 1.98 3/88 10134
/proc/meminfo: memFree=1533536/2055920 swapFree=4184772/4192956
[pid=10126] ppid=10124 vsize=915548 CPUtime=1.22
/proc/10126/stat : 10126 (java) R 10124 10126 8992 0 -1 0 9178 0 1 0 116 6 0 0 25 0 8 0 180001567 937521152 8916 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073823893 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10126/statm: 228887 8916 2524 14 0 215357 0
[pid=10126/tid=10128] ppid=10124 vsize=915548 CPUtime=0.03
/proc/10126/task/10128/stat : 10128 (java) S 10124 10126 8992 0 -1 64 379 0 0 0 3 0 0 0 16 0 8 0 180001570 937521152 8916 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10126/tid=10129] ppid=10124 vsize=915548 CPUtime=0
/proc/10126/task/10129/stat : 10129 (java) S 10124 10126 8992 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 180001571 937521152 8916 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10126/tid=10130] ppid=10124 vsize=915548 CPUtime=0
/proc/10126/task/10130/stat : 10130 (java) S 10124 10126 8992 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180001571 937521152 8916 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10126/tid=10131] ppid=10124 vsize=915548 CPUtime=0
/proc/10126/task/10131/stat : 10131 (java) S 10124 10126 8992 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 180001574 937521152 8916 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10126/tid=10132] ppid=10124 vsize=915548 CPUtime=0.22
/proc/10126/task/10132/stat : 10132 (java) S 10124 10126 8992 0 -1 64 382 0 0 0 21 1 0 0 15 0 8 0 180001574 937521152 8916 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10126/tid=10133] ppid=10124 vsize=915548 CPUtime=0
/proc/10126/task/10133/stat : 10133 (java) S 10124 10126 8992 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 180001574 937521152 8916 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10126/tid=10134] ppid=10124 vsize=915548 CPUtime=0
/proc/10126/task/10134/stat : 10134 (java) S 10124 10126 8992 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 180001574 937521152 8916 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 915548

[startup+2.99234 s]
/proc/loadavg: 1.95 1.96 1.98 3/88 10134
/proc/meminfo: memFree=1533344/2055920 swapFree=4184772/4192956
[pid=10126] ppid=10124 vsize=915548 CPUtime=2.87
/proc/10126/stat : 10126 (java) R 10124 10126 8992 0 -1 0 9195 0 1 0 280 7 0 0 25 0 8 0 180001567 937521152 8932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073826879 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10126/statm: 228887 8932 2524 14 0 215357 0
[pid=10126/tid=10128] ppid=10124 vsize=915548 CPUtime=0.03
/proc/10126/task/10128/stat : 10128 (java) S 10124 10126 8992 0 -1 64 379 0 0 0 3 0 0 0 17 0 8 0 180001570 937521152 8932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10126/tid=10129] ppid=10124 vsize=915548 CPUtime=0
/proc/10126/task/10129/stat : 10129 (java) S 10124 10126 8992 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 180001571 937521152 8932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10126/tid=10130] ppid=10124 vsize=915548 CPUtime=0
/proc/10126/task/10130/stat : 10130 (java) S 10124 10126 8992 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180001571 937521152 8932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10126/tid=10131] ppid=10124 vsize=915548 CPUtime=0
/proc/10126/task/10131/stat : 10131 (java) S 10124 10126 8992 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 180001574 937521152 8932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10126/tid=10132] ppid=10124 vsize=915548 CPUtime=0.24
/proc/10126/task/10132/stat : 10132 (java) S 10124 10126 8992 0 -1 64 399 0 0 0 23 1 0 0 15 0 8 0 180001574 937521152 8932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10126/tid=10133] ppid=10124 vsize=915548 CPUtime=0
/proc/10126/task/10133/stat : 10133 (java) S 10124 10126 8992 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 180001574 937521152 8932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10126/tid=10134] ppid=10124 vsize=915548 CPUtime=0
/proc/10126/task/10134/stat : 10134 (java) S 10124 10126 8992 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 180001574 937521152 8932 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 915548

[startup+6.27466 s]
/proc/loadavg: 1.96 1.96 1.98 3/88 10134
/proc/meminfo: memFree=1533280/2055920 swapFree=4184772/4192956
[pid=10126] ppid=10124 vsize=915548 CPUtime=6.16
/proc/10126/stat : 10126 (java) R 10124 10126 8992 0 -1 0 9198 0 1 0 609 7 0 0 25 0 8 0 180001567 937521152 8933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073837796 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10126/statm: 228887 8933 2524 14 0 215357 0
[pid=10126/tid=10128] ppid=10124 vsize=915548 CPUtime=0.03
/proc/10126/task/10128/stat : 10128 (java) S 10124 10126 8992 0 -1 64 379 0 0 0 3 0 0 0 16 0 8 0 180001570 937521152 8933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10126/tid=10129] ppid=10124 vsize=915548 CPUtime=0
/proc/10126/task/10129/stat : 10129 (java) S 10124 10126 8992 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 180001571 937521152 8933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10126/tid=10130] ppid=10124 vsize=915548 CPUtime=0
/proc/10126/task/10130/stat : 10130 (java) S 10124 10126 8992 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180001571 937521152 8933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10126/tid=10131] ppid=10124 vsize=915548 CPUtime=0
/proc/10126/task/10131/stat : 10131 (java) S 10124 10126 8992 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 180001574 937521152 8933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10126/tid=10132] ppid=10124 vsize=915548 CPUtime=0.25
/proc/10126/task/10132/stat : 10132 (java) S 10124 10126 8992 0 -1 64 400 0 0 0 24 1 0 0 15 0 8 0 180001574 937521152 8933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10126/tid=10133] ppid=10124 vsize=915548 CPUtime=0
/proc/10126/task/10133/stat : 10133 (java) S 10124 10126 8992 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 180001574 937521152 8933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10126/tid=10134] ppid=10124 vsize=915548 CPUtime=0
/proc/10126/task/10134/stat : 10134 (java) S 10124 10126 8992 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 180001574 937521152 8933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 915548

[startup+12.7653 s]
/proc/loadavg: 1.96 1.96 1.98 3/88 10134
/proc/meminfo: memFree=1533280/2055920 swapFree=4184772/4192956
[pid=10126] ppid=10124 vsize=915548 CPUtime=12.64
/proc/10126/stat : 10126 (java) R 10124 10126 8992 0 -1 0 9198 0 1 0 1257 7 0 0 25 0 8 0 180001567 937521152 8933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073816807 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10126/statm: 228887 8933 2524 14 0 215357 0
[pid=10126/tid=10128] ppid=10124 vsize=915548 CPUtime=0.03
/proc/10126/task/10128/stat : 10128 (java) S 10124 10126 8992 0 -1 64 379 0 0 0 3 0 0 0 16 0 8 0 180001570 937521152 8933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10126/tid=10129] ppid=10124 vsize=915548 CPUtime=0
/proc/10126/task/10129/stat : 10129 (java) S 10124 10126 8992 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 180001571 937521152 8933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10126/tid=10130] ppid=10124 vsize=915548 CPUtime=0
/proc/10126/task/10130/stat : 10130 (java) S 10124 10126 8992 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180001571 937521152 8933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10126/tid=10131] ppid=10124 vsize=915548 CPUtime=0
/proc/10126/task/10131/stat : 10131 (java) S 10124 10126 8992 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 180001574 937521152 8933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10126/tid=10132] ppid=10124 vsize=915548 CPUtime=0.25
/proc/10126/task/10132/stat : 10132 (java) S 10124 10126 8992 0 -1 64 400 0 0 0 24 1 0 0 15 0 8 0 180001574 937521152 8933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10126/tid=10133] ppid=10124 vsize=915548 CPUtime=0
/proc/10126/task/10133/stat : 10133 (java) S 10124 10126 8992 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 180001574 937521152 8933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10126/tid=10134] ppid=10124 vsize=915548 CPUtime=0
/proc/10126/task/10134/stat : 10134 (java) S 10124 10126 8992 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 180001574 937521152 8933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 915548

[startup+25.6086 s]
/proc/loadavg: 2.04 1.98 1.98 3/88 10134
/proc/meminfo: memFree=1533344/2055920 swapFree=4184772/4192956
[pid=10126] ppid=10124 vsize=915548 CPUtime=25.47
/proc/10126/stat : 10126 (java) R 10124 10126 8992 0 -1 0 9198 0 1 0 2540 7 0 0 25 0 8 0 180001567 937521152 8933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073931665 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/10126/statm: 228887 8933 2524 14 0 215357 0
[pid=10126/tid=10128] ppid=10124 vsize=915548 CPUtime=0.03
/proc/10126/task/10128/stat : 10128 (java) S 10124 10126 8992 0 -1 64 379 0 0 0 3 0 0 0 16 0 8 0 180001570 937521152 8933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=10126/tid=10129] ppid=10124 vsize=915548 CPUtime=0
/proc/10126/task/10129/stat : 10129 (java) S 10124 10126 8992 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 180001571 937521152 8933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10126/tid=10130] ppid=10124 vsize=915548 CPUtime=0
/proc/10126/task/10130/stat : 10130 (java) S 10124 10126 8992 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180001571 937521152 8933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10126/tid=10131] ppid=10124 vsize=915548 CPUtime=0
/proc/10126/task/10131/stat : 10131 (java) S 10124 10126 8992 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 180001574 937521152 8933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10126/tid=10132] ppid=10124 vsize=915548 CPUtime=0.25
/proc/10126/task/10132/stat : 10132 (java) S 10124 10126 8992 0 -1 64 400 0 0 0 24 1 0 0 15 0 8 0 180001574 937521152 8933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10126/tid=10133] ppid=10124 vsize=915548 CPUtime=0
/proc/10126/task/10133/stat : 10133 (java) S 10124 10126 8992 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 180001574 937521152 8933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10126/tid=10134] ppid=10124 vsize=915548 CPUtime=0
/proc/10126/task/10134/stat : 10134 (java) S 10124 10126 8992 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 180001574 937521152 8933 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 915548

Child status: 0
Real time (s): 43.8817
CPU time (s): 43.6874
CPU user time (s): 43.6084
CPU system time (s): 0.078987
CPU usage (%): 99.5571
Max. virtual memory (cumulated for all children) (KiB): 915548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.6084
system time used= 0.078987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9207
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= 2105
involuntary context switches= 2477

runsolver used 0.052991 s user time and 0.150977 s system time

The end

Launcher Data (download as text)

Begin job on node56 on Tue Jan  9 04:13:54 UTC 2007


IDJOB= 230173
IDBENCH= 6400
FILE ID= node56/230173-1168316034

PBS_JOBID= 3502432

Free space on /tmp= 66560 MiB

BENCH NAME= HOME/pub/bench/CPAI06/geom/geo50-20-d4-75-52_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/230173-1168316034/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node56/watcher-230173-1168316034 -o ROOT/results/node56/solver-230173-1168316034 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/230173-1168316034/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  697b75829a4b2f79d1b8ce7ffe73c720

RANDOM SEED= 566522753

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:       1559672 kB
Buffers:         44668 kB
Cached:         370736 kB
SwapCached:       2048 kB
Active:         156936 kB
Inactive:       285544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1559672 kB
SwapTotal:     4192956 kB
SwapFree:      4184772 kB
Dirty:            1968 kB
Writeback:           0 kB
Mapped:          41556 kB
Slab:            38872 kB
Committed_AS:  3936088 kB
PageTables:       1972 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= 66560 MiB



End job on node56 on Tue Jan  9 04:14:38 UTC 2007