Trace number 226279

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 19.74 20.0185

DiagnosticValue
CHECKS170419608
NODES90551

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.35	   
0.35	Abscon 109 (November, 2006)
0.35	   
0.35	   configuration
0.35	     name=mac.xml
0.39	   
0.39	   instance
0.39	     name=/tmp/evaluation/226279-1168080688/unknown.xml
0.42	   
0.42	   domains being loaded...
0.43	   
0.43	   variables being loaded...
0.46	     nbVariables=40  nbDomainTypes=1  minDomainSize=40  maxDomainSize=40
0.46	       =>  wckTime=0.109  cpuTime=0.09  mem=6M951
0.46	   
0.46	   relations being loaded...
0.59	   
0.59	   constraints being loaded...
0.67	     nbConstraints=135  nbRelationTypes=135  nbExtensionStructures=135  nbSharedExtensionStructures=0
0.67	     nbConflictsStructures=135  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=11  maxArity=2
0.67	       =>  wckTime=0.314  cpuTime=0.26  mem=15M731
0.71	   
0.71	   solver IterativeSystematicSolver being built... 
0.87	       =>  wckTime=0.512  cpuTime=0.38  mem=13M788
0.87	   
0.87	   preprocessing
0.87	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.87	     detectedInconsistency=no
0.87	       =>  wckTime=0.0020  cpuTime=0.0  mem=13M788
0.93	   
0.93	   search
0.93	     run=0  nbConstraintChecks=38315  nbPropagations=603  nbRevisions=3194  nbUselessRevisions=1956  nbAssignments=25
0.93	     nbFailedAssignments=11  nbBacktracks=10  nbVisitedNodes=44  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.93	     nbTooLargeKeys=0
0.93	       =>  wckTime=0.053  cpuTime=0.03  mem=14M764
0.94	   
0.94	   search
0.94	     run=1  nbConstraintChecks=97217  nbPropagations=1973  nbRevisions=10777  nbUselessRevisions=6627  nbAssignments=57
0.94	     nbFailedAssignments=24  nbBacktracks=25  nbVisitedNodes=97  nbRestartNogoods=2  mapSize=19  nbInferences=0
0.94	     nbTooLargeKeys=0
0.94	       =>  wckTime=0.072  cpuTime=0.04  mem=14M764
0.97	   
0.97	   search
0.97	     run=2  nbConstraintChecks=206836  nbPropagations=4665  nbRevisions=26058  nbUselessRevisions=15992
0.97	     nbAssignments=108  nbFailedAssignments=47  nbBacktracks=47  nbVisitedNodes=187  nbRestartNogoods=5  mapSize=39
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.096  cpuTime=0.06  mem=14M764
0.99	   
0.99	   search
0.99	     run=3  nbConstraintChecks=304452  nbPropagations=8731  nbRevisions=48967  nbUselessRevisions=29969
0.99	     nbAssignments=167  nbFailedAssignments=70  nbBacktracks=80  nbVisitedNodes=289  nbRestartNogoods=12  mapSize=63
0.99	     nbInferences=0  nbTooLargeKeys=0
0.99	       =>  wckTime=0.114  cpuTime=0.07  mem=14M764
1.02	   
1.02	   search
1.02	     run=4  nbConstraintChecks=522589  nbPropagations=15721  nbRevisions=90128  nbUselessRevisions=55230
1.02	     nbAssignments=283  nbFailedAssignments=130  nbBacktracks=131  nbVisitedNodes=500  nbRestartNogoods=16  mapSize=107
1.02	     nbInferences=0  nbTooLargeKeys=0
1.02	       =>  wckTime=0.145  cpuTime=0.1  mem=14M764
1.06	   
1.06	   search
1.06	     run=5  nbConstraintChecks=803411  nbPropagations=26620  nbRevisions=154092  nbUselessRevisions=93936
1.06	     nbAssignments=455  nbFailedAssignments=224  nbBacktracks=207  nbVisitedNodes=805  nbRestartNogoods=20  mapSize=166
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.188  cpuTime=0.14  mem=14M764
1.12	   
1.12	   search
1.12	     run=6  nbConstraintChecks=1201267  nbPropagations=44029  nbRevisions=255935  nbUselessRevisions=155972
1.13	     nbAssignments=709  nbFailedAssignments=360  nbBacktracks=320  nbVisitedNodes=1271  nbRestartNogoods=22  mapSize=265
1.13	     nbInferences=0  nbTooLargeKeys=0
1.13	       =>  wckTime=0.254  cpuTime=0.2  mem=14M764
1.21	   
1.21	   search
1.21	     run=7  nbConstraintChecks=1816781  nbPropagations=69873  nbRevisions=407741  nbUselessRevisions=248889
1.21	     nbAssignments=1046  nbFailedAssignments=523  nbBacktracks=490  nbVisitedNodes=1869  nbRestartNogoods=31
1.21	     mapSize=415  nbInferences=0  nbTooLargeKeys=0
1.21	       =>  wckTime=0.337  cpuTime=0.28  mem=14M764
1.35	   
1.35	   search
1.35	     run=8  nbConstraintChecks=2777792  nbPropagations=108745  nbRevisions=636501  nbUselessRevisions=387990
1.35	     nbAssignments=1546  nbFailedAssignments=763  nbBacktracks=746  nbVisitedNodes=2756  nbRestartNogoods=39
1.35	     mapSize=625  nbInferences=0  nbTooLargeKeys=0
1.35	       =>  wckTime=0.479  cpuTime=0.4  mem=14M764
1.55	   
1.55	   search
1.55	     run=9  nbConstraintChecks=4332937  nbPropagations=170635  nbRevisions=1002923  nbUselessRevisions=611992
1.55	     nbAssignments=2435  nbFailedAssignments=1264  nbBacktracks=1130  nbVisitedNodes=4419  nbRestartNogoods=42
1.55	     mapSize=982  nbInferences=0  nbTooLargeKeys=0
1.55	       =>  wckTime=0.678  cpuTime=0.59  mem=14M764
1.56	   
1.56	   INFO : Stopping hyperNogood (mapSize=1001, nbTooLargekeys=0, mem=14M764)
1.78	   
1.78	   search
1.78	     run=10  nbConstraintChecks=6276560  nbPropagations=260791  nbRevisions=1536708  nbUselessRevisions=938188
1.78	     nbAssignments=3598  nbFailedAssignments=1845  nbBacktracks=1708  nbVisitedNodes=6503  nbRestartNogoods=53
1.78	       =>  wckTime=0.913  cpuTime=0.82  mem=14M764
2.14	   
2.14	   search
2.14	     run=11  nbConstraintChecks=9349248  nbPropagations=398622  nbRevisions=2354505  nbUselessRevisions=1439209
2.14	     nbAssignments=5472  nbFailedAssignments=2850  nbBacktracks=2572  nbVisitedNodes=9958  nbRestartNogoods=61
2.14	       =>  wckTime=1.273  cpuTime=1.18  mem=14M764
2.69	   
2.69	   search
2.69	     run=12  nbConstraintChecks=14089884  nbPropagations=606749  nbRevisions=3590924  nbUselessRevisions=2198383
2.69	     nbAssignments=8162  nbFailedAssignments=4239  nbBacktracks=3870  nbVisitedNodes=14869  nbRestartNogoods=66
2.69	       =>  wckTime=1.82  cpuTime=1.71  mem=14M764
3.48	   
3.48	   search
3.48	     run=13  nbConstraintChecks=21161035  nbPropagations=916880  nbRevisions=5431035  nbUselessRevisions=3329511
3.48	     nbAssignments=12125  nbFailedAssignments=6250  nbBacktracks=5818  nbVisitedNodes=22103  nbRestartNogoods=71
3.48	       =>  wckTime=2.611  cpuTime=2.5  mem=14M764
4.69	   
4.69	   search
4.69	     run=14  nbConstraintChecks=32017511  nbPropagations=1379445  nbRevisions=8167946  nbUselessRevisions=5005016
4.69	     nbAssignments=17900  nbFailedAssignments=9101  nbBacktracks=8737  nbVisitedNodes=32603  nbRestartNogoods=79
4.69	       =>  wckTime=3.815  cpuTime=3.69  mem=14M764
6.60	   
6.60	   search
6.60	     run=15  nbConstraintChecks=48840482  nbPropagations=2092338  nbRevisions=12387451  nbUselessRevisions=7590553
6.60	     nbAssignments=27479  nbFailedAssignments=14298  nbBacktracks=13115  nbVisitedNodes=50360  nbRestartNogoods=94
6.60	       =>  wckTime=5.727  cpuTime=5.59  mem=14M764
9.66	   
9.66	   search
9.66	     run=16  nbConstraintChecks=76959104  nbPropagations=3183716  nbRevisions=18907276  nbUselessRevisions=11575184
9.66	     nbAssignments=41415  nbFailedAssignments=21661  nbBacktracks=19683  nbVisitedNodes=76143  nbRestartNogoods=109
9.66	       =>  wckTime=8.785  cpuTime=8.61  mem=14M764
13.57	   
13.57	   search
13.57	     run=17  nbConstraintChecks=112088629  nbPropagations=4774371  nbRevisions=28385140  nbUselessRevisions=17371506
13.57	     nbAssignments=60626  nbFailedAssignments=31017  nbBacktracks=29537  nbVisitedNodes=110771  nbRestartNogoods=124
13.57	       =>  wckTime=12.697  cpuTime=12.48  mem=14M764
19.97	   
19.97	   search
19.97	     run=18  nbConstraintChecks=170419608  nbPropagations=7153601  nbRevisions=42668209  nbUselessRevisions=26113848
19.97	     nbAssignments=90551  nbFailedAssignments=46492  nbBacktracks=43947  nbVisitedNodes=165598  nbRestartNogoods=136
19.97	       =>  wckTime=19.1  cpuTime=18.83  mem=14M764
19.97	   
19.97	   global
19.97	     nbConstraintChecks=170419608  nbPropagations=7153641  nbRevisions=42668209  nbUselessRevisions=26113848
19.97	     nbRestartNogoods=136  solvingWckTime=19.101  solvingCpuTime=18.83  expiredTime=no  totalExploration=no
19.97	     nbFoundSolutions=1  globalCpuTime=19.27
19.97	       =>  wckTime=19.618  cpuTime=19.21  mem=14M764
19.97	   
19.97	s SATISFIABLE
19.97	v 30 37 5 28 12 24 5 31 39 31 38 5 7 28 16 15 1 2 3 38 35 26 5 39 12 30 22 39 17 3 10 19 14 7 16 30 12 32 8 11 
19.97	d NODES 90551
19.97	d CHECKS 170419608
19.98	   
19.98	   totalWckTime=19.698  totalCpuTime=19.27

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/node11/watcher-226279-1168080688 -o ROOT/results/node11/solver-226279-1168080688 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/226279-1168080688/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.05 1.52 1.80 4/93 30346
/proc/meminfo: memFree=1591288/2055920 swapFree=4192812/4192956
[pid=30345] ppid=30343 vsize=1784 CPUtime=0
/proc/30345/stat : 30345 (java) D 30343 30345 30222 0 -1 0 374 0 0 0 0 0 0 0 18 0 1 0 156464837 1826816 163 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 7979812 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/30345/statm: 446 163 128 14 0 91 0

[startup+0.102748 s]
/proc/loadavg: 1.05 1.52 1.80 4/93 30346
/proc/meminfo: memFree=1591288/2055920 swapFree=4192812/4192956
[pid=30345] ppid=30343 vsize=907676 CPUtime=0.04
/proc/30345/stat : 30345 (java) R 30343 30345 30222 0 -1 0 2403 0 1 0 3 1 0 0 17 0 4 0 156464837 929460224 2150 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155338197 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/30345/statm: 226919 2150 1191 14 0 214502 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 907676

[startup+0.510829 s]
/proc/loadavg: 1.05 1.52 1.80 4/93 30346
/proc/meminfo: memFree=1591288/2055920 swapFree=4192812/4192956
[pid=30345] ppid=30343 vsize=915328 CPUtime=0.43
/proc/30345/stat : 30345 (java) R 30343 30345 30222 0 -1 0 6445 0 1 0 39 4 0 0 18 0 8 0 156464837 937295872 6184 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155769955 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30345/statm: 228832 6184 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 915328

[startup+1.33199 s]
/proc/loadavg: 1.05 1.52 1.80 3/100 30353
/proc/meminfo: memFree=1565824/2055920 swapFree=4192812/4192956
[pid=30345] ppid=30343 vsize=915464 CPUtime=1.25
/proc/30345/stat : 30345 (java) R 30343 30345 30222 0 -1 0 9062 0 1 0 118 7 0 0 24 0 8 0 156464837 937435136 8800 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30345/statm: 228866 8800 2513 14 0 215336 0
[pid=30345/tid=30347] ppid=30343 vsize=915464 CPUtime=0.03
/proc/30345/task/30347/stat : 30347 (java) S 30343 30345 30222 0 -1 64 254 0 0 0 3 0 0 0 16 0 8 0 156464845 937435136 8800 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30345/tid=30348] ppid=30343 vsize=915464 CPUtime=0
/proc/30345/task/30348/stat : 30348 (java) S 30343 30345 30222 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156464845 937435136 8800 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30345/tid=30349] ppid=30343 vsize=915464 CPUtime=0
/proc/30345/task/30349/stat : 30349 (java) S 30343 30345 30222 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156464845 937435136 8800 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30345/tid=30350] ppid=30343 vsize=915464 CPUtime=0
/proc/30345/task/30350/stat : 30350 (java) S 30343 30345 30222 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156464848 937435136 8800 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30345/tid=30351] ppid=30343 vsize=915464 CPUtime=0.18
/proc/30345/task/30351/stat : 30351 (java) R 30343 30345 30222 0 -1 64 365 0 0 0 17 1 0 0 16 0 8 0 156464848 937435136 8800 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4160642522 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30345/tid=30352] ppid=30343 vsize=915464 CPUtime=0
/proc/30345/task/30352/stat : 30352 (java) S 30343 30345 30222 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156464848 937435136 8800 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30345/tid=30353] ppid=30343 vsize=915464 CPUtime=0
/proc/30345/task/30353/stat : 30353 (java) S 30343 30345 30222 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156464849 937435136 8800 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 915464

[startup+2.97131 s]
/proc/loadavg: 1.05 1.52 1.80 3/100 30353
/proc/meminfo: memFree=1565760/2055920 swapFree=4192812/4192956
[pid=30345] ppid=30343 vsize=915464 CPUtime=2.87
/proc/30345/stat : 30345 (java) R 30343 30345 30222 0 -1 0 9075 0 1 0 280 7 0 0 25 0 8 0 156464837 937435136 8812 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073753844 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30345/statm: 228866 8812 2513 14 0 215336 0
[pid=30345/tid=30347] ppid=30343 vsize=915464 CPUtime=0.03
/proc/30345/task/30347/stat : 30347 (java) S 30343 30345 30222 0 -1 64 254 0 0 0 3 0 0 0 16 0 8 0 156464845 937435136 8812 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30345/tid=30348] ppid=30343 vsize=915464 CPUtime=0
/proc/30345/task/30348/stat : 30348 (java) S 30343 30345 30222 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156464845 937435136 8812 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30345/tid=30349] ppid=30343 vsize=915464 CPUtime=0
/proc/30345/task/30349/stat : 30349 (java) S 30343 30345 30222 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156464845 937435136 8812 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30345/tid=30350] ppid=30343 vsize=915464 CPUtime=0
/proc/30345/task/30350/stat : 30350 (java) S 30343 30345 30222 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156464848 937435136 8812 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30345/tid=30351] ppid=30343 vsize=915464 CPUtime=0.21
/proc/30345/task/30351/stat : 30351 (java) S 30343 30345 30222 0 -1 64 376 0 0 0 20 1 0 0 15 0 8 0 156464848 937435136 8812 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30345/tid=30352] ppid=30343 vsize=915464 CPUtime=0
/proc/30345/task/30352/stat : 30352 (java) S 30343 30345 30222 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156464848 937435136 8812 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30345/tid=30353] ppid=30343 vsize=915464 CPUtime=0
/proc/30345/task/30353/stat : 30353 (java) S 30343 30345 30222 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156464849 937435136 8812 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 915464

[startup+6.26796 s]
/proc/loadavg: 1.28 1.56 1.81 3/100 30353
/proc/meminfo: memFree=1565760/2055920 swapFree=4192812/4192956
[pid=30345] ppid=30343 vsize=915464 CPUtime=6.14
/proc/30345/stat : 30345 (java) R 30343 30345 30222 0 -1 0 9076 0 1 0 607 7 0 0 25 0 8 0 156464837 937435136 8812 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073739952 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30345/statm: 228866 8812 2513 14 0 215336 0
[pid=30345/tid=30347] ppid=30343 vsize=915464 CPUtime=0.03
/proc/30345/task/30347/stat : 30347 (java) S 30343 30345 30222 0 -1 64 254 0 0 0 3 0 0 0 16 0 8 0 156464845 937435136 8812 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30345/tid=30348] ppid=30343 vsize=915464 CPUtime=0
/proc/30345/task/30348/stat : 30348 (java) S 30343 30345 30222 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156464845 937435136 8812 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30345/tid=30349] ppid=30343 vsize=915464 CPUtime=0
/proc/30345/task/30349/stat : 30349 (java) S 30343 30345 30222 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156464845 937435136 8812 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30345/tid=30350] ppid=30343 vsize=915464 CPUtime=0
/proc/30345/task/30350/stat : 30350 (java) S 30343 30345 30222 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156464848 937435136 8812 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30345/tid=30351] ppid=30343 vsize=915464 CPUtime=0.21
/proc/30345/task/30351/stat : 30351 (java) S 30343 30345 30222 0 -1 64 376 0 0 0 20 1 0 0 15 0 8 0 156464848 937435136 8812 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30345/tid=30352] ppid=30343 vsize=915464 CPUtime=0
/proc/30345/task/30352/stat : 30352 (java) S 30343 30345 30222 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156464848 937435136 8812 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30345/tid=30353] ppid=30343 vsize=915464 CPUtime=0
/proc/30345/task/30353/stat : 30353 (java) S 30343 30345 30222 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156464849 937435136 8812 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 915464

[startup+12.7433 s]
/proc/loadavg: 1.34 1.57 1.81 3/100 30353
/proc/meminfo: memFree=1565824/2055920 swapFree=4192812/4192956
[pid=30345] ppid=30343 vsize=915464 CPUtime=12.56
/proc/30345/stat : 30345 (java) R 30343 30345 30222 0 -1 0 9076 0 1 0 1249 7 0 0 25 0 8 0 156464837 937435136 8812 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073739178 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30345/statm: 228866 8812 2513 14 0 215336 0
[pid=30345/tid=30347] ppid=30343 vsize=915464 CPUtime=0.03
/proc/30345/task/30347/stat : 30347 (java) S 30343 30345 30222 0 -1 64 254 0 0 0 3 0 0 0 16 0 8 0 156464845 937435136 8812 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30345/tid=30348] ppid=30343 vsize=915464 CPUtime=0
/proc/30345/task/30348/stat : 30348 (java) S 30343 30345 30222 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 156464845 937435136 8812 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30345/tid=30349] ppid=30343 vsize=915464 CPUtime=0
/proc/30345/task/30349/stat : 30349 (java) S 30343 30345 30222 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156464845 937435136 8812 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30345/tid=30350] ppid=30343 vsize=915464 CPUtime=0
/proc/30345/task/30350/stat : 30350 (java) S 30343 30345 30222 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156464848 937435136 8812 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30345/tid=30351] ppid=30343 vsize=915464 CPUtime=0.21
/proc/30345/task/30351/stat : 30351 (java) S 30343 30345 30222 0 -1 64 376 0 0 0 20 1 0 0 15 0 8 0 156464848 937435136 8812 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30345/tid=30352] ppid=30343 vsize=915464 CPUtime=0
/proc/30345/task/30352/stat : 30352 (java) S 30343 30345 30222 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156464848 937435136 8812 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30345/tid=30353] ppid=30343 vsize=915464 CPUtime=0
/proc/30345/task/30353/stat : 30353 (java) S 30343 30345 30222 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156464849 937435136 8812 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 20.0185
CPU time (s): 19.74
CPU user time (s): 19.658
CPU system time (s): 0.081987
CPU usage (%): 98.609
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.658
system time used= 0.081987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9085
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= 1483
involuntary context switches= 2836

runsolver used 0.030995 s user time and 0.070989 s system time

The end

Launcher Data (download as text)

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


IDJOB= 226279
IDBENCH= 5952
FILE ID= node11/226279-1168080688

PBS_JOBID= 3475869

Free space on /tmp= 66319 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 mac.xml 1 XSax /tmp/evaluation/226279-1168080688/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-226279-1168080688 -o ROOT/results/node11/solver-226279-1168080688 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/226279-1168080688/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  672b810056d255386d40ed6a870d4402

RANDOM SEED= 312706721

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.261
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	: 5931.00
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.261
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:       1591832 kB
Buffers:         40824 kB
Cached:         250420 kB
SwapCached:          0 kB
Active:         163060 kB
Inactive:       217068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1591832 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2184 kB
Writeback:           0 kB
Mapped:         117944 kB
Slab:            68408 kB
Committed_AS:  5148852 kB
PageTables:       2480 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= 66319 MiB



End job on node11 on Sat Jan  6 10:52:02 UTC 2007