Trace number 227352

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 ESACUNSAT 14.9777 15.1455

DiagnosticValue
CHECKS43032439
NODES61962

General information on the benchmark

Nametightness/tightness0.1/
rand-2-40-8-753-100-9_ext.xml
MD5SUM15bc1d31652c564140e4ab48c080e440
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 benchmark4.17237
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints753
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension753
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.33	   
0.33	Abscon 109 (November, 2006)
0.33	   
0.33	   configuration
0.33	     name=esac.xml
0.36	   
0.36	   instance
0.36	     name=/tmp/evaluation/227352-1168277967/unknown.xml
0.39	   
0.39	   domains being loaded...
0.40	   
0.40	   variables being loaded...
0.43	     nbVariables=40  nbDomainTypes=1  minDomainSize=8  maxDomainSize=8
0.43	       =>  wckTime=0.104  cpuTime=0.1  mem=6M951
0.43	   
0.43	   relations being loaded...
0.53	   
0.53	   constraints being loaded...
0.72	     nbConstraints=752  nbRelationTypes=753  nbExtensionStructures=752  nbSharedExtensionStructures=0
0.72	     nbConflictsStructures=752  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=11895  maxDegree=39
0.72	     maxArity=2
0.72	       =>  wckTime=0.387  cpuTime=0.25  mem=11M844
0.76	   
0.76	   solver IterativeSystematicSolver being built... 
0.93	       =>  wckTime=0.599  cpuTime=0.39  mem=15M6
0.99	   
0.99	   preprocessing
0.99	     nbConstraintChecks=22622  nbPropagations=893  nbRevisions=4679  nbUselessRevisions=3584  nbSingletonTests=55
0.99	     nbEffectiveSingletonTests=0  nbESACBranches=7  nbRemovedValues=0  detectedInconsistency=no
0.99	       =>  wckTime=0.058  cpuTime=0.03  mem=15M6
1.01	   
1.01	   search
1.01	     run=0  nbConstraintChecks=15970  nbPropagations=1243  nbRevisions=9502  nbUselessRevisions=7682  nbAssignments=23
1.01	     nbFailedAssignments=5  nbBacktracks=11  nbVisitedNodes=34  nbRestartNogoods=0  mapSize=8  nbInferences=0
1.01	     nbTooLargeKeys=0
1.01	       =>  wckTime=0.082  cpuTime=0.05  mem=15M6
1.03	   
1.03	   search
1.03	     run=1  nbConstraintChecks=31551  nbPropagations=2839  nbRevisions=23785  nbUselessRevisions=19431  nbAssignments=50
1.03	     nbFailedAssignments=11  nbBacktracks=26  nbVisitedNodes=73  nbRestartNogoods=2  mapSize=18  nbInferences=0
1.03	     nbTooLargeKeys=0
1.03	       =>  wckTime=0.1  cpuTime=0.06  mem=15M6
1.05	   
1.05	   search
1.05	     run=2  nbConstraintChecks=55878  nbPropagations=4961  nbRevisions=45992  nbUselessRevisions=38006  nbAssignments=93
1.05	     nbFailedAssignments=22  nbBacktracks=48  nbVisitedNodes=140  nbRestartNogoods=4  mapSize=37  nbInferences=0
1.05	     nbTooLargeKeys=0
1.05	       =>  wckTime=0.117  cpuTime=0.07  mem=15M6
1.06	   
1.06	   search
1.06	     run=3  nbConstraintChecks=86840  nbPropagations=7749  nbRevisions=78370  nbUselessRevisions=65301
1.06	     nbAssignments=149  nbFailedAssignments=37  nbBacktracks=81  nbVisitedNodes=225  nbRestartNogoods=8  mapSize=62
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.132  cpuTime=0.09  mem=15M6
1.09	   
1.09	   search
1.09	     run=4  nbConstraintChecks=144913  nbPropagations=11644  nbRevisions=128701  nbUselessRevisions=107743
1.09	     nbAssignments=234  nbFailedAssignments=62  nbBacktracks=133  nbVisitedNodes=361  nbRestartNogoods=11  mapSize=106
1.09	     nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.157  cpuTime=0.11  mem=15M6
1.12	   
1.12	   search
1.12	     run=5  nbConstraintChecks=217716  nbPropagations=17026  nbRevisions=201616  nbUselessRevisions=169231
1.12	     nbAssignments=350  nbFailedAssignments=94  nbBacktracks=212  nbVisitedNodes=550  nbRestartNogoods=14  mapSize=170
1.12	     nbInferences=0  nbTooLargeKeys=0
1.12	       =>  wckTime=0.193  cpuTime=0.14  mem=15M6
1.17	   
1.17	   search
1.17	     run=6  nbConstraintChecks=314294  nbPropagations=24340  nbRevisions=306508  nbUselessRevisions=258162
1.17	     nbAssignments=516  nbFailedAssignments=135  nbBacktracks=330  nbVisitedNodes=808  nbRestartNogoods=15  mapSize=251
1.17	     nbInferences=0  nbTooLargeKeys=0
1.17	       =>  wckTime=0.241  cpuTime=0.18  mem=15M6
1.23	   
1.23	   search
1.23	     run=7  nbConstraintChecks=461560  nbPropagations=34525  nbRevisions=460114  nbUselessRevisions=388688
1.23	     nbAssignments=760  nbFailedAssignments=202  nbBacktracks=502  nbVisitedNodes=1200  nbRestartNogoods=18  mapSize=385
1.23	     nbInferences=0  nbTooLargeKeys=0
1.23	       =>  wckTime=0.298  cpuTime=0.24  mem=15M6
1.32	   
1.32	   search
1.32	     run=8  nbConstraintChecks=685420  nbPropagations=49050  nbRevisions=686955  nbUselessRevisions=582009
1.32	     nbAssignments=1126  nbFailedAssignments=306  nbBacktracks=758  nbVisitedNodes=1783  nbRestartNogoods=20
1.32	     mapSize=581  nbInferences=0  nbTooLargeKeys=0
1.32	       =>  wckTime=0.393  cpuTime=0.33  mem=15M6
1.48	   
1.48	   search
1.48	     run=9  nbConstraintChecks=1049920  nbPropagations=70587  nbRevisions=1034602  nbUselessRevisions=879012
1.48	     nbAssignments=1682  nbFailedAssignments=471  nbBacktracks=1142  nbVisitedNodes=2682  nbRestartNogoods=25
1.48	     mapSize=885  nbInferences=0  nbTooLargeKeys=0
1.48	       =>  wckTime=0.55  cpuTime=0.47  mem=15M6
1.53	   
1.53	   INFO : Stopping hyperNogood (mapSize=1018, nbTooLargekeys=0, mem=15M6)
1.67	   
1.67	   search
1.67	     run=10  nbConstraintChecks=1566798  nbPropagations=102079  nbRevisions=1553854  nbUselessRevisions=1323475
1.67	     nbAssignments=2498  nbFailedAssignments=701  nbBacktracks=1722  nbVisitedNodes=4002  nbRestartNogoods=32
1.67	       =>  wckTime=0.74  cpuTime=0.65  mem=15M6
1.97	   
1.97	   search
1.97	     run=11  nbConstraintChecks=2507695  nbPropagations=150574  nbRevisions=2376110  nbUselessRevisions=2026641
1.97	     nbAssignments=3774  nbFailedAssignments=1106  nbBacktracks=2587  nbVisitedNodes=6133  nbRestartNogoods=37
1.97	       =>  wckTime=1.038  cpuTime=0.95  mem=15M6
2.37	   
2.37	   search
2.37	     run=12  nbConstraintChecks=3737865  nbPropagations=222412  nbRevisions=3607237  nbUselessRevisions=3080610
2.37	     nbAssignments=5615  nbFailedAssignments=1641  nbBacktracks=3886  nbVisitedNodes=9137  nbRestartNogoods=44
2.37	       =>  wckTime=1.445  cpuTime=1.35  mem=15M6
2.99	   
2.99	   search
2.99	     run=13  nbConstraintChecks=5642336  nbPropagations=329901  nbRevisions=5451736  nbUselessRevisions=4657821
2.99	     nbAssignments=8404  nbFailedAssignments=2463  nbBacktracks=5838  nbVisitedNodes=13635  nbRestartNogoods=53
2.99	       =>  wckTime=2.065  cpuTime=1.96  mem=15M6
3.96	   
3.96	   search
3.96	     run=14  nbConstraintChecks=8635063  nbPropagations=492460  nbRevisions=8259148  nbUselessRevisions=7057170
3.96	     nbAssignments=12597  nbFailedAssignments=3730  nbBacktracks=8760  nbVisitedNodes=20532  nbRestartNogoods=59
3.96	       =>  wckTime=3.033  cpuTime=2.92  mem=15M6
5.34	   
5.34	   search
5.34	     run=15  nbConstraintChecks=12845253  nbPropagations=733558  nbRevisions=12455421  nbUselessRevisions=10649163
5.34	     nbAssignments=18885  nbFailedAssignments=5634  nbBacktracks=13139  nbVisitedNodes=30792  nbRestartNogoods=67
5.34	       =>  wckTime=4.412  cpuTime=4.28  mem=15M6
7.43	   
7.43	   search
7.43	     run=16  nbConstraintChecks=19227830  nbPropagations=1092971  nbRevisions=18722652  nbUselessRevisions=16012484
7.43	     nbAssignments=28249  nbFailedAssignments=8423  nbBacktracks=19707  nbVisitedNodes=46105  nbRestartNogoods=75
7.43	       =>  wckTime=6.498  cpuTime=6.35  mem=15M6
10.61	   
10.61	   search
10.61	     run=17  nbConstraintChecks=29012459  nbPropagations=1633342  nbRevisions=28161081  nbUselessRevisions=24089493
10.61	     nbAssignments=42247  nbFailedAssignments=12561  nbBacktracks=29560  nbVisitedNodes=68967  nbRestartNogoods=82
10.61	       =>  wckTime=9.683  cpuTime=9.5  mem=15M6
15.13	   
15.13	   search
15.13	     run=18  nbConstraintChecks=43009817  nbPropagations=2429318  nbRevisions=42129005  nbUselessRevisions=36044147
15.13	     nbAssignments=61962  nbFailedAssignments=18472  nbBacktracks=43365  nbVisitedNodes=101352  nbRestartNogoods=89
15.13	       =>  wckTime=14.198  cpuTime=13.97  mem=15M6
15.13	   
15.13	   global
15.13	     nbConstraintChecks=43032439  nbPropagations=2430211  nbRevisions=42133684  nbUselessRevisions=36047731
15.13	     nbRestartNogoods=89  solvingWckTime=14.199  solvingCpuTime=13.97  expiredTime=no  totalExploration=yes
15.13	     nbFoundSolutions=0  globalCpuTime=14.41
15.13	       =>  wckTime=14.801  cpuTime=14.36  mem=15M6
15.13	   
15.13	s UNSATISFIABLE
15.13	d NODES 61962
15.13	d CHECKS 43032439
15.13	   
15.13	   totalWckTime=14.882  totalCpuTime=14.42

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/node11/watcher-227352-1168277967 -o ROOT/results/node11/solver-227352-1168277967 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/227352-1168277967/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: 1.66 1.97 2.14 4/95 14423
/proc/meminfo: memFree=1613192/2055920 swapFree=4192812/4192956
[pid=14422] ppid=14420 vsize=18540 CPUtime=0
/proc/14422/stat : 14422 (runsolver) R 14420 14422 14355 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 176191764 18984960 279 18446744073709551615 4194304 4267372 548682068944 18446744073709551615 262910045479 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/14422/statm: 4635 279 244 17 0 2626 0

[startup+0.107775 s]
/proc/loadavg: 1.66 1.97 2.14 4/95 14423
/proc/meminfo: memFree=1613192/2055920 swapFree=4192812/4192956
[pid=14422] ppid=14420 vsize=914988 CPUtime=0.08
/proc/14422/stat : 14422 (java) R 14420 14422 14355 0 -1 0 2975 0 1 0 7 1 0 0 17 0 8 0 176191764 936947712 2721 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155582939 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14422/statm: 228747 2721 1421 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515854 s]
/proc/loadavg: 1.66 1.97 2.14 4/95 14423
/proc/meminfo: memFree=1613192/2055920 swapFree=4192812/4192956
[pid=14422] ppid=14420 vsize=915328 CPUtime=0.48
/proc/14422/stat : 14422 (java) R 14420 14422 14355 0 -1 0 6239 0 1 0 45 3 0 0 18 0 8 0 176191764 937295872 5978 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14422/statm: 228832 5978 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33801 s]
/proc/loadavg: 1.66 1.97 2.14 4/102 14430
/proc/meminfo: memFree=1589072/2055920 swapFree=4192812/4192956
[pid=14422] ppid=14420 vsize=915584 CPUtime=1.3
/proc/14422/stat : 14422 (java) R 14420 14422 14355 0 -1 0 8759 0 1 0 124 6 0 0 24 0 8 0 176191764 937558016 8497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073908327 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14422/statm: 228896 8497 2524 14 0 215366 0
[pid=14422/tid=14424] ppid=14420 vsize=915584 CPUtime=0.03
/proc/14422/task/14424/stat : 14424 (java) S 14420 14422 14355 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 176191769 937558016 8497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14422/tid=14425] ppid=14420 vsize=915584 CPUtime=0
/proc/14422/task/14425/stat : 14425 (java) S 14420 14422 14355 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 176191769 937558016 8497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14422/tid=14426] ppid=14420 vsize=915584 CPUtime=0
/proc/14422/task/14426/stat : 14426 (java) S 14420 14422 14355 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176191769 937558016 8497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14422/tid=14427] ppid=14420 vsize=915584 CPUtime=0
/proc/14422/task/14427/stat : 14427 (java) S 14420 14422 14355 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 176191773 937558016 8497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14422/tid=14428] ppid=14420 vsize=915584 CPUtime=0.27
/proc/14422/task/14428/stat : 14428 (java) S 14420 14422 14355 0 -1 64 405 0 0 0 26 1 0 0 15 0 8 0 176191773 937558016 8497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14422/tid=14429] ppid=14420 vsize=915584 CPUtime=0
/proc/14422/task/14429/stat : 14429 (java) S 14420 14422 14355 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 176191773 937558016 8497 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14422/tid=14430] ppid=14420 vsize=915584 CPUtime=0
/proc/14422/task/14430/stat : 14430 (java) S 14420 14422 14355 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 176191773 937558016 8497 18446744073709551615 134512640 134570532 4294956464 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) 915584

[startup+2.99134 s]
/proc/loadavg: 1.66 1.97 2.14 3/102 14430
/proc/meminfo: memFree=1588816/2055920 swapFree=4192812/4192956
[pid=14422] ppid=14420 vsize=915584 CPUtime=2.93
/proc/14422/stat : 14422 (java) R 14420 14422 14355 0 -1 0 8800 0 1 0 287 6 0 0 25 0 8 0 176191764 937558016 8537 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073907724 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14422/statm: 228896 8537 2524 14 0 215366 0
[pid=14422/tid=14424] ppid=14420 vsize=915584 CPUtime=0.03
/proc/14422/task/14424/stat : 14424 (java) S 14420 14422 14355 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 176191769 937558016 8537 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14422/tid=14425] ppid=14420 vsize=915584 CPUtime=0
/proc/14422/task/14425/stat : 14425 (java) S 14420 14422 14355 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 176191769 937558016 8537 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14422/tid=14426] ppid=14420 vsize=915584 CPUtime=0
/proc/14422/task/14426/stat : 14426 (java) S 14420 14422 14355 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176191769 937558016 8537 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14422/tid=14427] ppid=14420 vsize=915584 CPUtime=0
/proc/14422/task/14427/stat : 14427 (java) S 14420 14422 14355 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 176191773 937558016 8537 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14422/tid=14428] ppid=14420 vsize=915584 CPUtime=0.3
/proc/14422/task/14428/stat : 14428 (java) S 14420 14422 14355 0 -1 64 420 0 0 0 29 1 0 0 16 0 8 0 176191773 937558016 8537 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14422/tid=14429] ppid=14420 vsize=915584 CPUtime=0
/proc/14422/task/14429/stat : 14429 (java) S 14420 14422 14355 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 176191773 937558016 8537 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14422/tid=14430] ppid=14420 vsize=915584 CPUtime=0
/proc/14422/task/14430/stat : 14430 (java) S 14420 14422 14355 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 176191773 937558016 8537 18446744073709551615 134512640 134570532 4294956464 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) 915584

[startup+6.27699 s]
/proc/loadavg: 1.69 1.97 2.14 4/102 14430
/proc/meminfo: memFree=1588752/2055920 swapFree=4192812/4192956
[pid=14422] ppid=14420 vsize=915584 CPUtime=6.19
/proc/14422/stat : 14422 (java) R 14420 14422 14355 0 -1 0 8808 0 1 0 613 6 0 0 25 0 8 0 176191764 937558016 8544 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073913027 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14422/statm: 228896 8544 2524 14 0 215366 0
[pid=14422/tid=14424] ppid=14420 vsize=915584 CPUtime=0.03
/proc/14422/task/14424/stat : 14424 (java) S 14420 14422 14355 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 176191769 937558016 8544 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14422/tid=14425] ppid=14420 vsize=915584 CPUtime=0
/proc/14422/task/14425/stat : 14425 (java) S 14420 14422 14355 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 176191769 937558016 8544 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14422/tid=14426] ppid=14420 vsize=915584 CPUtime=0
/proc/14422/task/14426/stat : 14426 (java) S 14420 14422 14355 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176191769 937558016 8544 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14422/tid=14427] ppid=14420 vsize=915584 CPUtime=0
/proc/14422/task/14427/stat : 14427 (java) S 14420 14422 14355 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 176191773 937558016 8544 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14422/tid=14428] ppid=14420 vsize=915584 CPUtime=0.3
/proc/14422/task/14428/stat : 14428 (java) S 14420 14422 14355 0 -1 64 420 0 0 0 29 1 0 0 16 0 8 0 176191773 937558016 8544 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14422/tid=14429] ppid=14420 vsize=915584 CPUtime=0
/proc/14422/task/14429/stat : 14429 (java) S 14420 14422 14355 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 176191773 937558016 8544 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14422/tid=14430] ppid=14420 vsize=915584 CPUtime=0
/proc/14422/task/14430/stat : 14430 (java) S 14420 14422 14355 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 176191773 937558016 8544 18446744073709551615 134512640 134570532 4294956464 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) 915584

[startup+12.7633 s]
/proc/loadavg: 1.72 1.97 2.14 3/102 14430
/proc/meminfo: memFree=1588688/2055920 swapFree=4192812/4192956
[pid=14422] ppid=14420 vsize=915584 CPUtime=12.61
/proc/14422/stat : 14422 (java) R 14420 14422 14355 0 -1 0 8813 0 1 0 1255 6 0 0 25 0 8 0 176191764 937558016 8549 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073932199 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14422/statm: 228896 8549 2524 14 0 215366 0
[pid=14422/tid=14424] ppid=14420 vsize=915584 CPUtime=0.03
/proc/14422/task/14424/stat : 14424 (java) S 14420 14422 14355 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 176191769 937558016 8549 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14422/tid=14425] ppid=14420 vsize=915584 CPUtime=0
/proc/14422/task/14425/stat : 14425 (java) S 14420 14422 14355 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 176191769 937558016 8549 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14422/tid=14426] ppid=14420 vsize=915584 CPUtime=0
/proc/14422/task/14426/stat : 14426 (java) S 14420 14422 14355 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176191769 937558016 8549 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14422/tid=14427] ppid=14420 vsize=915584 CPUtime=0
/proc/14422/task/14427/stat : 14427 (java) S 14420 14422 14355 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 176191773 937558016 8549 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14422/tid=14428] ppid=14420 vsize=915584 CPUtime=0.3
/proc/14422/task/14428/stat : 14428 (java) S 14420 14422 14355 0 -1 64 420 0 0 0 29 1 0 0 16 0 8 0 176191773 937558016 8549 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14422/tid=14429] ppid=14420 vsize=915584 CPUtime=0
/proc/14422/task/14429/stat : 14429 (java) S 14420 14422 14355 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 176191773 937558016 8549 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14422/tid=14430] ppid=14420 vsize=915584 CPUtime=0
/proc/14422/task/14430/stat : 14430 (java) S 14420 14422 14355 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 176191773 937558016 8549 18446744073709551615 134512640 134570532 4294956464 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) 915584

Child status: 0
Real time (s): 15.1455
CPU time (s): 14.9777
CPU user time (s): 14.9037
CPU system time (s): 0.073988
CPU usage (%): 98.8923
Max. virtual memory (cumulated for all children) (KiB): 915584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.9037
system time used= 0.073988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8906
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= 1615
involuntary context switches= 2488

runsolver used 0.021996 s user time and 0.054991 s system time

The end

Launcher Data (download as text)

Begin job on node11 on Mon Jan  8 17:39:27 UTC 2007


IDJOB= 227352
IDBENCH= 6074
FILE ID= node11/227352-1168277967

PBS_JOBID= 3483131

Free space on /tmp= 66341 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.1/rand-2-40-8-753-100-9_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/227352-1168277967/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-227352-1168277967 -o ROOT/results/node11/solver-227352-1168277967 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/227352-1168277967/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  15bc1d31652c564140e4ab48c080e440

RANDOM SEED= 508717281

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.261
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	: 5931.00
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.261
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:       1613672 kB
Buffers:         62112 kB
Cached:         186088 kB
SwapCached:          0 kB
Active:         264768 kB
Inactive:       120320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1613672 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2164 kB
Writeback:           0 kB
Mapped:         164744 kB
Slab:            41464 kB
Committed_AS:  6406296 kB
PageTables:       2632 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= 66341 MiB



End job on node11 on Mon Jan  8 17:39:43 UTC 2007