Trace number 226278

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 ESACSAT 12.5101 12.627

DiagnosticValue
CHECKS103564816
NODES56391

General information on the benchmark

Nametightness/tightness0.65/
rand-2-40-40-135-650-27_ext.xml
MD5SUM672b810056d255386d40ed6a870d4402
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.10577
SatisfiableYES
(Un)Satisfiability was provedYES
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.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=esac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/226278-1168274950/unknown.xml
0.37	   
0.37	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.40	     nbVariables=40  nbDomainTypes=1  minDomainSize=40  maxDomainSize=40
0.40	       =>  wckTime=0.099  cpuTime=0.09  mem=6M951
0.40	   
0.40	   relations being loaded...
0.52	   
0.52	   constraints being loaded...
0.60	     nbConstraints=135  nbRelationTypes=135  nbExtensionStructures=135  nbSharedExtensionStructures=0
0.60	     nbConflictsStructures=135  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=11  maxArity=2
0.60	       =>  wckTime=0.294  cpuTime=0.25  mem=15M731
0.64	   
0.64	   solver IterativeSystematicSolver being built... 
0.79	       =>  wckTime=0.489  cpuTime=0.38  mem=14M928
0.84	   
0.84	   preprocessing
0.84	     nbConstraintChecks=86071  nbPropagations=918  nbRevisions=4180  nbUselessRevisions=2778  nbSingletonTests=51
0.84	     nbEffectiveSingletonTests=0  nbESACBranches=7  nbRemovedValues=0  detectedInconsistency=no
0.84	       =>  wckTime=0.046  cpuTime=0.02  mem=14M928
0.87	   
0.87	   search
0.87	     run=0  nbConstraintChecks=65520  nbPropagations=1819  nbRevisions=9178  nbUselessRevisions=5821  nbAssignments=34
0.87	     nbFailedAssignments=19  nbBacktracks=12  nbVisitedNodes=62  nbRestartNogoods=0  mapSize=12  nbInferences=0
0.87	     nbTooLargeKeys=0
0.87	       =>  wckTime=0.071  cpuTime=0.05  mem=14M928
0.88	   
0.88	   search
0.88	     run=1  nbConstraintChecks=131924  nbPropagations=4578  nbRevisions=23681  nbUselessRevisions=14931
0.88	     nbAssignments=72  nbFailedAssignments=36  nbBacktracks=28  nbVisitedNodes=127  nbRestartNogoods=1  mapSize=24
0.88	     nbInferences=0  nbTooLargeKeys=0
0.88	       =>  wckTime=0.087  cpuTime=0.06  mem=14M928
0.90	   
0.90	   search
0.90	     run=2  nbConstraintChecks=220506  nbPropagations=8618  nbRevisions=45196  nbUselessRevisions=28473
0.90	     nbAssignments=128  nbFailedAssignments=53  nbBacktracks=50  nbVisitedNodes=204  nbRestartNogoods=6  mapSize=42
0.90	     nbInferences=0  nbTooLargeKeys=0
0.90	       =>  wckTime=0.107  cpuTime=0.08  mem=14M928
0.92	   
0.92	   search
0.92	     run=3  nbConstraintChecks=362185  nbPropagations=14634  nbRevisions=78169  nbUselessRevisions=49140
0.92	     nbAssignments=204  nbFailedAssignments=91  nbBacktracks=83  nbVisitedNodes=340  nbRestartNogoods=8  mapSize=70
0.92	     nbInferences=0  nbTooLargeKeys=0
0.92	       =>  wckTime=0.127  cpuTime=0.1  mem=14M928
0.96	   
0.96	   search
0.96	     run=4  nbConstraintChecks=588931  nbPropagations=23538  nbRevisions=128562  nbUselessRevisions=80510
0.96	     nbAssignments=325  nbFailedAssignments=156  nbBacktracks=134  nbVisitedNodes=560  nbRestartNogoods=11  mapSize=114
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.159  cpuTime=0.12  mem=14M928
1.00	   
1.00	   search
1.00	     run=5  nbConstraintChecks=907439  nbPropagations=36937  nbRevisions=206574  nbUselessRevisions=128891
1.00	     nbAssignments=515  nbFailedAssignments=266  nbBacktracks=210  nbVisitedNodes=912  nbRestartNogoods=16  mapSize=189
1.00	     nbInferences=0  nbTooLargeKeys=0
1.00	       =>  wckTime=0.203  cpuTime=0.17  mem=14M928
1.05	   
1.05	   search
1.05	     run=6  nbConstraintChecks=1335800  nbPropagations=55798  nbRevisions=316361  nbUselessRevisions=196537
1.05	     nbAssignments=742  nbFailedAssignments=366  nbBacktracks=324  nbVisitedNodes=1303  nbRestartNogoods=23  mapSize=284
1.05	     nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.258  cpuTime=0.22  mem=14M928
1.13	   
1.13	   search
1.13	     run=7  nbConstraintChecks=1878316  nbPropagations=82214  nbRevisions=470693  nbUselessRevisions=291660
1.13	     nbAssignments=1062  nbFailedAssignments=512  nbBacktracks=495  nbVisitedNodes=1865  nbRestartNogoods=26
1.13	     mapSize=429  nbInferences=0  nbTooLargeKeys=0
1.13	       =>  wckTime=0.335  cpuTime=0.29  mem=14M928
1.26	   
1.26	   search
1.26	     run=8  nbConstraintChecks=2706078  nbPropagations=121422  nbRevisions=700218  nbUselessRevisions=433247
1.26	     nbAssignments=1557  nbFailedAssignments=749  nbBacktracks=751  nbVisitedNodes=2758  nbRestartNogoods=33
1.26	     mapSize=655  nbInferences=0  nbTooLargeKeys=0
1.26	       =>  wckTime=0.46  cpuTime=0.4  mem=14M928
1.44	   
1.44	   search
1.44	     run=9  nbConstraintChecks=4105923  nbPropagations=181266  nbRevisions=1052313  nbUselessRevisions=649344
1.44	     nbAssignments=2393  nbFailedAssignments=1194  nbBacktracks=1136  nbVisitedNodes=4280  nbRestartNogoods=36
1.44	     mapSize=985  nbInferences=0  nbTooLargeKeys=0
1.44	       =>  wckTime=0.636  cpuTime=0.57  mem=14M928
1.46	   
1.46	   INFO : Stopping hyperNogood (mapSize=1043, nbTooLargekeys=0, mem=14M928)
1.70	   
1.70	   search
1.70	     run=10  nbConstraintChecks=6281167  nbPropagations=274056  nbRevisions=1600192  nbUselessRevisions=986781
1.70	     nbAssignments=3677  nbFailedAssignments=1896  nbBacktracks=1713  nbVisitedNodes=6657  nbRestartNogoods=42
1.70	       =>  wckTime=0.903  cpuTime=0.83  mem=14M928
2.03	   
2.03	   search
2.03	     run=11  nbConstraintChecks=9196830  nbPropagations=409223  nbRevisions=2398486  nbUselessRevisions=1476430
2.03	     nbAssignments=5316  nbFailedAssignments=2667  nbBacktracks=2577  nbVisitedNodes=9609  nbRestartNogoods=47
2.03	       =>  wckTime=1.238  cpuTime=1.16  mem=14M928
2.64	   
2.64	   search
2.64	     run=12  nbConstraintChecks=14523423  nbPropagations=620130  nbRevisions=3659148  nbUselessRevisions=2250470
2.64	     nbAssignments=8159  nbFailedAssignments=4209  nbBacktracks=3874  nbVisitedNodes=14866  nbRestartNogoods=57
2.64	       =>  wckTime=1.844  cpuTime=1.76  mem=15M904
3.39	   
3.39	   search
3.39	     run=13  nbConstraintChecks=21218818  nbPropagations=929156  nbRevisions=5496448  nbUselessRevisions=3380083
3.39	     nbAssignments=12137  nbFailedAssignments=6237  nbBacktracks=5820  nbVisitedNodes=22070  nbRestartNogoods=73
3.39	       =>  wckTime=2.596  cpuTime=2.51  mem=15M904
4.61	   
4.61	   search
4.61	     run=14  nbConstraintChecks=31955515  nbPropagations=1394519  nbRevisions=8256430  nbUselessRevisions=5072417
4.61	     nbAssignments=18156  nbFailedAssignments=9331  nbBacktracks=8740  nbVisitedNodes=33088  nbRestartNogoods=85
4.61	       =>  wckTime=3.816  cpuTime=3.72  mem=15M904
6.78	   
6.78	   search
6.78	     run=15  nbConstraintChecks=52075989  nbPropagations=2123007  nbRevisions=12636737  nbUselessRevisions=7749390
6.78	     nbAssignments=27697  nbFailedAssignments=14491  nbBacktracks=13119  nbVisitedNodes=50855  nbRestartNogoods=94
6.78	       =>  wckTime=5.982  cpuTime=5.88  mem=15M904
9.55	   
9.55	   search
9.55	     run=16  nbConstraintChecks=76749504  nbPropagations=3208059  nbRevisions=19126586  nbUselessRevisions=11718674
9.55	     nbAssignments=41568  nbFailedAssignments=21788  nbBacktracks=19687  nbVisitedNodes=76206  nbRestartNogoods=106
9.55	       =>  wckTime=8.759  cpuTime=8.64  mem=15M904
12.56	   
12.56	   search
12.57	     run=17  nbConstraintChecks=103478745  nbPropagations=4678145  nbRevisions=27924543  nbUselessRevisions=17102573
12.57	     nbAssignments=56391  nbFailedAssignments=29837  nbBacktracks=26421  nbVisitedNodes=103548  nbRestartNogoods=112
12.57	       =>  wckTime=11.77  cpuTime=11.63  mem=15M904
12.57	   
12.57	   global
12.57	     nbConstraintChecks=103564816  nbPropagations=4679063  nbRevisions=27928723  nbUselessRevisions=17105351
12.57	     nbRestartNogoods=112  solvingWckTime=11.771  solvingCpuTime=11.63  expiredTime=no  totalExploration=no
12.57	     nbFoundSolutions=1  globalCpuTime=12.05
12.57	       =>  wckTime=12.264  cpuTime=12.01  mem=15M904
12.57	   
12.57	s SATISFIABLE
12.57	v 30 6 5 28 12 24 5 31 39 31 38 15 35 28 10 15 1 2 3 38 35 26 5 39 12 30 22 39 17 3 10 19 14 7 16 30 8 32 8 30 
12.57	d NODES 56391
12.57	d CHECKS 103564816
12.57	   
12.57	   totalWckTime=12.34  totalCpuTime=12.07

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node52/watcher-226278-1168274950 -o ROOT/results/node52/solver-226278-1168274950 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/226278-1168274950/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.80 0.96 1.23 3/68 25126
/proc/meminfo: memFree=1751416/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=308 CPUtime=0
/proc/25125/stat : 25125 (java) R 25123 25125 25053 0 -1 0 57 0 0 0 0 0 0 0 19 0 1 0 175893475 315392 40 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4309796 0 0 4096 0 0 0 0 17 1 0 0
/proc/25125/statm: 374 41 32 14 0 5 0

[startup+0.105598 s]
/proc/loadavg: 0.80 0.96 1.23 3/68 25126
/proc/meminfo: memFree=1751416/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=914988 CPUtime=0.08
/proc/25125/stat : 25125 (java) R 25123 25125 25053 0 -1 0 3019 0 1 0 7 1 0 0 16 0 8 0 175893475 936947712 2765 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155069766 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25125/statm: 228747 2765 1435 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.513625 s]
/proc/loadavg: 0.80 0.96 1.23 3/68 25126
/proc/meminfo: memFree=1751416/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=915328 CPUtime=0.49
/proc/25125/stat : 25125 (java) R 25123 25125 25053 0 -1 0 7568 0 1 0 44 5 0 0 16 0 8 0 175893475 937295872 7307 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153928133 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25125/statm: 228832 7307 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33468 s]
/proc/loadavg: 0.80 0.96 1.23 2/75 25133
/proc/meminfo: memFree=1726016/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=915464 CPUtime=1.31
/proc/25125/stat : 25125 (java) R 25123 25125 25053 0 -1 0 9088 0 1 0 124 7 0 0 17 0 8 0 175893475 937435136 8826 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073761590 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25125/statm: 228866 8826 2524 14 0 215336 0
[pid=25125/tid=25127] ppid=25123 vsize=915464 CPUtime=0.03
/proc/25125/task/25127/stat : 25127 (java) S 25123 25125 25053 0 -1 64 255 0 0 0 3 0 0 0 16 0 8 0 175893479 937435136 8826 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25125/tid=25128] ppid=25123 vsize=915464 CPUtime=0
/proc/25125/task/25128/stat : 25128 (java) S 25123 25125 25053 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 175893479 937435136 8826 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25125/tid=25129] ppid=25123 vsize=915464 CPUtime=0
/proc/25125/task/25129/stat : 25129 (java) S 25123 25125 25053 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175893479 937435136 8826 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25125/tid=25130] ppid=25123 vsize=915464 CPUtime=0
/proc/25125/task/25130/stat : 25130 (java) S 25123 25125 25053 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 175893482 937435136 8826 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25125/tid=25131] ppid=25123 vsize=915464 CPUtime=0.18
/proc/25125/task/25131/stat : 25131 (java) S 25123 25125 25053 0 -1 64 371 0 0 0 17 1 0 0 16 0 8 0 175893482 937435136 8826 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25125/tid=25132] ppid=25123 vsize=915464 CPUtime=0
/proc/25125/task/25132/stat : 25132 (java) S 25123 25125 25053 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 175893482 937435136 8826 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25125/tid=25133] ppid=25123 vsize=915464 CPUtime=0
/proc/25125/task/25133/stat : 25133 (java) S 25123 25125 25053 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175893482 937435136 8826 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915464

[startup+2.98679 s]
/proc/loadavg: 0.80 0.96 1.23 3/88 25192
/proc/meminfo: memFree=1713624/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=915464 CPUtime=2.96
/proc/25125/stat : 25125 (java) R 25123 25125 25053 0 -1 0 9095 0 1 0 288 8 0 0 18 0 8 0 175893475 937435136 8832 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073759749 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25125/statm: 228866 8832 2524 14 0 215336 0
[pid=25125/tid=25127] ppid=25123 vsize=915464 CPUtime=0.03
/proc/25125/task/25127/stat : 25127 (java) S 25123 25125 25053 0 -1 64 255 0 0 0 3 0 0 0 16 0 8 0 175893479 937435136 8832 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25125/tid=25128] ppid=25123 vsize=915464 CPUtime=0
/proc/25125/task/25128/stat : 25128 (java) S 25123 25125 25053 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 175893479 937435136 8832 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25125/tid=25129] ppid=25123 vsize=915464 CPUtime=0
/proc/25125/task/25129/stat : 25129 (java) S 25123 25125 25053 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175893479 937435136 8832 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25125/tid=25130] ppid=25123 vsize=915464 CPUtime=0
/proc/25125/task/25130/stat : 25130 (java) S 25123 25125 25053 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 175893482 937435136 8832 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25125/tid=25131] ppid=25123 vsize=915464 CPUtime=0.2
/proc/25125/task/25131/stat : 25131 (java) S 25123 25125 25053 0 -1 64 377 0 0 0 19 1 0 0 16 0 8 0 175893482 937435136 8832 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25125/tid=25132] ppid=25123 vsize=915464 CPUtime=0
/proc/25125/task/25132/stat : 25132 (java) S 25123 25125 25053 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 175893482 937435136 8832 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25125/tid=25133] ppid=25123 vsize=915464 CPUtime=0
/proc/25125/task/25133/stat : 25133 (java) S 25123 25125 25053 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175893482 937435136 8832 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915464

[startup+6.28501 s]
/proc/loadavg: 0.90 0.98 1.24 3/88 25192
/proc/meminfo: memFree=1712920/2055920 swapFree=4192812/4192956
[pid=25125] ppid=25123 vsize=915464 CPUtime=6.24
/proc/25125/stat : 25125 (java) R 25123 25125 25053 0 -1 0 9097 0 1 0 616 8 0 0 25 0 8 0 175893475 937435136 8833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073733881 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25125/statm: 228866 8833 2524 14 0 215336 0
[pid=25125/tid=25127] ppid=25123 vsize=915464 CPUtime=0.03
/proc/25125/task/25127/stat : 25127 (java) S 25123 25125 25053 0 -1 64 255 0 0 0 3 0 0 0 16 0 8 0 175893479 937435136 8833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25125/tid=25128] ppid=25123 vsize=915464 CPUtime=0
/proc/25125/task/25128/stat : 25128 (java) S 25123 25125 25053 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 175893479 937435136 8833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25125/tid=25129] ppid=25123 vsize=915464 CPUtime=0
/proc/25125/task/25129/stat : 25129 (java) S 25123 25125 25053 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 175893479 937435136 8833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25125/tid=25130] ppid=25123 vsize=915464 CPUtime=0
/proc/25125/task/25130/stat : 25130 (java) S 25123 25125 25053 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 175893482 937435136 8833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25125/tid=25131] ppid=25123 vsize=915464 CPUtime=0.2
/proc/25125/task/25131/stat : 25131 (java) S 25123 25125 25053 0 -1 64 377 0 0 0 19 1 0 0 16 0 8 0 175893482 937435136 8833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25125/tid=25132] ppid=25123 vsize=915464 CPUtime=0
/proc/25125/task/25132/stat : 25132 (java) S 25123 25125 25053 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 175893482 937435136 8833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25125/tid=25133] ppid=25123 vsize=915464 CPUtime=0
/proc/25125/task/25133/stat : 25133 (java) S 25123 25125 25053 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175893482 937435136 8833 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 12.627
CPU time (s): 12.5101
CPU user time (s): 12.4181
CPU system time (s): 0.091986
CPU usage (%): 99.074
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.4181
system time used= 0.091986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9104
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= 1052
involuntary context switches= 579

runsolver used 0.016997 s user time and 0.047992 s system time

The end

Launcher Data (download as text)

Begin job on node52 on Mon Jan  8 16:49:10 UTC 2007


IDJOB= 226278
IDBENCH= 5952
FILE ID= node52/226278-1168274950

PBS_JOBID= 3483295

Free space on /tmp= 66557 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  672b810056d255386d40ed6a870d4402

RANDOM SEED= 748049473

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:       1751896 kB
Buffers:         57980 kB
Cached:         169004 kB
SwapCached:          0 kB
Active:         117600 kB
Inactive:       129428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1751896 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2328 kB
Writeback:           0 kB
Mapped:          30156 kB
Slab:            42688 kB
Committed_AS:  4055460 kB
PageTables:       1704 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB



End job on node52 on Mon Jan  8 16:49:23 UTC 2007