Trace number 229077

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 8.30274 8.41099

DiagnosticValue
CHECKS49077152
NODES42749

General information on the benchmark

Nametightness/tightness0.35/
rand-2-40-16-250-350-19_ext.xml
MD5SUMd311083315b0da819371623aaae8ec05
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 benchmark2.17867
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints250
Maximum constraint arity2
Maximum domain size16
Number of constraints which are defined in extension250
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/229077-1168080933/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.39	     nbVariables=40  nbDomainTypes=1  minDomainSize=16  maxDomainSize=16
0.39	       =>  wckTime=0.094  cpuTime=0.08  mem=6M951
0.39	   
0.39	   relations being loaded...
0.46	   
0.46	   constraints being loaded...
0.56	     nbConstraints=250  nbRelationTypes=250  nbExtensionStructures=250  nbSharedExtensionStructures=0
0.56	     nbConflictsStructures=250  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1416  maxDegree=20
0.56	     maxArity=2
0.56	       =>  wckTime=0.267  cpuTime=0.19  mem=11M893
0.60	   
0.60	   solver IterativeSystematicSolver being built... 
0.74	       =>  wckTime=0.451  cpuTime=0.32  mem=13M735
0.75	   
0.75	   preprocessing
0.75	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.75	     detectedInconsistency=no
0.75	       =>  wckTime=0.0040  cpuTime=0.0  mem=13M735
0.79	   
0.79	   search
0.79	     run=0  nbConstraintChecks=17909  nbPropagations=359  nbRevisions=2813  nbUselessRevisions=2178  nbAssignments=24
0.79	     nbFailedAssignments=5  nbBacktracks=12  nbVisitedNodes=33  nbRestartNogoods=0  mapSize=5  nbInferences=0
0.79	     nbTooLargeKeys=0
0.79	       =>  wckTime=0.045  cpuTime=0.03  mem=14M710
0.81	   
0.81	   search
0.81	     run=1  nbConstraintChecks=55346  nbPropagations=1397  nbRevisions=12261  nbUselessRevisions=9387  nbAssignments=56
0.81	     nbFailedAssignments=15  nbBacktracks=30  nbVisitedNodes=86  nbRestartNogoods=2  mapSize=19  nbInferences=0
0.81	     nbTooLargeKeys=0
0.81	       =>  wckTime=0.068  cpuTime=0.04  mem=14M710
0.84	   
0.84	   search
0.84	     run=2  nbConstraintChecks=109268  nbPropagations=3357  nbRevisions=30961  nbUselessRevisions=23774
0.84	     nbAssignments=101  nbFailedAssignments=31  nbBacktracks=52  nbVisitedNodes=162  nbRestartNogoods=4  mapSize=40
0.84	     nbInferences=0  nbTooLargeKeys=0
0.84	       =>  wckTime=0.089  cpuTime=0.05  mem=14M710
0.85	   
0.85	   search
0.85	     run=3  nbConstraintChecks=176591  nbPropagations=6504  nbRevisions=61329  nbUselessRevisions=47024
0.85	     nbAssignments=162  nbFailedAssignments=53  nbBacktracks=85  nbVisitedNodes=265  nbRestartNogoods=7  mapSize=65
0.85	     nbInferences=0  nbTooLargeKeys=0
0.85	       =>  wckTime=0.105  cpuTime=0.07  mem=14M710
0.88	   
0.88	   search
0.88	     run=4  nbConstraintChecks=270074  nbPropagations=11336  nbRevisions=109203  nbUselessRevisions=83658
0.88	     nbAssignments=252  nbFailedAssignments=88  nbBacktracks=135  nbVisitedNodes=422  nbRestartNogoods=12  mapSize=105
0.88	     nbInferences=0  nbTooLargeKeys=0
0.88	       =>  wckTime=0.132  cpuTime=0.09  mem=14M710
0.91	   
0.91	   search
0.91	     run=5  nbConstraintChecks=395111  nbPropagations=18528  nbRevisions=180771  nbUselessRevisions=138047
0.91	     nbAssignments=386  nbFailedAssignments=140  nbBacktracks=212  nbVisitedNodes=650  nbRestartNogoods=16  mapSize=167
0.91	     nbInferences=0  nbTooLargeKeys=0
0.91	       =>  wckTime=0.162  cpuTime=0.12  mem=14M710
0.96	   
0.96	   search
0.96	     run=6  nbConstraintChecks=655618  nbPropagations=29755  nbRevisions=296765  nbUselessRevisions=226182
0.96	     nbAssignments=595  nbFailedAssignments=229  nbBacktracks=325  nbVisitedNodes=1022  nbRestartNogoods=19  mapSize=271
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.213  cpuTime=0.16  mem=14M710
1.02	   
1.02	   search
1.02	     run=7  nbConstraintChecks=964599  nbPropagations=46464  nbRevisions=469784  nbUselessRevisions=357438
1.02	     nbAssignments=874  nbFailedAssignments=333  nbBacktracks=497  nbVisitedNodes=1509  nbRestartNogoods=25  mapSize=413
1.02	     nbInferences=0  nbTooLargeKeys=0
1.02	       =>  wckTime=0.276  cpuTime=0.22  mem=14M710
1.12	   
1.12	   search
1.12	     run=8  nbConstraintChecks=1429400  nbPropagations=71504  nbRevisions=728535  nbUselessRevisions=553401
1.12	     nbAssignments=1294  nbFailedAssignments=492  nbBacktracks=754  nbVisitedNodes=2240  nbRestartNogoods=28
1.12	     mapSize=631  nbInferences=0  nbTooLargeKeys=0
1.12	       =>  wckTime=0.37  cpuTime=0.32  mem=14M710
1.26	   
1.26	   search
1.26	     run=9  nbConstraintChecks=2129427  nbPropagations=109139  nbRevisions=1118987  nbUselessRevisions=849428
1.26	     nbAssignments=1946  nbFailedAssignments=753  nbBacktracks=1138  nbVisitedNodes=3374  nbRestartNogoods=32
1.26	     mapSize=953  nbInferences=0  nbTooLargeKeys=0
1.26	       =>  wckTime=0.514  cpuTime=0.44  mem=14M710
1.29	   
1.29	   INFO : Stopping hyperNogood (mapSize=1011, nbTooLargekeys=0, mem=14M710)
1.47	   
1.47	   search
1.47	     run=10  nbConstraintChecks=3359977  nbPropagations=166915  nbRevisions=1731637  nbUselessRevisions=1312885
1.47	     nbAssignments=2994  nbFailedAssignments=1219  nbBacktracks=1715  nbVisitedNodes=5231  nbRestartNogoods=39
1.47	       =>  wckTime=0.722  cpuTime=0.64  mem=14M710
1.71	   
1.71	   search
1.71	     run=11  nbConstraintChecks=4894713  nbPropagations=251520  nbRevisions=2628441  nbUselessRevisions=1991757
1.71	     nbAssignments=4435  nbFailedAssignments=1790  nbBacktracks=2580  nbVisitedNodes=7719  nbRestartNogoods=49
1.71	       =>  wckTime=0.966  cpuTime=0.88  mem=14M710
2.12	   
2.12	   search
2.12	     run=12  nbConstraintChecks=7583084  nbPropagations=380526  nbRevisions=4007469  nbUselessRevisions=3035452
2.12	     nbAssignments=6702  nbFailedAssignments=2756  nbBacktracks=3878  nbVisitedNodes=11741  nbRestartNogoods=57
2.12	       =>  wckTime=1.371  cpuTime=1.28  mem=14M710
2.70	   
2.70	   search
2.70	     run=13  nbConstraintChecks=11434509  nbPropagations=575161  nbRevisions=6092178  nbUselessRevisions=4615889
2.70	     nbAssignments=10085  nbFailedAssignments=4188  nbBacktracks=5825  nbVisitedNodes=17727  nbRestartNogoods=69
2.70	       =>  wckTime=1.958  cpuTime=1.86  mem=14M710
3.57	   
3.57	   search
3.57	     run=14  nbConstraintChecks=17158450  nbPropagations=866789  nbRevisions=9211628  nbUselessRevisions=6981506
3.57	     nbAssignments=15008  nbFailedAssignments=6186  nbBacktracks=8745  nbVisitedNodes=26351  nbRestartNogoods=77
3.57	       =>  wckTime=2.823  cpuTime=2.72  mem=14M710
4.81	   
4.81	   search
4.81	     run=15  nbConstraintChecks=25308703  nbPropagations=1299387  nbRevisions=13824368  nbUselessRevisions=10476635
4.81	     nbAssignments=22329  nbFailedAssignments=9124  nbBacktracks=13123  nbVisitedNodes=39098  nbRestartNogoods=83
4.81	       =>  wckTime=4.066  cpuTime=3.95  mem=14M710
6.72	   
6.72	   search
6.72	     run=16  nbConstraintChecks=38098909  nbPropagations=1948365  nbRevisions=20746087  nbUselessRevisions=15723059
6.72	     nbAssignments=33297  nbFailedAssignments=13520  nbBacktracks=19691  nbVisitedNodes=58274  nbRestartNogoods=91
6.72	       =>  wckTime=5.976  cpuTime=5.85  mem=14M710
8.36	   
8.36	   search
8.36	     run=17  nbConstraintChecks=49077152  nbPropagations=2782011  nbRevisions=29640344  nbUselessRevisions=22464156
8.36	     nbAssignments=42749  nbFailedAssignments=17277  nbBacktracks=25387  nbVisitedNodes=74718  nbRestartNogoods=100
8.36	       =>  wckTime=7.616  cpuTime=7.48  mem=14M710
8.36	   
8.36	   global
8.36	     nbConstraintChecks=49077152  nbPropagations=2782051  nbRevisions=29640344  nbUselessRevisions=22464156
8.36	     nbRestartNogoods=100  solvingWckTime=7.617  solvingCpuTime=7.48  expiredTime=no  totalExploration=yes
8.36	     nbFoundSolutions=0  globalCpuTime=7.85
8.36	       =>  wckTime=8.07  cpuTime=7.8  mem=14M710
8.37	   
8.37	s UNSATISFIABLE
8.37	d NODES 42749
8.37	d CHECKS 49077152
8.37	   
8.37	   totalWckTime=8.147  totalCpuTime=7.85

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/node76/watcher-229077-1168080933 -o ROOT/results/node76/solver-229077-1168080933 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/229077-1168080933/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.12 0.55 0.88 3/85 32117
/proc/meminfo: memFree=1747152/2055888 swapFree=4096420/4096564
[pid=32116] ppid=32104 vsize=18544 CPUtime=0
/proc/32116/stat : 32116 (runsolver) R 32104 32116 32003 0 -1 4194368 18 0 0 0 0 0 0 0 18 0 1 0 156491989 18989056 280 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 206843737111 0 0 4096 24578 0 0 0 17 1 0 0
/proc/32116/statm: 4636 280 245 17 0 2626 0

[startup+0.103116 s]
/proc/loadavg: 0.12 0.55 0.88 3/85 32117
/proc/meminfo: memFree=1747152/2055888 swapFree=4096420/4096564
[pid=32116] ppid=32104 vsize=914992 CPUtime=0.08
/proc/32116/stat : 32116 (java) R 32104 32116 32003 0 -1 0 3045 0 1 0 7 1 0 0 24 0 8 0 156491989 936951808 2793 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072904547 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32116/statm: 228748 2793 1447 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914992

[startup+0.511195 s]
/proc/loadavg: 0.12 0.55 0.88 3/85 32117
/proc/meminfo: memFree=1747152/2055888 swapFree=4096420/4096564
[pid=32116] ppid=32104 vsize=915332 CPUtime=0.49
/proc/32116/stat : 32116 (java) R 32104 32116 32003 0 -1 0 6896 0 1 0 46 3 0 0 25 0 8 0 156491989 937299968 6637 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152815854 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32116/statm: 228833 6637 2146 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915332

[startup+1.33335 s]
/proc/loadavg: 0.12 0.55 0.88 3/92 32124
/proc/meminfo: memFree=1710872/2055888 swapFree=4096420/4096564
[pid=32116] ppid=32104 vsize=915456 CPUtime=1.3
/proc/32116/stat : 32116 (java) R 32104 32116 32003 0 -1 0 8589 0 1 0 125 5 0 0 25 0 8 0 156491989 937426944 8329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073793719 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32116/statm: 228864 8329 2514 14 0 215333 0
[pid=32116/tid=32118] ppid=32104 vsize=915456 CPUtime=0.02
/proc/32116/task/32118/stat : 32118 (java) S 32104 32116 32003 0 -1 64 241 0 0 0 2 0 0 0 16 0 8 0 156491993 937426944 8329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32116/tid=32119] ppid=32104 vsize=915456 CPUtime=0
/proc/32116/task/32119/stat : 32119 (java) S 32104 32116 32003 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156491993 937426944 8329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32116/tid=32120] ppid=32104 vsize=915456 CPUtime=0
/proc/32116/task/32120/stat : 32120 (java) S 32104 32116 32003 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156491993 937426944 8329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32116/tid=32121] ppid=32104 vsize=915456 CPUtime=0
/proc/32116/task/32121/stat : 32121 (java) S 32104 32116 32003 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156491996 937426944 8329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32116/tid=32122] ppid=32104 vsize=915456 CPUtime=0.19
/proc/32116/task/32122/stat : 32122 (java) S 32104 32116 32003 0 -1 64 383 0 0 0 19 0 0 0 16 0 8 0 156491996 937426944 8329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32116/tid=32123] ppid=32104 vsize=915456 CPUtime=0
/proc/32116/task/32123/stat : 32123 (java) S 32104 32116 32003 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156491996 937426944 8329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32116/tid=32124] ppid=32104 vsize=915456 CPUtime=0
/proc/32116/task/32124/stat : 32124 (java) S 32104 32116 32003 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156491996 937426944 8329 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915456

[startup+2.97267 s]
/proc/loadavg: 0.27 0.57 0.89 3/92 32124
/proc/meminfo: memFree=1710616/2055888 swapFree=4096420/4096564
[pid=32116] ppid=32104 vsize=915456 CPUtime=2.93
/proc/32116/stat : 32116 (java) R 32104 32116 32003 0 -1 0 8605 0 1 0 288 5 0 0 25 0 8 0 156491989 937426944 8343 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073778968 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32116/statm: 228864 8343 2514 14 0 215333 0
[pid=32116/tid=32118] ppid=32104 vsize=915456 CPUtime=0.02
/proc/32116/task/32118/stat : 32118 (java) S 32104 32116 32003 0 -1 64 241 0 0 0 2 0 0 0 17 0 8 0 156491993 937426944 8343 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32116/tid=32119] ppid=32104 vsize=915456 CPUtime=0
/proc/32116/task/32119/stat : 32119 (java) S 32104 32116 32003 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156491993 937426944 8343 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32116/tid=32120] ppid=32104 vsize=915456 CPUtime=0
/proc/32116/task/32120/stat : 32120 (java) S 32104 32116 32003 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156491993 937426944 8343 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32116/tid=32121] ppid=32104 vsize=915456 CPUtime=0
/proc/32116/task/32121/stat : 32121 (java) S 32104 32116 32003 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156491996 937426944 8343 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32116/tid=32122] ppid=32104 vsize=915456 CPUtime=0.21
/proc/32116/task/32122/stat : 32122 (java) S 32104 32116 32003 0 -1 64 388 0 0 0 20 1 0 0 15 0 8 0 156491996 937426944 8343 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32116/tid=32123] ppid=32104 vsize=915456 CPUtime=0
/proc/32116/task/32123/stat : 32123 (java) S 32104 32116 32003 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156491996 937426944 8343 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32116/tid=32124] ppid=32104 vsize=915456 CPUtime=0
/proc/32116/task/32124/stat : 32124 (java) S 32104 32116 32003 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156491996 937426944 8343 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915456

[startup+6.26132 s]
/proc/loadavg: 0.27 0.57 0.89 3/92 32124
/proc/meminfo: memFree=1710616/2055888 swapFree=4096420/4096564
[pid=32116] ppid=32104 vsize=915456 CPUtime=6.2
/proc/32116/stat : 32116 (java) R 32104 32116 32003 0 -1 0 8610 0 1 0 614 6 0 0 25 0 8 0 156491989 937426944 8348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073791319 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/32116/statm: 228864 8348 2514 14 0 215333 0
[pid=32116/tid=32118] ppid=32104 vsize=915456 CPUtime=0.02
/proc/32116/task/32118/stat : 32118 (java) S 32104 32116 32003 0 -1 64 241 0 0 0 2 0 0 0 16 0 8 0 156491993 937426944 8348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=32116/tid=32119] ppid=32104 vsize=915456 CPUtime=0
/proc/32116/task/32119/stat : 32119 (java) S 32104 32116 32003 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156491993 937426944 8348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32116/tid=32120] ppid=32104 vsize=915456 CPUtime=0
/proc/32116/task/32120/stat : 32120 (java) S 32104 32116 32003 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156491993 937426944 8348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32116/tid=32121] ppid=32104 vsize=915456 CPUtime=0
/proc/32116/task/32121/stat : 32121 (java) S 32104 32116 32003 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156491996 937426944 8348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32116/tid=32122] ppid=32104 vsize=915456 CPUtime=0.21
/proc/32116/task/32122/stat : 32122 (java) S 32104 32116 32003 0 -1 64 388 0 0 0 20 1 0 0 15 0 8 0 156491996 937426944 8348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32116/tid=32123] ppid=32104 vsize=915456 CPUtime=0
/proc/32116/task/32123/stat : 32123 (java) S 32104 32116 32003 0 -1 64 0 0 0 0 0 0 0 0 23 0 8 0 156491996 937426944 8348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=32116/tid=32124] ppid=32104 vsize=915456 CPUtime=0
/proc/32116/task/32124/stat : 32124 (java) S 32104 32116 32003 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156491996 937426944 8348 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 8.41099
CPU time (s): 8.30274
CPU user time (s): 8.23475
CPU system time (s): 0.067989
CPU usage (%): 98.7129
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.23475
system time used= 0.067989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8705
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= 1255
involuntary context switches= 1706

runsolver used 0.010998 s user time and 0.029995 s system time

The end

Launcher Data (download as text)

Begin job on node76 on Sat Jan  6 10:55:41 UTC 2007


IDJOB= 229077
IDBENCH= 6277
FILE ID= node76/229077-1168080933

PBS_JOBID= 3476185

Free space on /tmp= 66641 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.35/rand-2-40-16-250-350-19_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/229077-1168080933/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node76/watcher-229077-1168080933 -o ROOT/results/node76/solver-229077-1168080933 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/229077-1168080933/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  d311083315b0da819371623aaae8ec05

RANDOM SEED= 486936139

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.254
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	: 6006.17
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.254
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	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055888 kB
MemFree:       1760776 kB
Buffers:         22608 kB
Cached:         195876 kB
SwapCached:          0 kB
Active:          62792 kB
Inactive:       176192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055888 kB
LowFree:       1760776 kB
SwapTotal:     4096564 kB
SwapFree:      4096420 kB
Dirty:            1936 kB
Writeback:           0 kB
Mapped:          31064 kB
Slab:            42140 kB
Committed_AS:  5788260 kB
PageTables:       1660 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264388 kB
VmallocChunk: 536606243 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66640 MiB



End job on node76 on Sat Jan  6 10:56:00 UTC 2007