Trace number 208425

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 ESACSAT 19.912 20.0097

DiagnosticValue
CHECKS125401063
NODES96225

General information on the benchmark

Namerandom/rand-2-40-19-fcd/
rand-2-40-19-443-230-fcd-49_ext.xml
MD5SUMf62a6c732c103db528ecdfc260981512
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.33164
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints348
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension348
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=esac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/208425-1168187572/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=40  nbDomainTypes=1  minDomainSize=19  maxDomainSize=19
0.39	       =>  wckTime=0.096  cpuTime=0.09  mem=6M951
0.39	   
0.39	   relations being loaded...
0.49	   
0.49	   constraints being loaded...
0.60	     nbConstraints=348  nbRelationTypes=348  nbExtensionStructures=348  nbSharedExtensionStructures=0
0.60	     nbConflictsStructures=348  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=3206  maxDegree=26
0.60	     maxArity=2
0.60	       =>  wckTime=0.305  cpuTime=0.23  mem=13M778
0.64	   
0.64	   solver IterativeSystematicSolver being built... 
0.79	       =>  wckTime=0.495  cpuTime=0.35  mem=15M27
0.84	   
0.84	   preprocessing
0.84	     nbConstraintChecks=64935  nbPropagations=878  nbRevisions=7064  nbUselessRevisions=5823  nbSingletonTests=48
0.84	     nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=0  detectedInconsistency=no
0.84	       =>  wckTime=0.048  cpuTime=0.03  mem=15M27
0.86	   
0.86	   search
0.86	     run=0  nbConstraintChecks=22688  nbPropagations=1218  nbRevisions=10594  nbUselessRevisions=8732  nbAssignments=20
0.86	     nbFailedAssignments=4  nbBacktracks=10  nbVisitedNodes=28  nbRestartNogoods=0  mapSize=6  nbInferences=0
0.86	     nbTooLargeKeys=0
0.86	       =>  wckTime=0.067  cpuTime=0.04  mem=15M27
0.88	   
0.88	   search
0.88	     run=1  nbConstraintChecks=71274  nbPropagations=3215  nbRevisions=30698  nbUselessRevisions=25311  nbAssignments=60
0.88	     nbFailedAssignments=20  nbBacktracks=26  nbVisitedNodes=93  nbRestartNogoods=1  mapSize=20  nbInferences=0
0.88	     nbTooLargeKeys=0
0.88	       =>  wckTime=0.089  cpuTime=0.06  mem=15M27
0.90	   
0.90	   search
0.90	     run=2  nbConstraintChecks=133531  nbPropagations=6091  nbRevisions=62082  nbUselessRevisions=50988
0.90	     nbAssignments=108  nbFailedAssignments=36  nbBacktracks=49  nbVisitedNodes=173  nbRestartNogoods=3  mapSize=42
0.90	     nbInferences=0  nbTooLargeKeys=0
0.90	       =>  wckTime=0.106  cpuTime=0.07  mem=15M27
0.91	   
0.91	   search
0.91	     run=3  nbConstraintChecks=210444  nbPropagations=10064  nbRevisions=107790  nbUselessRevisions=88402
0.91	     nbAssignments=168  nbFailedAssignments=55  nbBacktracks=82  nbVisitedNodes=267  nbRestartNogoods=5  mapSize=67
0.91	     nbInferences=0  nbTooLargeKeys=0
0.91	       =>  wckTime=0.122  cpuTime=0.09  mem=15M27
0.94	   
0.94	   search
0.94	     run=4  nbConstraintChecks=348611  nbPropagations=15992  nbRevisions=179974  nbUselessRevisions=147307
0.94	     nbAssignments=270  nbFailedAssignments=99  nbBacktracks=132  nbVisitedNodes=445  nbRestartNogoods=9  mapSize=112
0.94	     nbInferences=0  nbTooLargeKeys=0
0.94	       =>  wckTime=0.149  cpuTime=0.11  mem=15M27
0.98	   
0.98	   search
0.98	     run=5  nbConstraintChecks=517017  nbPropagations=24371  nbRevisions=286872  nbUselessRevisions=234599
0.98	     nbAssignments=411  nbFailedAssignments=156  nbBacktracks=208  nbVisitedNodes=689  nbRestartNogoods=12  mapSize=178
0.98	     nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.187  cpuTime=0.14  mem=15M27
1.03	   
1.03	   search
1.03	     run=6  nbConstraintChecks=777735  nbPropagations=36422  nbRevisions=442401  nbUselessRevisions=361059
1.03	     nbAssignments=616  nbFailedAssignments=229  nbBacktracks=322  nbVisitedNodes=1012  nbRestartNogoods=17  mapSize=268
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.234  cpuTime=0.19  mem=15M27
1.10	   
1.10	   search
1.10	     run=7  nbConstraintChecks=1229446  nbPropagations=54525  nbRevisions=687301  nbUselessRevisions=560222
1.11	     nbAssignments=939  nbFailedAssignments=374  nbBacktracks=492  nbVisitedNodes=1589  nbRestartNogoods=22  mapSize=420
1.11	     nbInferences=0  nbTooLargeKeys=0
1.11	       =>  wckTime=0.314  cpuTime=0.27  mem=15M27
1.20	   
1.20	   search
1.20	     run=8  nbConstraintChecks=1686408  nbPropagations=79668  nbRevisions=1028808  nbUselessRevisions=838538
1.20	     nbAssignments=1364  nbFailedAssignments=535  nbBacktracks=748  nbVisitedNodes=2292  nbRestartNogoods=29
1.20	     mapSize=623  nbInferences=0  nbTooLargeKeys=0
1.20	       =>  wckTime=0.405  cpuTime=0.35  mem=15M27
1.34	   
1.34	   search
1.34	     run=9  nbConstraintChecks=2413562  nbPropagations=115821  nbRevisions=1523646  nbUselessRevisions=1242012
1.34	     nbAssignments=1986  nbFailedAssignments=764  nbBacktracks=1133  nbVisitedNodes=3367  nbRestartNogoods=36
1.34	     mapSize=950  nbInferences=0  nbTooLargeKeys=0
1.34	       =>  wckTime=0.548  cpuTime=0.49  mem=15M27
1.37	   
1.37	   INFO : Stopping hyperNogood (mapSize=1008, nbTooLargekeys=0, mem=15M27)
1.55	   
1.55	   search
1.55	     run=10  nbConstraintChecks=3700440  nbPropagations=169355  nbRevisions=2270981  nbUselessRevisions=1850258
1.55	     nbAssignments=2958  nbFailedAssignments=1150  nbBacktracks=1711  nbVisitedNodes=5066  nbRestartNogoods=44
1.55	       =>  wckTime=0.76  cpuTime=0.7  mem=15M27
1.84	   
1.84	   search
1.84	     run=11  nbConstraintChecks=5638743  nbPropagations=248897  nbRevisions=3385275  nbUselessRevisions=2755237
1.84	     nbAssignments=4369  nbFailedAssignments=1689  nbBacktracks=2575  nbVisitedNodes=7499  nbRestartNogoods=53
1.84	       =>  wckTime=1.053  cpuTime=0.99  mem=15M27
2.33	   
2.33	   search
2.33	     run=12  nbConstraintChecks=8969658  nbPropagations=370731  nbRevisions=5130286  nbUselessRevisions=4173661
2.33	     nbAssignments=6657  nbFailedAssignments=2671  nbBacktracks=3872  nbVisitedNodes=11530  nbRestartNogoods=57
2.33	       =>  wckTime=1.537  cpuTime=1.47  mem=15M27
2.92	   
2.92	   search
2.92	     run=13  nbConstraintChecks=12799325  nbPropagations=548705  nbRevisions=7645509  nbUselessRevisions=6216565
2.92	     nbAssignments=9800  nbFailedAssignments=3860  nbBacktracks=5819  nbVisitedNodes=16930  nbRestartNogoods=70
2.92	       =>  wckTime=2.133  cpuTime=2.06  mem=15M27
4.00	   
4.00	   search
4.00	     run=14  nbConstraintChecks=20159866  nbPropagations=822499  nbRevisions=11535814  nbUselessRevisions=9368349
4.00	     nbAssignments=14778  nbFailedAssignments=5912  nbBacktracks=8739  nbVisitedNodes=25728  nbRestartNogoods=81
4.00	       =>  wckTime=3.205  cpuTime=3.14  mem=15M27
5.29	   
5.29	   search
5.29	     run=15  nbConstraintChecks=28453867  nbPropagations=1218166  nbRevisions=17114596  nbUselessRevisions=13890651
5.29	     nbAssignments=21785  nbFailedAssignments=8536  nbBacktracks=13117  nbVisitedNodes=37674  nbRestartNogoods=93
5.29	       =>  wckTime=4.503  cpuTime=4.43  mem=15M27
7.73	   
7.73	   search
7.73	     run=16  nbConstraintChecks=45274235  nbPropagations=1829530  nbRevisions=25856319  nbUselessRevisions=20975026
7.73	     nbAssignments=33341  nbFailedAssignments=13506  nbBacktracks=19687  nbVisitedNodes=58115  nbRestartNogoods=104
7.73	       =>  wckTime=6.942  cpuTime=6.87  mem=15M27
10.84	   
10.84	   search
10.84	     run=17  nbConstraintChecks=65613700  nbPropagations=2730681  nbRevisions=38787181  nbUselessRevisions=31485338
10.84	     nbAssignments=49493  nbFailedAssignments=19799  nbBacktracks=29540  nbVisitedNodes=85952  nbRestartNogoods=117
10.84	       =>  wckTime=10.053  cpuTime=9.98  mem=15M27
15.78	   
15.78	   search
15.78	     run=18  nbConstraintChecks=98795979  nbPropagations=4085063  nbRevisions=58254063  nbUselessRevisions=47319085
15.78	     nbAssignments=74026  nbFailedAssignments=29534  nbBacktracks=44321  nbVisitedNodes=128539  nbRestartNogoods=127
15.78	       =>  wckTime=14.984  cpuTime=14.91  mem=16M2
19.95	   
19.95	   search
19.95	     run=19  nbConstraintChecks=125336128  nbPropagations=5829130  nbRevisions=83215433  nbUselessRevisions=67631343
19.95	     nbAssignments=96225  nbFailedAssignments=38370  nbBacktracks=57644  nbVisitedNodes=167095  nbRestartNogoods=138
19.95	       =>  wckTime=19.155  cpuTime=19.06  mem=16M2
19.95	   
19.95	   global
19.95	     nbConstraintChecks=125401063  nbPropagations=5830008  nbRevisions=83222497  nbUselessRevisions=67637166
19.95	     nbRestartNogoods=138  solvingWckTime=19.156  solvingCpuTime=19.06  expiredTime=no  totalExploration=no
19.95	     nbFoundSolutions=1  globalCpuTime=19.45
19.95	       =>  wckTime=19.655  cpuTime=19.41  mem=16M2
19.95	   
19.95	s SATISFIABLE
19.95	v 15 14 7 16 15 12 6 1 14 17 13 11 6 3 15 5 7 2 16 14 1 4 18 12 14 8 15 6 14 1 18 0 0 10 3 7 11 5 12 5 
19.95	d NODES 96225
19.95	d CHECKS 125401063
19.95	   
19.95	   totalWckTime=19.73  totalCpuTime=19.45

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/node14/watcher-208425-1168187572 -o ROOT/results/node14/solver-208425-1168187572 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/208425-1168187572/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: 2.07 2.03 2.01 4/94 31196
/proc/meminfo: memFree=1631760/2055920 swapFree=4182236/4192956
[pid=31195] ppid=31193 vsize=1784 CPUtime=0
/proc/31195/stat : 31195 (java) D 31193 31195 29708 0 -1 0 374 0 0 0 0 0 0 0 18 0 1 0 167152145 1826816 163 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 6927140 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/31195/statm: 446 163 128 14 0 91 0

[startup+0.10978 s]
/proc/loadavg: 2.07 2.03 2.01 4/94 31196
/proc/meminfo: memFree=1631760/2055920 swapFree=4182236/4192956
[pid=31195] ppid=31193 vsize=914988 CPUtime=0.09
/proc/31195/stat : 31195 (java) R 31193 31195 29708 0 -1 0 3088 0 1 0 8 1 0 0 24 0 8 0 167152145 936947712 2834 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31195/statm: 228747 2834 1457 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.517818 s]
/proc/loadavg: 2.07 2.03 2.01 4/94 31196
/proc/meminfo: memFree=1631760/2055920 swapFree=4182236/4192956
[pid=31195] ppid=31193 vsize=915328 CPUtime=0.49
/proc/31195/stat : 31195 (java) R 31193 31195 29708 0 -1 0 7002 0 1 0 45 4 0 0 25 0 8 0 167152145 937295872 6741 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073551981 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31195/statm: 228832 6742 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.3389 s]
/proc/loadavg: 2.15 2.05 2.01 3/101 31203
/proc/meminfo: memFree=1607832/2055920 swapFree=4182236/4192956
[pid=31195] ppid=31193 vsize=915456 CPUtime=1.31
/proc/31195/stat : 31195 (java) R 31193 31195 29708 0 -1 0 8751 0 1 0 125 6 0 0 25 0 8 0 167152145 937426944 8489 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073817878 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31195/statm: 228864 8489 2524 14 0 215334 0
[pid=31195/tid=31197] ppid=31193 vsize=915456 CPUtime=0.03
/proc/31195/task/31197/stat : 31197 (java) S 31193 31195 29708 0 -1 64 291 0 0 0 3 0 0 0 16 0 8 0 167152149 937426944 8489 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31195/tid=31198] ppid=31193 vsize=915456 CPUtime=0
/proc/31195/task/31198/stat : 31198 (java) S 31193 31195 29708 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 167152149 937426944 8489 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31195/tid=31199] ppid=31193 vsize=915456 CPUtime=0
/proc/31195/task/31199/stat : 31199 (java) S 31193 31195 29708 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 167152149 937426944 8489 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31195/tid=31200] ppid=31193 vsize=915456 CPUtime=0
/proc/31195/task/31200/stat : 31200 (java) S 31193 31195 29708 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 167152152 937426944 8489 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31195/tid=31201] ppid=31193 vsize=915456 CPUtime=0.21
/proc/31195/task/31201/stat : 31201 (java) S 31193 31195 29708 0 -1 64 385 0 0 0 20 1 0 0 16 0 8 0 167152152 937426944 8489 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31195/tid=31202] ppid=31193 vsize=915456 CPUtime=0
/proc/31195/task/31202/stat : 31202 (java) S 31193 31195 29708 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 167152152 937426944 8489 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31195/tid=31203] ppid=31193 vsize=915456 CPUtime=0
/proc/31195/task/31203/stat : 31203 (java) S 31193 31195 29708 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167152152 937426944 8489 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915456

[startup+2.98305 s]
/proc/loadavg: 2.15 2.05 2.01 3/101 31203
/proc/meminfo: memFree=1607576/2055920 swapFree=4182236/4192956
[pid=31195] ppid=31193 vsize=915456 CPUtime=2.95
/proc/31195/stat : 31195 (java) R 31193 31195 29708 0 -1 0 8777 0 1 0 289 6 0 0 25 0 8 0 167152145 937426944 8513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073798179 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31195/statm: 228864 8513 2524 14 0 215334 0
[pid=31195/tid=31197] ppid=31193 vsize=915456 CPUtime=0.03
/proc/31195/task/31197/stat : 31197 (java) S 31193 31195 29708 0 -1 64 291 0 0 0 3 0 0 0 17 0 8 0 167152149 937426944 8513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31195/tid=31198] ppid=31193 vsize=915456 CPUtime=0
/proc/31195/task/31198/stat : 31198 (java) S 31193 31195 29708 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 167152149 937426944 8513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31195/tid=31199] ppid=31193 vsize=915456 CPUtime=0
/proc/31195/task/31199/stat : 31199 (java) S 31193 31195 29708 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 167152149 937426944 8513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31195/tid=31200] ppid=31193 vsize=915456 CPUtime=0
/proc/31195/task/31200/stat : 31200 (java) S 31193 31195 29708 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 167152152 937426944 8513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31195/tid=31201] ppid=31193 vsize=915456 CPUtime=0.23
/proc/31195/task/31201/stat : 31201 (java) S 31193 31195 29708 0 -1 64 394 0 0 0 22 1 0 0 15 0 8 0 167152152 937426944 8513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31195/tid=31202] ppid=31193 vsize=915456 CPUtime=0
/proc/31195/task/31202/stat : 31202 (java) S 31193 31195 29708 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 167152152 937426944 8513 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31195/tid=31203] ppid=31193 vsize=915456 CPUtime=0
/proc/31195/task/31203/stat : 31203 (java) S 31193 31195 29708 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167152152 937426944 8513 18446744073709551615 134512640 134570532 4294956464 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) 915456

[startup+6.18636 s]
/proc/loadavg: 2.14 2.05 2.01 3/101 31203
/proc/meminfo: memFree=1607448/2055920 swapFree=4182236/4192956
[pid=31195] ppid=31193 vsize=915456 CPUtime=6.16
/proc/31195/stat : 31195 (java) R 31193 31195 29708 0 -1 0 8783 0 1 0 610 6 0 0 25 0 8 0 167152145 937426944 8519 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073797017 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31195/statm: 228864 8519 2524 14 0 215334 0
[pid=31195/tid=31197] ppid=31193 vsize=915456 CPUtime=0.03
/proc/31195/task/31197/stat : 31197 (java) S 31193 31195 29708 0 -1 64 291 0 0 0 3 0 0 0 16 0 8 0 167152149 937426944 8519 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31195/tid=31198] ppid=31193 vsize=915456 CPUtime=0
/proc/31195/task/31198/stat : 31198 (java) S 31193 31195 29708 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 167152149 937426944 8519 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31195/tid=31199] ppid=31193 vsize=915456 CPUtime=0
/proc/31195/task/31199/stat : 31199 (java) S 31193 31195 29708 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 167152149 937426944 8519 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31195/tid=31200] ppid=31193 vsize=915456 CPUtime=0
/proc/31195/task/31200/stat : 31200 (java) S 31193 31195 29708 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 167152152 937426944 8519 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31195/tid=31201] ppid=31193 vsize=915456 CPUtime=0.23
/proc/31195/task/31201/stat : 31201 (java) S 31193 31195 29708 0 -1 64 395 0 0 0 22 1 0 0 15 0 8 0 167152152 937426944 8519 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31195/tid=31202] ppid=31193 vsize=915456 CPUtime=0
/proc/31195/task/31202/stat : 31202 (java) S 31193 31195 29708 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 167152152 937426944 8519 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31195/tid=31203] ppid=31193 vsize=915456 CPUtime=0
/proc/31195/task/31203/stat : 31203 (java) S 31193 31195 29708 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167152152 937426944 8519 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 915456

[startup+12.663 s]
/proc/loadavg: 2.12 2.05 2.01 3/101 31203
/proc/meminfo: memFree=1607448/2055920 swapFree=4182236/4192956
[pid=31195] ppid=31193 vsize=915456 CPUtime=12.63
/proc/31195/stat : 31195 (java) R 31193 31195 29708 0 -1 0 8789 0 1 0 1257 6 0 0 25 0 8 0 167152145 937426944 8524 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073813995 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/31195/statm: 228864 8524 2524 14 0 215334 0
[pid=31195/tid=31197] ppid=31193 vsize=915456 CPUtime=0.03
/proc/31195/task/31197/stat : 31197 (java) S 31193 31195 29708 0 -1 64 291 0 0 0 3 0 0 0 16 0 8 0 167152149 937426944 8524 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=31195/tid=31198] ppid=31193 vsize=915456 CPUtime=0
/proc/31195/task/31198/stat : 31198 (java) S 31193 31195 29708 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 167152149 937426944 8524 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31195/tid=31199] ppid=31193 vsize=915456 CPUtime=0
/proc/31195/task/31199/stat : 31199 (java) S 31193 31195 29708 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 167152149 937426944 8524 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31195/tid=31200] ppid=31193 vsize=915456 CPUtime=0
/proc/31195/task/31200/stat : 31200 (java) S 31193 31195 29708 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 167152152 937426944 8524 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31195/tid=31201] ppid=31193 vsize=915456 CPUtime=0.23
/proc/31195/task/31201/stat : 31201 (java) S 31193 31195 29708 0 -1 64 395 0 0 0 22 1 0 0 15 0 8 0 167152152 937426944 8524 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31195/tid=31202] ppid=31193 vsize=915456 CPUtime=0
/proc/31195/task/31202/stat : 31202 (java) S 31193 31195 29708 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 167152152 937426944 8524 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=31195/tid=31203] ppid=31193 vsize=915456 CPUtime=0
/proc/31195/task/31203/stat : 31203 (java) S 31193 31195 29708 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 167152152 937426944 8524 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 20.0097
CPU time (s): 19.912
CPU user time (s): 19.839
CPU system time (s): 0.072988
CPU usage (%): 99.5115
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.839
system time used= 0.072988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8882
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= 1585
involuntary context switches= 1925

runsolver used 0.030995 s user time and 0.070989 s system time

The end

Launcher Data (download as text)

Begin job on node14 on Sun Jan  7 16:32:52 UTC 2007


IDJOB= 208425
IDBENCH= 4387
FILE ID= node14/208425-1168187572

PBS_JOBID= 3478916

Free space on /tmp= 66344 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-40-19-fcd/rand-2-40-19-443-230-fcd-49_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/208425-1168187572/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-208425-1168187572 -o ROOT/results/node14/solver-208425-1168187572 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/208425-1168187572/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  f62a6c732c103db528ecdfc260981512

RANDOM SEED= 7899755

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.227
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.227
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:       1632176 kB
Buffers:         43296 kB
Cached:         248212 kB
SwapCached:       4156 kB
Active:         142848 kB
Inactive:       212668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1632176 kB
SwapTotal:     4192956 kB
SwapFree:      4182236 kB
Dirty:            1892 kB
Writeback:           0 kB
Mapped:          80532 kB
Slab:            52888 kB
Committed_AS:  5237724 kB
PageTables:       2276 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= 66344 MiB



End job on node14 on Sun Jan  7 16:33:12 UTC 2007