Trace number 227994

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 8.34773 8.41938

DiagnosticValue
CHECKS36192020
NODES44785

General information on the benchmark

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

Solver Data (download as text)

0.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/227994-1168080840/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=40  nbDomainTypes=1  minDomainSize=11  maxDomainSize=11
0.42	       =>  wckTime=0.1  cpuTime=0.1  mem=6M951
0.42	   
0.42	   relations being loaded...
0.51	   
0.51	   constraints being loaded...
0.62	     nbConstraints=414  nbRelationTypes=414  nbExtensionStructures=414  nbSharedExtensionStructures=0
0.62	     nbConflictsStructures=414  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=8216  maxDegree=29
0.62	     maxArity=2
0.62	       =>  wckTime=0.301  cpuTime=0.22  mem=10M852
0.66	   
0.66	   solver IterativeSystematicSolver being built... 
0.82	       =>  wckTime=0.499  cpuTime=0.35  mem=13M696
0.83	   
0.83	   preprocessing
0.83	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.83	     detectedInconsistency=no
0.83	       =>  wckTime=0.0080  cpuTime=0.01  mem=13M696
0.87	   
0.87	   search
0.87	     run=0  nbConstraintChecks=20490  nbPropagations=461  nbRevisions=5057  nbUselessRevisions=4084  nbAssignments=27
0.87	     nbFailedAssignments=10  nbBacktracks=11  nbVisitedNodes=43  nbRestartNogoods=0  mapSize=11  nbInferences=0
0.87	     nbTooLargeKeys=0
0.87	       =>  wckTime=0.05  cpuTime=0.03  mem=14M671
0.89	   
0.89	   search
0.89	     run=1  nbConstraintChecks=50562  nbPropagations=1516  nbRevisions=17943  nbUselessRevisions=14632  nbAssignments=64
0.89	     nbFailedAssignments=23  nbBacktracks=26  nbVisitedNodes=104  nbRestartNogoods=1  mapSize=25  nbInferences=0
0.89	     nbTooLargeKeys=0
0.89	       =>  wckTime=0.075  cpuTime=0.05  mem=14M671
0.91	   
0.91	   search
0.91	     run=2  nbConstraintChecks=78138  nbPropagations=3147  nbRevisions=37881  nbUselessRevisions=30972
0.91	     nbAssignments=104  nbFailedAssignments=32  nbBacktracks=48  nbVisitedNodes=161  nbRestartNogoods=6  mapSize=39
0.91	     nbInferences=0  nbTooLargeKeys=0
0.91	       =>  wckTime=0.095  cpuTime=0.06  mem=14M671
0.93	   
0.93	   search
0.93	     run=3  nbConstraintChecks=124520  nbPropagations=5669  nbRevisions=69941  nbUselessRevisions=57245
0.93	     nbAssignments=163  nbFailedAssignments=50  nbBacktracks=82  nbVisitedNodes=256  nbRestartNogoods=9  mapSize=64
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.111  cpuTime=0.07  mem=14M671
0.95	   
0.95	   search
0.95	     run=4  nbConstraintChecks=181099  nbPropagations=9428  nbRevisions=118413  nbUselessRevisions=97275
0.95	     nbAssignments=253  nbFailedAssignments=77  nbBacktracks=135  nbVisitedNodes=400  nbRestartNogoods=13  mapSize=106
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.131  cpuTime=0.09  mem=14M671
0.99	   
0.99	   search
0.99	     run=5  nbConstraintChecks=287395  nbPropagations=15146  nbRevisions=194107  nbUselessRevisions=159394
0.99	     nbAssignments=382  nbFailedAssignments=124  nbBacktracks=210  nbVisitedNodes=614  nbRestartNogoods=18  mapSize=163
0.99	     nbInferences=0  nbTooLargeKeys=0
0.99	       =>  wckTime=0.166  cpuTime=0.12  mem=14M671
1.03	   
1.03	   search
1.03	     run=6  nbConstraintChecks=451164  nbPropagations=23797  nbRevisions=313664  nbUselessRevisions=257766
1.03	     nbAssignments=570  nbFailedAssignments=191  nbBacktracks=323  nbVisitedNodes=934  nbRestartNogoods=23  mapSize=257
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.213  cpuTime=0.16  mem=14M671
1.09	   
1.09	   search
1.09	     run=7  nbConstraintChecks=658421  nbPropagations=36171  nbRevisions=487958  nbUselessRevisions=401166
1.09	     nbAssignments=830  nbFailedAssignments=275  nbBacktracks=493  nbVisitedNodes=1355  nbRestartNogoods=27  mapSize=379
1.09	     nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.272  cpuTime=0.22  mem=14M671
1.19	   
1.19	   search
1.19	     run=8  nbConstraintChecks=963271  nbPropagations=54349  nbRevisions=747165  nbUselessRevisions=615169
1.19	     nbAssignments=1236  nbFailedAssignments=416  nbBacktracks=749  nbVisitedNodes=2024  nbRestartNogoods=33
1.19	     mapSize=579  nbInferences=0  nbTooLargeKeys=0
1.19	       =>  wckTime=0.372  cpuTime=0.31  mem=14M671
1.33	   
1.33	   search
1.33	     run=9  nbConstraintChecks=1461757  nbPropagations=81375  nbRevisions=1145594  nbUselessRevisions=946252
1.33	     nbAssignments=1824  nbFailedAssignments=613  nbBacktracks=1134  nbVisitedNodes=3009  nbRestartNogoods=41
1.33	     mapSize=882  nbInferences=0  nbTooLargeKeys=0
1.33	       =>  wckTime=0.51  cpuTime=0.43  mem=14M671
1.38	   
1.38	   INFO : Stopping hyperNogood (mapSize=1022, nbTooLargekeys=0, mem=14M671)
1.49	   
1.49	   search
1.49	     run=10  nbConstraintChecks=2076282  nbPropagations=120046  nbRevisions=1721701  nbUselessRevisions=1426616
1.49	     nbAssignments=2685  nbFailedAssignments=891  nbBacktracks=1712  nbVisitedNodes=4424  nbRestartNogoods=48
1.49	       =>  wckTime=0.67  cpuTime=0.57  mem=14M671
1.73	   
1.73	   search
1.73	     run=11  nbConstraintChecks=3156828  nbPropagations=178311  nbRevisions=2583528  nbUselessRevisions=2141953
1.73	     nbAssignments=4012  nbFailedAssignments=1347  nbBacktracks=2578  nbVisitedNodes=6645  nbRestartNogoods=55
1.73	       =>  wckTime=0.907  cpuTime=0.81  mem=14M671
2.03	   
2.03	   search
2.03	     run=12  nbConstraintChecks=4535031  nbPropagations=262619  nbRevisions=3829199  nbUselessRevisions=3176369
2.03	     nbAssignments=5924  nbFailedAssignments=1957  nbBacktracks=3877  nbVisitedNodes=9770  nbRestartNogoods=61
2.03	       =>  wckTime=1.214  cpuTime=1.12  mem=14M671
2.51	   
2.51	   search
2.51	     run=13  nbConstraintChecks=6797381  nbPropagations=388286  nbRevisions=5693754  nbUselessRevisions=4727110
2.51	     nbAssignments=8755  nbFailedAssignments=2836  nbBacktracks=5823  nbVisitedNodes=14474  nbRestartNogoods=64
2.51	       =>  wckTime=1.686  cpuTime=1.58  mem=14M671
3.21	   
3.21	   search
3.21	     run=14  nbConstraintChecks=10313409  nbPropagations=578272  nbRevisions=8509240  nbUselessRevisions=7065145
3.21	     nbAssignments=13096  nbFailedAssignments=4254  nbBacktracks=8742  nbVisitedNodes=21678  nbRestartNogoods=71
3.21	       =>  wckTime=2.387  cpuTime=2.28  mem=14M671
4.32	   
4.32	   search
4.32	     run=15  nbConstraintChecks=15903781  nbPropagations=868653  nbRevisions=12852645  nbUselessRevisions=10675900
4.32	     nbAssignments=19810  nbFailedAssignments=6582  nbBacktracks=13120  nbVisitedNodes=32984  nbRestartNogoods=79
4.32	       =>  wckTime=3.496  cpuTime=3.39  mem=14M671
5.85	   
5.85	   search
5.85	     run=16  nbConstraintChecks=23531741  nbPropagations=1299878  nbRevisions=19304268  nbUselessRevisions=16044232
5.85	     nbAssignments=29551  nbFailedAssignments=9747  nbBacktracks=19689  nbVisitedNodes=49117  nbRestartNogoods=90
5.85	       =>  wckTime=5.028  cpuTime=4.93  mem=14M671
8.35	   
8.35	   search
8.35	     run=17  nbConstraintChecks=36076187  nbPropagations=1956223  nbRevisions=29185794  nbUselessRevisions=24276044
8.35	     nbAssignments=44622  nbFailedAssignments=14959  nbBacktracks=29542  nbVisitedNodes=74503  nbRestartNogoods=105
8.35	       =>  wckTime=7.527  cpuTime=7.43  mem=14M671
8.37	   
8.37	   search
8.37	     run=18  nbConstraintChecks=36192020  nbPropagations=2614661  nbRevisions=39096753  nbUselessRevisions=32531857
8.37	     nbAssignments=44785  nbFailedAssignments=15000  nbBacktracks=29624  nbVisitedNodes=74754  nbRestartNogoods=116
8.37	       =>  wckTime=7.553  cpuTime=7.45  mem=14M671
8.37	   
8.37	   global
8.37	     nbConstraintChecks=36192020  nbPropagations=2614701  nbRevisions=39096753  nbUselessRevisions=32531857
8.37	     nbRestartNogoods=116  solvingWckTime=7.553  solvingCpuTime=7.45  expiredTime=no  totalExploration=no
8.37	     nbFoundSolutions=1  globalCpuTime=7.84
8.37	       =>  wckTime=8.055  cpuTime=7.8  mem=14M671
8.37	   
8.37	s SATISFIABLE
8.37	v 6 1 0 1 2 5 0 10 5 9 3 9 8 7 3 4 4 2 2 4 7 5 0 2 2 9 4 8 2 10 6 7 4 5 3 6 4 2 3 6 
8.37	d NODES 44785
8.37	d CHECKS 36192020
8.37	   
8.38	   totalWckTime=8.136  totalCpuTime=7.85

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/node72/watcher-227994-1168080840 -o ROOT/results/node72/solver-227994-1168080840 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/227994-1168080840/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.14 0.77 1.39 4/86 1917
/proc/meminfo: memFree=1445824/2055920 swapFree=4192812/4192956
[pid=1916] ppid=1914 vsize=1788 CPUtime=0
/proc/1916/stat : 1916 (java) R 1914 1916 1655 0 -1 0 190 0 0 0 0 0 0 0 21 0 1 0 156494459 1830912 159 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/1916/statm: 446 158 123 14 0 91 0

[startup+0.108595 s]
/proc/loadavg: 0.14 0.77 1.39 4/86 1917
/proc/meminfo: memFree=1445824/2055920 swapFree=4192812/4192956
[pid=1916] ppid=1914 vsize=914988 CPUtime=0.08
/proc/1916/stat : 1916 (java) S 1914 1916 1655 0 -1 0 2996 0 1 0 7 1 0 0 17 0 8 0 156494459 936947712 2742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1916/statm: 228747 2742 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.51663 s]
/proc/loadavg: 0.14 0.77 1.39 4/86 1917
/proc/meminfo: memFree=1445824/2055920 swapFree=4192812/4192956
[pid=1916] ppid=1914 vsize=915328 CPUtime=0.49
/proc/1916/stat : 1916 (java) R 1914 1916 1655 0 -1 0 6415 0 1 0 45 4 0 0 20 0 8 0 156494459 937295872 6154 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152161465 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1916/statm: 228832 6154 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.34117 s]
/proc/loadavg: 0.14 0.77 1.39 3/100 1932
/proc/meminfo: memFree=1399504/2055920 swapFree=4192812/4192956
[pid=1916] ppid=1914 vsize=915456 CPUtime=1.3
/proc/1916/stat : 1916 (java) R 1914 1916 1655 0 -1 0 8575 0 1 0 124 6 0 0 25 0 8 0 156494459 937426944 8313 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/1916/statm: 228864 8313 2513 14 0 215334 0
[pid=1916/tid=1922] ppid=1914 vsize=915456 CPUtime=0.03
/proc/1916/task/1922/stat : 1922 (java) S 1914 1916 1655 0 -1 64 228 0 0 0 3 0 0 0 16 0 8 0 156494463 937426944 8313 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1916/tid=1923] ppid=1914 vsize=915456 CPUtime=0
/proc/1916/task/1923/stat : 1923 (java) S 1914 1916 1655 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156494464 937426944 8313 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1916/tid=1924] ppid=1914 vsize=915456 CPUtime=0
/proc/1916/task/1924/stat : 1924 (java) S 1914 1916 1655 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156494464 937426944 8313 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1916/tid=1929] ppid=1914 vsize=915456 CPUtime=0
/proc/1916/task/1929/stat : 1929 (java) S 1914 1916 1655 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156494467 937426944 8313 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1916/tid=1930] ppid=1914 vsize=915456 CPUtime=0.23
/proc/1916/task/1930/stat : 1930 (java) S 1914 1916 1655 0 -1 64 385 0 0 0 22 1 0 0 15 0 8 0 156494467 937426944 8313 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1916/tid=1931] ppid=1914 vsize=915456 CPUtime=0
/proc/1916/task/1931/stat : 1931 (java) S 1914 1916 1655 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156494467 937426944 8313 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1916/tid=1932] ppid=1914 vsize=915456 CPUtime=0
/proc/1916/task/1932/stat : 1932 (java) S 1914 1916 1655 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156494467 937426944 8313 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) 915456

[startup+2.99385 s]
/proc/loadavg: 0.14 0.77 1.39 2/88 1932
/proc/meminfo: memFree=1423088/2055920 swapFree=4192812/4192956
[pid=1916] ppid=1914 vsize=915456 CPUtime=2.95
/proc/1916/stat : 1916 (java) R 1914 1916 1655 0 -1 0 8596 0 1 0 288 7 0 0 25 0 8 0 156494459 937426944 8333 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073811526 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1916/statm: 228864 8333 2513 14 0 215334 0
[pid=1916/tid=1922] ppid=1914 vsize=915456 CPUtime=0.03
/proc/1916/task/1922/stat : 1922 (java) S 1914 1916 1655 0 -1 64 228 0 0 0 3 0 0 0 16 0 8 0 156494463 937426944 8333 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1916/tid=1923] ppid=1914 vsize=915456 CPUtime=0
/proc/1916/task/1923/stat : 1923 (java) S 1914 1916 1655 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156494464 937426944 8333 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1916/tid=1924] ppid=1914 vsize=915456 CPUtime=0
/proc/1916/task/1924/stat : 1924 (java) S 1914 1916 1655 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156494464 937426944 8333 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1916/tid=1929] ppid=1914 vsize=915456 CPUtime=0
/proc/1916/task/1929/stat : 1929 (java) S 1914 1916 1655 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156494467 937426944 8333 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1916/tid=1930] ppid=1914 vsize=915456 CPUtime=0.24
/proc/1916/task/1930/stat : 1930 (java) S 1914 1916 1655 0 -1 64 390 0 0 0 23 1 0 0 16 0 8 0 156494467 937426944 8333 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1916/tid=1931] ppid=1914 vsize=915456 CPUtime=0
/proc/1916/task/1931/stat : 1931 (java) S 1914 1916 1655 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156494467 937426944 8333 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1916/tid=1932] ppid=1914 vsize=915456 CPUtime=0
/proc/1916/task/1932/stat : 1932 (java) S 1914 1916 1655 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156494467 937426944 8333 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915456

[startup+6.2762 s]
/proc/loadavg: 0.21 0.77 1.39 2/88 1932
/proc/meminfo: memFree=1423088/2055920 swapFree=4192812/4192956
[pid=1916] ppid=1914 vsize=915456 CPUtime=6.23
/proc/1916/stat : 1916 (java) R 1914 1916 1655 0 -1 0 8605 0 1 0 616 7 0 0 25 0 8 0 156494459 937426944 8341 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073796122 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/1916/statm: 228864 8341 2513 14 0 215334 0
[pid=1916/tid=1922] ppid=1914 vsize=915456 CPUtime=0.03
/proc/1916/task/1922/stat : 1922 (java) S 1914 1916 1655 0 -1 64 228 0 0 0 3 0 0 0 16 0 8 0 156494463 937426944 8341 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=1916/tid=1923] ppid=1914 vsize=915456 CPUtime=0
/proc/1916/task/1923/stat : 1923 (java) S 1914 1916 1655 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156494464 937426944 8341 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1916/tid=1924] ppid=1914 vsize=915456 CPUtime=0
/proc/1916/task/1924/stat : 1924 (java) S 1914 1916 1655 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156494464 937426944 8341 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1916/tid=1929] ppid=1914 vsize=915456 CPUtime=0
/proc/1916/task/1929/stat : 1929 (java) S 1914 1916 1655 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156494467 937426944 8341 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1916/tid=1930] ppid=1914 vsize=915456 CPUtime=0.24
/proc/1916/task/1930/stat : 1930 (java) S 1914 1916 1655 0 -1 64 390 0 0 0 23 1 0 0 16 0 8 0 156494467 937426944 8341 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1916/tid=1931] ppid=1914 vsize=915456 CPUtime=0
/proc/1916/task/1931/stat : 1931 (java) S 1914 1916 1655 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 156494467 937426944 8341 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=1916/tid=1932] ppid=1914 vsize=915456 CPUtime=0
/proc/1916/task/1932/stat : 1932 (java) S 1914 1916 1655 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156494467 937426944 8341 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 8.41938
CPU time (s): 8.34773
CPU user time (s): 8.26774
CPU system time (s): 0.079987
CPU usage (%): 99.1489
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.26774
system time used= 0.079987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8698
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= 1269
involuntary context switches= 1460

runsolver used 0.018997 s user time and 0.028995 s system time

The end

Launcher Data (download as text)

Begin job on node72 on Sat Jan  6 10:54:10 UTC 2007


IDJOB= 227994
IDBENCH= 6144
FILE ID= node72/227994-1168080840

PBS_JOBID= 3476176

Free space on /tmp= 66551 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  c8909460f94d8e661e359cb0f138126f

RANDOM SEED= 494832511

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.223
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.223
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:       1447304 kB
Buffers:         42088 kB
Cached:         446084 kB
SwapCached:          0 kB
Active:         150520 kB
Inactive:       385888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1447304 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3572 kB
Writeback:           0 kB
Mapped:          67168 kB
Slab:            57220 kB
Committed_AS:  2618588 kB
PageTables:       2112 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= 66550 MiB



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