Trace number 227909

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 16.0806 16.1948

DiagnosticValue
CHECKS75470312
NODES85199

General information on the benchmark

Nametightness/tightness0.2/
rand-2-40-11-414-200-69_ext.xml
MD5SUM04b6ef40d046d95df438236f19078da6
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.5823
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints414
Maximum constraint arity2
Maximum domain size11
Number of constraints which are defined in extension414
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.34	   
0.34	Abscon 109 (November, 2006)
0.34	   
0.34	   configuration
0.34	     name=mac.xml
0.37	   
0.37	   instance
0.37	     name=/tmp/evaluation/227909-1168080833/unknown.xml
0.40	   
0.40	   domains being loaded...
0.40	   
0.40	   variables being loaded...
0.44	     nbVariables=40  nbDomainTypes=1  minDomainSize=11  maxDomainSize=11
0.44	       =>  wckTime=0.096  cpuTime=0.08  mem=6M951
0.44	   
0.44	   relations being loaded...
0.52	   
0.52	   constraints being loaded...
0.63	     nbConstraints=414  nbRelationTypes=414  nbExtensionStructures=414  nbSharedExtensionStructures=0
0.63	     nbConflictsStructures=414  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=8215  maxDegree=28
0.63	     maxArity=2
0.63	       =>  wckTime=0.284  cpuTime=0.2  mem=10M860
0.66	   
0.66	   solver IterativeSystematicSolver being built... 
0.81	       =>  wckTime=0.473  cpuTime=0.33  mem=13M696
0.82	   
0.82	   preprocessing
0.82	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.82	     detectedInconsistency=no
0.82	       =>  wckTime=0.0080  cpuTime=0.01  mem=13M696
0.86	   
0.86	   search
0.86	     run=0  nbConstraintChecks=17069  nbPropagations=411  nbRevisions=4315  nbUselessRevisions=3536  nbAssignments=20
0.86	     nbFailedAssignments=4  nbBacktracks=10  nbVisitedNodes=33  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.86	     nbTooLargeKeys=0
0.86	       =>  wckTime=0.044  cpuTime=0.03  mem=14M671
0.88	   
0.88	   search
0.88	     run=1  nbConstraintChecks=42187  nbPropagations=1333  nbRevisions=14620  nbUselessRevisions=11973  nbAssignments=51
0.88	     nbFailedAssignments=13  nbBacktracks=26  nbVisitedNodes=82  nbRestartNogoods=1  mapSize=22  nbInferences=0
0.88	     nbTooLargeKeys=0
0.88	       =>  wckTime=0.066  cpuTime=0.05  mem=14M671
0.90	   
0.90	   search
0.90	     run=2  nbConstraintChecks=71294  nbPropagations=2858  nbRevisions=32184  nbUselessRevisions=26317  nbAssignments=92
0.90	     nbFailedAssignments=25  nbBacktracks=49  nbVisitedNodes=147  nbRestartNogoods=3  mapSize=40  nbInferences=0
0.90	     nbTooLargeKeys=0
0.90	       =>  wckTime=0.085  cpuTime=0.06  mem=14M671
0.91	   
0.91	   search
0.91	     run=3  nbConstraintChecks=117317  nbPropagations=5290  nbRevisions=61492  nbUselessRevisions=50351
0.91	     nbAssignments=147  nbFailedAssignments=41  nbBacktracks=82  nbVisitedNodes=237  nbRestartNogoods=5  mapSize=67
0.91	     nbInferences=0  nbTooLargeKeys=0
0.91	       =>  wckTime=0.099  cpuTime=0.07  mem=14M671
0.94	   
0.94	   search
0.94	     run=4  nbConstraintChecks=189497  nbPropagations=9083  nbRevisions=109147  nbUselessRevisions=89503
0.94	     nbAssignments=234  nbFailedAssignments=68  nbBacktracks=132  nbVisitedNodes=381  nbRestartNogoods=8  mapSize=107
0.94	     nbInferences=0  nbTooLargeKeys=0
0.94	       =>  wckTime=0.121  cpuTime=0.09  mem=14M671
0.97	   
0.97	   search
0.97	     run=5  nbConstraintChecks=278248  nbPropagations=14531  nbRevisions=179583  nbUselessRevisions=147272
0.97	     nbAssignments=349  nbFailedAssignments=103  nbBacktracks=207  nbVisitedNodes=563  nbRestartNogoods=11  mapSize=162
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.149  cpuTime=0.12  mem=14M671
1.01	   
1.01	   search
1.01	     run=6  nbConstraintChecks=443816  nbPropagations=22959  nbRevisions=292758  nbUselessRevisions=240151
1.01	     nbAssignments=535  nbFailedAssignments=167  nbBacktracks=322  nbVisitedNodes=870  nbRestartNogoods=14  mapSize=255
1.01	     nbInferences=0  nbTooLargeKeys=0
1.01	       =>  wckTime=0.193  cpuTime=0.16  mem=14M671
1.07	   
1.07	   search
1.07	     run=7  nbConstraintChecks=652132  nbPropagations=35336  nbRevisions=461776  nbUselessRevisions=379099
1.07	     nbAssignments=795  nbFailedAssignments=248  nbBacktracks=492  nbVisitedNodes=1307  nbRestartNogoods=19  mapSize=392
1.07	     nbInferences=0  nbTooLargeKeys=0
1.07	       =>  wckTime=0.25  cpuTime=0.22  mem=14M671
1.15	   
1.15	   search
1.15	     run=8  nbConstraintChecks=952038  nbPropagations=53270  nbRevisions=709591  nbUselessRevisions=582893
1.15	     nbAssignments=1182  nbFailedAssignments=374  nbBacktracks=748  nbVisitedNodes=1942  nbRestartNogoods=22
1.15	     mapSize=585  nbInferences=0  nbTooLargeKeys=0
1.15	       =>  wckTime=0.334  cpuTime=0.29  mem=14M671
1.30	   
1.30	   search
1.30	     run=9  nbConstraintChecks=1471973  nbPropagations=80377  nbRevisions=1090812  nbUselessRevisions=896401
1.30	     nbAssignments=1781  nbFailedAssignments=584  nbBacktracks=1132  nbVisitedNodes=2956  nbRestartNogoods=27
1.30	     mapSize=909  nbInferences=0  nbTooLargeKeys=0
1.30	       =>  wckTime=0.48  cpuTime=0.42  mem=14M671
1.34	   
1.34	   INFO : Stopping hyperNogood (mapSize=1006, nbTooLargekeys=0, mem=14M671)
1.48	   
1.48	   search
1.48	     run=10  nbConstraintChecks=2244052  nbPropagations=121296  nbRevisions=1676645  nbUselessRevisions=1378455
1.48	     nbAssignments=2661  nbFailedAssignments=881  nbBacktracks=1710  nbVisitedNodes=4444  nbRestartNogoods=32
1.48	       =>  wckTime=0.666  cpuTime=0.6  mem=14M671
1.73	   
1.73	   search
1.73	     run=11  nbConstraintChecks=3388540  nbPropagations=182650  nbRevisions=2560759  nbUselessRevisions=2105925
1.73	     nbAssignments=3986  nbFailedAssignments=1334  nbBacktracks=2574  nbVisitedNodes=6690  nbRestartNogoods=37
1.73	       =>  wckTime=0.915  cpuTime=0.84  mem=14M671
2.09	   
2.09	   search
2.09	     run=12  nbConstraintChecks=4988998  nbPropagations=273585  nbRevisions=3866947  nbUselessRevisions=3179775
2.09	     nbAssignments=5939  nbFailedAssignments=1984  nbBacktracks=3871  nbVisitedNodes=9957  nbRestartNogoods=46
2.09	       =>  wckTime=1.27  cpuTime=1.2  mem=14M671
2.61	   
2.61	   search
2.61	     run=13  nbConstraintChecks=7523002  nbPropagations=409689  nbRevisions=5836940  nbUselessRevisions=4801132
2.61	     nbAssignments=8922  nbFailedAssignments=3013  nbBacktracks=5820  nbVisitedNodes=14995  nbRestartNogoods=53
2.61	       =>  wckTime=1.791  cpuTime=1.72  mem=14M671
3.35	   
3.35	   search
3.35	     run=14  nbConstraintChecks=11197762  nbPropagations=612691  nbRevisions=8786863  nbUselessRevisions=7233025
3.35	     nbAssignments=13325  nbFailedAssignments=4491  nbBacktracks=8739  nbVisitedNodes=22353  nbRestartNogoods=63
3.35	       =>  wckTime=2.534  cpuTime=2.46  mem=14M671
4.48	   
4.48	   search
4.48	     run=15  nbConstraintChecks=16894217  nbPropagations=916251  nbRevisions=13225821  nbUselessRevisions=10894509
4.48	     nbAssignments=19866  nbFailedAssignments=6647  nbBacktracks=13119  nbVisitedNodes=33371  nbRestartNogoods=70
4.48	       =>  wckTime=3.663  cpuTime=3.59  mem=14M671
6.21	   
6.21	   search
6.21	     run=16  nbConstraintChecks=25642618  nbPropagations=1374022  nbRevisions=19934954  nbUselessRevisions=16425363
6.21	     nbAssignments=29898  nbFailedAssignments=10107  nbBacktracks=19687  nbVisitedNodes=50316  nbRestartNogoods=83
6.21	       =>  wckTime=5.398  cpuTime=5.32  mem=14M671
8.92	   
8.92	   search
8.92	     run=17  nbConstraintChecks=39039853  nbPropagations=2067338  nbRevisions=30110083  nbUselessRevisions=24813023
8.92	     nbAssignments=44930  nbFailedAssignments=15283  nbBacktracks=29540  nbVisitedNodes=75784  nbRestartNogoods=90
8.92	       =>  wckTime=8.108  cpuTime=8.02  mem=14M671
12.98	   
12.98	   search
12.98	     run=18  nbConstraintChecks=59469467  nbPropagations=3118252  nbRevisions=45543397  nbUselessRevisions=37525766
12.98	     nbAssignments=67685  nbFailedAssignments=23254  nbBacktracks=44320  nbVisitedNodes=114397  nbRestartNogoods=98
12.98	       =>  wckTime=12.168  cpuTime=12.07  mem=14M671
16.15	   
16.15	   search
16.15	     run=19  nbConstraintChecks=75470312  nbPropagations=4447622  nbRevisions=65084483  nbUselessRevisions=53617517
16.15	     nbAssignments=85199  nbFailedAssignments=29266  nbBacktracks=55823  nbVisitedNodes=144022  nbRestartNogoods=103
16.15	       =>  wckTime=15.334  cpuTime=15.24  mem=14M671
16.15	   
16.15	   global
16.15	     nbConstraintChecks=75470312  nbPropagations=4447662  nbRevisions=65084483  nbUselessRevisions=53617517
16.15	     nbRestartNogoods=103  solvingWckTime=15.335  solvingCpuTime=15.24  expiredTime=no  totalExploration=yes
16.15	     nbFoundSolutions=0  globalCpuTime=15.63
16.15	       =>  wckTime=15.81  cpuTime=15.57  mem=14M671
16.15	   
16.15	s UNSATISFIABLE
16.15	d NODES 85199
16.15	d CHECKS 75470312
16.15	   
16.15	   totalWckTime=15.886  totalCpuTime=15.63

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/node3/watcher-227909-1168080833 -o ROOT/results/node3/solver-227909-1168080833 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/227909-1168080833/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.55 1.22 1.66 3/81 30729
/proc/meminfo: memFree=1325704/2055920 swapFree=4192812/4192956
[pid=30728] ppid=30726 vsize=1784 CPUtime=0
/proc/30728/stat : 30728 (java) D 30726 30728 30480 0 -1 0 165 0 0 0 0 0 0 0 19 0 1 0 156480670 1826816 136 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/30728/statm: 446 136 102 14 0 91 0

[startup+0.106175 s]
/proc/loadavg: 0.55 1.22 1.66 3/81 30729
/proc/meminfo: memFree=1325704/2055920 swapFree=4192812/4192956
[pid=30728] ppid=30726 vsize=907808 CPUtime=0.05
/proc/30728/stat : 30728 (java) D 30726 30728 30480 0 -1 0 2505 0 1 0 4 1 0 0 18 0 4 0 156480670 929595392 2252 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 2147483391 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/30728/statm: 226952 2252 1232 14 0 214535 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 907808

[startup+0.514243 s]
/proc/loadavg: 0.55 1.22 1.66 3/81 30729
/proc/meminfo: memFree=1325704/2055920 swapFree=4192812/4192956
[pid=30728] ppid=30726 vsize=915328 CPUtime=0.45
/proc/30728/stat : 30728 (java) S 30726 30728 30480 0 -1 0 6349 0 1 0 41 4 0 0 16 0 8 0 156480670 937295872 6088 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30728/statm: 228832 6088 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 915328

[startup+1.33538 s]
/proc/loadavg: 0.55 1.22 1.66 2/88 30736
/proc/meminfo: memFree=1302416/2055920 swapFree=4192812/4192956
[pid=30728] ppid=30726 vsize=915456 CPUtime=1.27
/proc/30728/stat : 30728 (java) R 30726 30728 30480 0 -1 0 8580 0 1 0 121 6 0 0 17 0 8 0 156480670 937426944 8318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918582 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30728/statm: 228864 8318 2513 14 0 215334 0
[pid=30728/tid=30730] ppid=30726 vsize=915456 CPUtime=0.03
/proc/30728/task/30730/stat : 30730 (java) S 30726 30728 30480 0 -1 64 228 0 0 0 3 0 0 0 16 0 8 0 156480674 937426944 8318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30728/tid=30731] ppid=30726 vsize=915456 CPUtime=0
/proc/30728/task/30731/stat : 30731 (java) S 30726 30728 30480 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156480675 937426944 8318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30728/tid=30732] ppid=30726 vsize=915456 CPUtime=0
/proc/30728/task/30732/stat : 30732 (java) S 30726 30728 30480 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156480675 937426944 8318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30728/tid=30733] ppid=30726 vsize=915456 CPUtime=0
/proc/30728/task/30733/stat : 30733 (java) S 30726 30728 30480 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156480681 937426944 8318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30728/tid=30734] ppid=30726 vsize=915456 CPUtime=0.18
/proc/30728/task/30734/stat : 30734 (java) S 30726 30728 30480 0 -1 64 386 0 0 0 18 0 0 0 16 0 8 0 156480681 937426944 8318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30728/tid=30735] ppid=30726 vsize=915456 CPUtime=0
/proc/30728/task/30735/stat : 30735 (java) S 30726 30728 30480 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 156480681 937426944 8318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30728/tid=30736] ppid=30726 vsize=915456 CPUtime=0
/proc/30728/task/30736/stat : 30736 (java) S 30726 30728 30480 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156480681 937426944 8318 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 915456

[startup+2.98064 s]
/proc/loadavg: 0.55 1.22 1.66 2/88 30736
/proc/meminfo: memFree=1302096/2055920 swapFree=4192812/4192956
[pid=30728] ppid=30726 vsize=915456 CPUtime=2.91
/proc/30728/stat : 30728 (java) R 30726 30728 30480 0 -1 0 8597 0 1 0 285 6 0 0 18 0 8 0 156480670 937426944 8334 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073812409 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30728/statm: 228864 8334 2513 14 0 215334 0
[pid=30728/tid=30730] ppid=30726 vsize=915456 CPUtime=0.03
/proc/30728/task/30730/stat : 30730 (java) S 30726 30728 30480 0 -1 64 228 0 0 0 3 0 0 0 16 0 8 0 156480674 937426944 8334 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30728/tid=30731] ppid=30726 vsize=915456 CPUtime=0
/proc/30728/task/30731/stat : 30731 (java) S 30726 30728 30480 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156480675 937426944 8334 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30728/tid=30732] ppid=30726 vsize=915456 CPUtime=0
/proc/30728/task/30732/stat : 30732 (java) S 30726 30728 30480 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156480675 937426944 8334 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30728/tid=30733] ppid=30726 vsize=915456 CPUtime=0
/proc/30728/task/30733/stat : 30733 (java) S 30726 30728 30480 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156480681 937426944 8334 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30728/tid=30734] ppid=30726 vsize=915456 CPUtime=0.19
/proc/30728/task/30734/stat : 30734 (java) S 30726 30728 30480 0 -1 64 391 0 0 0 19 0 0 0 16 0 8 0 156480681 937426944 8334 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30728/tid=30735] ppid=30726 vsize=915456 CPUtime=0
/proc/30728/task/30735/stat : 30735 (java) S 30726 30728 30480 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 156480681 937426944 8334 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30728/tid=30736] ppid=30726 vsize=915456 CPUtime=0
/proc/30728/task/30736/stat : 30736 (java) S 30726 30728 30480 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156480681 937426944 8334 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 915456

[startup+6.26917 s]
/proc/loadavg: 0.58 1.22 1.66 2/88 30736
/proc/meminfo: memFree=1302096/2055920 swapFree=4192812/4192956
[pid=30728] ppid=30726 vsize=915456 CPUtime=6.19
/proc/30728/stat : 30728 (java) R 30726 30728 30480 0 -1 0 8605 0 1 0 613 6 0 0 20 0 8 0 156480670 937426944 8341 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073837363 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30728/statm: 228864 8341 2513 14 0 215334 0
[pid=30728/tid=30730] ppid=30726 vsize=915456 CPUtime=0.03
/proc/30728/task/30730/stat : 30730 (java) S 30726 30728 30480 0 -1 64 228 0 0 0 3 0 0 0 16 0 8 0 156480674 937426944 8341 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30728/tid=30731] ppid=30726 vsize=915456 CPUtime=0
/proc/30728/task/30731/stat : 30731 (java) S 30726 30728 30480 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156480675 937426944 8341 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30728/tid=30732] ppid=30726 vsize=915456 CPUtime=0
/proc/30728/task/30732/stat : 30732 (java) S 30726 30728 30480 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156480675 937426944 8341 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30728/tid=30733] ppid=30726 vsize=915456 CPUtime=0
/proc/30728/task/30733/stat : 30733 (java) S 30726 30728 30480 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156480681 937426944 8341 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30728/tid=30734] ppid=30726 vsize=915456 CPUtime=0.19
/proc/30728/task/30734/stat : 30734 (java) S 30726 30728 30480 0 -1 64 391 0 0 0 19 0 0 0 16 0 8 0 156480681 937426944 8341 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30728/tid=30735] ppid=30726 vsize=915456 CPUtime=0
/proc/30728/task/30735/stat : 30735 (java) S 30726 30728 30480 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 156480681 937426944 8341 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30728/tid=30736] ppid=30726 vsize=915456 CPUtime=0
/proc/30728/task/30736/stat : 30736 (java) S 30726 30728 30480 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156480681 937426944 8341 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915456

[startup+12.7482 s]
/proc/loadavg: 0.61 1.22 1.65 2/88 30769
/proc/meminfo: memFree=1300048/2055920 swapFree=4192812/4192956
[pid=30728] ppid=30726 vsize=915456 CPUtime=12.65
/proc/30728/stat : 30728 (java) R 30726 30728 30480 0 -1 0 8607 0 1 0 1259 6 0 0 25 0 8 0 156480670 937426944 8343 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073829416 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30728/statm: 228864 8343 2513 14 0 215334 0
[pid=30728/tid=30730] ppid=30726 vsize=915456 CPUtime=0.03
/proc/30728/task/30730/stat : 30730 (java) S 30726 30728 30480 0 -1 64 228 0 0 0 3 0 0 0 16 0 8 0 156480674 937426944 8343 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30728/tid=30731] ppid=30726 vsize=915456 CPUtime=0
/proc/30728/task/30731/stat : 30731 (java) S 30726 30728 30480 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156480675 937426944 8343 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30728/tid=30732] ppid=30726 vsize=915456 CPUtime=0
/proc/30728/task/30732/stat : 30732 (java) S 30726 30728 30480 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156480675 937426944 8343 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30728/tid=30733] ppid=30726 vsize=915456 CPUtime=0
/proc/30728/task/30733/stat : 30733 (java) S 30726 30728 30480 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156480681 937426944 8343 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30728/tid=30734] ppid=30726 vsize=915456 CPUtime=0.19
/proc/30728/task/30734/stat : 30734 (java) S 30726 30728 30480 0 -1 64 391 0 0 0 19 0 0 0 16 0 8 0 156480681 937426944 8343 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30728/tid=30735] ppid=30726 vsize=915456 CPUtime=0
/proc/30728/task/30735/stat : 30735 (java) S 30726 30728 30480 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 156480681 937426944 8343 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30728/tid=30736] ppid=30726 vsize=915456 CPUtime=0
/proc/30728/task/30736/stat : 30736 (java) S 30726 30728 30480 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156480681 937426944 8343 18446744073709551615 134512640 134570532 4294956464 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) 915456

Child status: 0
Real time (s): 16.1948
CPU time (s): 16.0806
CPU user time (s): 16.0076
CPU system time (s): 0.072988
CPU usage (%): 99.2948
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.0076
system time used= 0.072988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8703
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= 1156
involuntary context switches= 805

runsolver used 0.023996 s user time and 0.051992 s system time

The end

Launcher Data (download as text)

Begin job on node3 on Sat Jan  6 10:53:59 UTC 2007


IDJOB= 227909
IDBENCH= 6134
FILE ID= node3/227909-1168080833

PBS_JOBID= 3475870

Free space on /tmp= 66545 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.2/rand-2-40-11-414-200-69_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/227909-1168080833/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-227909-1168080833 -o ROOT/results/node3/solver-227909-1168080833 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/227909-1168080833/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  04b6ef40d046d95df438236f19078da6

RANDOM SEED= 959569149

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.279
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.279
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:       1326056 kB
Buffers:         65828 kB
Cached:         513056 kB
SwapCached:          0 kB
Active:         128048 kB
Inactive:       507500 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1326056 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1896 kB
Writeback:           0 kB
Mapped:          75668 kB
Slab:            79624 kB
Committed_AS:  3752316 kB
PageTables:       1904 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= 66543 MiB



End job on node3 on Sat Jan  6 10:54:36 UTC 2007