Trace number 224046

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 10.2824 10.3458

DiagnosticValue
CHECKS71731746
NODES47252

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-45_ext.xml
MD5SUM4465b053b0df8b5284c3d8372c597d64
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.01139
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.34	   
0.34	Abscon 109 (November, 2006)
0.34	   
0.34	   configuration
0.34	     name=esac.xml
0.38	   
0.38	   instance
0.38	     name=/tmp/evaluation/224046-1168267625/unknown.xml
0.41	   
0.41	   domains being loaded...
0.42	   
0.42	   variables being loaded...
0.45	     nbVariables=40  nbDomainTypes=1  minDomainSize=25  maxDomainSize=25
0.45	       =>  wckTime=0.104  cpuTime=0.1  mem=6M951
0.45	   
0.45	   relations being loaded...
0.56	   
0.56	   constraints being loaded...
0.66	     nbConstraints=180  nbRelationTypes=180  nbExtensionStructures=180  nbSharedExtensionStructures=0
0.66	     nbConflictsStructures=180  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=3  maxDegree=16  maxArity=2
0.66	       =>  wckTime=0.312  cpuTime=0.24  mem=13M810
0.70	   
0.70	   solver IterativeSystematicSolver being built... 
0.86	       =>  wckTime=0.515  cpuTime=0.38  mem=14M839
0.92	   
0.92	   preprocessing
0.92	     nbConstraintChecks=78546  nbPropagations=825  nbRevisions=5416  nbUselessRevisions=4134  nbSingletonTests=51
0.92	     nbEffectiveSingletonTests=0  nbESACBranches=8  nbRemovedValues=0  detectedInconsistency=no
0.92	       =>  wckTime=0.049  cpuTime=0.03  mem=14M839
0.94	   
0.94	   search
0.94	     run=0  nbConstraintChecks=45048  nbPropagations=1409  nbRevisions=10144  nbUselessRevisions=7497  nbAssignments=27
0.94	     nbFailedAssignments=12  nbBacktracks=12  nbVisitedNodes=49  nbRestartNogoods=0  mapSize=11  nbInferences=0
0.94	     nbTooLargeKeys=0
0.94	       =>  wckTime=0.072  cpuTime=0.05  mem=14M839
0.96	   
0.96	   search
0.96	     run=1  nbConstraintChecks=99763  nbPropagations=3582  nbRevisions=26544  nbUselessRevisions=19364  nbAssignments=63
0.96	     nbFailedAssignments=28  nbBacktracks=27  nbVisitedNodes=111  nbRestartNogoods=2  mapSize=24  nbInferences=0
0.96	     nbTooLargeKeys=0
0.96	       =>  wckTime=0.091  cpuTime=0.06  mem=14M839
0.98	   
0.98	   search
0.98	     run=2  nbConstraintChecks=206505  nbPropagations=7144  nbRevisions=53885  nbUselessRevisions=38909
0.98	     nbAssignments=121  nbFailedAssignments=51  nbBacktracks=49  nbVisitedNodes=200  nbRestartNogoods=5  mapSize=45
0.98	     nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.113  cpuTime=0.08  mem=14M839
1.00	   
1.00	   search
1.00	     run=3  nbConstraintChecks=299934  nbPropagations=12217  nbRevisions=93201  nbUselessRevisions=66799
1.00	     nbAssignments=191  nbFailedAssignments=84  nbBacktracks=83  nbVisitedNodes=323  nbRestartNogoods=11  mapSize=74
1.00	     nbInferences=0  nbTooLargeKeys=0
1.00	       =>  wckTime=0.132  cpuTime=0.09  mem=14M839
1.03	   
1.03	   search
1.03	     run=4  nbConstraintChecks=460625  nbPropagations=19574  nbRevisions=151524  nbUselessRevisions=108353
1.03	     nbAssignments=294  nbFailedAssignments=128  nbBacktracks=133  nbVisitedNodes=491  nbRestartNogoods=16  mapSize=117
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.157  cpuTime=0.12  mem=14M839
1.07	   
1.07	   search
1.07	     run=5  nbConstraintChecks=733988  nbPropagations=30791  nbRevisions=241667  nbUselessRevisions=171352
1.07	     nbAssignments=462  nbFailedAssignments=217  nbBacktracks=208  nbVisitedNodes=801  nbRestartNogoods=17  mapSize=187
1.07	     nbInferences=0  nbTooLargeKeys=0
1.07	       =>  wckTime=0.203  cpuTime=0.16  mem=14M839
1.13	   
1.13	   search
1.13	     run=6  nbConstraintChecks=1064896  nbPropagations=47331  nbRevisions=374354  nbUselessRevisions=263757
1.13	     nbAssignments=701  nbFailedAssignments=339  nbBacktracks=321  nbVisitedNodes=1234  nbRestartNogoods=23  mapSize=286
1.13	     nbInferences=0  nbTooLargeKeys=0
1.13	       =>  wckTime=0.258  cpuTime=0.21  mem=14M839
1.22	   
1.22	   search
1.22	     run=7  nbConstraintChecks=1683573  nbPropagations=73109  nbRevisions=584717  nbUselessRevisions=409630
1.22	     nbAssignments=1109  nbFailedAssignments=573  nbBacktracks=494  nbVisitedNodes=1995  nbRestartNogoods=33
1.22	     mapSize=445  nbInferences=0  nbTooLargeKeys=0
1.22	       =>  wckTime=0.355  cpuTime=0.31  mem=14M839
1.36	   
1.36	   search
1.36	     run=8  nbConstraintChecks=2450178  nbPropagations=111324  nbRevisions=896811  nbUselessRevisions=626068
1.36	     nbAssignments=1664  nbFailedAssignments=867  nbBacktracks=750  nbVisitedNodes=3022  nbRestartNogoods=34
1.36	     mapSize=686  nbInferences=0  nbTooLargeKeys=0
1.36	       =>  wckTime=0.488  cpuTime=0.42  mem=14M839
1.51	   
1.51	   INFO : Stopping hyperNogood (mapSize=1001, nbTooLargekeys=0, mem=14M839)
1.53	   
1.53	   search
1.53	     run=9  nbConstraintChecks=3699589  nbPropagations=168286  nbRevisions=1360038  nbUselessRevisions=946268
1.53	     nbAssignments=2467  nbFailedAssignments=1281  nbBacktracks=1134  nbVisitedNodes=4490  nbRestartNogoods=39
1.53	       =>  wckTime=0.664  cpuTime=0.59  mem=14M839
1.77	   
1.77	   search
1.77	     run=10  nbConstraintChecks=5400254  nbPropagations=252199  nbRevisions=2040570  nbUselessRevisions=1417772
1.77	     nbAssignments=3653  nbFailedAssignments=1887  nbBacktracks=1710  nbVisitedNodes=6678  nbRestartNogoods=45
1.77	       =>  wckTime=0.9  cpuTime=0.82  mem=14M839
2.12	   
2.12	   search
2.12	     run=11  nbConstraintChecks=8140139  nbPropagations=377062  nbRevisions=3050151  nbUselessRevisions=2114774
2.12	     nbAssignments=5336  nbFailedAssignments=2702  nbBacktracks=2574  nbVisitedNodes=9745  nbRestartNogoods=53
2.12	       =>  wckTime=1.251  cpuTime=1.17  mem=14M839
2.65	   
2.65	   search
2.65	     run=12  nbConstraintChecks=12233894  nbPropagations=563800  nbRevisions=4563962  nbUselessRevisions=3159847
2.65	     nbAssignments=7939  nbFailedAssignments=4003  nbBacktracks=3871  nbVisitedNodes=14533  nbRestartNogoods=62
2.65	       =>  wckTime=1.78  cpuTime=1.7  mem=14M839
3.39	   
3.39	   search
3.39	     run=13  nbConstraintChecks=17858465  nbPropagations=839658  nbRevisions=6799978  nbUselessRevisions=4705432
3.39	     nbAssignments=11812  nbFailedAssignments=5919  nbBacktracks=5817  nbVisitedNodes=21567  nbRestartNogoods=74
3.39	       =>  wckTime=2.523  cpuTime=2.44  mem=14M839
4.53	   
4.53	   search
4.53	     run=14  nbConstraintChecks=26656727  nbPropagations=1249920  nbRevisions=10127741  nbUselessRevisions=7002987
4.53	     nbAssignments=17623  nbFailedAssignments=8798  nbBacktracks=8736  nbVisitedNodes=32138  nbRestartNogoods=85
4.53	       =>  wckTime=3.66  cpuTime=3.58  mem=14M839
6.27	   
6.27	   search
6.27	     run=15  nbConstraintChecks=40223511  nbPropagations=1865768  nbRevisions=15141207  nbUselessRevisions=10467045
6.27	     nbAssignments=26526  nbFailedAssignments=13293  nbBacktracks=13114  nbVisitedNodes=48349  nbRestartNogoods=97
6.27	       =>  wckTime=5.406  cpuTime=5.33  mem=15M814
8.82	   
8.82	   search
8.82	     run=16  nbConstraintChecks=60022363  nbPropagations=2782396  nbRevisions=22619029  nbUselessRevisions=15637410
8.82	     nbAssignments=39550  nbFailedAssignments=19745  nbBacktracks=19682  nbVisitedNodes=72019  nbRestartNogoods=102
8.82	       =>  wckTime=7.953  cpuTime=7.88  mem=15M814
10.32	   
10.32	   search
10.32	     run=17  nbConstraintChecks=71653200  nbPropagations=3875566  nbRevisions=31552166  nbUselessRevisions=21819524
10.32	     nbAssignments=47252  nbFailedAssignments=23563  nbBacktracks=23567  nbVisitedNodes=86020  nbRestartNogoods=111
10.32	       =>  wckTime=9.454  cpuTime=9.38  mem=15M814
10.32	   
10.32	   global
10.32	     nbConstraintChecks=71731746  nbPropagations=3876391  nbRevisions=31557582  nbUselessRevisions=21823658
10.32	     nbRestartNogoods=111  solvingWckTime=9.455  solvingCpuTime=9.38  expiredTime=no  totalExploration=yes
10.32	     nbFoundSolutions=0  globalCpuTime=9.8
10.32	       =>  wckTime=9.974  cpuTime=9.76  mem=15M814
10.33	   
10.33	s UNSATISFIABLE
10.33	d NODES 47252
10.33	d CHECKS 71731746
10.33	   
10.33	   totalWckTime=10.058  totalCpuTime=9.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/node35/watcher-224046-1168267625 -o ROOT/results/node35/solver-224046-1168267625 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/224046-1168267625/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.92 0.99 1.26 4/81 15721
/proc/meminfo: memFree=502696/2055920 swapFree=4184688/4192956
[pid=15720] ppid=15718 vsize=18540 CPUtime=0
/proc/15720/stat : 15720 (runsolver) R 15718 15720 15560 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 175156360 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 266134416679 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/15720/statm: 4635 279 244 17 0 2626 0

[startup+0.107044 s]
/proc/loadavg: 0.92 0.99 1.26 4/81 15721
/proc/meminfo: memFree=502696/2055920 swapFree=4184688/4192956
[pid=15720] ppid=15718 vsize=914988 CPUtime=0.08
/proc/15720/stat : 15720 (java) R 15718 15720 15560 0 -1 0 2976 0 3 0 7 1 0 0 24 0 8 0 175156360 936947712 2724 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153799154 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15720/statm: 228747 2724 1422 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515092 s]
/proc/loadavg: 0.92 0.99 1.26 4/81 15721
/proc/meminfo: memFree=502696/2055920 swapFree=4184688/4192956
[pid=15720] ppid=15718 vsize=915328 CPUtime=0.45
/proc/15720/stat : 15720 (java) R 15718 15720 15560 0 -1 0 6594 0 13 0 41 4 0 0 18 0 8 0 175156360 937295872 6345 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073565102 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15720/statm: 228832 6347 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 915328

[startup+1.33819 s]
/proc/loadavg: 0.92 0.99 1.26 3/89 15729
/proc/meminfo: memFree=449768/2055920 swapFree=4184688/4192956
[pid=15720] ppid=15718 vsize=915452 CPUtime=1.28
/proc/15720/stat : 15720 (java) R 15718 15720 15560 0 -1 0 8675 0 13 0 121 7 0 0 24 0 8 0 175156360 937422848 8425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073846423 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15720/statm: 228863 8425 2524 14 0 215333 0
[pid=15720/tid=15722] ppid=15718 vsize=915452 CPUtime=0.03
/proc/15720/task/15722/stat : 15722 (java) S 15718 15720 15560 0 -1 64 244 0 0 0 3 0 0 0 17 0 8 0 175156364 937422848 8425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15720/tid=15723] ppid=15718 vsize=915452 CPUtime=0
/proc/15720/task/15723/stat : 15723 (java) S 15718 15720 15560 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175156365 937422848 8425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15720/tid=15724] ppid=15718 vsize=915452 CPUtime=0
/proc/15720/task/15724/stat : 15724 (java) S 15718 15720 15560 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 175156365 937422848 8425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15720/tid=15725] ppid=15718 vsize=915452 CPUtime=0
/proc/15720/task/15725/stat : 15725 (java) S 15718 15720 15560 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 175156369 937422848 8425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15720/tid=15726] ppid=15718 vsize=915452 CPUtime=0.21
/proc/15720/task/15726/stat : 15726 (java) S 15718 15720 15560 0 -1 64 381 0 0 0 20 1 0 0 16 0 8 0 175156369 937422848 8425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15720/tid=15727] ppid=15718 vsize=915452 CPUtime=0
/proc/15720/task/15727/stat : 15727 (java) S 15718 15720 15560 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 175156369 937422848 8425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15720/tid=15728] ppid=15718 vsize=915452 CPUtime=0
/proc/15720/task/15728/stat : 15728 (java) S 15718 15720 15560 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175156369 937422848 8425 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 915452

[startup+2.99038 s]
/proc/loadavg: 1.01 1.01 1.27 3/89 15729
/proc/meminfo: memFree=449448/2055920 swapFree=4184688/4192956
[pid=15720] ppid=15718 vsize=915452 CPUtime=2.93
/proc/15720/stat : 15720 (java) R 15718 15720 15560 0 -1 0 8717 0 13 0 286 7 0 0 25 0 8 0 175156360 937422848 8466 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073804541 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15720/statm: 228863 8466 2524 14 0 215333 0
[pid=15720/tid=15722] ppid=15718 vsize=915452 CPUtime=0.03
/proc/15720/task/15722/stat : 15722 (java) S 15718 15720 15560 0 -1 64 244 0 0 0 3 0 0 0 17 0 8 0 175156364 937422848 8466 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15720/tid=15723] ppid=15718 vsize=915452 CPUtime=0
/proc/15720/task/15723/stat : 15723 (java) S 15718 15720 15560 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175156365 937422848 8466 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15720/tid=15724] ppid=15718 vsize=915452 CPUtime=0
/proc/15720/task/15724/stat : 15724 (java) S 15718 15720 15560 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 175156365 937422848 8466 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15720/tid=15725] ppid=15718 vsize=915452 CPUtime=0
/proc/15720/task/15725/stat : 15725 (java) S 15718 15720 15560 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 175156369 937422848 8466 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15720/tid=15726] ppid=15718 vsize=915452 CPUtime=0.23
/proc/15720/task/15726/stat : 15726 (java) S 15718 15720 15560 0 -1 64 390 0 0 0 22 1 0 0 15 0 8 0 175156369 937422848 8466 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15720/tid=15727] ppid=15718 vsize=915452 CPUtime=0
/proc/15720/task/15727/stat : 15727 (java) S 15718 15720 15560 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 175156369 937422848 8466 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15720/tid=15728] ppid=15718 vsize=915452 CPUtime=0
/proc/15720/task/15728/stat : 15728 (java) S 15718 15720 15560 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175156369 937422848 8466 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) 915452

[startup+6.27277 s]
/proc/loadavg: 1.01 1.01 1.27 3/89 15729
/proc/meminfo: memFree=449200/2055920 swapFree=4184688/4192956
[pid=15720] ppid=15718 vsize=915452 CPUtime=6.21
/proc/15720/stat : 15720 (java) R 15718 15720 15560 0 -1 0 8723 0 13 0 614 7 0 0 25 0 8 0 175156360 937422848 8471 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073783025 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/15720/statm: 228863 8471 2524 14 0 215333 0
[pid=15720/tid=15722] ppid=15718 vsize=915452 CPUtime=0.03
/proc/15720/task/15722/stat : 15722 (java) S 15718 15720 15560 0 -1 64 244 0 0 0 3 0 0 0 16 0 8 0 175156364 937422848 8471 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=15720/tid=15723] ppid=15718 vsize=915452 CPUtime=0
/proc/15720/task/15723/stat : 15723 (java) S 15718 15720 15560 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 175156365 937422848 8471 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15720/tid=15724] ppid=15718 vsize=915452 CPUtime=0
/proc/15720/task/15724/stat : 15724 (java) S 15718 15720 15560 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 175156365 937422848 8471 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15720/tid=15725] ppid=15718 vsize=915452 CPUtime=0
/proc/15720/task/15725/stat : 15725 (java) S 15718 15720 15560 0 -1 64 1 0 0 0 0 0 0 0 24 0 8 0 175156369 937422848 8471 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15720/tid=15726] ppid=15718 vsize=915452 CPUtime=0.23
/proc/15720/task/15726/stat : 15726 (java) S 15718 15720 15560 0 -1 64 390 0 0 0 22 1 0 0 15 0 8 0 175156369 937422848 8471 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15720/tid=15727] ppid=15718 vsize=915452 CPUtime=0
/proc/15720/task/15727/stat : 15727 (java) S 15718 15720 15560 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 175156369 937422848 8471 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=15720/tid=15728] ppid=15718 vsize=915452 CPUtime=0
/proc/15720/task/15728/stat : 15728 (java) S 15718 15720 15560 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 175156369 937422848 8471 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 10.3458
CPU time (s): 10.2824
CPU user time (s): 10.1994
CPU system time (s): 0.082987
CPU usage (%): 99.3873
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.1994
system time used= 0.082987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8821
page faults= 13
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1286
involuntary context switches= 1453

runsolver used 0.015997 s user time and 0.041993 s system time

The end

Launcher Data (download as text)

Begin job on node35 on Mon Jan  8 14:47:06 UTC 2007


IDJOB= 224046
IDBENCH= 5703
FILE ID= node35/224046-1168267625

PBS_JOBID= 3482899

Free space on /tmp= 66557 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  4465b053b0df8b5284c3d8372c597d64

RANDOM SEED= 235048556

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.234
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.234
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:        572448 kB
Buffers:          2876 kB
Cached:        1414452 kB
SwapCached:       1900 kB
Active:         853380 kB
Inactive:       577960 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        572448 kB
SwapTotal:     4192956 kB
SwapFree:      4184688 kB
Dirty:            5872 kB
Writeback:           0 kB
Mapped:          21656 kB
Slab:            37572 kB
Committed_AS:  3771760 kB
PageTables:       1704 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= 66557 MiB



End job on node35 on Mon Jan  8 14:47:18 UTC 2007