Trace number 223772

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 25.2592 25.4281

DiagnosticValue
CHECKS192572600
NODES152761

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-43_ext.xml
MD5SUM39c370cf5dacf33fbeebdad3c1e8acaa
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 benchmark11.1133
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.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/223772-1168080458/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.39	     nbVariables=40  nbDomainTypes=1  minDomainSize=25  maxDomainSize=25
0.39	       =>  wckTime=0.097  cpuTime=0.08  mem=6M951
0.39	   
0.39	   relations being loaded...
0.49	   
0.49	   constraints being loaded...
0.58	     nbConstraints=180  nbRelationTypes=180  nbExtensionStructures=180  nbSharedExtensionStructures=0
0.58	     nbConflictsStructures=180  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=14  maxArity=2
0.58	       =>  wckTime=0.292  cpuTime=0.22  mem=13M810
0.62	   
0.62	   solver IterativeSystematicSolver being built... 
0.77	       =>  wckTime=0.477  cpuTime=0.35  mem=13M748
0.78	   
0.78	   preprocessing
0.78	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.78	     detectedInconsistency=no
0.78	       =>  wckTime=0.0020  cpuTime=0.0  mem=13M748
0.82	   
0.82	   search
0.82	     run=0  nbConstraintChecks=35074  nbPropagations=550  nbRevisions=3789  nbUselessRevisions=2625  nbAssignments=26
0.82	     nbFailedAssignments=10  nbBacktracks=10  nbVisitedNodes=43  nbRestartNogoods=0  mapSize=8  nbInferences=0
0.82	     nbTooLargeKeys=0
0.82	       =>  wckTime=0.049  cpuTime=0.03  mem=14M724
0.84	   
0.84	   search
0.84	     run=1  nbConstraintChecks=65915  nbPropagations=1555  nbRevisions=11013  nbUselessRevisions=7664  nbAssignments=55
0.84	     nbFailedAssignments=19  nbBacktracks=25  nbVisitedNodes=86  nbRestartNogoods=3  mapSize=17  nbInferences=0
0.84	     nbTooLargeKeys=0
0.84	       =>  wckTime=0.064  cpuTime=0.04  mem=14M724
0.86	   
0.86	   search
0.86	     run=2  nbConstraintChecks=134469  nbPropagations=3568  nbRevisions=26374  nbUselessRevisions=18530
0.86	     nbAssignments=108  nbFailedAssignments=43  nbBacktracks=48  nbVisitedNodes=178  nbRestartNogoods=6  mapSize=38
0.86	     nbInferences=0  nbTooLargeKeys=0
0.86	       =>  wckTime=0.084  cpuTime=0.05  mem=14M724
0.88	   
0.88	   search
0.88	     run=3  nbConstraintChecks=219543  nbPropagations=6907  nbRevisions=51654  nbUselessRevisions=36265
0.88	     nbAssignments=171  nbFailedAssignments=68  nbBacktracks=82  nbVisitedNodes=287  nbRestartNogoods=8  mapSize=68
0.88	     nbInferences=0  nbTooLargeKeys=0
0.88	       =>  wckTime=0.103  cpuTime=0.07  mem=14M724
0.90	   
0.90	   search
0.90	     run=4  nbConstraintChecks=356882  nbPropagations=12433  nbRevisions=94055  nbUselessRevisions=65856
0.90	     nbAssignments=267  nbFailedAssignments=108  nbBacktracks=134  nbVisitedNodes=457  nbRestartNogoods=10  mapSize=115
0.90	     nbInferences=0  nbTooLargeKeys=0
0.90	       =>  wckTime=0.126  cpuTime=0.09  mem=14M724
0.92	   
0.92	   search
0.92	     run=5  nbConstraintChecks=478294  nbPropagations=20041  nbRevisions=151737  nbUselessRevisions=106092
0.92	     nbAssignments=389  nbFailedAssignments=150  nbBacktracks=209  nbVisitedNodes=656  nbRestartNogoods=12  mapSize=169
0.92	     nbInferences=0  nbTooLargeKeys=0
0.92	       =>  wckTime=0.15  cpuTime=0.11  mem=14M724
0.97	   
0.97	   search
0.97	     run=6  nbConstraintChecks=733520  nbPropagations=31586  nbRevisions=240231  nbUselessRevisions=167427
0.97	     nbAssignments=602  nbFailedAssignments=244  nbBacktracks=322  nbVisitedNodes=1015  nbRestartNogoods=16  mapSize=252
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.194  cpuTime=0.15  mem=14M724
1.03	   
1.03	   search
1.03	     run=7  nbConstraintChecks=1137380  nbPropagations=49541  nbRevisions=379798  nbUselessRevisions=264244
1.03	     nbAssignments=915  nbFailedAssignments=380  nbBacktracks=493  nbVisitedNodes=1567  nbRestartNogoods=24  mapSize=394
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.259  cpuTime=0.21  mem=14M724
1.13	   
1.13	   search
1.13	     run=8  nbConstraintChecks=1696130  nbPropagations=77105  nbRevisions=593524  nbUselessRevisions=412481
1.13	     nbAssignments=1389  nbFailedAssignments=591  nbBacktracks=750  nbVisitedNodes=2396  nbRestartNogoods=29
1.13	     mapSize=601  nbInferences=0  nbTooLargeKeys=0
1.13	       =>  wckTime=0.353  cpuTime=0.3  mem=14M724
1.27	   
1.27	   search
1.27	     run=9  nbConstraintChecks=2509924  nbPropagations=118695  nbRevisions=916891  nbUselessRevisions=636038
1.27	     nbAssignments=2101  nbFailedAssignments=913  nbBacktracks=1135  nbVisitedNodes=3648  nbRestartNogoods=39
1.27	     mapSize=916  nbInferences=0  nbTooLargeKeys=0
1.27	       =>  wckTime=0.492  cpuTime=0.43  mem=14M724
1.31	   
1.31	   INFO : Stopping hyperNogood (mapSize=1007, nbTooLargekeys=0, mem=14M724)
1.46	   
1.46	   search
1.46	     run=10  nbConstraintChecks=3794676  nbPropagations=182804  nbRevisions=1419424  nbUselessRevisions=984911
1.46	     nbAssignments=3213  nbFailedAssignments=1445  nbBacktracks=1712  nbVisitedNodes=5648  nbRestartNogoods=48
1.46	       =>  wckTime=0.687  cpuTime=0.61  mem=14M724
1.72	   
1.72	   search
1.72	     run=11  nbConstraintChecks=5677212  nbPropagations=278406  nbRevisions=2162848  nbUselessRevisions=1498691
1.72	     nbAssignments=4768  nbFailedAssignments=2132  nbBacktracks=2576  nbVisitedNodes=8369  nbRestartNogoods=59
1.72	       =>  wckTime=0.945  cpuTime=0.87  mem=14M724
2.17	   
2.17	   search
2.17	     run=12  nbConstraintChecks=9045137  nbPropagations=429554  nbRevisions=3345837  nbUselessRevisions=2315315
2.17	     nbAssignments=7359  nbFailedAssignments=3419  nbBacktracks=3873  nbVisitedNodes=13077  nbRestartNogoods=64
2.17	       =>  wckTime=1.399  cpuTime=1.32  mem=14M724
2.78	   
2.78	   search
2.78	     run=13  nbConstraintChecks=13695186  nbPropagations=654991  nbRevisions=5100851  nbUselessRevisions=3522811
2.78	     nbAssignments=10854  nbFailedAssignments=4962  nbBacktracks=5819  nbVisitedNodes=19255  nbRestartNogoods=73
2.78	       =>  wckTime=2.008  cpuTime=1.93  mem=14M724
3.69	   
3.69	   search
3.69	     run=14  nbConstraintChecks=20587141  nbPropagations=994588  nbRevisions=7760927  nbUselessRevisions=5357044
3.69	     nbAssignments=16363  nbFailedAssignments=7543  nbBacktracks=8742  nbVisitedNodes=29141  nbRestartNogoods=86
3.69	       =>  wckTime=2.919  cpuTime=2.84  mem=14M724
4.93	   
4.93	   search
4.93	     run=15  nbConstraintChecks=29904110  nbPropagations=1489632  nbRevisions=11612190  nbUselessRevisions=8009997
4.93	     nbAssignments=23926  nbFailedAssignments=10722  nbBacktracks=13121  nbVisitedNodes=42293  nbRestartNogoods=95
4.93	       =>  wckTime=4.16  cpuTime=4.08  mem=14M724
7.15	   
7.15	   search
7.15	     run=16  nbConstraintChecks=47703027  nbPropagations=2253005  nbRevisions=17627793  nbUselessRevisions=12157283
7.15	     nbAssignments=36660  nbFailedAssignments=16883  nbBacktracks=19689  nbVisitedNodes=65222  nbRestartNogoods=101
7.15	       =>  wckTime=6.376  cpuTime=6.29  mem=14M724
9.69	   
9.69	   search
9.69	     run=17  nbConstraintChecks=67663938  nbPropagations=3354116  nbRevisions=26205369  nbUselessRevisions=18057448
9.69	     nbAssignments=53542  nbFailedAssignments=23907  nbBacktracks=29542  nbVisitedNodes=94323  nbRestartNogoods=119
9.69	       =>  wckTime=8.914  cpuTime=8.81  mem=14M724
13.94	   
13.94	   search
13.94	     run=18  nbConstraintChecks=101445027  nbPropagations=5010544  nbRevisions=39118223  nbUselessRevisions=26947397
13.94	     nbAssignments=80400  nbFailedAssignments=35979  nbBacktracks=44322  nbVisitedNodes=141838  nbRestartNogoods=124
13.94	       =>  wckTime=13.167  cpuTime=13.03  mem=14M724
20.08	   
20.08	   search
20.08	     run=19  nbConstraintChecks=150107281  nbPropagations=7465000  nbRevisions=58147703  nbUselessRevisions=40030471
20.08	     nbAssignments=119447  nbFailedAssignments=52851  nbBacktracks=66490  nbVisitedNodes=210102  nbRestartNogoods=132
20.08	       =>  wckTime=19.304  cpuTime=19.11  mem=14M724
25.40	   
25.40	   search
25.40	     run=20  nbConstraintChecks=192572600  nbPropagations=10615886  nbRevisions=82562149  nbUselessRevisions=56807710
25.40	     nbAssignments=152761  nbFailedAssignments=67938  nbBacktracks=84718  nbVisitedNodes=269096  nbRestartNogoods=141
25.40	       =>  wckTime=24.632  cpuTime=24.4  mem=14M724
25.41	   
25.41	   global
25.41	     nbConstraintChecks=192572600  nbPropagations=10615926  nbRevisions=82562149  nbUselessRevisions=56807710
25.41	     nbRestartNogoods=141  solvingWckTime=24.634  solvingCpuTime=24.4  expiredTime=no  totalExploration=yes
25.41	     nbFoundSolutions=0  globalCpuTime=24.8
25.41	       =>  wckTime=25.114  cpuTime=24.75  mem=14M724
25.41	   
25.41	s UNSATISFIABLE
25.41	d NODES 152761
25.41	d CHECKS 192572600
25.41	   
25.41	   totalWckTime=25.19  totalCpuTime=24.8

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/node39/watcher-223772-1168080458 -o ROOT/results/node39/solver-223772-1168080458 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/223772-1168080458/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.42 1.03 1.51 3/68 20967
/proc/meminfo: memFree=1740016/2055920 swapFree=4192812/4192956
[pid=20966] ppid=20963 vsize=292 CPUtime=0
/proc/20966/stat : 20966 (java) R 20963 20966 20700 0 -1 0 226 0 0 0 0 0 0 0 18 0 1 0 156445583 299008 33 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 11047004 0 0 4096 0 0 0 0 17 1 0 0
/proc/20966/statm: 73 35 27 14 0 5 0

[startup+0.102712 s]
/proc/loadavg: 0.42 1.03 1.51 3/68 20967
/proc/meminfo: memFree=1740016/2055920 swapFree=4192812/4192956
[pid=20966] ppid=20963 vsize=914988 CPUtime=0.08
/proc/20966/stat : 20966 (java) R 20963 20966 20700 0 -1 0 3066 0 1 0 7 1 0 0 16 0 8 0 156445583 936947712 2812 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20966/statm: 228747 2813 1451 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.510744 s]
/proc/loadavg: 0.42 1.03 1.51 3/68 20967
/proc/meminfo: memFree=1740016/2055920 swapFree=4192812/4192956
[pid=20966] ppid=20963 vsize=915328 CPUtime=0.49
/proc/20966/stat : 20966 (java) R 20963 20966 20700 0 -1 0 7364 0 1 0 45 4 0 0 16 0 8 0 156445583 937295872 7103 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073606639 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20966/statm: 228832 7103 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33182 s]
/proc/loadavg: 0.42 1.03 1.51 2/75 20974
/proc/meminfo: memFree=1716472/2055920 swapFree=4192812/4192956
[pid=20966] ppid=20963 vsize=915452 CPUtime=1.32
/proc/20966/stat : 20966 (java) R 20963 20966 20700 0 -1 0 8647 0 1 0 127 5 0 0 17 0 8 0 156445583 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336169 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20966/statm: 228863 8385 2513 14 0 215333 0
[pid=20966/tid=20968] ppid=20963 vsize=915452 CPUtime=0.03
/proc/20966/task/20968/stat : 20968 (java) S 20963 20966 20700 0 -1 64 245 0 0 0 3 0 0 0 16 0 8 0 156445586 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=20966/tid=20969] ppid=20963 vsize=915452 CPUtime=0
/proc/20966/task/20969/stat : 20969 (java) S 20963 20966 20700 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156445587 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20966/tid=20970] ppid=20963 vsize=915452 CPUtime=0
/proc/20966/task/20970/stat : 20970 (java) S 20963 20966 20700 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156445587 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20966/tid=20971] ppid=20963 vsize=915452 CPUtime=0
/proc/20966/task/20971/stat : 20971 (java) S 20963 20966 20700 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156445590 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20966/tid=20972] ppid=20963 vsize=915452 CPUtime=0.19
/proc/20966/task/20972/stat : 20972 (java) S 20963 20966 20700 0 -1 64 382 0 0 0 19 0 0 0 16 0 8 0 156445590 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20966/tid=20973] ppid=20963 vsize=915452 CPUtime=0
/proc/20966/task/20973/stat : 20973 (java) S 20963 20966 20700 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156445590 937422848 8385 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20966/tid=20974] ppid=20963 vsize=915452 CPUtime=0
/proc/20966/task/20974/stat : 20974 (java) S 20963 20966 20700 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156445590 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.32
Current children cumulated vsize (KiB) 915452

[startup+2.96897 s]
/proc/loadavg: 0.42 1.03 1.51 2/75 20974
/proc/meminfo: memFree=1716408/2055920 swapFree=4192812/4192956
[pid=20966] ppid=20963 vsize=915452 CPUtime=2.95
/proc/20966/stat : 20966 (java) R 20963 20966 20700 0 -1 0 8652 0 1 0 290 5 0 0 18 0 8 0 156445583 937422848 8389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073786878 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20966/statm: 228863 8389 2513 14 0 215333 0
[pid=20966/tid=20968] ppid=20963 vsize=915452 CPUtime=0.03
/proc/20966/task/20968/stat : 20968 (java) S 20963 20966 20700 0 -1 64 245 0 0 0 3 0 0 0 16 0 8 0 156445586 937422848 8389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20966/tid=20969] ppid=20963 vsize=915452 CPUtime=0
/proc/20966/task/20969/stat : 20969 (java) S 20963 20966 20700 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156445587 937422848 8389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20966/tid=20970] ppid=20963 vsize=915452 CPUtime=0
/proc/20966/task/20970/stat : 20970 (java) S 20963 20966 20700 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156445587 937422848 8389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20966/tid=20971] ppid=20963 vsize=915452 CPUtime=0
/proc/20966/task/20971/stat : 20971 (java) S 20963 20966 20700 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156445590 937422848 8389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20966/tid=20972] ppid=20963 vsize=915452 CPUtime=0.2
/proc/20966/task/20972/stat : 20972 (java) S 20963 20966 20700 0 -1 64 386 0 0 0 20 0 0 0 16 0 8 0 156445590 937422848 8389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20966/tid=20973] ppid=20963 vsize=915452 CPUtime=0
/proc/20966/task/20973/stat : 20973 (java) S 20963 20966 20700 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156445590 937422848 8389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20966/tid=20974] ppid=20963 vsize=915452 CPUtime=0
/proc/20966/task/20974/stat : 20974 (java) S 20963 20966 20700 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156445590 937422848 8389 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915452

[startup+6.26527 s]
/proc/loadavg: 0.47 1.03 1.50 2/75 21007
/proc/meminfo: memFree=1713792/2055920 swapFree=4192812/4192956
[pid=20966] ppid=20963 vsize=915452 CPUtime=6.24
/proc/20966/stat : 20966 (java) R 20963 20966 20700 0 -1 0 8654 0 1 0 619 5 0 0 18 0 8 0 156445583 937422848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073838686 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20966/statm: 228863 8390 2513 14 0 215333 0
[pid=20966/tid=20968] ppid=20963 vsize=915452 CPUtime=0.03
/proc/20966/task/20968/stat : 20968 (java) S 20963 20966 20700 0 -1 64 245 0 0 0 3 0 0 0 16 0 8 0 156445586 937422848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20966/tid=20969] ppid=20963 vsize=915452 CPUtime=0
/proc/20966/task/20969/stat : 20969 (java) S 20963 20966 20700 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156445587 937422848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20966/tid=20970] ppid=20963 vsize=915452 CPUtime=0
/proc/20966/task/20970/stat : 20970 (java) S 20963 20966 20700 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156445587 937422848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20966/tid=20971] ppid=20963 vsize=915452 CPUtime=0
/proc/20966/task/20971/stat : 20971 (java) S 20963 20966 20700 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156445590 937422848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20966/tid=20972] ppid=20963 vsize=915452 CPUtime=0.2
/proc/20966/task/20972/stat : 20972 (java) S 20963 20966 20700 0 -1 64 387 0 0 0 20 0 0 0 16 0 8 0 156445590 937422848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20966/tid=20973] ppid=20963 vsize=915452 CPUtime=0
/proc/20966/task/20973/stat : 20973 (java) S 20963 20966 20700 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156445590 937422848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20966/tid=20974] ppid=20963 vsize=915452 CPUtime=0
/proc/20966/task/20974/stat : 20974 (java) S 20963 20966 20700 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156445590 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.24
Current children cumulated vsize (KiB) 915452

[startup+12.7299 s]
/proc/loadavg: 0.59 1.04 1.50 3/87 21019
/proc/meminfo: memFree=1689632/2055920 swapFree=4192812/4192956
[pid=20966] ppid=20963 vsize=915452 CPUtime=12.66
/proc/20966/stat : 20966 (java) R 20963 20966 20700 0 -1 0 8654 0 1 0 1260 6 0 0 25 0 8 0 156445583 937422848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073800879 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20966/statm: 228863 8390 2513 14 0 215333 0
[pid=20966/tid=20968] ppid=20963 vsize=915452 CPUtime=0.03
/proc/20966/task/20968/stat : 20968 (java) S 20963 20966 20700 0 -1 64 245 0 0 0 3 0 0 0 16 0 8 0 156445586 937422848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20966/tid=20969] ppid=20963 vsize=915452 CPUtime=0
/proc/20966/task/20969/stat : 20969 (java) S 20963 20966 20700 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 156445587 937422848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20966/tid=20970] ppid=20963 vsize=915452 CPUtime=0
/proc/20966/task/20970/stat : 20970 (java) S 20963 20966 20700 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156445587 937422848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20966/tid=20971] ppid=20963 vsize=915452 CPUtime=0
/proc/20966/task/20971/stat : 20971 (java) S 20963 20966 20700 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156445590 937422848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20966/tid=20972] ppid=20963 vsize=915452 CPUtime=0.2
/proc/20966/task/20972/stat : 20972 (java) S 20963 20966 20700 0 -1 64 387 0 0 0 20 0 0 0 16 0 8 0 156445590 937422848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20966/tid=20973] ppid=20963 vsize=915452 CPUtime=0
/proc/20966/task/20973/stat : 20973 (java) S 20963 20966 20700 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156445590 937422848 8390 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20966/tid=20974] ppid=20963 vsize=915452 CPUtime=0
/proc/20966/task/20974/stat : 20974 (java) S 20963 20966 20700 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156445590 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.66
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 25.4281
CPU time (s): 25.2592
CPU user time (s): 25.1892
CPU system time (s): 0.069989
CPU usage (%): 99.3357
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.1892
system time used= 0.069989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8739
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= 1259
involuntary context switches= 971

runsolver used 0.029995 s user time and 0.070989 s system time

The end

Launcher Data (download as text)

Begin job on node39 on Sat Jan  6 10:47:38 UTC 2007


IDJOB= 223772
IDBENCH= 5678
FILE ID= node39/223772-1168080458

PBS_JOBID= 3476098

Free space on /tmp= 66531 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  39c370cf5dacf33fbeebdad3c1e8acaa

RANDOM SEED= 834390469

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.236
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.236
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:       1740624 kB
Buffers:         26984 kB
Cached:         197348 kB
SwapCached:          0 kB
Active:          68748 kB
Inactive:       175740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1740624 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2080 kB
Writeback:           0 kB
Mapped:          30340 kB
Slab:            56604 kB
Committed_AS:  2983880 kB
PageTables:       1620 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= 66529 MiB



End job on node39 on Sat Jan  6 10:48:06 UTC 2007