Trace number 218097

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 82.9464 83.7668

DiagnosticValue
CHECKS69192040
NODES73480

General information on the benchmark

Namerandom/rand-3-20-20/
rand-3-20-20-60-632-1_ext.xml
MD5SUM63fc55ad75961bae7c06211413bc4c18
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark14.5298
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables20
Number of constraints60
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension60
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=mac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/218097-1168079537/unknown.xml
0.38	   
0.38	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.42	     nbVariables=20  nbDomainTypes=1  minDomainSize=20  maxDomainSize=20
0.42	       =>  wckTime=0.099  cpuTime=0.08  mem=6M951
0.42	   
0.42	   relations being loaded...
0.70	   
0.70	   constraints being loaded...
0.87	     nbConstraints=60  nbRelationTypes=60  nbExtensionStructures=60  nbSharedExtensionStructures=0
0.87	     nbConflictsStructures=60  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=16  maxArity=3
0.87	       =>  wckTime=0.55  cpuTime=0.49  mem=44M564
0.95	   
0.95	   solver IterativeSystematicSolver being built... 
1.12	       =>  wckTime=0.796  cpuTime=0.64  mem=21M668
1.12	   
1.13	   preprocessing
1.13	     nbConstraintChecks=0  nbPropagations=20  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.13	     detectedInconsistency=no
1.13	       =>  wckTime=0.0020  cpuTime=0.0  mem=21M668
1.24	   
1.24	   search
1.24	     run=0  nbConstraintChecks=30508  nbValidityChecks=55445  nbPropagations=452  nbRevisions=4328
1.24	     nbUselessRevisions=3265  nbAssignments=40  nbFailedAssignments=24  nbBacktracks=10  nbVisitedNodes=72
1.24	     nbRestartNogoods=0  mapSize=10  nbInferences=0  nbTooLargeKeys=0
1.24	       =>  wckTime=0.119  cpuTime=0.08  mem=21M668
1.30	   
1.30	   search
1.30	     run=1  nbConstraintChecks=64033  nbValidityChecks=118966  nbPropagations=1309  nbRevisions=13393
1.30	     nbUselessRevisions=10282  nbAssignments=80  nbFailedAssignments=45  nbBacktracks=25  nbVisitedNodes=142
1.30	     nbRestartNogoods=7  mapSize=22  nbInferences=0  nbTooLargeKeys=0
1.30	       =>  wckTime=0.18  cpuTime=0.13  mem=21M668
1.41	   
1.41	   search
1.41	     run=2  nbConstraintChecks=132258  nbValidityChecks=254453  nbPropagations=3232  nbRevisions=32332
1.41	     nbUselessRevisions=24598  nbAssignments=176  nbFailedAssignments=114  nbBacktracks=49  nbVisitedNodes=326
1.41	     nbRestartNogoods=12  mapSize=44  nbInferences=0  nbTooLargeKeys=0
1.41	       =>  wckTime=0.286  cpuTime=0.22  mem=21M668
1.59	   
1.59	   search
1.59	     run=3  nbConstraintChecks=263237  nbValidityChecks=518608  nbPropagations=6733  nbRevisions=71085
1.59	     nbUselessRevisions=54129  nbAssignments=320  nbFailedAssignments=221  nbBacktracks=84  nbVisitedNodes=605
1.59	     nbRestartNogoods=15  mapSize=79  nbInferences=0  nbTooLargeKeys=0
1.59	       =>  wckTime=0.466  cpuTime=0.4  mem=21M668
1.76	   
1.76	   search
1.76	     run=4  nbConstraintChecks=393993  nbValidityChecks=778243  nbPropagations=12191  nbRevisions=129580
1.76	     nbUselessRevisions=98336  nbAssignments=511  nbFailedAssignments=357  nbBacktracks=135  nbVisitedNodes=963
1.76	     nbRestartNogoods=16  mapSize=129  nbInferences=0  nbTooLargeKeys=0
1.76	       =>  wckTime=0.639  cpuTime=0.56  mem=21M668
1.97	   
1.97	   search
1.97	     run=5  nbConstraintChecks=553860  nbValidityChecks=1086142  nbPropagations=19805  nbRevisions=211998
1.97	     nbUselessRevisions=161115  nbAssignments=678  nbFailedAssignments=444  nbBacktracks=211  nbVisitedNodes=1270
1.97	     nbRestartNogoods=20  mapSize=193  nbInferences=0  nbTooLargeKeys=0
1.97	       =>  wckTime=0.851  cpuTime=0.77  mem=21M668
2.35	   
2.35	   search
2.35	     run=6  nbConstraintChecks=851588  nbValidityChecks=1667427  nbPropagations=31789  nbRevisions=337842
2.35	     nbUselessRevisions=256261  nbAssignments=1055  nbFailedAssignments=705  nbBacktracks=324  nbVisitedNodes=1981
2.35	     nbRestartNogoods=28  mapSize=295  nbInferences=0  nbTooLargeKeys=0
2.35	       =>  wckTime=1.231  cpuTime=1.14  mem=21M668
3.00	   
3.00	   search
3.00	     run=7  nbConstraintChecks=1331440  nbValidityChecks=2617067  nbPropagations=49743  nbRevisions=535562
3.00	     nbUselessRevisions=407050  nbAssignments=1530  nbFailedAssignments=1005  nbBacktracks=495  nbVisitedNodes=2893
3.00	     nbRestartNogoods=33  mapSize=459  nbInferences=0  nbTooLargeKeys=0
3.00	       =>  wckTime=1.882  cpuTime=1.76  mem=21M668
3.79	   
3.79	   search
3.79	     run=8  nbConstraintChecks=1966603  nbValidityChecks=3854184  nbPropagations=76308  nbRevisions=827635
3.79	     nbUselessRevisions=629811  nbAssignments=2286  nbFailedAssignments=1500  nbBacktracks=751  nbVisitedNodes=4326
3.79	     nbRestartNogoods=40  mapSize=700  nbInferences=0  nbTooLargeKeys=0
3.79	       =>  wckTime=2.674  cpuTime=2.54  mem=21M668
5.01	   
5.01	   INFO : Stopping hyperNogood (mapSize=1026, nbTooLargekeys=0, mem=22M635)
5.11	   
5.11	   search
5.11	     run=9  nbConstraintChecks=3045984  nbValidityChecks=5964471  nbPropagations=118617  nbRevisions=1280933
5.11	     nbUselessRevisions=972573  nbAssignments=3631  nbFailedAssignments=2457  nbBacktracks=1136  nbVisitedNodes=6899
5.11	     nbRestartNogoods=56
5.11	       =>  wckTime=3.99  cpuTime=3.84  mem=22M635
7.32	   
7.32	   search
7.32	     run=10  nbConstraintChecks=4894137  nbValidityChecks=9485979  nbPropagations=181593  nbRevisions=1995449
7.32	     nbUselessRevisions=1520966  nbAssignments=5371  nbFailedAssignments=3619  nbBacktracks=1712  nbVisitedNodes=10249
7.32	     nbRestartNogoods=62
7.32	       =>  wckTime=6.2  cpuTime=6.02  mem=22M635
9.96	   
9.96	   search
9.96	     run=11  nbConstraintChecks=7101487  nbValidityChecks=13864061  nbPropagations=278317  nbRevisions=3044894
9.96	     nbUselessRevisions=2318469  nbAssignments=8259  nbFailedAssignments=5639  nbBacktracks=2577  nbVisitedNodes=15771
9.96	     nbRestartNogoods=69
9.96	       =>  wckTime=8.842  cpuTime=8.64  mem=22M635
14.66	   
14.66	   search
14.66	     run=12  nbConstraintChecks=10952524  nbValidityChecks=21274545  nbPropagations=420374  nbRevisions=4651839
14.66	     nbUselessRevisions=3549673  nbAssignments=11848  nbFailedAssignments=7926  nbBacktracks=3874  nbVisitedNodes=22652
14.66	     nbRestartNogoods=77
14.66	       =>  wckTime=13.54  cpuTime=13.29  mem=22M635
20.63	   
20.63	   search
20.63	     run=13  nbConstraintChecks=15912199  nbValidityChecks=31028089  nbPropagations=635373  nbRevisions=6990768
20.63	     nbUselessRevisions=5326786  nbAssignments=18112  nbFailedAssignments=12241  nbBacktracks=5820  nbVisitedNodes=34591
20.63	     nbRestartNogoods=91
20.63	       =>  wckTime=19.511  cpuTime=19.2  mem=22M635
30.89	   
30.89	   search
30.89	     run=14  nbConstraintChecks=24360291  nbValidityChecks=47375429  nbPropagations=954052  nbRevisions=10537244
30.89	     nbUselessRevisions=8033608  nbAssignments=26517  nbFailedAssignments=17723  nbBacktracks=8740  nbVisitedNodes=50681
30.89	     nbRestartNogoods=112
30.89	       =>  wckTime=29.775  cpuTime=29.37  mem=22M635
47.26	   
47.27	   search
47.27	     run=15  nbConstraintChecks=38372571  nbValidityChecks=74590513  nbPropagations=1447593  nbRevisions=16087235
47.27	     nbUselessRevisions=12281004  nbAssignments=41241  nbFailedAssignments=28066  nbBacktracks=13118
47.27	     nbVisitedNodes=79214  nbRestartNogoods=120
47.27	       =>  wckTime=46.146  cpuTime=45.59  mem=22M635
72.47	   
72.47	   search
72.47	     run=16  nbConstraintChecks=59754510  nbValidityChecks=115970724  nbPropagations=2186424  nbRevisions=24660669
72.47	     nbUselessRevisions=18878495  nbAssignments=62160  nbFailedAssignments=42412  nbBacktracks=19686
72.47	     nbVisitedNodes=119683  nbRestartNogoods=133
72.47	       =>  wckTime=71.347  cpuTime=70.56  mem=22M635
83.71	   
83.71	   search
83.71	     run=17  nbConstraintChecks=69192040  nbValidityChecks=134370566  nbPropagations=3059403  nbRevisions=34606866
83.71	     nbUselessRevisions=26501799  nbAssignments=73480  nbFailedAssignments=50435  nbBacktracks=22963
83.71	     nbVisitedNodes=141437  nbRestartNogoods=150
83.71	       =>  wckTime=82.591  cpuTime=81.71  mem=22M635
83.71	   
83.71	   global
83.71	     nbConstraintChecks=69192040  nbValidityChecks=134370566  nbPropagations=3059423  nbRevisions=34606866
83.71	     nbUselessRevisions=26501799  nbRestartNogoods=150  solvingWckTime=82.592  solvingCpuTime=81.72  expiredTime=no
83.71	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=82.41
83.71	       =>  wckTime=83.391  cpuTime=82.36  mem=22M635
83.71	   
83.71	s SATISFIABLE
83.72	v 1 18 15 19 13 15 8 9 11 10 11 6 8 0 1 3 10 3 6 0 
83.72	d NODES 73480
83.72	d CHECKS 69192040
83.72	   
83.72	   totalWckTime=83.473  totalCpuTime=82.41

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/node61/watcher-218097-1168079537 -o ROOT/results/node61/solver-218097-1168079537 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/218097-1168079537/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.85 0.95 1.14 5/80 6987
/proc/meminfo: memFree=1309952/2055920 swapFree=4192812/4192956
[pid=6986] ppid=6984 vsize=18540 CPUtime=0
/proc/6986/stat : 6986 (runsolver) R 6984 6986 6675 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 156351590 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 246406507815 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/6986/statm: 4635 279 244 17 0 2626 0

[startup+0.10678 s]
/proc/loadavg: 0.85 0.95 1.14 5/80 6987
/proc/meminfo: memFree=1309952/2055920 swapFree=4192812/4192956
[pid=6986] ppid=6984 vsize=914988 CPUtime=0.09
/proc/6986/stat : 6986 (java) R 6984 6986 6675 0 -1 0 2995 0 1 0 7 2 0 0 19 0 8 0 156351590 936947712 2741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072925084 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6986/statm: 228747 2741 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.514852 s]
/proc/loadavg: 0.85 0.95 1.14 5/80 6987
/proc/meminfo: memFree=1309952/2055920 swapFree=4192812/4192956
[pid=6986] ppid=6984 vsize=915328 CPUtime=0.48
/proc/6986/stat : 6986 (java) R 6984 6986 6675 0 -1 0 7462 0 1 0 44 4 0 0 18 0 8 0 156351590 937295872 7201 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073564418 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6986/statm: 228832 7201 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.336 s]
/proc/loadavg: 0.94 0.97 1.15 3/87 6994
/proc/meminfo: memFree=1250056/2055920 swapFree=4192812/4192956
[pid=6986] ppid=6984 vsize=915460 CPUtime=1.3
/proc/6986/stat : 6986 (java) R 6984 6986 6675 0 -1 0 17668 0 1 0 120 10 0 0 24 0 8 0 156351590 937431040 17405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073613884 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6986/statm: 228865 17405 2517 14 0 215335 0
[pid=6986/tid=6988] ppid=6984 vsize=915460 CPUtime=0.06
/proc/6986/task/6988/stat : 6988 (java) S 6984 6986 6675 0 -1 64 1888 0 0 0 6 0 0 0 16 0 8 0 156351594 937431040 17405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6986/tid=6989] ppid=6984 vsize=915460 CPUtime=0
/proc/6986/task/6989/stat : 6989 (java) S 6984 6986 6675 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156351594 937431040 17405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6986/tid=6990] ppid=6984 vsize=915460 CPUtime=0
/proc/6986/task/6990/stat : 6990 (java) S 6984 6986 6675 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156351594 937431040 17405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6986/tid=6991] ppid=6984 vsize=915460 CPUtime=0
/proc/6986/task/6991/stat : 6991 (java) S 6984 6986 6675 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156351598 937431040 17405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6986/tid=6992] ppid=6984 vsize=915460 CPUtime=0.17
/proc/6986/task/6992/stat : 6992 (java) S 6984 6986 6675 0 -1 64 356 0 0 0 16 1 0 0 15 0 8 0 156351598 937431040 17405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6986/tid=6993] ppid=6984 vsize=915460 CPUtime=0
/proc/6986/task/6993/stat : 6993 (java) S 6984 6986 6675 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156351598 937431040 17405 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6986/tid=6994] ppid=6984 vsize=915460 CPUtime=0
/proc/6986/task/6994/stat : 6994 (java) S 6984 6986 6675 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156351598 937431040 17405 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) 915460

[startup+2.97729 s]
/proc/loadavg: 0.94 0.97 1.15 3/87 6994
/proc/meminfo: memFree=1249864/2055920 swapFree=4192812/4192956
[pid=6986] ppid=6984 vsize=915460 CPUtime=2.93
/proc/6986/stat : 6986 (java) R 6984 6986 6675 0 -1 0 17684 0 1 0 283 10 0 0 25 0 8 0 156351590 937431040 17420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073613884 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6986/statm: 228865 17420 2517 14 0 215335 0
[pid=6986/tid=6988] ppid=6984 vsize=915460 CPUtime=0.06
/proc/6986/task/6988/stat : 6988 (java) S 6984 6986 6675 0 -1 64 1888 0 0 0 6 0 0 0 17 0 8 0 156351594 937431040 17420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6986/tid=6989] ppid=6984 vsize=915460 CPUtime=0
/proc/6986/task/6989/stat : 6989 (java) S 6984 6986 6675 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156351594 937431040 17420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6986/tid=6990] ppid=6984 vsize=915460 CPUtime=0
/proc/6986/task/6990/stat : 6990 (java) S 6984 6986 6675 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156351594 937431040 17420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6986/tid=6991] ppid=6984 vsize=915460 CPUtime=0
/proc/6986/task/6991/stat : 6991 (java) S 6984 6986 6675 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156351598 937431040 17420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6986/tid=6992] ppid=6984 vsize=915460 CPUtime=0.21
/proc/6986/task/6992/stat : 6992 (java) S 6984 6986 6675 0 -1 64 371 0 0 0 20 1 0 0 16 0 8 0 156351598 937431040 17420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6986/tid=6993] ppid=6984 vsize=915460 CPUtime=0
/proc/6986/task/6993/stat : 6993 (java) S 6984 6986 6675 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156351598 937431040 17420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6986/tid=6994] ppid=6984 vsize=915460 CPUtime=0
/proc/6986/task/6994/stat : 6994 (java) S 6984 6986 6675 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156351598 937431040 17420 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915460

[startup+6.27486 s]
/proc/loadavg: 1.02 0.98 1.15 3/87 6994
/proc/meminfo: memFree=1249544/2055920 swapFree=4192812/4192956
[pid=6986] ppid=6984 vsize=915460 CPUtime=6.19
/proc/6986/stat : 6986 (java) R 6984 6986 6675 0 -1 0 17696 0 1 0 609 10 0 0 25 0 8 0 156351590 937431040 17430 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073613949 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6986/statm: 228865 17430 2517 14 0 215335 0
[pid=6986/tid=6988] ppid=6984 vsize=915460 CPUtime=0.06
/proc/6986/task/6988/stat : 6988 (java) S 6984 6986 6675 0 -1 64 1888 0 0 0 6 0 0 0 16 0 8 0 156351594 937431040 17430 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6986/tid=6989] ppid=6984 vsize=915460 CPUtime=0
/proc/6986/task/6989/stat : 6989 (java) S 6984 6986 6675 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156351594 937431040 17430 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6986/tid=6990] ppid=6984 vsize=915460 CPUtime=0
/proc/6986/task/6990/stat : 6990 (java) S 6984 6986 6675 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156351594 937431040 17430 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6986/tid=6991] ppid=6984 vsize=915460 CPUtime=0
/proc/6986/task/6991/stat : 6991 (java) S 6984 6986 6675 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156351598 937431040 17430 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6986/tid=6992] ppid=6984 vsize=915460 CPUtime=0.23
/proc/6986/task/6992/stat : 6992 (java) S 6984 6986 6675 0 -1 64 381 0 0 0 22 1 0 0 16 0 8 0 156351598 937431040 17430 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6986/tid=6993] ppid=6984 vsize=915460 CPUtime=0
/proc/6986/task/6993/stat : 6993 (java) S 6984 6986 6675 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156351598 937431040 17430 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6986/tid=6994] ppid=6984 vsize=915460 CPUtime=0
/proc/6986/task/6994/stat : 6994 (java) S 6984 6986 6675 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156351598 937431040 17430 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 915460

[startup+12.755 s]
/proc/loadavg: 1.10 1.00 1.15 3/87 6994
/proc/meminfo: memFree=1249032/2055920 swapFree=4192812/4192956
[pid=6986] ppid=6984 vsize=915460 CPUtime=12.61
/proc/6986/stat : 6986 (java) R 6984 6986 6675 0 -1 0 17698 0 1 0 1251 10 0 0 25 0 8 0 156351590 937431040 17432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073735001 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6986/statm: 228865 17432 2517 14 0 215335 0
[pid=6986/tid=6988] ppid=6984 vsize=915460 CPUtime=0.06
/proc/6986/task/6988/stat : 6988 (java) S 6984 6986 6675 0 -1 64 1888 0 0 0 6 0 0 0 16 0 8 0 156351594 937431040 17432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6986/tid=6989] ppid=6984 vsize=915460 CPUtime=0
/proc/6986/task/6989/stat : 6989 (java) S 6984 6986 6675 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156351594 937431040 17432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6986/tid=6990] ppid=6984 vsize=915460 CPUtime=0
/proc/6986/task/6990/stat : 6990 (java) S 6984 6986 6675 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156351594 937431040 17432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6986/tid=6991] ppid=6984 vsize=915460 CPUtime=0
/proc/6986/task/6991/stat : 6991 (java) S 6984 6986 6675 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156351598 937431040 17432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6986/tid=6992] ppid=6984 vsize=915460 CPUtime=0.24
/proc/6986/task/6992/stat : 6992 (java) S 6984 6986 6675 0 -1 64 383 0 0 0 23 1 0 0 16 0 8 0 156351598 937431040 17432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6986/tid=6993] ppid=6984 vsize=915460 CPUtime=0
/proc/6986/task/6993/stat : 6993 (java) S 6984 6986 6675 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156351598 937431040 17432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6986/tid=6994] ppid=6984 vsize=915460 CPUtime=0
/proc/6986/task/6994/stat : 6994 (java) S 6984 6986 6675 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156351598 937431040 17432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 915460

[startup+25.6273 s]
/proc/loadavg: 1.24 1.03 1.16 3/87 6994
/proc/meminfo: memFree=1249032/2055920 swapFree=4192812/4192956
[pid=6986] ppid=6984 vsize=915460 CPUtime=25.36
/proc/6986/stat : 6986 (java) R 6984 6986 6675 0 -1 0 17699 0 1 0 2526 10 0 0 25 0 8 0 156351590 937431040 17432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073740937 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6986/statm: 228865 17432 2517 14 0 215335 0
[pid=6986/tid=6988] ppid=6984 vsize=915460 CPUtime=0.06
/proc/6986/task/6988/stat : 6988 (java) S 6984 6986 6675 0 -1 64 1888 0 0 0 6 0 0 0 16 0 8 0 156351594 937431040 17432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6986/tid=6989] ppid=6984 vsize=915460 CPUtime=0
/proc/6986/task/6989/stat : 6989 (java) S 6984 6986 6675 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156351594 937431040 17432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6986/tid=6990] ppid=6984 vsize=915460 CPUtime=0
/proc/6986/task/6990/stat : 6990 (java) S 6984 6986 6675 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156351594 937431040 17432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6986/tid=6991] ppid=6984 vsize=915460 CPUtime=0
/proc/6986/task/6991/stat : 6991 (java) S 6984 6986 6675 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156351598 937431040 17432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6986/tid=6992] ppid=6984 vsize=915460 CPUtime=0.24
/proc/6986/task/6992/stat : 6992 (java) S 6984 6986 6675 0 -1 64 383 0 0 0 23 1 0 0 16 0 8 0 156351598 937431040 17432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6986/tid=6993] ppid=6984 vsize=915460 CPUtime=0
/proc/6986/task/6993/stat : 6993 (java) S 6984 6986 6675 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156351598 937431040 17432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6986/tid=6994] ppid=6984 vsize=915460 CPUtime=0
/proc/6986/task/6994/stat : 6994 (java) S 6984 6986 6675 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156351598 937431040 17432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 915460

[startup+51.2537 s]
/proc/loadavg: 1.54 1.12 1.19 3/87 6994
/proc/meminfo: memFree=1249096/2055920 swapFree=4192812/4192956
[pid=6986] ppid=6984 vsize=915460 CPUtime=50.75
/proc/6986/stat : 6986 (java) R 6984 6986 6675 0 -1 0 17699 0 1 0 5065 10 0 0 25 0 8 0 156351590 937431040 17432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073613884 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6986/statm: 228865 17432 2517 14 0 215335 0
[pid=6986/tid=6988] ppid=6984 vsize=915460 CPUtime=0.06
/proc/6986/task/6988/stat : 6988 (java) S 6984 6986 6675 0 -1 64 1888 0 0 0 6 0 0 0 16 0 8 0 156351594 937431040 17432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6986/tid=6989] ppid=6984 vsize=915460 CPUtime=0
/proc/6986/task/6989/stat : 6989 (java) S 6984 6986 6675 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156351594 937431040 17432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6986/tid=6990] ppid=6984 vsize=915460 CPUtime=0
/proc/6986/task/6990/stat : 6990 (java) S 6984 6986 6675 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156351594 937431040 17432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6986/tid=6991] ppid=6984 vsize=915460 CPUtime=0
/proc/6986/task/6991/stat : 6991 (java) S 6984 6986 6675 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 156351598 937431040 17432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6986/tid=6992] ppid=6984 vsize=915460 CPUtime=0.24
/proc/6986/task/6992/stat : 6992 (java) S 6984 6986 6675 0 -1 64 383 0 0 0 23 1 0 0 16 0 8 0 156351598 937431040 17432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6986/tid=6993] ppid=6984 vsize=915460 CPUtime=0
/proc/6986/task/6993/stat : 6993 (java) S 6984 6986 6675 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156351598 937431040 17432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6986/tid=6994] ppid=6984 vsize=915460 CPUtime=0
/proc/6986/task/6994/stat : 6994 (java) S 6984 6986 6675 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156351598 937431040 17432 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 83.7668
CPU time (s): 82.9464
CPU user time (s): 82.8264
CPU system time (s): 0.119981
CPU usage (%): 99.0206
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 82.8264
system time used= 0.119981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17707
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= 2807
involuntary context switches= 4648

runsolver used 0.087986 s user time and 0.292955 s system time

The end

Launcher Data (download as text)

Begin job on node61 on Sat Jan  6 10:32:17 UTC 2007


IDJOB= 218097
IDBENCH= 5199
FILE ID= node61/218097-1168079537

PBS_JOBID= 3476132

Free space on /tmp= 66507 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-20-20/rand-3-20-20-60-632-1_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/218097-1168079537/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node61/watcher-218097-1168079537 -o ROOT/results/node61/solver-218097-1168079537 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/218097-1168079537/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  63fc55ad75961bae7c06211413bc4c18

RANDOM SEED= 941013087

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.259
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.259
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:       1310368 kB
Buffers:         48396 kB
Cached:         566936 kB
SwapCached:          0 kB
Active:         126552 kB
Inactive:       534688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1310368 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4956 kB
Writeback:           0 kB
Mapped:          66132 kB
Slab:            69672 kB
Committed_AS:  3823612 kB
PageTables:       1852 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= 66507 MiB



End job on node61 on Sat Jan  6 10:33:41 UTC 2007