Trace number 224103

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 ACUNSAT 15.8256 15.9302

DiagnosticValue
CHECKS123879979
NODES83782

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-33_ext.xml
MD5SUM99ca03af81338811d77d016dbff42039
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 benchmark6.19406
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints180
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension180
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.33	   
0.33	Abscon 109 (November, 2006)
0.33	   
0.33	   configuration
0.33	     name=mac.xml
0.36	   
0.36	   instance
0.36	     name=/tmp/evaluation/224103-1168080492/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.43	     nbVariables=40  nbDomainTypes=1  minDomainSize=25  maxDomainSize=25
0.43	       =>  wckTime=0.095  cpuTime=0.09  mem=6M951
0.43	   
0.43	   relations being loaded...
0.53	   
0.53	   constraints being loaded...
0.62	     nbConstraints=180  nbRelationTypes=180  nbExtensionStructures=180  nbSharedExtensionStructures=0
0.62	     nbConflictsStructures=180  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2  maxDegree=15  maxArity=2
0.62	       =>  wckTime=0.291  cpuTime=0.23  mem=13M810
0.66	   
0.66	   solver IterativeSystematicSolver being built... 
0.81	       =>  wckTime=0.478  cpuTime=0.35  mem=13M748
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.0030  cpuTime=0.0  mem=13M748
0.86	   
0.86	   search
0.86	     run=0  nbConstraintChecks=34554  nbPropagations=528  nbRevisions=3699  nbUselessRevisions=2600  nbAssignments=22
0.86	     nbFailedAssignments=9  nbBacktracks=10  nbVisitedNodes=39  nbRestartNogoods=0  mapSize=8  nbInferences=0
0.86	     nbTooLargeKeys=0
0.86	       =>  wckTime=0.049  cpuTime=0.03  mem=14M724
0.88	   
0.88	   search
0.88	     run=1  nbConstraintChecks=69796  nbPropagations=1575  nbRevisions=11298  nbUselessRevisions=8026  nbAssignments=50
0.88	     nbFailedAssignments=17  nbBacktracks=25  nbVisitedNodes=83  nbRestartNogoods=1  mapSize=17  nbInferences=0
0.88	     nbTooLargeKeys=0
0.88	       =>  wckTime=0.065  cpuTime=0.04  mem=14M724
0.90	   
0.90	   search
0.90	     run=2  nbConstraintChecks=141271  nbPropagations=3845  nbRevisions=28373  nbUselessRevisions=20180
0.90	     nbAssignments=103  nbFailedAssignments=42  nbBacktracks=48  nbVisitedNodes=179  nbRestartNogoods=4  mapSize=38
0.90	     nbInferences=0  nbTooLargeKeys=0
0.90	       =>  wckTime=0.086  cpuTime=0.06  mem=14M724
0.92	   
0.92	   search
0.92	     run=3  nbConstraintChecks=239648  nbPropagations=7713  nbRevisions=57807  nbUselessRevisions=40841
0.92	     nbAssignments=170  nbFailedAssignments=72  nbBacktracks=81  nbVisitedNodes=302  nbRestartNogoods=12  mapSize=69
0.92	     nbInferences=0  nbTooLargeKeys=0
0.92	       =>  wckTime=0.107  cpuTime=0.08  mem=14M724
0.95	   
0.95	   search
0.95	     run=4  nbConstraintChecks=391933  nbPropagations=13902  nbRevisions=105556  nbUselessRevisions=74130
0.95	     nbAssignments=275  nbFailedAssignments=120  nbBacktracks=131  nbVisitedNodes=487  nbRestartNogoods=17  mapSize=113
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.134  cpuTime=0.1  mem=14M724
0.98	   
0.98	   search
0.98	     run=5  nbConstraintChecks=606515  nbPropagations=23317  nbRevisions=178596  nbUselessRevisions=124875
0.98	     nbAssignments=423  nbFailedAssignments=188  nbBacktracks=207  nbVisitedNodes=753  nbRestartNogoods=21  mapSize=181
0.98	     nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.17  cpuTime=0.14  mem=14M724
1.04	   
1.04	   search
1.04	     run=6  nbConstraintChecks=1005055  nbPropagations=38302  nbRevisions=297829  nbUselessRevisions=207384
1.04	     nbAssignments=676  nbFailedAssignments=323  nbBacktracks=322  nbVisitedNodes=1218  nbRestartNogoods=25  mapSize=284
1.04	     nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.233  cpuTime=0.21  mem=14M724
1.12	   
1.12	   search
1.12	     run=7  nbConstraintChecks=1506529  nbPropagations=60906  nbRevisions=477601  nbUselessRevisions=331600
1.12	     nbAssignments=1009  nbFailedAssignments=480  nbBacktracks=492  nbVisitedNodes=1821  nbRestartNogoods=29
1.12	     mapSize=443  nbInferences=0  nbTooLargeKeys=0
1.12	       =>  wckTime=0.311  cpuTime=0.28  mem=14M724
1.26	   
1.26	   search
1.26	     run=8  nbConstraintChecks=2346290  nbPropagations=96261  nbRevisions=761634  nbUselessRevisions=528423
1.26	     nbAssignments=1582  nbFailedAssignments=792  nbBacktracks=748  nbVisitedNodes=2879  nbRestartNogoods=37
1.26	     mapSize=681  nbInferences=0  nbTooLargeKeys=0
1.26	       =>  wckTime=0.448  cpuTime=0.4  mem=14M724
1.41	   
1.41	   search
1.41	     run=9  nbConstraintChecks=3323316  nbPropagations=147425  nbRevisions=1169392  nbUselessRevisions=810865
1.41	     nbAssignments=2275  nbFailedAssignments=1097  nbBacktracks=1133  nbVisitedNodes=4112  nbRestartNogoods=45
1.41	     mapSize=1023  nbInferences=0  nbTooLargeKeys=0
1.41	       =>  wckTime=0.592  cpuTime=0.54  mem=14M724
1.41	   
1.41	   INFO : Stopping hyperNogood (mapSize=1038, nbTooLargekeys=0, mem=14M724)
1.63	   
1.63	   search
1.63	     run=10  nbConstraintChecks=4951717  nbPropagations=223960  nbRevisions=1779834  nbUselessRevisions=1233926
1.63	     nbAssignments=3428  nbFailedAssignments=1669  nbBacktracks=1709  nbVisitedNodes=6216  nbRestartNogoods=54
1.63	       =>  wckTime=0.819  cpuTime=0.76  mem=14M724
1.95	   
1.95	   search
1.95	     run=11  nbConstraintChecks=7317512  nbPropagations=337913  nbRevisions=2691123  nbUselessRevisions=1864318
1.95	     nbAssignments=5094  nbFailedAssignments=2469  nbBacktracks=2573  nbVisitedNodes=9233  nbRestartNogoods=59
1.95	       =>  wckTime=1.134  cpuTime=1.07  mem=14M724
2.39	   
2.39	   search
2.39	     run=12  nbConstraintChecks=10670014  nbPropagations=506654  nbRevisions=4048081  nbUselessRevisions=2806860
2.39	     nbAssignments=7632  nbFailedAssignments=3703  nbBacktracks=3872  nbVisitedNodes=13826  nbRestartNogoods=66
2.39	       =>  wckTime=1.578  cpuTime=1.51  mem=14M724
3.03	   
3.03	   search
3.03	     run=13  nbConstraintChecks=15973950  nbPropagations=758120  nbRevisions=6063588  nbUselessRevisions=4203901
3.03	     nbAssignments=11313  nbFailedAssignments=5434  nbBacktracks=5818  nbVisitedNodes=20496  nbRestartNogoods=74
3.03	       =>  wckTime=2.221  cpuTime=2.15  mem=14M724
4.01	   
4.01	   search
4.01	     run=14  nbConstraintChecks=24131462  nbPropagations=1134846  nbRevisions=9098535  nbUselessRevisions=6308237
4.01	     nbAssignments=16895  nbFailedAssignments=8093  nbBacktracks=8737  nbVisitedNodes=30605  nbRestartNogoods=78
4.01	       =>  wckTime=3.2  cpuTime=3.13  mem=14M724
5.48	   
5.48	   search
5.48	     run=15  nbConstraintChecks=36151042  nbPropagations=1701242  nbRevisions=13645214  nbUselessRevisions=9456241
5.48	     nbAssignments=25310  nbFailedAssignments=12124  nbBacktracks=13115  nbVisitedNodes=45815  nbRestartNogoods=91
5.48	       =>  wckTime=4.669  cpuTime=4.6  mem=14M724
7.60	   
7.60	   search
7.60	     run=16  nbConstraintChecks=54023124  nbPropagations=2537747  nbRevisions=20363852  nbUselessRevisions=14104274
7.60	     nbAssignments=37510  nbFailedAssignments=17751  nbBacktracks=19684  nbVisitedNodes=67685  nbRestartNogoods=97
7.60	       =>  wckTime=6.789  cpuTime=6.71  mem=14M724
10.92	   
10.92	   search
10.92	     run=17  nbConstraintChecks=81948022  nbPropagations=3795772  nbRevisions=30487106  nbUselessRevisions=21100387
10.92	     nbAssignments=56208  nbFailedAssignments=26592  nbBacktracks=29539  nbVisitedNodes=101470  nbRestartNogoods=105
10.92	       =>  wckTime=10.11  cpuTime=10.03  mem=14M724
15.87	   
15.87	   search
15.87	     run=18  nbConstraintChecks=123879979  nbPropagations=5679537  nbRevisions=45689713  nbUselessRevisions=31599877
15.87	     nbAssignments=83782  nbFailedAssignments=39637  nbBacktracks=44069  nbVisitedNodes=151187  nbRestartNogoods=110
15.87	       =>  wckTime=15.056  cpuTime=14.99  mem=14M724
15.87	   
15.87	   global
15.87	     nbConstraintChecks=123879979  nbPropagations=5679577  nbRevisions=45689713  nbUselessRevisions=31599877
15.87	     nbRestartNogoods=110  solvingWckTime=15.057  solvingCpuTime=14.99  expiredTime=no  totalExploration=yes
15.87	     nbFoundSolutions=0  globalCpuTime=15.39
15.87	       =>  wckTime=15.538  cpuTime=15.34  mem=14M724
15.87	   
15.87	s UNSATISFIABLE
15.87	d NODES 83782
15.87	d CHECKS 123879979
15.87	   
15.87	   totalWckTime=15.614  totalCpuTime=15.39

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/node20/watcher-224103-1168080492 -o ROOT/results/node20/solver-224103-1168080492 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/224103-1168080492/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.81 1.07 1.39 4/81 23887
/proc/meminfo: memFree=1750928/2055920 swapFree=4170284/4192956
[pid=23886] ppid=23884 vsize=1784 CPUtime=0
/proc/23886/stat : 23886 (java) D 23884 23886 23594 0 -1 0 194 0 0 0 0 0 0 0 19 0 1 0 156444303 1826816 160 18446744073709551615 134512640 134570532 4294956640 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/23886/statm: 446 160 125 14 0 91 0

[startup+0.107395 s]
/proc/loadavg: 0.81 1.07 1.39 4/81 23887
/proc/meminfo: memFree=1750928/2055920 swapFree=4170284/4192956
[pid=23886] ppid=23884 vsize=909872 CPUtime=0.06
/proc/23886/stat : 23886 (java) R 23884 23886 23594 0 -1 0 2550 0 1 0 5 1 0 0 23 0 8 0 156444303 931708928 2297 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23886/statm: 227872 2304 1253 14 0 215051 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 909872

[startup+0.515447 s]
/proc/loadavg: 0.81 1.07 1.39 4/81 23887
/proc/meminfo: memFree=1750928/2055920 swapFree=4170284/4192956
[pid=23886] ppid=23884 vsize=915328 CPUtime=0.47
/proc/23886/stat : 23886 (java) R 23884 23886 23594 0 -1 0 7064 0 1 0 43 4 0 0 16 0 8 0 156444303 937295872 6803 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073562836 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23886/statm: 228832 6803 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 915328

[startup+1.33954 s]
/proc/loadavg: 0.81 1.07 1.39 2/88 23894
/proc/meminfo: memFree=1727128/2055920 swapFree=4170284/4192956
[pid=23886] ppid=23884 vsize=915452 CPUtime=1.28
/proc/23886/stat : 23886 (java) R 23884 23886 23594 0 -1 0 8647 0 1 0 122 6 0 0 17 0 8 0 156444303 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073814360 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23886/statm: 228863 8385 2513 14 0 215333 0
[pid=23886/tid=23888] ppid=23884 vsize=915452 CPUtime=0.02
/proc/23886/task/23888/stat : 23888 (java) S 23884 23886 23594 0 -1 64 245 0 0 0 2 0 0 0 16 0 8 0 156444310 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23886/tid=23889] ppid=23884 vsize=915452 CPUtime=0
/proc/23886/task/23889/stat : 23889 (java) S 23884 23886 23594 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156444310 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23886/tid=23890] ppid=23884 vsize=915452 CPUtime=0
/proc/23886/task/23890/stat : 23890 (java) S 23884 23886 23594 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156444310 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23886/tid=23891] ppid=23884 vsize=915452 CPUtime=0
/proc/23886/task/23891/stat : 23891 (java) S 23884 23886 23594 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156444313 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23886/tid=23892] ppid=23884 vsize=915452 CPUtime=0.18
/proc/23886/task/23892/stat : 23892 (java) S 23884 23886 23594 0 -1 64 382 0 0 0 17 1 0 0 16 0 8 0 156444313 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23886/tid=23893] ppid=23884 vsize=915452 CPUtime=0
/proc/23886/task/23893/stat : 23893 (java) S 23884 23886 23594 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156444313 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23886/tid=23894] ppid=23884 vsize=915452 CPUtime=0
/proc/23886/task/23894/stat : 23894 (java) S 23884 23886 23594 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156444313 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 915452

[startup+2.98674 s]
/proc/loadavg: 0.81 1.07 1.39 2/88 23894
/proc/meminfo: memFree=1727064/2055920 swapFree=4170284/4192956
[pid=23886] ppid=23884 vsize=915452 CPUtime=2.92
/proc/23886/stat : 23886 (java) R 23884 23886 23594 0 -1 0 8653 0 1 0 286 6 0 0 18 0 8 0 156444303 937422848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073793542 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23886/statm: 228863 8390 2513 14 0 215333 0
[pid=23886/tid=23888] ppid=23884 vsize=915452 CPUtime=0.02
/proc/23886/task/23888/stat : 23888 (java) S 23884 23886 23594 0 -1 64 245 0 0 0 2 0 0 0 17 0 8 0 156444310 937422848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23886/tid=23889] ppid=23884 vsize=915452 CPUtime=0
/proc/23886/task/23889/stat : 23889 (java) S 23884 23886 23594 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156444310 937422848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23886/tid=23890] ppid=23884 vsize=915452 CPUtime=0
/proc/23886/task/23890/stat : 23890 (java) S 23884 23886 23594 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156444310 937422848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23886/tid=23891] ppid=23884 vsize=915452 CPUtime=0
/proc/23886/task/23891/stat : 23891 (java) S 23884 23886 23594 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156444313 937422848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23886/tid=23892] ppid=23884 vsize=915452 CPUtime=0.19
/proc/23886/task/23892/stat : 23892 (java) S 23884 23886 23594 0 -1 64 387 0 0 0 18 1 0 0 16 0 8 0 156444313 937422848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23886/tid=23893] ppid=23884 vsize=915452 CPUtime=0
/proc/23886/task/23893/stat : 23893 (java) S 23884 23886 23594 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156444313 937422848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23886/tid=23894] ppid=23884 vsize=915452 CPUtime=0
/proc/23886/task/23894/stat : 23894 (java) S 23884 23886 23594 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156444313 937422848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 915452

[startup+6.26613 s]
/proc/loadavg: 0.83 1.07 1.39 2/88 23897
/proc/meminfo: memFree=1728792/2055920 swapFree=4170284/4192956
[pid=23886] ppid=23884 vsize=915452 CPUtime=6.21
/proc/23886/stat : 23886 (java) R 23884 23886 23594 0 -1 0 8654 0 1 0 614 7 0 0 25 0 8 0 156444303 937422848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073784849 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23886/statm: 228863 8390 2513 14 0 215333 0
[pid=23886/tid=23888] ppid=23884 vsize=915452 CPUtime=0.02
/proc/23886/task/23888/stat : 23888 (java) S 23884 23886 23594 0 -1 64 245 0 0 0 2 0 0 0 16 0 8 0 156444310 937422848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23886/tid=23889] ppid=23884 vsize=915452 CPUtime=0
/proc/23886/task/23889/stat : 23889 (java) S 23884 23886 23594 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156444310 937422848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23886/tid=23890] ppid=23884 vsize=915452 CPUtime=0
/proc/23886/task/23890/stat : 23890 (java) S 23884 23886 23594 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156444310 937422848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23886/tid=23891] ppid=23884 vsize=915452 CPUtime=0
/proc/23886/task/23891/stat : 23891 (java) S 23884 23886 23594 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156444313 937422848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23886/tid=23892] ppid=23884 vsize=915452 CPUtime=0.19
/proc/23886/task/23892/stat : 23892 (java) S 23884 23886 23594 0 -1 64 387 0 0 0 18 1 0 0 16 0 8 0 156444313 937422848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23886/tid=23893] ppid=23884 vsize=915452 CPUtime=0
/proc/23886/task/23893/stat : 23893 (java) S 23884 23886 23594 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156444313 937422848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23886/tid=23894] ppid=23884 vsize=915452 CPUtime=0
/proc/23886/task/23894/stat : 23894 (java) S 23884 23886 23594 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156444313 937422848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 915452

[startup+12.7529 s]
/proc/loadavg: 0.84 1.07 1.39 2/88 23930
/proc/meminfo: memFree=1726488/2055920 swapFree=4170284/4192956
[pid=23886] ppid=23884 vsize=915452 CPUtime=12.69
/proc/23886/stat : 23886 (java) R 23884 23886 23594 0 -1 0 8654 0 1 0 1262 7 0 0 25 0 8 0 156444303 937422848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073808406 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23886/statm: 228863 8390 2513 14 0 215333 0
[pid=23886/tid=23888] ppid=23884 vsize=915452 CPUtime=0.02
/proc/23886/task/23888/stat : 23888 (java) S 23884 23886 23594 0 -1 64 245 0 0 0 2 0 0 0 16 0 8 0 156444310 937422848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23886/tid=23889] ppid=23884 vsize=915452 CPUtime=0
/proc/23886/task/23889/stat : 23889 (java) S 23884 23886 23594 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156444310 937422848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23886/tid=23890] ppid=23884 vsize=915452 CPUtime=0
/proc/23886/task/23890/stat : 23890 (java) S 23884 23886 23594 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156444310 937422848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23886/tid=23891] ppid=23884 vsize=915452 CPUtime=0
/proc/23886/task/23891/stat : 23891 (java) S 23884 23886 23594 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156444313 937422848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23886/tid=23892] ppid=23884 vsize=915452 CPUtime=0.19
/proc/23886/task/23892/stat : 23892 (java) S 23884 23886 23594 0 -1 64 387 0 0 0 18 1 0 0 16 0 8 0 156444313 937422848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23886/tid=23893] ppid=23884 vsize=915452 CPUtime=0
/proc/23886/task/23893/stat : 23893 (java) S 23884 23886 23594 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156444313 937422848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23886/tid=23894] ppid=23884 vsize=915452 CPUtime=0
/proc/23886/task/23894/stat : 23894 (java) S 23884 23886 23594 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156444313 937422848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 15.9302
CPU time (s): 15.8256
CPU user time (s): 15.7436
CPU system time (s): 0.081987
CPU usage (%): 99.3434
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.7436
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= 8731
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= 1071
involuntary context switches= 851

runsolver used 0.022996 s user time and 0.054991 s system time

The end

Launcher Data (download as text)

Begin job on node20 on Sat Jan  6 10:48:13 UTC 2007


IDJOB= 224103
IDBENCH= 5708
FILE ID= node20/224103-1168080492

PBS_JOBID= 3476101

Free space on /tmp= 66544 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.5/rand-2-40-25-180-500-33_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/224103-1168080492/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node20/watcher-224103-1168080492 -o ROOT/results/node20/solver-224103-1168080492 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/224103-1168080492/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  99ca03af81338811d77d016dbff42039

RANDOM SEED= 158880509

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.216
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.216
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:       1751408 kB
Buffers:         40080 kB
Cached:         164920 kB
SwapCached:       4236 kB
Active:          85524 kB
Inactive:       150180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1751408 kB
SwapTotal:     4192956 kB
SwapFree:      4170284 kB
Dirty:            4092 kB
Writeback:           0 kB
Mapped:          44472 kB
Slab:            53868 kB
Committed_AS:  2863780 kB
PageTables:       2220 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= 66544 MiB



End job on node20 on Sat Jan  6 10:48:36 UTC 2007