Trace number 223547

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 ACSAT 10.7664 10.7943

DiagnosticValue
CHECKS80109142
NODES59920

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-9_ext.xml
MD5SUM782cd870a63a417dae1093d3c3ab10cc
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 benchmark1.01884
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.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/223547-1168080444/unknown.xml
0.34	   
0.34	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.38	     nbVariables=40  nbDomainTypes=1  minDomainSize=25  maxDomainSize=25
0.38	       =>  wckTime=0.094  cpuTime=0.09  mem=6M951
0.38	   
0.38	   relations being loaded...
0.48	   
0.48	   constraints being loaded...
0.57	     nbConstraints=180  nbRelationTypes=180  nbExtensionStructures=180  nbSharedExtensionStructures=0
0.57	     nbConflictsStructures=180  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1  maxDegree=14  maxArity=2
0.57	       =>  wckTime=0.287  cpuTime=0.22  mem=13M827
0.61	   
0.61	   solver IterativeSystematicSolver being built... 
0.76	       =>  wckTime=0.471  cpuTime=0.34  mem=13M748
0.76	   
0.76	   preprocessing
0.76	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.77	     detectedInconsistency=no
0.77	       =>  wckTime=0.0030  cpuTime=0.01  mem=13M748
0.81	   
0.81	   search
0.81	     run=0  nbConstraintChecks=32222  nbPropagations=541  nbRevisions=3838  nbUselessRevisions=2728  nbAssignments=23
0.81	     nbFailedAssignments=7  nbBacktracks=12  nbVisitedNodes=38  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.81	     nbTooLargeKeys=0
0.81	       =>  wckTime=0.05  cpuTime=0.04  mem=14M724
0.83	   
0.83	   search
0.83	     run=1  nbConstraintChecks=73369  nbPropagations=1735  nbRevisions=12634  nbUselessRevisions=8961  nbAssignments=54
0.83	     nbFailedAssignments=17  nbBacktracks=27  nbVisitedNodes=89  nbRestartNogoods=2  mapSize=21  nbInferences=0
0.83	     nbTooLargeKeys=0
0.83	       =>  wckTime=0.067  cpuTime=0.05  mem=14M724
0.85	   
0.85	   search
0.85	     run=2  nbConstraintChecks=136409  nbPropagations=3975  nbRevisions=29721  nbUselessRevisions=20992
0.85	     nbAssignments=98  nbFailedAssignments=35  nbBacktracks=49  nbVisitedNodes=166  nbRestartNogoods=6  mapSize=40
0.85	     nbInferences=0  nbTooLargeKeys=0
0.85	       =>  wckTime=0.086  cpuTime=0.06  mem=14M724
0.87	   
0.87	   search
0.87	     run=3  nbConstraintChecks=243754  nbPropagations=7837  nbRevisions=60383  nbUselessRevisions=42713
0.87	     nbAssignments=179  nbFailedAssignments=77  nbBacktracks=82  nbVisitedNodes=310  nbRestartNogoods=9  mapSize=71
0.87	     nbInferences=0  nbTooLargeKeys=0
0.87	       =>  wckTime=0.108  cpuTime=0.08  mem=14M724
0.89	   
0.89	   search
0.89	     run=4  nbConstraintChecks=384986  nbPropagations=13863  nbRevisions=107976  nbUselessRevisions=75975
0.89	     nbAssignments=271  nbFailedAssignments=112  nbBacktracks=132  nbVisitedNodes=464  nbRestartNogoods=14  mapSize=108
0.89	     nbInferences=0  nbTooLargeKeys=0
0.89	       =>  wckTime=0.13  cpuTime=0.1  mem=14M724
0.93	   
0.93	   search
0.93	     run=5  nbConstraintChecks=609973  nbPropagations=23443  nbRevisions=185381  nbUselessRevisions=130284
0.93	     nbAssignments=443  nbFailedAssignments=204  nbBacktracks=207  nbVisitedNodes=787  nbRestartNogoods=21  mapSize=178
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.168  cpuTime=0.14  mem=14M724
0.98	   
0.98	   search
0.98	     run=6  nbConstraintChecks=890232  nbPropagations=38151  nbRevisions=302076  nbUselessRevisions=211465
0.98	     nbAssignments=680  nbFailedAssignments=321  nbBacktracks=320  nbVisitedNodes=1213  nbRestartNogoods=25  mapSize=277
0.98	     nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.216  cpuTime=0.18  mem=14M724
1.04	   
1.04	   search
1.04	     run=7  nbConstraintChecks=1297909  nbPropagations=59672  nbRevisions=472267  nbUselessRevisions=329588
1.04	     nbAssignments=982  nbFailedAssignments=446  nbBacktracks=490  nbVisitedNodes=1749  nbRestartNogoods=31  mapSize=421
1.04	     nbInferences=0  nbTooLargeKeys=0
1.04	       =>  wckTime=0.279  cpuTime=0.24  mem=14M724
1.13	   
1.13	   search
1.13	     run=8  nbConstraintChecks=1892558  nbPropagations=90401  nbRevisions=715216  nbUselessRevisions=497908
1.13	     nbAssignments=1422  nbFailedAssignments=624  nbBacktracks=746  nbVisitedNodes=2505  nbRestartNogoods=37
1.13	     mapSize=622  nbInferences=0  nbTooLargeKeys=0
1.13	       =>  wckTime=0.369  cpuTime=0.33  mem=14M724
1.26	   
1.26	   search
1.26	     run=9  nbConstraintChecks=2670316  nbPropagations=134182  nbRevisions=1058396  nbUselessRevisions=735826
1.26	     nbAssignments=2049  nbFailedAssignments=864  nbBacktracks=1131  nbVisitedNodes=3579  nbRestartNogoods=47
1.26	     mapSize=928  nbInferences=0  nbTooLargeKeys=0
1.26	       =>  wckTime=0.494  cpuTime=0.45  mem=14M724
1.30	   
1.30	   INFO : Stopping hyperNogood (mapSize=1030, nbTooLargekeys=0, mem=14M724)
1.48	   
1.48	   search
1.48	     run=10  nbConstraintChecks=4327880  nbPropagations=204226  nbRevisions=1624186  nbUselessRevisions=1132278
1.48	     nbAssignments=3298  nbFailedAssignments=1533  nbBacktracks=1707  nbVisitedNodes=5884  nbRestartNogoods=51
1.48	       =>  wckTime=0.717  cpuTime=0.66  mem=14M724
1.72	   
1.72	   search
1.72	     run=11  nbConstraintChecks=6301441  nbPropagations=305372  nbRevisions=2433476  nbUselessRevisions=1696045
1.72	     nbAssignments=4778  nbFailedAssignments=2145  nbBacktracks=2571  nbVisitedNodes=8441  nbRestartNogoods=55
1.72	       =>  wckTime=0.96  cpuTime=0.9  mem=14M724
2.07	   
2.07	   search
2.07	     run=12  nbConstraintChecks=9149826  nbPropagations=453064  nbRevisions=3605640  nbUselessRevisions=2509595
2.07	     nbAssignments=6941  nbFailedAssignments=3007  nbBacktracks=3868  nbVisitedNodes=12150  nbRestartNogoods=63
2.07	       =>  wckTime=1.314  cpuTime=1.25  mem=14M724
2.72	   
2.72	   search
2.72	     run=13  nbConstraintChecks=14500148  nbPropagations=681320  nbRevisions=5436341  nbUselessRevisions=3777437
2.72	     nbAssignments=10655  nbFailedAssignments=4770  nbBacktracks=5815  nbVisitedNodes=18825  nbRestartNogoods=70
2.72	       =>  wckTime=1.955  cpuTime=1.89  mem=14M724
3.56	   
3.56	   search
3.56	     run=14  nbConstraintChecks=21398235  nbPropagations=1020232  nbRevisions=8150354  nbUselessRevisions=5657053
3.56	     nbAssignments=15973  nbFailedAssignments=7162  nbBacktracks=8739  nbVisitedNodes=28180  nbRestartNogoods=80
3.56	       =>  wckTime=2.802  cpuTime=2.74  mem=14M724
4.80	   
4.80	   search
4.80	     run=15  nbConstraintChecks=31352594  nbPropagations=1525124  nbRevisions=12174817  nbUselessRevisions=8444489
4.80	     nbAssignments=23706  nbFailedAssignments=10510  nbBacktracks=13118  nbVisitedNodes=41772  nbRestartNogoods=84
4.81	       =>  wckTime=4.044  cpuTime=3.98  mem=14M724
6.70	   
6.70	   search
6.70	     run=16  nbConstraintChecks=46783512  nbPropagations=2280174  nbRevisions=18176378  nbUselessRevisions=12595428
6.70	     nbAssignments=35275  nbFailedAssignments=15505  nbBacktracks=19686  nbVisitedNodes=62058  nbRestartNogoods=90
6.70	       =>  wckTime=5.94  cpuTime=5.87  mem=14M724
9.52	   
9.52	   search
9.52	     run=17  nbConstraintChecks=69913617  nbPropagations=3409083  nbRevisions=27115308  nbUselessRevisions=18771778
9.52	     nbAssignments=52519  nbFailedAssignments=22893  nbBacktracks=29539  nbVisitedNodes=92361  nbRestartNogoods=101
9.52	       =>  wckTime=8.76  cpuTime=8.69  mem=14M724
10.76	   
10.76	   search
10.76	     run=18  nbConstraintChecks=80109142  nbPropagations=4700768  nbRevisions=37339714  nbUselessRevisions=25834179
10.76	     nbAssignments=59920  nbFailedAssignments=26099  nbBacktracks=33694  nbVisitedNodes=105361  nbRestartNogoods=106
10.76	       =>  wckTime=9.999  cpuTime=9.93  mem=14M724
10.76	   
10.76	   global
10.76	     nbConstraintChecks=80109142  nbPropagations=4700808  nbRevisions=37339714  nbUselessRevisions=25834179
10.76	     nbRestartNogoods=106  solvingWckTime=10.0  solvingCpuTime=9.93  expiredTime=no  totalExploration=no
10.76	     nbFoundSolutions=1  globalCpuTime=10.32
10.76	       =>  wckTime=10.474  cpuTime=10.27  mem=14M724
10.76	   
10.76	s SATISFIABLE
10.76	v 3 21 0 13 5 22 6 21 2 23 16 19 4 11 3 14 19 9 2 22 21 16 22 8 14 22 0 9 23 12 4 10 13 2 20 19 20 23 20 12 
10.76	d NODES 59920
10.76	d CHECKS 80109142
10.76	   
10.76	   totalWckTime=10.55  totalCpuTime=10.32

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/node17/watcher-223547-1168080444 -o ROOT/results/node17/solver-223547-1168080444 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/223547-1168080444/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.17 1.68 1.81 4/93 14529
/proc/meminfo: memFree=1480872/2055920 swapFree=4192812/4192956
[pid=14528] ppid=14526 vsize=1784 CPUtime=0
/proc/14528/stat : 14528 (java) D 14526 14528 14461 0 -1 0 374 0 0 0 0 0 0 0 18 0 1 0 156439526 1826816 163 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 2859812 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/14528/statm: 446 163 128 14 0 91 0

[startup+0.107209 s]
/proc/loadavg: 1.17 1.68 1.81 4/93 14529
/proc/meminfo: memFree=1480872/2055920 swapFree=4192812/4192956
[pid=14528] ppid=14526 vsize=914988 CPUtime=0.1
/proc/14528/stat : 14528 (java) R 14526 14528 14461 0 -1 0 3113 0 1 0 8 2 0 0 22 0 8 0 156439526 936947712 2859 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14528/statm: 228747 2859 1466 14 0 215242 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 914988

[startup+0.519252 s]
/proc/loadavg: 1.17 1.68 1.81 4/93 14529
/proc/meminfo: memFree=1480872/2055920 swapFree=4192812/4192956
[pid=14528] ppid=14526 vsize=915328 CPUtime=0.5
/proc/14528/stat : 14528 (java) R 14526 14528 14461 0 -1 0 7391 0 1 0 46 4 0 0 25 0 8 0 156439526 937295872 7130 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155091929 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14528/statm: 228832 7130 2140 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.34234 s]
/proc/loadavg: 1.17 1.68 1.81 3/100 14536
/proc/meminfo: memFree=1457328/2055920 swapFree=4192812/4192956
[pid=14528] ppid=14526 vsize=915452 CPUtime=1.33
/proc/14528/stat : 14528 (java) R 14526 14528 14461 0 -1 0 8644 0 1 0 126 7 0 0 25 0 8 0 156439526 937422848 8382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073786937 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14528/statm: 228863 8382 2513 14 0 215333 0
[pid=14528/tid=14530] ppid=14526 vsize=915452 CPUtime=0.02
/proc/14528/task/14530/stat : 14530 (java) S 14526 14528 14461 0 -1 64 243 0 0 0 2 0 0 0 16 0 8 0 156439529 937422848 8382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14528/tid=14531] ppid=14526 vsize=915452 CPUtime=0
/proc/14528/task/14531/stat : 14531 (java) S 14526 14528 14461 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156439530 937422848 8382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14528/tid=14532] ppid=14526 vsize=915452 CPUtime=0
/proc/14528/task/14532/stat : 14532 (java) S 14526 14528 14461 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156439530 937422848 8382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14528/tid=14533] ppid=14526 vsize=915452 CPUtime=0
/proc/14528/task/14533/stat : 14533 (java) S 14526 14528 14461 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156439533 937422848 8382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14528/tid=14534] ppid=14526 vsize=915452 CPUtime=0.18
/proc/14528/task/14534/stat : 14534 (java) S 14526 14528 14461 0 -1 64 382 0 0 0 18 0 0 0 15 0 8 0 156439533 937422848 8382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14528/tid=14535] ppid=14526 vsize=915452 CPUtime=0
/proc/14528/task/14535/stat : 14535 (java) S 14526 14528 14461 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156439533 937422848 8382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14528/tid=14536] ppid=14526 vsize=915452 CPUtime=0
/proc/14528/task/14536/stat : 14536 (java) S 14526 14528 14461 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156439533 937422848 8382 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 915452

[startup+2.97951 s]
/proc/loadavg: 1.17 1.68 1.81 3/100 14536
/proc/meminfo: memFree=1457264/2055920 swapFree=4192812/4192956
[pid=14528] ppid=14526 vsize=915452 CPUtime=2.97
/proc/14528/stat : 14528 (java) R 14526 14528 14461 0 -1 0 8651 0 1 0 290 7 0 0 25 0 8 0 156439526 937422848 8387 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073336188 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14528/statm: 228863 8387 2513 14 0 215333 0
[pid=14528/tid=14530] ppid=14526 vsize=915452 CPUtime=0.02
/proc/14528/task/14530/stat : 14530 (java) S 14526 14528 14461 0 -1 64 243 0 0 0 2 0 0 0 17 0 8 0 156439529 937422848 8387 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14528/tid=14531] ppid=14526 vsize=915452 CPUtime=0
/proc/14528/task/14531/stat : 14531 (java) S 14526 14528 14461 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156439530 937422848 8387 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14528/tid=14532] ppid=14526 vsize=915452 CPUtime=0
/proc/14528/task/14532/stat : 14532 (java) S 14526 14528 14461 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156439530 937422848 8387 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14528/tid=14533] ppid=14526 vsize=915452 CPUtime=0
/proc/14528/task/14533/stat : 14533 (java) S 14526 14528 14461 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156439533 937422848 8387 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14528/tid=14534] ppid=14526 vsize=915452 CPUtime=0.19
/proc/14528/task/14534/stat : 14534 (java) S 14526 14528 14461 0 -1 64 387 0 0 0 19 0 0 0 16 0 8 0 156439533 937422848 8387 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14528/tid=14535] ppid=14526 vsize=915452 CPUtime=0
/proc/14528/task/14535/stat : 14535 (java) S 14526 14528 14461 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156439533 937422848 8387 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14528/tid=14536] ppid=14526 vsize=915452 CPUtime=0
/proc/14528/task/14536/stat : 14536 (java) S 14526 14528 14461 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156439533 937422848 8387 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 915452

[startup+6.26185 s]
/proc/loadavg: 1.24 1.68 1.81 3/100 14536
/proc/meminfo: memFree=1457200/2055920 swapFree=4192812/4192956
[pid=14528] ppid=14526 vsize=915452 CPUtime=6.24
/proc/14528/stat : 14528 (java) R 14526 14528 14461 0 -1 0 8651 0 1 0 617 7 0 0 25 0 8 0 156439526 937422848 8387 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073798979 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14528/statm: 228863 8387 2513 14 0 215333 0
[pid=14528/tid=14530] ppid=14526 vsize=915452 CPUtime=0.02
/proc/14528/task/14530/stat : 14530 (java) S 14526 14528 14461 0 -1 64 243 0 0 0 2 0 0 0 16 0 8 0 156439529 937422848 8387 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=14528/tid=14531] ppid=14526 vsize=915452 CPUtime=0
/proc/14528/task/14531/stat : 14531 (java) S 14526 14528 14461 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156439530 937422848 8387 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14528/tid=14532] ppid=14526 vsize=915452 CPUtime=0
/proc/14528/task/14532/stat : 14532 (java) S 14526 14528 14461 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156439530 937422848 8387 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14528/tid=14533] ppid=14526 vsize=915452 CPUtime=0
/proc/14528/task/14533/stat : 14533 (java) S 14526 14528 14461 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156439533 937422848 8387 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14528/tid=14534] ppid=14526 vsize=915452 CPUtime=0.19
/proc/14528/task/14534/stat : 14534 (java) S 14526 14528 14461 0 -1 64 387 0 0 0 19 0 0 0 16 0 8 0 156439533 937422848 8387 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14528/tid=14535] ppid=14526 vsize=915452 CPUtime=0
/proc/14528/task/14535/stat : 14535 (java) S 14526 14528 14461 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156439533 937422848 8387 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=14528/tid=14536] ppid=14526 vsize=915452 CPUtime=0
/proc/14528/task/14536/stat : 14536 (java) S 14526 14528 14461 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156439533 937422848 8387 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 10.7943
CPU time (s): 10.7664
CPU user time (s): 10.6814
CPU system time (s): 0.084987
CPU usage (%): 99.7409
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.6814
system time used= 0.084987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8736
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= 1283
involuntary context switches= 1740

runsolver used 0.016997 s user time and 0.038994 s system time

The end

Launcher Data (download as text)

Begin job on node17 on Sat Jan  6 10:47:26 UTC 2007


IDJOB= 223547
IDBENCH= 5654
FILE ID= node17/223547-1168080444

PBS_JOBID= 3475862

Free space on /tmp= 66314 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  782cd870a63a417dae1093d3c3ab10cc

RANDOM SEED= 883565615

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.236
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.236
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:       1481352 kB
Buffers:         47112 kB
Cached:         249912 kB
SwapCached:          0 kB
Active:         274316 kB
Inactive:       210628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1481352 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2300 kB
Writeback:           0 kB
Mapped:         216976 kB
Slab:            74000 kB
Committed_AS:  4622500 kB
PageTables:       2544 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= 66314 MiB



End job on node17 on Sat Jan  6 10:47:40 UTC 2007