Trace number 231694

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 ACSAT 17.3344 17.4209

DiagnosticValue
CHECKS119415160
NODES60398

General information on the benchmark

Namegeom/
geo50-20-d4-75-1_ext.xml
MD5SUM1f1dd83b88fdb6ba18bc03ee3289815b
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.5657
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints472
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension472
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/231694-1168081183/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=50  nbDomainTypes=1  minDomainSize=20  maxDomainSize=20
0.42	       =>  wckTime=0.106  cpuTime=0.08  mem=6M951
0.42	   
0.42	   relations being loaded...
0.55	   
0.55	   constraints being loaded...
0.68	     nbConstraints=472  nbRelationTypes=472  nbExtensionStructures=472  nbSharedExtensionStructures=0
0.68	     nbConflictsStructures=472  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=4741  maxDegree=30
0.68	     maxArity=2
0.68	       =>  wckTime=0.373  cpuTime=0.26  mem=15M745
0.73	   
0.73	   solver IterativeSystematicSolver being built... 
0.88	       =>  wckTime=0.57  cpuTime=0.39  mem=15M233
0.89	   
0.89	   preprocessing
0.89	     nbConstraintChecks=0  nbPropagations=50  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.89	     detectedInconsistency=no
0.89	       =>  wckTime=0.0080  cpuTime=0.01  mem=15M233
0.94	   
0.94	   search
0.94	     run=0  nbConstraintChecks=46764  nbPropagations=541  nbRevisions=7141  nbUselessRevisions=5874  nbAssignments=26
0.94	     nbFailedAssignments=12  nbBacktracks=10  nbVisitedNodes=44  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.94	     nbTooLargeKeys=0
0.94	       =>  wckTime=0.056  cpuTime=0.04  mem=15M233
0.97	   
0.97	   search
0.97	     run=1  nbConstraintChecks=114496  nbPropagations=1751  nbRevisions=24638  nbUselessRevisions=20350
0.97	     nbAssignments=65  nbFailedAssignments=30  nbBacktracks=27  nbVisitedNodes=110  nbRestartNogoods=1  mapSize=24
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.087  cpuTime=0.06  mem=15M233
0.99	   
0.99	   search
0.99	     run=2  nbConstraintChecks=217658  nbPropagations=3982  nbRevisions=57913  nbUselessRevisions=47895
0.99	     nbAssignments=119  nbFailedAssignments=55  nbBacktracks=51  nbVisitedNodes=205  nbRestartNogoods=3  mapSize=48
0.99	     nbInferences=0  nbTooLargeKeys=0
0.99	       =>  wckTime=0.109  cpuTime=0.08  mem=15M233
1.02	   
1.02	   search
1.02	     run=3  nbConstraintChecks=338819  nbPropagations=7471  nbRevisions=110568  nbUselessRevisions=91472
1.02	     nbAssignments=180  nbFailedAssignments=76  nbBacktracks=84  nbVisitedNodes=313  nbRestartNogoods=7  mapSize=80
1.02	     nbInferences=0  nbTooLargeKeys=0
1.02	       =>  wckTime=0.133  cpuTime=0.1  mem=15M233
1.05	   
1.05	   search
1.06	     run=4  nbConstraintChecks=543273  nbPropagations=13010  nbRevisions=196992  nbUselessRevisions=163172
1.06	     nbAssignments=293  nbFailedAssignments=131  nbBacktracks=135  nbVisitedNodes=517  nbRestartNogoods=10  mapSize=129
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.171  cpuTime=0.13  mem=15M233
1.11	   
1.11	   search
1.11	     run=5  nbConstraintChecks=826863  nbPropagations=21335  nbRevisions=327562  nbUselessRevisions=270921
1.11	     nbAssignments=444  nbFailedAssignments=203  nbBacktracks=210  nbVisitedNodes=793  nbRestartNogoods=14  mapSize=201
1.11	     nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.223  cpuTime=0.18  mem=15M233
1.18	   
1.18	   search
1.18	     run=6  nbConstraintChecks=1246794  nbPropagations=33758  nbRevisions=524558  nbUselessRevisions=433540
1.18	     nbAssignments=657  nbFailedAssignments=299  nbBacktracks=323  nbVisitedNodes=1183  nbRestartNogoods=17  mapSize=309
1.18	     nbInferences=0  nbTooLargeKeys=0
1.18	       =>  wckTime=0.297  cpuTime=0.26  mem=15M233
1.29	   
1.29	   search
1.29	     run=7  nbConstraintChecks=1881196  nbPropagations=52130  nbRevisions=817347  nbUselessRevisions=674014
1.29	     nbAssignments=990  nbFailedAssignments=456  nbBacktracks=496  nbVisitedNodes=1792  nbRestartNogoods=21  mapSize=475
1.29	     nbInferences=0  nbTooLargeKeys=0
1.29	       =>  wckTime=0.402  cpuTime=0.36  mem=15M233
1.44	   
1.44	   search
1.44	     run=8  nbConstraintChecks=2832972  nbPropagations=79627  nbRevisions=1260838  nbUselessRevisions=1039303
1.44	     nbAssignments=1475  nbFailedAssignments=677  nbBacktracks=754  nbVisitedNodes=2676  nbRestartNogoods=24
1.44	     mapSize=718  nbInferences=0  nbTooLargeKeys=0
1.44	       =>  wckTime=0.555  cpuTime=0.51  mem=15M233
1.64	   
1.64	   INFO : Stopping hyperNogood (mapSize=1043, nbTooLargekeys=0, mem=15M233)
1.66	   
1.66	   search
1.66	     run=9  nbConstraintChecks=4166134  nbPropagations=120250  nbRevisions=1912941  nbUselessRevisions=1575423
1.66	     nbAssignments=2178  nbFailedAssignments=991  nbBacktracks=1138  nbVisitedNodes=3961  nbRestartNogoods=38
1.66	       =>  wckTime=0.771  cpuTime=0.71  mem=15M233
1.95	   
1.95	   search
1.95	     run=10  nbConstraintChecks=6236872  nbPropagations=180526  nbRevisions=2881808  nbUselessRevisions=2370227
1.95	     nbAssignments=3225  nbFailedAssignments=1458  nbBacktracks=1714  nbVisitedNodes=5865  nbRestartNogoods=41
1.95	       =>  wckTime=1.065  cpuTime=0.99  mem=15M233
2.40	   
2.40	   search
2.40	     run=11  nbConstraintChecks=9473598  nbPropagations=271579  nbRevisions=4355180  nbUselessRevisions=3579932
2.40	     nbAssignments=4838  nbFailedAssignments=2203  nbBacktracks=2578  nbVisitedNodes=8811  nbRestartNogoods=49
2.40	       =>  wckTime=1.514  cpuTime=1.44  mem=15M233
3.08	   
3.08	   search
3.08	     run=12  nbConstraintChecks=14438141  nbPropagations=410769  nbRevisions=6625467  nbUselessRevisions=5446410
3.08	     nbAssignments=7359  nbFailedAssignments=3423  nbBacktracks=3876  nbVisitedNodes=13479  nbRestartNogoods=60
3.08	       =>  wckTime=2.194  cpuTime=2.12  mem=15M233
4.06	   
4.06	   search
4.06	     run=13  nbConstraintChecks=21692991  nbPropagations=617803  nbRevisions=10015007  nbUselessRevisions=8231647
4.06	     nbAssignments=11097  nbFailedAssignments=5211  nbBacktracks=5822  nbVisitedNodes=20336  nbRestartNogoods=63
4.06	       =>  wckTime=3.175  cpuTime=3.1  mem=15M233
5.49	   
5.49	   search
5.49	     run=14  nbConstraintChecks=32257786  nbPropagations=924826  nbRevisions=15025871  nbUselessRevisions=12347862
5.49	     nbAssignments=16385  nbFailedAssignments=7573  nbBacktracks=8744  nbVisitedNodes=29983  nbRestartNogoods=70
5.49	       =>  wckTime=4.607  cpuTime=4.53  mem=15M233
7.75	   
7.75	   search
7.75	     run=15  nbConstraintChecks=48943629  nbPropagations=1388639  nbRevisions=22643778  nbUselessRevisions=18612883
7.75	     nbAssignments=24649  nbFailedAssignments=11455  nbBacktracks=13122  nbVisitedNodes=45155  nbRestartNogoods=82
7.75	       =>  wckTime=6.865  cpuTime=6.79  mem=15M233
11.12	   
11.12	   search
11.12	     run=16  nbConstraintChecks=73638614  nbPropagations=2084482  nbRevisions=34135129  nbUselessRevisions=28074355
11.12	     nbAssignments=37020  nbFailedAssignments=17253  nbBacktracks=19690  nbVisitedNodes=67854  nbRestartNogoods=93
11.12	       =>  wckTime=10.234  cpuTime=10.15  mem=15M233
16.07	   
16.07	   search
16.07	     run=17  nbConstraintChecks=109838520  nbPropagations=3122829  nbRevisions=51276112  nbUselessRevisions=42186006
16.07	     nbAssignments=55578  nbFailedAssignments=25957  nbBacktracks=29542  nbVisitedNodes=101812  nbRestartNogoods=107
16.07	       =>  wckTime=15.184  cpuTime=15.1  mem=15M233
17.35	   
17.35	   search
17.35	     run=18  nbConstraintChecks=119415160  nbPropagations=4248618  nbRevisions=69841514  nbUselessRevisions=57462579
17.35	     nbAssignments=60398  nbFailedAssignments=28154  nbBacktracks=32115  nbVisitedNodes=110600  nbRestartNogoods=114
17.35	       =>  wckTime=16.468  cpuTime=16.38  mem=15M233
17.35	   
17.35	   global
17.35	     nbConstraintChecks=119415160  nbPropagations=4248668  nbRevisions=69841514  nbUselessRevisions=57462579
17.35	     nbRestartNogoods=114  solvingWckTime=16.47  solvingCpuTime=16.38  expiredTime=no  totalExploration=no
17.35	     nbFoundSolutions=1  globalCpuTime=16.82
17.35	       =>  wckTime=17.043  cpuTime=16.77  mem=15M233
17.36	   
17.36	s SATISFIABLE
17.36	v 19 15 3 12 16 6 16 10 16 10 9 16 3 1 10 18 19 14 3 3 5 12 11 15 11 5 17 17 5 2 1 10 6 19 4 19 7 8 4 5 19 16 19 13 3 8 9 7 20 5 
17.36	d NODES 60398
17.36	d CHECKS 119415160
17.36	   
17.36	   totalWckTime=17.123  totalCpuTime=16.83

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/node3/watcher-231694-1168081183 -o ROOT/results/node3/solver-231694-1168081183 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/231694-1168081183/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.96 0.89 1.34 4/93 31066
/proc/meminfo: memFree=1294304/2055920 swapFree=4192812/4192956
[pid=31065] ppid=31063 vsize=1784 CPUtime=0
/proc/31065/stat : 31065 (java) R 31063 31065 30942 0 -1 0 190 0 0 0 0 0 0 0 18 0 1 0 156515686 1826816 158 18446744073709551615 134512640 134570532 4294956640 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/31065/statm: 447 158 123 14 0 92 0

[startup+0.10306 s]
/proc/loadavg: 0.96 0.89 1.34 4/93 31066
/proc/meminfo: memFree=1294304/2055920 swapFree=4192812/4192956
[pid=31065] ppid=31063 vsize=914988 CPUtime=0.08
/proc/31065/stat : 31065 (java) R 31063 31065 30942 0 -1 0 2986 0 1 0 7 1 0 0 17 0 8 0 156515686 936947712 2733 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152819938 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31065/statm: 228747 2733 1426 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.513127 s]
/proc/loadavg: 0.96 0.89 1.34 4/93 31066
/proc/meminfo: memFree=1294304/2055920 swapFree=4192812/4192956
[pid=31065] ppid=31063 vsize=915328 CPUtime=0.48
/proc/31065/stat : 31065 (java) R 31063 31065 30942 0 -1 0 6819 0 1 0 44 4 0 0 18 0 8 0 156515686 937295872 6558 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31065/statm: 228832 6558 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33426 s]
/proc/loadavg: 0.96 0.89 1.34 3/100 31073
/proc/meminfo: memFree=1268840/2055920 swapFree=4192812/4192956
[pid=31065] ppid=31063 vsize=915460 CPUtime=1.3
/proc/31065/stat : 31065 (java) R 31063 31065 30942 0 -1 0 9112 0 1 0 123 7 0 0 24 0 8 0 156515686 937431040 8850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073820595 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31065/statm: 228865 8850 2513 14 0 215335 0
[pid=31065/tid=31067] ppid=31063 vsize=915460 CPUtime=0.03
/proc/31065/task/31067/stat : 31067 (java) S 31063 31065 30942 0 -1 64 375 0 0 0 3 0 0 0 16 0 8 0 156515690 937431040 8850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31065/tid=31068] ppid=31063 vsize=915460 CPUtime=0
/proc/31065/task/31068/stat : 31068 (java) S 31063 31065 30942 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156515690 937431040 8850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31065/tid=31069] ppid=31063 vsize=915460 CPUtime=0
/proc/31065/task/31069/stat : 31069 (java) S 31063 31065 30942 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156515690 937431040 8850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31065/tid=31070] ppid=31063 vsize=915460 CPUtime=0
/proc/31065/task/31070/stat : 31070 (java) S 31063 31065 30942 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156515694 937431040 8850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31065/tid=31071] ppid=31063 vsize=915460 CPUtime=0.21
/proc/31065/task/31071/stat : 31071 (java) S 31063 31065 30942 0 -1 64 380 0 0 0 20 1 0 0 15 0 8 0 156515694 937431040 8850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31065/tid=31072] ppid=31063 vsize=915460 CPUtime=0
/proc/31065/task/31072/stat : 31072 (java) S 31063 31065 30942 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156515694 937431040 8850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31065/tid=31073] ppid=31063 vsize=915460 CPUtime=0
/proc/31065/task/31073/stat : 31073 (java) S 31063 31065 30942 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156515694 937431040 8850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915460

[startup+2.97152 s]
/proc/loadavg: 0.96 0.89 1.34 3/100 31073
/proc/meminfo: memFree=1268712/2055920 swapFree=4192812/4192956
[pid=31065] ppid=31063 vsize=915460 CPUtime=2.94
/proc/31065/stat : 31065 (java) R 31063 31065 30942 0 -1 0 9128 0 1 0 286 8 0 0 25 0 8 0 156515686 937431040 8865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073830398 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31065/statm: 228865 8865 2513 14 0 215335 0
[pid=31065/tid=31067] ppid=31063 vsize=915460 CPUtime=0.03
/proc/31065/task/31067/stat : 31067 (java) S 31063 31065 30942 0 -1 64 375 0 0 0 3 0 0 0 17 0 8 0 156515690 937431040 8865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31065/tid=31068] ppid=31063 vsize=915460 CPUtime=0
/proc/31065/task/31068/stat : 31068 (java) S 31063 31065 30942 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156515690 937431040 8865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31065/tid=31069] ppid=31063 vsize=915460 CPUtime=0
/proc/31065/task/31069/stat : 31069 (java) S 31063 31065 30942 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156515690 937431040 8865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31065/tid=31070] ppid=31063 vsize=915460 CPUtime=0
/proc/31065/task/31070/stat : 31070 (java) S 31063 31065 30942 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156515694 937431040 8865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31065/tid=31071] ppid=31063 vsize=915460 CPUtime=0.24
/proc/31065/task/31071/stat : 31071 (java) S 31063 31065 30942 0 -1 64 396 0 0 0 22 2 0 0 15 0 8 0 156515694 937431040 8865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31065/tid=31072] ppid=31063 vsize=915460 CPUtime=0
/proc/31065/task/31072/stat : 31072 (java) S 31063 31065 30942 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156515694 937431040 8865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31065/tid=31073] ppid=31063 vsize=915460 CPUtime=0
/proc/31065/task/31073/stat : 31073 (java) S 31063 31065 30942 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156515694 937431040 8865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915460

[startup+6.26806 s]
/proc/loadavg: 1.04 0.91 1.34 3/100 31073
/proc/meminfo: memFree=1268712/2055920 swapFree=4192812/4192956
[pid=31065] ppid=31063 vsize=915460 CPUtime=6.24
/proc/31065/stat : 31065 (java) R 31063 31065 30942 0 -1 0 9130 0 1 0 616 8 0 0 25 0 8 0 156515686 937431040 8865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073828268 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31065/statm: 228865 8865 2513 14 0 215335 0
[pid=31065/tid=31067] ppid=31063 vsize=915460 CPUtime=0.03
/proc/31065/task/31067/stat : 31067 (java) S 31063 31065 30942 0 -1 64 375 0 0 0 3 0 0 0 16 0 8 0 156515690 937431040 8865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31065/tid=31068] ppid=31063 vsize=915460 CPUtime=0
/proc/31065/task/31068/stat : 31068 (java) S 31063 31065 30942 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156515690 937431040 8865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31065/tid=31069] ppid=31063 vsize=915460 CPUtime=0
/proc/31065/task/31069/stat : 31069 (java) S 31063 31065 30942 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156515690 937431040 8865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31065/tid=31070] ppid=31063 vsize=915460 CPUtime=0
/proc/31065/task/31070/stat : 31070 (java) S 31063 31065 30942 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156515694 937431040 8865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31065/tid=31071] ppid=31063 vsize=915460 CPUtime=0.24
/proc/31065/task/31071/stat : 31071 (java) S 31063 31065 30942 0 -1 64 396 0 0 0 22 2 0 0 16 0 8 0 156515694 937431040 8865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31065/tid=31072] ppid=31063 vsize=915460 CPUtime=0
/proc/31065/task/31072/stat : 31072 (java) S 31063 31065 30942 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156515694 937431040 8865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31065/tid=31073] ppid=31063 vsize=915460 CPUtime=0
/proc/31065/task/31073/stat : 31073 (java) S 31063 31065 30942 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156515694 937431040 8865 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) 915460

[startup+12.7411 s]
/proc/loadavg: 1.12 0.92 1.35 3/100 31073
/proc/meminfo: memFree=1268712/2055920 swapFree=4192812/4192956
[pid=31065] ppid=31063 vsize=915460 CPUtime=12.71
/proc/31065/stat : 31065 (java) R 31063 31065 30942 0 -1 0 9130 0 1 0 1263 8 0 0 25 0 8 0 156515686 937431040 8865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073811427 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/31065/statm: 228865 8865 2513 14 0 215335 0
[pid=31065/tid=31067] ppid=31063 vsize=915460 CPUtime=0.03
/proc/31065/task/31067/stat : 31067 (java) S 31063 31065 30942 0 -1 64 375 0 0 0 3 0 0 0 16 0 8 0 156515690 937431040 8865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=31065/tid=31068] ppid=31063 vsize=915460 CPUtime=0
/proc/31065/task/31068/stat : 31068 (java) S 31063 31065 30942 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156515690 937431040 8865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31065/tid=31069] ppid=31063 vsize=915460 CPUtime=0
/proc/31065/task/31069/stat : 31069 (java) S 31063 31065 30942 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156515690 937431040 8865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31065/tid=31070] ppid=31063 vsize=915460 CPUtime=0
/proc/31065/task/31070/stat : 31070 (java) S 31063 31065 30942 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156515694 937431040 8865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31065/tid=31071] ppid=31063 vsize=915460 CPUtime=0.24
/proc/31065/task/31071/stat : 31071 (java) S 31063 31065 30942 0 -1 64 396 0 0 0 22 2 0 0 16 0 8 0 156515694 937431040 8865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31065/tid=31072] ppid=31063 vsize=915460 CPUtime=0
/proc/31065/task/31072/stat : 31072 (java) S 31063 31065 30942 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156515694 937431040 8865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=31065/tid=31073] ppid=31063 vsize=915460 CPUtime=0
/proc/31065/task/31073/stat : 31073 (java) S 31063 31065 30942 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156515694 937431040 8865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 17.4209
CPU time (s): 17.3344
CPU user time (s): 17.2474
CPU system time (s): 0.086986
CPU usage (%): 99.5031
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.2474
system time used= 0.086986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9139
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= 1494
involuntary context switches= 2036

runsolver used 0.024996 s user time and 0.052991 s system time

The end

Launcher Data (download as text)

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


IDJOB= 231694
IDBENCH= 6480
FILE ID= node3/231694-1168081183

PBS_JOBID= 3476121

Free space on /tmp= 66543 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  1f1dd83b88fdb6ba18bc03ee3289815b

RANDOM SEED= 545184616

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:       1294720 kB
Buffers:         65968 kB
Cached:         516520 kB
SwapCached:          0 kB
Active:         158004 kB
Inactive:       508340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1294720 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1948 kB
Writeback:           0 kB
Mapped:         112844 kB
Slab:            79624 kB
Committed_AS:  4582772 kB
PageTables:       2164 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 11:00:20 UTC 2007