Trace number 223583

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 8.30474 8.47917

DiagnosticValue
CHECKS58062084
NODES44047

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-55_ext.xml
MD5SUMc4eaf58bbed1b596e02395ab602941fd
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 benchmark4.21836
SatisfiableYES
(Un)Satisfiability was provedYES
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.36	   
0.36	Abscon 109 (November, 2006)
0.36	   
0.36	   configuration
0.36	     name=esac.xml
0.39	   
0.39	   instance
0.39	     name=/tmp/evaluation/223583-1168265830/unknown.xml
0.42	   
0.42	   domains being loaded...
0.42	   
0.42	   variables being loaded...
0.46	     nbVariables=40  nbDomainTypes=1  minDomainSize=25  maxDomainSize=25
0.46	       =>  wckTime=0.096  cpuTime=0.08  mem=6M951
0.46	   
0.46	   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=0  maxDegree=14  maxArity=2
0.66	       =>  wckTime=0.295  cpuTime=0.22  mem=13M827
0.70	   
0.70	   solver IterativeSystematicSolver being built... 
0.85	       =>  wckTime=0.49  cpuTime=0.35  mem=14M840
0.90	   
0.90	   preprocessing
0.90	     nbConstraintChecks=74277  nbPropagations=763  nbRevisions=4912  nbUselessRevisions=3783  nbSingletonTests=51
0.90	     nbEffectiveSingletonTests=0  nbESACBranches=8  nbRemovedValues=0  detectedInconsistency=no
0.90	       =>  wckTime=0.046  cpuTime=0.03  mem=14M840
0.92	   
0.92	   search
0.92	     run=0  nbConstraintChecks=32956  nbPropagations=1210  nbRevisions=8225  nbUselessRevisions=6161  nbAssignments=30
0.92	     nbFailedAssignments=15  nbBacktracks=11  nbVisitedNodes=52  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.92	     nbTooLargeKeys=0
0.92	       =>  wckTime=0.067  cpuTime=0.04  mem=14M840
0.94	   
0.94	   search
0.94	     run=1  nbConstraintChecks=93842  nbPropagations=3298  nbRevisions=23196  nbUselessRevisions=17003  nbAssignments=66
0.94	     nbFailedAssignments=29  nbBacktracks=29  nbVisitedNodes=115  nbRestartNogoods=1  mapSize=24  nbInferences=0
0.94	     nbTooLargeKeys=0
0.94	       =>  wckTime=0.086  cpuTime=0.06  mem=14M840
0.96	   
0.96	   search
0.96	     run=2  nbConstraintChecks=168209  nbPropagations=6492  nbRevisions=46812  nbUselessRevisions=33866
0.96	     nbAssignments=117  nbFailedAssignments=52  nbBacktracks=52  nbVisitedNodes=202  nbRestartNogoods=3  mapSize=42
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.104  cpuTime=0.07  mem=14M840
0.98	   
0.98	   search
0.98	     run=3  nbConstraintChecks=268470  nbPropagations=11321  nbRevisions=83016  nbUselessRevisions=59403
0.98	     nbAssignments=191  nbFailedAssignments=85  nbBacktracks=86  nbVisitedNodes=333  nbRestartNogoods=5  mapSize=73
0.98	     nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.123  cpuTime=0.09  mem=14M840
1.00	   
1.00	   search
1.00	     run=4  nbConstraintChecks=378662  nbPropagations=18097  nbRevisions=133982  nbUselessRevisions=95236
1.00	     nbAssignments=284  nbFailedAssignments=121  nbBacktracks=139  nbVisitedNodes=492  nbRestartNogoods=8  mapSize=117
1.00	     nbInferences=0  nbTooLargeKeys=0
1.00	       =>  wckTime=0.146  cpuTime=0.11  mem=14M840
1.04	   
1.04	   search
1.04	     run=5  nbConstraintChecks=621940  nbPropagations=28682  nbRevisions=215450  nbUselessRevisions=152012
1.04	     nbAssignments=438  nbFailedAssignments=193  nbBacktracks=215  nbVisitedNodes=771  nbRestartNogoods=12  mapSize=188
1.04	     nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.184  cpuTime=0.14  mem=14M840
1.09	   
1.09	   search
1.09	     run=6  nbConstraintChecks=922660  nbPropagations=44315  nbRevisions=337231  nbUselessRevisions=236597
1.09	     nbAssignments=674  nbFailedAssignments=308  nbBacktracks=328  nbVisitedNodes=1198  nbRestartNogoods=18  mapSize=289
1.09	     nbInferences=0  nbTooLargeKeys=0
1.09	       =>  wckTime=0.233  cpuTime=0.19  mem=14M840
1.15	   
1.15	   search
1.15	     run=7  nbConstraintChecks=1303014  nbPropagations=65933  nbRevisions=503724  nbUselessRevisions=352036
1.15	     nbAssignments=983  nbFailedAssignments=422  nbBacktracks=500  nbVisitedNodes=1693  nbRestartNogoods=28  mapSize=416
1.15	     nbInferences=0  nbTooLargeKeys=0
1.15	       =>  wckTime=0.297  cpuTime=0.25  mem=14M840
1.28	   
1.28	   search
1.28	     run=8  nbConstraintChecks=2094512  nbPropagations=99571  nbRevisions=767577  nbUselessRevisions=535287
1.28	     nbAssignments=1523  nbFailedAssignments=694  nbBacktracks=758  nbVisitedNodes=2675  nbRestartNogoods=35
1.28	     mapSize=652  nbInferences=0  nbTooLargeKeys=0
1.28	       =>  wckTime=0.423  cpuTime=0.36  mem=14M840
1.41	   
1.41	   search
1.41	     run=9  nbConstraintChecks=3045072  nbPropagations=147602  nbRevisions=1142093  nbUselessRevisions=794832
1.41	     nbAssignments=2239  nbFailedAssignments=1012  nbBacktracks=1144  nbVisitedNodes=3936  nbRestartNogoods=39
1.41	     mapSize=982  nbInferences=0  nbTooLargeKeys=0
1.41	       =>  wckTime=0.555  cpuTime=0.49  mem=14M840
1.43	   
1.43	   INFO : Stopping hyperNogood (mapSize=1030, nbTooLargekeys=0, mem=14M840)
1.58	   
1.58	   search
1.58	     run=10  nbConstraintChecks=4311113  nbPropagations=216815  nbRevisions=1680234  nbUselessRevisions=1168340
1.58	     nbAssignments=3255  nbFailedAssignments=1436  nbBacktracks=1720  nbVisitedNodes=5692  nbRestartNogoods=48
1.58	       =>  wckTime=0.729  cpuTime=0.65  mem=14M840
1.87	   
1.87	   search
1.87	     run=11  nbConstraintChecks=6465965  nbPropagations=321919  nbRevisions=2505012  nbUselessRevisions=1741482
1.87	     nbAssignments=4925  nbFailedAssignments=2229  nbBacktracks=2587  nbVisitedNodes=8654  nbRestartNogoods=55
1.87	       =>  wckTime=1.015  cpuTime=0.93  mem=14M840
2.23	   
2.23	   search
2.23	     run=12  nbConstraintChecks=9349006  nbPropagations=473640  nbRevisions=3689045  nbUselessRevisions=2563436
2.23	     nbAssignments=7151  nbFailedAssignments=3152  nbBacktracks=3886  nbVisitedNodes=12513  nbRestartNogoods=57
2.23	       =>  wckTime=1.375  cpuTime=1.29  mem=14M840
2.88	   
2.88	   search
2.88	     run=13  nbConstraintChecks=14282213  nbPropagations=708397  nbRevisions=5538562  nbUselessRevisions=3847826
2.88	     nbAssignments=10935  nbFailedAssignments=4982  nbBacktracks=5834  nbVisitedNodes=19374  nbRestartNogoods=62
2.88	       =>  wckTime=2.022  cpuTime=1.93  mem=15M815
3.80	   
3.80	   search
3.80	     run=14  nbConstraintChecks=21520257  nbPropagations=1062127  nbRevisions=8316167  nbUselessRevisions=5771716
3.80	     nbAssignments=16511  nbFailedAssignments=7635  nbBacktracks=8754  nbVisitedNodes=29454  nbRestartNogoods=75
3.80	       =>  wckTime=2.942  cpuTime=2.84  mem=15M815
5.16	   
5.16	   search
5.16	     run=15  nbConstraintChecks=32269907  nbPropagations=1591977  nbRevisions=12473601  nbUselessRevisions=8649182
5.16	     nbAssignments=24567  nbFailedAssignments=11309  nbBacktracks=13132  nbVisitedNodes=43812  nbRestartNogoods=90
5.16	       =>  wckTime=4.31  cpuTime=4.2  mem=15M815
7.24	   
7.24	   search
7.24	     run=16  nbConstraintChecks=48690003  nbPropagations=2390461  nbRevisions=18761845  nbUselessRevisions=13008470
7.24	     nbAssignments=37018  nbFailedAssignments=17188  nbBacktracks=19700  nbVisitedNodes=66146  nbRestartNogoods=102
7.24	       =>  wckTime=6.388  cpuTime=6.26  mem=15M815
8.43	   
8.43	   search
8.43	     run=17  nbConstraintChecks=57987807  nbPropagations=3341035  nbRevisions=26264963  nbUselessRevisions=18209526
8.43	     nbAssignments=44047  nbFailedAssignments=20630  nbBacktracks=23247  nbVisitedNodes=78895  nbRestartNogoods=111
8.43	       =>  wckTime=7.577  cpuTime=7.44  mem=15M815
8.43	   
8.43	   global
8.43	     nbConstraintChecks=58062084  nbPropagations=3341798  nbRevisions=26269875  nbUselessRevisions=18213309
8.43	     nbRestartNogoods=111  solvingWckTime=7.578  solvingCpuTime=7.44  expiredTime=no  totalExploration=no
8.43	     nbFoundSolutions=1  globalCpuTime=7.85
8.43	       =>  wckTime=8.071  cpuTime=7.8  mem=15M815
8.44	   
8.44	s SATISFIABLE
8.44	v 0 11 9 21 0 24 19 7 5 19 0 12 4 4 17 11 9 10 17 8 17 21 18 5 19 15 21 21 20 11 21 14 10 9 13 8 0 2 21 1 
8.44	d NODES 44047
8.44	d CHECKS 58062084
8.44	   
8.44	   totalWckTime=8.148  totalCpuTime=7.86

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/node56/watcher-223583-1168265830 -o ROOT/results/node56/solver-223583-1168265830 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/223583-1168265830/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.47 0.83 0.71 4/82 8330
/proc/meminfo: memFree=1773792/2055920 swapFree=4184772/4192956
[pid=8329] ppid=8327 vsize=18540 CPUtime=0
/proc/8329/stat : 8329 (runsolver) R 8327 8329 7665 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 174981593 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 253307186471 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/8329/statm: 4635 279 244 17 0 2626 0

[startup+0.102852 s]
/proc/loadavg: 1.47 0.83 0.71 4/82 8330
/proc/meminfo: memFree=1773792/2055920 swapFree=4184772/4192956
[pid=8329] ppid=8327 vsize=912432 CPUtime=0.06
/proc/8329/stat : 8329 (java) R 8327 8329 7665 0 -1 0 2744 0 1 0 5 1 0 0 24 0 8 0 174981593 934330368 2490 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072917064 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8329/statm: 228108 2490 1379 14 0 215091 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 912432

[startup+0.510893 s]
/proc/loadavg: 1.47 0.83 0.71 4/82 8330
/proc/meminfo: memFree=1773792/2055920 swapFree=4184772/4192956
[pid=8329] ppid=8327 vsize=915328 CPUtime=0.42
/proc/8329/stat : 8329 (java) R 8327 8329 7665 0 -1 0 6507 0 1 0 39 3 0 0 21 0 8 0 174981593 937295872 6246 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072942184 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8329/statm: 228832 6246 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 915328

[startup+1.33197 s]
/proc/loadavg: 1.51 0.85 0.71 3/89 8337
/proc/meminfo: memFree=1749928/2055920 swapFree=4184772/4192956
[pid=8329] ppid=8327 vsize=915452 CPUtime=1.23
/proc/8329/stat : 8329 (java) R 8327 8329 7665 0 -1 0 8698 0 1 0 117 6 0 0 25 0 8 0 174981593 937422848 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073788934 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8329/statm: 228863 8436 2524 14 0 215333 0
[pid=8329/tid=8331] ppid=8327 vsize=915452 CPUtime=0.03
/proc/8329/task/8331/stat : 8331 (java) S 8327 8329 7665 0 -1 64 245 0 0 0 3 0 0 0 16 0 8 0 174981598 937422848 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8329/tid=8332] ppid=8327 vsize=915452 CPUtime=0
/proc/8329/task/8332/stat : 8332 (java) S 8327 8329 7665 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 174981599 937422848 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8329/tid=8333] ppid=8327 vsize=915452 CPUtime=0
/proc/8329/task/8333/stat : 8333 (java) S 8327 8329 7665 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 174981599 937422848 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8329/tid=8334] ppid=8327 vsize=915452 CPUtime=0
/proc/8329/task/8334/stat : 8334 (java) S 8327 8329 7665 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 174981602 937422848 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8329/tid=8335] ppid=8327 vsize=915452 CPUtime=0.18
/proc/8329/task/8335/stat : 8335 (java) S 8327 8329 7665 0 -1 64 383 0 0 0 17 1 0 0 16 0 8 0 174981602 937422848 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8329/tid=8336] ppid=8327 vsize=915452 CPUtime=0
/proc/8329/task/8336/stat : 8336 (java) S 8327 8329 7665 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 174981602 937422848 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8329/tid=8337] ppid=8327 vsize=915452 CPUtime=0
/proc/8329/task/8337/stat : 8337 (java) S 8327 8329 7665 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174981602 937422848 8436 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 915452

[startup+2.96913 s]
/proc/loadavg: 1.51 0.85 0.71 3/89 8337
/proc/meminfo: memFree=1749608/2055920 swapFree=4184772/4192956
[pid=8329] ppid=8327 vsize=915452 CPUtime=2.86
/proc/8329/stat : 8329 (java) R 8327 8329 7665 0 -1 0 8734 0 1 0 280 6 0 0 25 0 8 0 174981593 937422848 8471 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073779514 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8329/statm: 228863 8471 2524 14 0 215333 0
[pid=8329/tid=8331] ppid=8327 vsize=915452 CPUtime=0.03
/proc/8329/task/8331/stat : 8331 (java) S 8327 8329 7665 0 -1 64 245 0 0 0 3 0 0 0 16 0 8 0 174981598 937422848 8471 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8329/tid=8332] ppid=8327 vsize=915452 CPUtime=0
/proc/8329/task/8332/stat : 8332 (java) S 8327 8329 7665 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 174981599 937422848 8471 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8329/tid=8333] ppid=8327 vsize=915452 CPUtime=0
/proc/8329/task/8333/stat : 8333 (java) S 8327 8329 7665 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 174981599 937422848 8471 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8329/tid=8334] ppid=8327 vsize=915452 CPUtime=0
/proc/8329/task/8334/stat : 8334 (java) S 8327 8329 7665 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 174981602 937422848 8471 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8329/tid=8335] ppid=8327 vsize=915452 CPUtime=0.19
/proc/8329/task/8335/stat : 8335 (java) S 8327 8329 7665 0 -1 64 389 0 0 0 18 1 0 0 16 0 8 0 174981602 937422848 8471 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8329/tid=8336] ppid=8327 vsize=915452 CPUtime=0
/proc/8329/task/8336/stat : 8336 (java) S 8327 8329 7665 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 174981602 937422848 8471 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8329/tid=8337] ppid=8327 vsize=915452 CPUtime=0
/proc/8329/task/8337/stat : 8337 (java) S 8327 8329 7665 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174981602 937422848 8471 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 915452

[startup+6.17044 s]
/proc/loadavg: 1.55 0.87 0.72 3/89 8337
/proc/meminfo: memFree=1749616/2055920 swapFree=4184772/4192956
[pid=8329] ppid=8327 vsize=915452 CPUtime=6.04
/proc/8329/stat : 8329 (java) R 8327 8329 7665 0 -1 0 8740 0 1 0 598 6 0 0 25 0 8 0 174981593 937422848 8476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073794371 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/8329/statm: 228863 8476 2524 14 0 215333 0
[pid=8329/tid=8331] ppid=8327 vsize=915452 CPUtime=0.03
/proc/8329/task/8331/stat : 8331 (java) S 8327 8329 7665 0 -1 64 245 0 0 0 3 0 0 0 16 0 8 0 174981598 937422848 8476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=8329/tid=8332] ppid=8327 vsize=915452 CPUtime=0
/proc/8329/task/8332/stat : 8332 (java) S 8327 8329 7665 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 174981599 937422848 8476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8329/tid=8333] ppid=8327 vsize=915452 CPUtime=0
/proc/8329/task/8333/stat : 8333 (java) S 8327 8329 7665 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 174981599 937422848 8476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8329/tid=8334] ppid=8327 vsize=915452 CPUtime=0
/proc/8329/task/8334/stat : 8334 (java) S 8327 8329 7665 0 -1 64 0 0 0 0 0 0 0 0 24 0 8 0 174981602 937422848 8476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8329/tid=8335] ppid=8327 vsize=915452 CPUtime=0.19
/proc/8329/task/8335/stat : 8335 (java) S 8327 8329 7665 0 -1 64 389 0 0 0 18 1 0 0 16 0 8 0 174981602 937422848 8476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8329/tid=8336] ppid=8327 vsize=915452 CPUtime=0
/proc/8329/task/8336/stat : 8336 (java) S 8327 8329 7665 0 -1 64 1 0 0 0 0 0 0 0 25 0 8 0 174981602 937422848 8476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=8329/tid=8337] ppid=8327 vsize=915452 CPUtime=0
/proc/8329/task/8337/stat : 8337 (java) S 8327 8329 7665 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 174981602 937422848 8476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 8.47917
CPU time (s): 8.30474
CPU user time (s): 8.23575
CPU system time (s): 0.068989
CPU usage (%): 97.9428
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.23575
system time used= 0.068989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8835
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= 1300
involuntary context switches= 1677

runsolver used 0.013997 s user time and 0.027995 s system time

The end

Launcher Data (download as text)

Begin job on node56 on Mon Jan  8 14:17:12 UTC 2007


IDJOB= 223583
IDBENCH= 5657
FILE ID= node56/223583-1168265830

PBS_JOBID= 3482776

Free space on /tmp= 66557 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  c4eaf58bbed1b596e02395ab602941fd

RANDOM SEED= 454164482

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.232
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.232
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:       1774208 kB
Buffers:         23604 kB
Cached:         118032 kB
SwapCached:       2048 kB
Active:         159988 kB
Inactive:        70332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1774208 kB
SwapTotal:     4192956 kB
SwapFree:      4184772 kB
Dirty:            2028 kB
Writeback:           0 kB
Mapped:         104564 kB
Slab:            36332 kB
Committed_AS:  4525668 kB
PageTables:       2116 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 node56 on Mon Jan  8 14:17:24 UTC 2007