Trace number 227391

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 15.5526 15.6439

DiagnosticValue
CHECKS49713897
NODES71645

General information on the benchmark

Nametightness/tightness0.1/
rand-2-40-8-753-100-51_ext.xml
MD5SUMc00560508d9427b0f3d8fceb5252750a
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.47832
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.35	   
0.35	Abscon 109 (November, 2006)
0.35	   
0.35	   configuration
0.35	     name=mac.xml
0.38	   
0.38	   instance
0.38	     name=/tmp/evaluation/227391-1168080786/unknown.xml
0.41	   
0.41	   domains being loaded...
0.41	   
0.41	   variables being loaded...
0.45	     nbVariables=40  nbDomainTypes=1  minDomainSize=8  maxDomainSize=8
0.45	       =>  wckTime=0.096  cpuTime=0.08  mem=6M951
0.45	   
0.45	   relations being loaded...
0.54	   
0.54	   constraints being loaded...
0.71	     nbConstraints=751  nbRelationTypes=751  nbExtensionStructures=750  nbSharedExtensionStructures=1
0.71	     nbConflictsStructures=750  nbSharedConflictsStructures=1  nbSharedBinaryRepresentations=11863  maxDegree=39
0.71	     maxArity=2
0.71	       =>  wckTime=0.36  cpuTime=0.24  mem=11M848
0.75	   
0.75	   solver IterativeSystematicSolver being built... 
0.90	       =>  wckTime=0.55  cpuTime=0.36  mem=14M14
0.91	   
0.91	   preprocessing
0.91	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.91	     detectedInconsistency=no
0.91	       =>  wckTime=0.011  cpuTime=0.01  mem=14M14
0.95	   
0.95	   search
0.95	     run=0  nbConstraintChecks=11144  nbPropagations=335  nbRevisions=3383  nbUselessRevisions=2838  nbAssignments=22
0.95	     nbFailedAssignments=4  nbBacktracks=10  nbVisitedNodes=33  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.95	     nbTooLargeKeys=0
0.95	       =>  wckTime=0.045  cpuTime=0.03  mem=15M6
0.97	   
0.97	   search
0.97	     run=1  nbConstraintChecks=27428  nbPropagations=1058  nbRevisions=11428  nbUselessRevisions=9578  nbAssignments=50
0.97	     nbFailedAssignments=9  nbBacktracks=28  nbVisitedNodes=75  nbRestartNogoods=1  mapSize=21  nbInferences=0
0.97	     nbTooLargeKeys=0
0.97	       =>  wckTime=0.07  cpuTime=0.06  mem=15M6
0.99	   
0.99	   search
0.99	     run=2  nbConstraintChecks=54457  nbPropagations=2342  nbRevisions=28302  nbUselessRevisions=23837  nbAssignments=93
0.99	     nbFailedAssignments=21  nbBacktracks=50  nbVisitedNodes=142  nbRestartNogoods=2  mapSize=39  nbInferences=0
0.99	     nbTooLargeKeys=0
0.99	       =>  wckTime=0.089  cpuTime=0.07  mem=15M6
1.01	   
1.01	   search
1.01	     run=3  nbConstraintChecks=81377  nbPropagations=4171  nbRevisions=53853  nbUselessRevisions=45581
1.01	     nbAssignments=144  nbFailedAssignments=33  nbBacktracks=85  nbVisitedNodes=217  nbRestartNogoods=7  mapSize=61
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.105  cpuTime=0.08  mem=15M6
1.03	   
1.03	   search
1.03	     run=4  nbConstraintChecks=122941  nbPropagations=6848  nbRevisions=93094  nbUselessRevisions=79142
1.03	     nbAssignments=220  nbFailedAssignments=50  nbBacktracks=135  nbVisitedNodes=331  nbRestartNogoods=8  mapSize=93
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.124  cpuTime=0.1  mem=15M6
1.06	   
1.06	   search
1.06	     run=5  nbConstraintChecks=202930  nbPropagations=11069  nbRevisions=158258  nbUselessRevisions=134669
1.06	     nbAssignments=339  nbFailedAssignments=86  nbBacktracks=214  nbVisitedNodes=523  nbRestartNogoods=12  mapSize=160
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.158  cpuTime=0.13  mem=15M6
1.11	   
1.11	   search
1.11	     run=6  nbConstraintChecks=322535  nbPropagations=17524  nbRevisions=262861  nbUselessRevisions=224554
1.11	     nbAssignments=514  nbFailedAssignments=138  nbBacktracks=329  nbVisitedNodes=800  nbRestartNogoods=13  mapSize=253
1.11	     nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.208  cpuTime=0.18  mem=15M6
1.18	   
1.18	   search
1.18	     run=7  nbConstraintChecks=487512  nbPropagations=27113  nbRevisions=420338  nbUselessRevisions=359396
1.18	     nbAssignments=770  nbFailedAssignments=215  nbBacktracks=499  nbVisitedNodes=1213  nbRestartNogoods=16  mapSize=389
1.18	     nbInferences=0  nbTooLargeKeys=0
1.18	       =>  wckTime=0.275  cpuTime=0.24  mem=15M6
1.26	   
1.26	   search
1.26	     run=8  nbConstraintChecks=708407  nbPropagations=40994  nbRevisions=653221  nbUselessRevisions=559310
1.26	     nbAssignments=1132  nbFailedAssignments=314  nbBacktracks=755  nbVisitedNodes=1796  nbRestartNogoods=24
1.26	     mapSize=589  nbInferences=0  nbTooLargeKeys=0
1.26	       =>  wckTime=0.361  cpuTime=0.33  mem=15M6
1.42	   
1.42	   search
1.42	     run=9  nbConstraintChecks=1118223  nbPropagations=62458  nbRevisions=1018711  nbUselessRevisions=872708
1.42	     nbAssignments=1698  nbFailedAssignments=490  nbBacktracks=1140  nbVisitedNodes=2720  nbRestartNogoods=30
1.42	     mapSize=907  nbInferences=0  nbTooLargeKeys=0
1.42	       =>  wckTime=0.518  cpuTime=0.46  mem=15M6
1.48	   
1.48	   INFO : Stopping hyperNogood (mapSize=1038, nbTooLargekeys=0, mem=15M6)
1.62	   
1.62	   search
1.62	     run=10  nbConstraintChecks=1685892  nbPropagations=94415  nbRevisions=1568322  nbUselessRevisions=1343428
1.62	     nbAssignments=2542  nbFailedAssignments=750  nbBacktracks=1719  nbVisitedNodes=4102  nbRestartNogoods=34
1.62	       =>  wckTime=0.715  cpuTime=0.65  mem=15M6
1.87	   
1.87	   search
1.87	     run=11  nbConstraintChecks=2474276  nbPropagations=141214  nbRevisions=2381936  nbUselessRevisions=2041854
1.87	     nbAssignments=3759  nbFailedAssignments=1098  nbBacktracks=2583  nbVisitedNodes=6069  nbRestartNogoods=40
1.87	       =>  wckTime=0.966  cpuTime=0.9  mem=15M6
2.27	   
2.27	   search
2.27	     run=12  nbConstraintChecks=3747467  nbPropagations=211177  nbRevisions=3613779  nbUselessRevisions=3100337
2.27	     nbAssignments=5614  nbFailedAssignments=1649  nbBacktracks=3882  nbVisitedNodes=9072  nbRestartNogoods=46
2.27	       =>  wckTime=1.367  cpuTime=1.3  mem=15M6
2.83	   
2.83	   search
2.83	     run=13  nbConstraintChecks=5674592  nbPropagations=316231  nbRevisions=5481383  nbUselessRevisions=4706522
2.83	     nbAssignments=8381  nbFailedAssignments=2465  nbBacktracks=5828  nbVisitedNodes=13593  nbRestartNogoods=50
2.83	       =>  wckTime=1.928  cpuTime=1.86  mem=15M6
3.66	   
3.66	   search
3.66	     run=14  nbConstraintChecks=8539808  nbPropagations=473672  nbRevisions=8302823  nbUselessRevisions=7136967
3.66	     nbAssignments=12537  nbFailedAssignments=3696  nbBacktracks=8747  nbVisitedNodes=20367  nbRestartNogoods=59
3.66	       =>  wckTime=2.762  cpuTime=2.69  mem=15M6
4.93	   
4.93	   search
4.93	     run=15  nbConstraintChecks=12876240  nbPropagations=710738  nbRevisions=12564747  nbUselessRevisions=10809342
4.93	     nbAssignments=18794  nbFailedAssignments=5570  nbBacktracks=13125  nbVisitedNodes=30637  nbRestartNogoods=66
4.93	       =>  wckTime=4.03  cpuTime=3.96  mem=15M6
6.76	   
6.76	   search
6.76	     run=16  nbConstraintChecks=19116487  nbPropagations=1063019  nbRevisions=18911653  nbUselessRevisions=16282285
6.76	     nbAssignments=28142  nbFailedAssignments=8341  nbBacktracks=19694  nbVisitedNodes=45888  nbRestartNogoods=74
6.76	       =>  wckTime=5.862  cpuTime=5.79  mem=15M6
9.60	   
9.60	   search
9.60	     run=17  nbConstraintChecks=28838539  nbPropagations=1593902  nbRevisions=28413451  nbUselessRevisions=24463114
9.60	     nbAssignments=42212  nbFailedAssignments=12552  nbBacktracks=29550  nbVisitedNodes=68966  nbRestartNogoods=87
9.60	       =>  wckTime=8.701  cpuTime=8.63  mem=15M6
13.87	   
13.87	   search
13.87	     run=18  nbConstraintChecks=43612249  nbPropagations=2394383  nbRevisions=42730689  nbUselessRevisions=36778243
13.87	     nbAssignments=63221  nbFailedAssignments=18772  nbBacktracks=44335  nbVisitedNodes=103285  nbRestartNogoods=92
13.87	       =>  wckTime=12.967  cpuTime=12.89  mem=15M6
15.63	   
15.63	   search
15.63	     run=19  nbConstraintChecks=49713897  nbPropagations=3305208  nbRevisions=59024594  nbUselessRevisions=50789490
15.63	     nbAssignments=71645  nbFailedAssignments=21296  nbBacktracks=50236  nbVisitedNodes=117066  nbRestartNogoods=98
15.63	       =>  wckTime=14.723  cpuTime=14.64  mem=15M6
15.63	   
15.63	   global
15.63	     nbConstraintChecks=49713897  nbPropagations=3305248  nbRevisions=59024594  nbUselessRevisions=50789490
15.63	     nbRestartNogoods=98  solvingWckTime=14.724  solvingCpuTime=14.64  expiredTime=no  totalExploration=yes
15.63	     nbFoundSolutions=0  globalCpuTime=15.05
15.63	       =>  wckTime=15.276  cpuTime=15.0  mem=15M6
15.63	   
15.63	s UNSATISFIABLE
15.63	d NODES 71645
15.63	d CHECKS 49713897
15.63	   
15.63	   totalWckTime=15.352  totalCpuTime=15.05

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-227391-1168080786 -o ROOT/results/node26/solver-227391-1168080786 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/227391-1168080786/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.52 1.31 1.61 3/81 21215
/proc/meminfo: memFree=1325272/2055920 swapFree=4192812/4192956
[pid=21214] ppid=21212 vsize=1460 CPUtime=0
/proc/21214/stat : 21214 (java) R 21212 21214 20694 0 -1 0 301 0 0 0 0 0 0 0 19 0 1 0 156473758 1495040 96 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4160642160 0 0 4096 0 0 0 0 17 1 0 0
/proc/21214/statm: 446 103 82 14 0 91 0

[startup+0.104883 s]
/proc/loadavg: 0.52 1.31 1.61 3/81 21215
/proc/meminfo: memFree=1325272/2055920 swapFree=4192812/4192956
[pid=21214] ppid=21212 vsize=907808 CPUtime=0.04
/proc/21214/stat : 21214 (java) D 21212 21214 20694 0 -1 0 2457 0 1 0 3 1 0 0 19 0 4 0 156473758 929595392 2204 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/21214/statm: 226952 2204 1214 14 0 214535 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 907808

[startup+0.512921 s]
/proc/loadavg: 0.52 1.31 1.61 3/81 21215
/proc/meminfo: memFree=1325272/2055920 swapFree=4192812/4192956
[pid=21214] ppid=21212 vsize=915328 CPUtime=0.43
/proc/21214/stat : 21214 (java) R 21212 21214 20694 0 -1 0 6226 0 1 0 39 4 0 0 16 0 8 0 156473758 937295872 5965 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072925767 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21214/statm: 228832 5965 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 915328

[startup+1.33499 s]
/proc/loadavg: 0.52 1.31 1.61 2/88 21222
/proc/meminfo: memFree=1301408/2055920 swapFree=4192812/4192956
[pid=21214] ppid=21212 vsize=915584 CPUtime=1.25
/proc/21214/stat : 21214 (java) R 21212 21214 20694 0 -1 0 8663 0 1 0 119 6 0 0 17 0 8 0 156473758 937558016 8401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073924518 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21214/statm: 228896 8401 2513 14 0 215366 0
[pid=21214/tid=21216] ppid=21212 vsize=915584 CPUtime=0.03
/proc/21214/task/21216/stat : 21216 (java) S 21212 21214 20694 0 -1 64 305 0 0 0 3 0 0 0 16 0 8 0 156473761 937558016 8401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21214/tid=21217] ppid=21212 vsize=915584 CPUtime=0
/proc/21214/task/21217/stat : 21217 (java) S 21212 21214 20694 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156473762 937558016 8401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21214/tid=21218] ppid=21212 vsize=915584 CPUtime=0
/proc/21214/task/21218/stat : 21218 (java) S 21212 21214 20694 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156473762 937558016 8401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21214/tid=21219] ppid=21212 vsize=915584 CPUtime=0
/proc/21214/task/21219/stat : 21219 (java) S 21212 21214 20694 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156473771 937558016 8401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21214/tid=21220] ppid=21212 vsize=915584 CPUtime=0.22
/proc/21214/task/21220/stat : 21220 (java) S 21212 21214 20694 0 -1 64 405 0 0 0 22 0 0 0 15 0 8 0 156473771 937558016 8401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21214/tid=21221] ppid=21212 vsize=915584 CPUtime=0
/proc/21214/task/21221/stat : 21221 (java) S 21212 21214 20694 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 156473771 937558016 8401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21214/tid=21222] ppid=21212 vsize=915584 CPUtime=0
/proc/21214/task/21222/stat : 21222 (java) S 21212 21214 20694 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156473771 937558016 8401 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 915584

[startup+2.98515 s]
/proc/loadavg: 0.63 1.33 1.61 2/88 21222
/proc/meminfo: memFree=1301152/2055920 swapFree=4192812/4192956
[pid=21214] ppid=21212 vsize=915584 CPUtime=2.89
/proc/21214/stat : 21214 (java) R 21212 21214 20694 0 -1 0 8699 0 1 0 283 6 0 0 17 0 8 0 156473758 937558016 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073908577 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21214/statm: 228896 8436 2513 14 0 215366 0
[pid=21214/tid=21216] ppid=21212 vsize=915584 CPUtime=0.03
/proc/21214/task/21216/stat : 21216 (java) S 21212 21214 20694 0 -1 64 305 0 0 0 3 0 0 0 16 0 8 0 156473761 937558016 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21214/tid=21217] ppid=21212 vsize=915584 CPUtime=0
/proc/21214/task/21217/stat : 21217 (java) S 21212 21214 20694 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156473762 937558016 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21214/tid=21218] ppid=21212 vsize=915584 CPUtime=0
/proc/21214/task/21218/stat : 21218 (java) S 21212 21214 20694 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156473762 937558016 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21214/tid=21219] ppid=21212 vsize=915584 CPUtime=0
/proc/21214/task/21219/stat : 21219 (java) S 21212 21214 20694 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156473771 937558016 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21214/tid=21220] ppid=21212 vsize=915584 CPUtime=0.25
/proc/21214/task/21220/stat : 21220 (java) S 21212 21214 20694 0 -1 64 418 0 0 0 24 1 0 0 16 0 8 0 156473771 937558016 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21214/tid=21221] ppid=21212 vsize=915584 CPUtime=0
/proc/21214/task/21221/stat : 21221 (java) S 21212 21214 20694 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 156473771 937558016 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21214/tid=21222] ppid=21212 vsize=915584 CPUtime=0
/proc/21214/task/21222/stat : 21222 (java) S 21212 21214 20694 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156473771 937558016 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 915584

[startup+6.26345 s]
/proc/loadavg: 0.63 1.33 1.61 2/88 21222
/proc/meminfo: memFree=1301152/2055920 swapFree=4192812/4192956
[pid=21214] ppid=21212 vsize=915584 CPUtime=6.17
/proc/21214/stat : 21214 (java) R 21212 21214 20694 0 -1 0 8704 0 1 0 611 6 0 0 17 0 8 0 156473758 937558016 8441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073912971 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21214/statm: 228896 8441 2513 14 0 215366 0
[pid=21214/tid=21216] ppid=21212 vsize=915584 CPUtime=0.03
/proc/21214/task/21216/stat : 21216 (java) S 21212 21214 20694 0 -1 64 305 0 0 0 3 0 0 0 16 0 8 0 156473761 937558016 8441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21214/tid=21217] ppid=21212 vsize=915584 CPUtime=0
/proc/21214/task/21217/stat : 21217 (java) S 21212 21214 20694 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156473762 937558016 8441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21214/tid=21218] ppid=21212 vsize=915584 CPUtime=0
/proc/21214/task/21218/stat : 21218 (java) S 21212 21214 20694 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156473762 937558016 8441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21214/tid=21219] ppid=21212 vsize=915584 CPUtime=0
/proc/21214/task/21219/stat : 21219 (java) S 21212 21214 20694 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156473771 937558016 8441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21214/tid=21220] ppid=21212 vsize=915584 CPUtime=0.26
/proc/21214/task/21220/stat : 21220 (java) S 21212 21214 20694 0 -1 64 418 0 0 0 25 1 0 0 15 0 8 0 156473771 937558016 8441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21214/tid=21221] ppid=21212 vsize=915584 CPUtime=0
/proc/21214/task/21221/stat : 21221 (java) S 21212 21214 20694 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 156473771 937558016 8441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21214/tid=21222] ppid=21212 vsize=915584 CPUtime=0
/proc/21214/task/21222/stat : 21222 (java) S 21212 21214 20694 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156473771 937558016 8441 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 915584

[startup+12.7471 s]
/proc/loadavg: 0.69 1.31 1.61 2/88 21222
/proc/meminfo: memFree=1301160/2055920 swapFree=4192812/4192956
[pid=21214] ppid=21212 vsize=915584 CPUtime=12.65
/proc/21214/stat : 21214 (java) R 21212 21214 20694 0 -1 0 8710 0 1 0 1259 6 0 0 25 0 8 0 156473758 937558016 8446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073907687 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21214/statm: 228896 8446 2513 14 0 215366 0
[pid=21214/tid=21216] ppid=21212 vsize=915584 CPUtime=0.03
/proc/21214/task/21216/stat : 21216 (java) S 21212 21214 20694 0 -1 64 305 0 0 0 3 0 0 0 16 0 8 0 156473761 937558016 8446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21214/tid=21217] ppid=21212 vsize=915584 CPUtime=0
/proc/21214/task/21217/stat : 21217 (java) S 21212 21214 20694 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156473762 937558016 8446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21214/tid=21218] ppid=21212 vsize=915584 CPUtime=0
/proc/21214/task/21218/stat : 21218 (java) S 21212 21214 20694 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156473762 937558016 8446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21214/tid=21219] ppid=21212 vsize=915584 CPUtime=0
/proc/21214/task/21219/stat : 21219 (java) S 21212 21214 20694 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156473771 937558016 8446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21214/tid=21220] ppid=21212 vsize=915584 CPUtime=0.26
/proc/21214/task/21220/stat : 21220 (java) S 21212 21214 20694 0 -1 64 418 0 0 0 25 1 0 0 15 0 8 0 156473771 937558016 8446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21214/tid=21221] ppid=21212 vsize=915584 CPUtime=0
/proc/21214/task/21221/stat : 21221 (java) S 21212 21214 20694 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 156473771 937558016 8446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21214/tid=21222] ppid=21212 vsize=915584 CPUtime=0
/proc/21214/task/21222/stat : 21222 (java) S 21212 21214 20694 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156473771 937558016 8446 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 915584

Child status: 0
Real time (s): 15.6439
CPU time (s): 15.5526
CPU user time (s): 15.4776
CPU system time (s): 0.074988
CPU usage (%): 99.4168
Max. virtual memory (cumulated for all children) (KiB): 915584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.4776
system time used= 0.074988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8803
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= 1206
involuntary context switches= 851

runsolver used 0.018997 s user time and 0.050992 s system time

The end

Launcher Data (download as text)

Begin job on node26 on Sat Jan  6 10:53:11 UTC 2007


IDJOB= 227391
IDBENCH= 6078
FILE ID= node26/227391-1168080786

PBS_JOBID= 3476087

Free space on /tmp= 66536 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  c00560508d9427b0f3d8fceb5252750a

RANDOM SEED= 218730572

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:       1325688 kB
Buffers:         42952 kB
Cached:         547220 kB
SwapCached:          0 kB
Active:         129820 kB
Inactive:       525616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1325688 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1864 kB
Writeback:           0 kB
Mapped:          84244 kB
Slab:            59924 kB
Committed_AS:  2769820 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= 66538 MiB



End job on node26 on Sat Jan  6 10:53:33 UTC 2007