Trace number 226307

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 ACUNSAT 7.44787 7.46684

DiagnosticValue
CHECKS60642964
NODES31876

General information on the benchmark

Nametightness/tightness0.65/
rand-2-40-40-135-650-15_ext.xml
MD5SUM894a922de2e82381bcde1a85406b08e1
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.09838
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/226307-1168080688/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.39	     nbVariables=40  nbDomainTypes=1  minDomainSize=40  maxDomainSize=40
0.39	       =>  wckTime=0.097  cpuTime=0.09  mem=6M951
0.39	   
0.39	   relations being loaded...
0.51	   
0.51	   constraints being loaded...
0.58	     nbConstraints=135  nbRelationTypes=135  nbExtensionStructures=135  nbSharedExtensionStructures=0
0.58	     nbConflictsStructures=135  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=11  maxArity=2
0.58	       =>  wckTime=0.292  cpuTime=0.24  mem=15M761
0.62	   
0.62	   solver IterativeSystematicSolver being built... 
0.77	       =>  wckTime=0.479  cpuTime=0.36  mem=13M788
0.78	   
0.78	   preprocessing
0.78	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.78	     detectedInconsistency=no
0.78	       =>  wckTime=0.0020  cpuTime=0.01  mem=13M788
0.82	   
0.82	   search
0.82	     run=0  nbConstraintChecks=39169  nbPropagations=600  nbRevisions=2945  nbUselessRevisions=1825  nbAssignments=25
0.82	     nbFailedAssignments=7  nbBacktracks=12  nbVisitedNodes=39  nbRestartNogoods=0  mapSize=8  nbInferences=0
0.82	     nbTooLargeKeys=0
0.82	       =>  wckTime=0.048  cpuTime=0.03  mem=14M764
0.84	   
0.84	   search
0.84	     run=1  nbConstraintChecks=97407  nbPropagations=2075  nbRevisions=10784  nbUselessRevisions=6590  nbAssignments=58
0.84	     nbFailedAssignments=22  nbBacktracks=28  nbVisitedNodes=97  nbRestartNogoods=4  mapSize=21  nbInferences=0
0.84	     nbTooLargeKeys=0
0.84	       =>  wckTime=0.068  cpuTime=0.05  mem=14M764
0.86	   
0.86	   search
0.86	     run=2  nbConstraintChecks=195650  nbPropagations=4711  nbRevisions=26036  nbUselessRevisions=16025
0.86	     nbAssignments=116  nbFailedAssignments=52  nbBacktracks=50  nbVisitedNodes=198  nbRestartNogoods=5  mapSize=39
0.86	     nbInferences=0  nbTooLargeKeys=0
0.86	       =>  wckTime=0.089  cpuTime=0.06  mem=14M764
0.88	   
0.88	   search
0.88	     run=3  nbConstraintChecks=289242  nbPropagations=8691  nbRevisions=48835  nbUselessRevisions=30140
0.88	     nbAssignments=178  nbFailedAssignments=76  nbBacktracks=84  nbVisitedNodes=299  nbRestartNogoods=13  mapSize=60
0.88	     nbInferences=0  nbTooLargeKeys=0
0.88	       =>  wckTime=0.106  cpuTime=0.07  mem=14M764
0.90	   
0.90	   search
0.90	     run=4  nbConstraintChecks=462024  nbPropagations=15112  nbRevisions=85214  nbUselessRevisions=52594
0.90	     nbAssignments=279  nbFailedAssignments=122  nbBacktracks=136  nbVisitedNodes=473  nbRestartNogoods=16  mapSize=101
0.90	     nbInferences=0  nbTooLargeKeys=0
0.90	       =>  wckTime=0.13  cpuTime=0.1  mem=14M764
0.97	   
0.97	   search
0.97	     run=5  nbConstraintChecks=953942  nbPropagations=27148  nbRevisions=158632  nbUselessRevisions=97571
0.97	     nbAssignments=523  nbFailedAssignments=286  nbBacktracks=211  nbVisitedNodes=941  nbRestartNogoods=23  mapSize=171
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.195  cpuTime=0.16  mem=14M764
1.01	   
1.01	   search
1.01	     run=6  nbConstraintChecks=1255479  nbPropagations=43756  nbRevisions=257892  nbUselessRevisions=158475
1.01	     nbAssignments=729  nbFailedAssignments=373  nbBacktracks=328  nbVisitedNodes=1296  nbRestartNogoods=30  mapSize=255
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.24  cpuTime=0.2  mem=14M764
1.09	   
1.09	   search
1.09	     run=7  nbConstraintChecks=1805682  nbPropagations=68682  nbRevisions=404843  nbUselessRevisions=248643
1.09	     nbAssignments=1083  nbFailedAssignments=554  nbBacktracks=498  nbVisitedNodes=1933  nbRestartNogoods=38
1.09	     mapSize=392  nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.32  cpuTime=0.28  mem=14M764
1.23	   
1.23	   search
1.23	     run=8  nbConstraintChecks=2812781  nbPropagations=106641  nbRevisions=638383  nbUselessRevisions=393966
1.23	     nbAssignments=1655  nbFailedAssignments=864  nbBacktracks=756  nbVisitedNodes=2973  nbRestartNogoods=47
1.23	     mapSize=620  nbInferences=0  nbTooLargeKeys=0
1.23	       =>  wckTime=0.454  cpuTime=0.41  mem=14M764
1.37	   
1.37	   search
1.37	     run=9  nbConstraintChecks=4002755  nbPropagations=161739  nbRevisions=971179  nbUselessRevisions=600153
1.37	     nbAssignments=2367  nbFailedAssignments=1186  nbBacktracks=1140  nbVisitedNodes=4209  nbRestartNogoods=53
1.37	     mapSize=913  nbInferences=0  nbTooLargeKeys=0
1.37	       =>  wckTime=0.6  cpuTime=0.55  mem=14M764
1.43	   
1.43	   INFO : Stopping hyperNogood (mapSize=1013, nbTooLargekeys=0, mem=14M764)
1.68	   
1.68	   search
1.68	     run=10  nbConstraintChecks=6644608  nbPropagations=253703  nbRevisions=1532929  nbUselessRevisions=948239
1.68	     nbAssignments=3817  nbFailedAssignments=2055  nbBacktracks=1717  nbVisitedNodes=6937  nbRestartNogoods=67
1.68	       =>  wckTime=0.906  cpuTime=0.85  mem=14M764
1.98	   
1.98	   search
1.98	     run=11  nbConstraintChecks=9302053  nbPropagations=385338  nbRevisions=2321605  nbUselessRevisions=1435857
1.98	     nbAssignments=5413  nbFailedAssignments=2784  nbBacktracks=2582  nbVisitedNodes=9783  nbRestartNogoods=69
1.98	       =>  wckTime=1.207  cpuTime=1.15  mem=14M764
2.54	   
2.54	   search
2.54	     run=12  nbConstraintChecks=14502893  nbPropagations=583601  nbRevisions=3511626  nbUselessRevisions=2168944
2.54	     nbAssignments=8089  nbFailedAssignments=4161  nbBacktracks=3880  nbVisitedNodes=14646  nbRestartNogoods=84
2.54	       =>  wckTime=1.762  cpuTime=1.7  mem=14M764
3.37	   
3.37	   search
3.37	     run=13  nbConstraintChecks=22534335  nbPropagations=879974  nbRevisions=5290067  nbUselessRevisions=3259475
3.37	     nbAssignments=11977  nbFailedAssignments=6098  nbBacktracks=5826  nbVisitedNodes=21667  nbRestartNogoods=93
3.37	       =>  wckTime=2.597  cpuTime=2.53  mem=14M764
4.44	   
4.44	   search
4.44	     run=14  nbConstraintChecks=32542310  nbPropagations=1307658  nbRevisions=7837189  nbUselessRevisions=4818879
4.44	     nbAssignments=17306  nbFailedAssignments=8504  nbBacktracks=8745  nbVisitedNodes=31052  nbRestartNogoods=97
4.44	       =>  wckTime=3.666  cpuTime=3.6  mem=14M764
6.19	   
6.19	   search
6.19	     run=15  nbConstraintChecks=49019363  nbPropagations=1949191  nbRevisions=11656152  nbUselessRevisions=7155981
6.19	     nbAssignments=25819  nbFailedAssignments=12635  nbBacktracks=13125  nbVisitedNodes=46315  nbRestartNogoods=109
6.19	       =>  wckTime=5.416  cpuTime=5.35  mem=14M764
7.44	   
7.44	   search
7.44	     run=16  nbConstraintChecks=60642964  nbPropagations=2742403  nbRevisions=16370852  nbUselessRevisions=10041687
7.44	     nbAssignments=31876  nbFailedAssignments=15394  nbBacktracks=16424  nbVisitedNodes=57027  nbRestartNogoods=119
7.44	       =>  wckTime=6.664  cpuTime=6.6  mem=14M764
7.44	   
7.44	   global
7.44	     nbConstraintChecks=60642964  nbPropagations=2742443  nbRevisions=16370852  nbUselessRevisions=10041687
7.44	     nbRestartNogoods=119  solvingWckTime=6.665  solvingCpuTime=6.6  expiredTime=no  totalExploration=yes
7.44	     nbFoundSolutions=0  globalCpuTime=7.01
7.44	       =>  wckTime=7.148  cpuTime=6.96  mem=14M764
7.44	   
7.44	s UNSATISFIABLE
7.44	d NODES 31876
7.44	d CHECKS 60642964
7.44	   
7.44	   totalWckTime=7.222  totalCpuTime=7.01

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/node26/watcher-226307-1168080688 -o ROOT/results/node26/solver-226307-1168080688 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/226307-1168080688/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: 0.84 1.65 1.75 4/81 21048
/proc/meminfo: memFree=1327392/2055920 swapFree=4192812/4192956
[pid=21047] ppid=21045 vsize=1788 CPUtime=0
/proc/21047/stat : 21047 (java) R 21045 21047 20667 0 -1 0 359 0 0 0 0 0 0 0 18 0 1 0 156464076 1830912 152 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 12972032 0 0 4096 0 0 0 0 17 0 0 0
/proc/21047/statm: 446 158 123 14 0 91 0

[startup+0.104934 s]
/proc/loadavg: 0.84 1.65 1.75 4/81 21048
/proc/meminfo: memFree=1327392/2055920 swapFree=4192812/4192956
[pid=21047] ppid=21045 vsize=914988 CPUtime=0.09
/proc/21047/stat : 21047 (java) R 21045 21047 20667 0 -1 0 3084 0 1 0 8 1 0 0 16 0 8 0 156464076 936947712 2830 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4154016819 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21047/statm: 228747 2831 1455 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.512965 s]
/proc/loadavg: 0.84 1.65 1.75 4/81 21048
/proc/meminfo: memFree=1327392/2055920 swapFree=4192812/4192956
[pid=21047] ppid=21045 vsize=915328 CPUtime=0.5
/proc/21047/stat : 21047 (java) R 21045 21047 20667 0 -1 0 7781 0 1 0 46 4 0 0 17 0 8 0 156464076 937295872 7520 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21047/statm: 228832 7521 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.33404 s]
/proc/loadavg: 0.84 1.65 1.75 2/88 21055
/proc/meminfo: memFree=1301992/2055920 swapFree=4192812/4192956
[pid=21047] ppid=21045 vsize=915464 CPUtime=1.32
/proc/21047/stat : 21047 (java) R 21045 21047 20667 0 -1 0 9087 0 1 0 126 6 0 0 17 0 8 0 156464076 937435136 8825 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073754009 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21047/statm: 228866 8825 2513 14 0 215336 0
[pid=21047/tid=21049] ppid=21045 vsize=915464 CPUtime=0.03
/proc/21047/task/21049/stat : 21049 (java) S 21045 21047 20667 0 -1 64 255 0 0 0 3 0 0 0 16 0 8 0 156464079 937435136 8825 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21047/tid=21050] ppid=21045 vsize=915464 CPUtime=0
/proc/21047/task/21050/stat : 21050 (java) S 21045 21047 20667 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156464079 937435136 8825 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21047/tid=21051] ppid=21045 vsize=915464 CPUtime=0
/proc/21047/task/21051/stat : 21051 (java) S 21045 21047 20667 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156464079 937435136 8825 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21047/tid=21052] ppid=21045 vsize=915464 CPUtime=0
/proc/21047/task/21052/stat : 21052 (java) S 21045 21047 20667 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156464082 937435136 8825 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21047/tid=21053] ppid=21045 vsize=915464 CPUtime=0.17
/proc/21047/task/21053/stat : 21053 (java) S 21045 21047 20667 0 -1 64 371 0 0 0 16 1 0 0 16 0 8 0 156464082 937435136 8825 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21047/tid=21054] ppid=21045 vsize=915464 CPUtime=0
/proc/21047/task/21054/stat : 21054 (java) S 21045 21047 20667 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156464082 937435136 8825 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21047/tid=21055] ppid=21045 vsize=915464 CPUtime=0
/proc/21047/task/21055/stat : 21055 (java) S 21045 21047 20667 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156464083 937435136 8825 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915464

[startup+2.9712 s]
/proc/loadavg: 0.84 1.65 1.75 2/88 21055
/proc/meminfo: memFree=1301928/2055920 swapFree=4192812/4192956
[pid=21047] ppid=21045 vsize=915464 CPUtime=2.95
/proc/21047/stat : 21047 (java) R 21045 21047 20667 0 -1 0 9094 0 1 0 289 6 0 0 18 0 8 0 156464076 937435136 8830 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073784642 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21047/statm: 228866 8830 2513 14 0 215336 0
[pid=21047/tid=21049] ppid=21045 vsize=915464 CPUtime=0.03
/proc/21047/task/21049/stat : 21049 (java) S 21045 21047 20667 0 -1 64 255 0 0 0 3 0 0 0 17 0 8 0 156464079 937435136 8830 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21047/tid=21050] ppid=21045 vsize=915464 CPUtime=0
/proc/21047/task/21050/stat : 21050 (java) S 21045 21047 20667 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156464079 937435136 8830 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21047/tid=21051] ppid=21045 vsize=915464 CPUtime=0
/proc/21047/task/21051/stat : 21051 (java) S 21045 21047 20667 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156464079 937435136 8830 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21047/tid=21052] ppid=21045 vsize=915464 CPUtime=0
/proc/21047/task/21052/stat : 21052 (java) S 21045 21047 20667 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156464082 937435136 8830 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21047/tid=21053] ppid=21045 vsize=915464 CPUtime=0.19
/proc/21047/task/21053/stat : 21053 (java) S 21045 21047 20667 0 -1 64 377 0 0 0 18 1 0 0 15 0 8 0 156464082 937435136 8830 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21047/tid=21054] ppid=21045 vsize=915464 CPUtime=0
/proc/21047/task/21054/stat : 21054 (java) S 21045 21047 20667 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156464082 937435136 8830 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21047/tid=21055] ppid=21045 vsize=915464 CPUtime=0
/proc/21047/task/21055/stat : 21055 (java) S 21045 21047 20667 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156464083 937435136 8830 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915464

[startup+6.2715 s]
/proc/loadavg: 0.85 1.64 1.74 2/88 21056
/proc/meminfo: memFree=1301672/2055920 swapFree=4192812/4192956
[pid=21047] ppid=21045 vsize=915464 CPUtime=6.25
/proc/21047/stat : 21047 (java) R 21045 21047 20667 0 -1 0 9095 0 1 0 619 6 0 0 25 0 8 0 156464076 937435136 8830 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073731413 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21047/statm: 228866 8830 2513 14 0 215336 0
[pid=21047/tid=21049] ppid=21045 vsize=915464 CPUtime=0.03
/proc/21047/task/21049/stat : 21049 (java) S 21045 21047 20667 0 -1 64 255 0 0 0 3 0 0 0 16 0 8 0 156464079 937435136 8830 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21047/tid=21050] ppid=21045 vsize=915464 CPUtime=0
/proc/21047/task/21050/stat : 21050 (java) S 21045 21047 20667 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156464079 937435136 8830 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21047/tid=21051] ppid=21045 vsize=915464 CPUtime=0
/proc/21047/task/21051/stat : 21051 (java) S 21045 21047 20667 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156464079 937435136 8830 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21047/tid=21052] ppid=21045 vsize=915464 CPUtime=0
/proc/21047/task/21052/stat : 21052 (java) S 21045 21047 20667 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156464082 937435136 8830 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21047/tid=21053] ppid=21045 vsize=915464 CPUtime=0.19
/proc/21047/task/21053/stat : 21053 (java) S 21045 21047 20667 0 -1 64 377 0 0 0 18 1 0 0 15 0 8 0 156464082 937435136 8830 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21047/tid=21054] ppid=21045 vsize=915464 CPUtime=0
/proc/21047/task/21054/stat : 21054 (java) S 21045 21047 20667 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156464082 937435136 8830 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21047/tid=21055] ppid=21045 vsize=915464 CPUtime=0
/proc/21047/task/21055/stat : 21055 (java) S 21045 21047 20667 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156464083 937435136 8830 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 7.46684
CPU time (s): 7.44787
CPU user time (s): 7.37388
CPU system time (s): 0.073988
CPU usage (%): 99.7459
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.37388
system time used= 0.073988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9101
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= 880
involuntary context switches= 117

runsolver used 0.006998 s user time and 0.031995 s system time

The end

Launcher Data (download as text)

Begin job on node26 on Sat Jan  6 10:51:32 UTC 2007


IDJOB= 226307
IDBENCH= 5955
FILE ID= node26/226307-1168080688

PBS_JOBID= 3476086

Free space on /tmp= 66534 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.65/rand-2-40-40-135-650-15_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/226307-1168080688/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node26/watcher-226307-1168080688 -o ROOT/results/node26/solver-226307-1168080688 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/226307-1168080688/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  894a922de2e82381bcde1a85406b08e1

RANDOM SEED= 468484481

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.236
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.236
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:       1324480 kB
Buffers:         42860 kB
Cached:         548468 kB
SwapCached:          0 kB
Active:         131752 kB
Inactive:       524840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1324480 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5648 kB
Writeback:           0 kB
Mapped:          84240 kB
Slab:            59924 kB
Committed_AS:  2763088 kB
PageTables:       2112 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= 66537 MiB



End job on node26 on Sat Jan  6 10:51:51 UTC 2007